Fix build with FreeBSD 10

Approved by:	portmgr (miwi)
This commit is contained in:
Koop Mast 2011-10-29 19:01:59 +00:00
parent e5e64fef98
commit 32ea452695
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284673
9 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,7 @@ LICENSE= ASL
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
post-patch:
@${REINPLACE_CMD} -E -e \

View File

@ -15,6 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified-Traditional Chinese conversion tool
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
USE_ICONV= yes
USE_LDCONFIG= yes

View File

@ -15,6 +15,7 @@ COMMENT= The Chewing intelligent phonetic input method library
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
USE_LDCONFIG= yes
USE_BZIP2= yes

View File

@ -17,6 +17,7 @@ COMMENT= Open source implementation of the OBEX protocol
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
USE_GNOME= gnomehack
MAKE_JOBS_SAFE= yes

View File

@ -17,6 +17,7 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
CONFIGURE_ARGS+= --enable-static --with-gnu-ld
MAN3= mhash.3

View File

@ -21,6 +21,7 @@ USE_AUTOTOOLS= autoconf aclocal autoheader automake libtool
ACLOCAL_ARGS= -I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
WITH_FBSD10_FIX=yes
MAN1= augparse.1 augtool.1
MANCOMPRESSED= no

View File

@ -18,6 +18,7 @@ LICENSE_COMB= dual
CONFIGURE_ARGS= --disable-nls --with-readline --with-ui
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
MAKE_JOBS_SAFE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
@ -33,4 +34,8 @@ MAN4_HU= hunspell.4
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
pre-build:
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
${WKRSRC}/configure ${WRKSRC}/config.h.in
.include <bsd.port.mk>

View File

@ -18,6 +18,7 @@ COMMENT= A C library for writing XML 1.0/1.1 files or streams
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -18,6 +18,7 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
USE_PERL5= yes
CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \
--datadir=${PREFIX}/share/sgml/openjade \