diff options
-rw-r--r-- | devel/libgee/Makefile | 1 | ||||
-rw-r--r-- | devel/libglade2/Makefile | 1 | ||||
-rw-r--r-- | devel/pcsc-lite/Makefile | 1 | ||||
-rw-r--r-- | lang/vala/Makefile | 1 | ||||
-rw-r--r-- | math/gsl/Makefile | 1 | ||||
-rw-r--r-- | math/wfmath/Makefile | 1 | ||||
-rw-r--r-- | multimedia/mp4v2/Makefile | 1 | ||||
-rw-r--r-- | net/GeoIP/Makefile | 1 | ||||
-rw-r--r-- | net/libexosip2/Makefile | 1 | ||||
-rw-r--r-- | net/radiusclient/Makefile | 1 | ||||
-rw-r--r-- | science/bft/Makefile | 1 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 1 | ||||
-rw-r--r-- | security/libssh2/Makefile | 1 | ||||
-rw-r--r-- | textproc/raptor/Makefile | 1 | ||||
-rw-r--r-- | textproc/rarian/Makefile | 1 | ||||
-rw-r--r-- | textproc/tidyp/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 1 | ||||
-rw-r--r-- | x11/libexo/Makefile | 1 |
18 files changed, 18 insertions, 0 deletions
diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile index e44734eddb93..5a99adff1ab4 100644 --- a/devel/libgee/Makefile +++ b/devel/libgee/Makefile @@ -15,6 +15,7 @@ COMMENT= GObject collection library BUILD_DEPENDS= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes USE_GMAKE= yes diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 63a66c6f6f16..a2bca674b33a 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME glade library +WITH_FBSD10_FIX=yes USE_BZIP2= yes .if !defined(REFERENCE_PORT) diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 10d429fe50b8..8d20e51534c6 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -17,6 +17,7 @@ COMMENT= A smartcard development library LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING +WITH_FBSD10_FIX=yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/lang/vala/Makefile b/lang/vala/Makefile index f899439a5fbb..104178b61364 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -24,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib USE_BISON= build USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes MAN1?= valac.1 valac-0.12.1 diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 92e7277b3925..b0b5c59742d0 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -25,6 +25,7 @@ LICENSE= GPLv3 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' +WITH_FBSD10_FIX=yes MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 MAN3= gsl.3 diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index eaad8d14208e..0f369d3be4af 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library +WITH_FBSD10_FIX=yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= yes diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index d0ea09df47eb..103818703f12 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files +WITH_FBSD10_FIX=yes CONFLICTS= mpeg4ip-libmp4v2-[0-9.]* USE_BZIP2= yes USE_GMAKE= yes diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 3470bc233b57..0857b07326b5 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -19,6 +19,7 @@ CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1 diff --git a/net/libexosip2/Makefile b/net/libexosip2/Makefile index fa0043ff1e1f..d7621bc89fb2 100644 --- a/net/libexosip2/Makefile +++ b/net/libexosip2/Makefile @@ -16,6 +16,7 @@ COMMENT= GPL library that extends the capability of the oSIP library LIB_DEPENDS= osip2:${PORTSDIR}/net/libosip +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-tools --disable-debug --disable-trace USE_LDCONFIG= yes diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index b0746f42b4ea..3ff4daea1cf8 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -19,5 +19,6 @@ COMMENT= Client library and basic utilities for RADIUS AAA USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes .include <bsd.port.mk> diff --git a/science/bft/Makefile b/science/bft/Makefile index bdd24b49ebab..05f7bd1c1d33 100644 --- a/science/bft/Makefile +++ b/science/bft/Makefile @@ -17,6 +17,7 @@ COMMENT= Code_Saturne Base Functions and Types library WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index d9c5cbe0f55a..77d148d20922 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard +WITH_FBSD10_FIX=yes USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 5b280f5a6442..05312ec83501 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -18,6 +18,7 @@ COMMENT= A library implementing the SSH2 protocol LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING +WITH_FBSD10_FIX=yes USE_OPENSSL= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 77cbeac5ca5e..b9cde6b444ba 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -17,6 +17,7 @@ COMMENT= RDF Parser Toolkit for Redland LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +WITH_FBSD10_FIX=yes USE_GNOME= gnomehack libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 403f488b9dd0..302079bd713e 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -28,6 +28,7 @@ DOCBOOK_VERSION=4.2 CONFLICTS= scrollkeeper-[0-9]* +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehier gnomehack libxslt diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile index ec374f00aae5..b993b4199c7e 100644 --- a/textproc/tidyp/Makefile +++ b/textproc/tidyp/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A library and program to validate and fix HTML +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index c40e5cc49e9c..935ed769cfc9 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= An Xfce engine for GTK 2.0 +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= glib20 gnomehack gtk20 pkgconfig diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index a451cfe01f48..6577fbfd7096 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI WRKSRC= ${WRKDIR}/${DISTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/lib//} +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes |