aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc44/Makefile
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2006-07-23 21:31:06 +0800
committergerald <gerald@FreeBSD.org>2006-07-23 21:31:06 +0800
commitee3ef06b8eacb51d6131667a11574c3dd870423c (patch)
tree772891e2b0cfcd8b81b365736bfbd00501316b36 /lang/gcc44/Makefile
parent0aa878834d1c5e3da1472bcf8f79af6f37d8e73a (diff)
downloadfreebsd-ports-gnome-ee3ef06b8eacb51d6131667a11574c3dd870423c.tar.gz
freebsd-ports-gnome-ee3ef06b8eacb51d6131667a11574c3dd870423c.tar.zst
freebsd-ports-gnome-ee3ef06b8eacb51d6131667a11574c3dd870423c.zip
Update to the 20060722 snapshot of GCC 4.2.0.
No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now. Be more friendly for additional patches. Submitted by: maho (implicitly)
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r--lang/gcc44/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 1d0d0f9b7c8f..0e465f8e1090 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.2.0
-PORTREVISION= 20060715
+PORTREVISION= 20060722
CATEGORIES= lang java
VERSIONSTRING= 4.2-${PORTREVISION}
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -97,7 +97,7 @@ PLIST_SUB+= FORTRAN="@comment "
CONFLICTS= gcc-4.1.*
DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX}
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
-EXTRA_PATCHES= ${FILESDIR}/java-patch-hier
+EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier
# FIXME: we are currently getting weird build failures with libjava on
# some 4.x and 5.x systems, which the following works around. PR 81788.
CONFIGURE_ARGS+=--disable-rpath
@@ -141,7 +141,6 @@ check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
post-install:
- -@${MKDIR} ${PREFIX}/libdata/ldconfig
# man pages can only be generated if Perl >= 5.6 is installed;
# fake them otherwise.
for mp in ${_MANPAGES}; do \