mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove 4.x support on my ports
This commit is contained in:
parent
9acdaf5844
commit
aa58955c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184036
6 changed files with 3 additions and 52 deletions
|
@ -34,10 +34,6 @@ PORTDOCS= *
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_UTF8)
|
||||
. if ${OSVERSION} < 500000
|
||||
IGNORE= UTF8 support doesn't work on FreeBSD < 5.x
|
||||
. endif
|
||||
|
||||
PATCH_SITES+= http://www.emaillab.org/mutt/tools/
|
||||
PATCHFILES+= slang-1.4.8-utf8.diff.gz
|
||||
PATCH_DIST_STRIP+= -p1
|
||||
|
|
|
@ -23,10 +23,4 @@ GNU_CONFIGURE= yes
|
|||
PLIST_FILES= lib/gaim/hotkeys.so \
|
||||
lib/gaim/hotkeys.la
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= net-im/libgaim doesn't build on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,10 +23,4 @@ GNU_CONFIGURE= yes
|
|||
PLIST_FILES= lib/gaim/hotkeys.so \
|
||||
lib/gaim/hotkeys.la
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= net-im/libgaim doesn't build on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -26,10 +26,6 @@ KRB5_HOME?= ${LOCALBASE}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Doesn't build on 4.x
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g; \
|
||||
s:/usr/local:${LOCALBASE}:g;' \
|
||||
|
|
|
@ -39,14 +39,4 @@ post-patch:
|
|||
s,prefix=/usr/local,prefix=${PREFIX},' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
CFLAGS+= -DFREEBSD_MB_SUPPORT
|
||||
|
||||
do-configure:
|
||||
${CP} ${FILESDIR}/wcrtomb.c ${FILESDIR}/mbrtowc.c \
|
||||
${WRKSRC}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
--- uxucs.c.orig Sat Apr 26 16:22:42 2003
|
||||
+++ uxucs.c Fri Feb 13 15:27:13 2004
|
||||
@@ -12,6 +12,16 @@
|
||||
#include "terminal.h"
|
||||
#include "misc.h"
|
||||
|
||||
+#ifdef FREEBSD_MB_SUPPORT
|
||||
+size_t mbrtowc __P((wchar_t * __restrict, const char * __restrict, size_t,
|
||||
+ mbstate_t * __restrict));
|
||||
+size_t wcrtomb __P((char * __restrict, wchar_t, mbstate_t * __restrict));
|
||||
+
|
||||
+#include "mbrtowc.c"
|
||||
+#include "wcrtomb.c"
|
||||
+
|
||||
+#endif
|
||||
+
|
||||
/*
|
||||
* Unix Unicode-handling routines.
|
||||
*/
|
Loading…
Add table
Reference in a new issue