diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-17 22:57:40 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-17 22:57:40 +0800 |
commit | 7d30e55af0d72c8443063b8ac3546c33f61ed104 (patch) | |
tree | 31a74cc3da354a385bc024e318e64473a2569e77 /devel | |
parent | cb36944875191be337b507dccbac9f0f981419f1 (diff) | |
download | freebsd-ports-gnome-7d30e55af0d72c8443063b8ac3546c33f61ed104.tar.gz freebsd-ports-gnome-7d30e55af0d72c8443063b8ac3546c33f61ed104.tar.zst freebsd-ports-gnome-7d30e55af0d72c8443063b8ac3546c33f61ed104.zip |
Put a comment warning about USE_AUTOHEADER and USE_AUTOCONF
Diffstat (limited to 'devel')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 3 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 3 | ||||
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 3 | ||||
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 012b3d7bd1b9..be6f443749ff 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -33,6 +33,9 @@ PLIST_SUB+= "GCCVERSION=${GCCVERSION}" NEWLIBNAME= newlib-1.11.0 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF +# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is +# likely to break the port also. BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 3444238f50e5..636aa65c2ffc 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -34,6 +34,9 @@ PLIST_SUB+= "GCCVERSION=${GCCVERSION}" NEWLIBNAME= newlib-1.11.0 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF +# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is +# likely to break the port also. BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ ${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 14c86902dbe4..e0a04eea3d21 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -34,6 +34,9 @@ NEWLIBNAME= newlib-1.11.0 MASTERDIR= ${.CURDIR}/../i386-rtems-gcj PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF +# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is +# likely to break the port also. BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 15a3bab0b925..8e903541a532 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -33,6 +33,9 @@ PLIST_SUB+= "GCCVERSION=${GCCVERSION}" NEWLIBNAME= newlib-1.11.0 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} +# autoheader is used by the port but autoconf is not, setting USE_AUTOCONF +# will break the port. Since USE_AUTOHEADER sets USE_AUTOCONF, this is +# likely to break the port also. BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc |