aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc33/pkg-plist
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-03-26 19:58:01 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-03-26 19:58:01 +0000
commitdd6c79246e67a8f6c469e4e82400afe66e4738b7 (patch)
tree92243ad01d6b92a13541f7054b53e955f277895d /lang/gcc33/pkg-plist
parent6efc4e0847506964333c05751daf0095b213cdbc (diff)
downloadports-dd6c79246e67a8f6c469e4e82400afe66e4738b7.tar.gz
ports-dd6c79246e67a8f6c469e4e82400afe66e4738b7.zip
Install the .info files in a port-specific subdirectory, which removes
hidden conflicts with some older lang/gcc ports. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 33. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. This requires a hack to set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS case really failed to build previously. Make MAKE_ARGS non-cumulative. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK. Remove the cklatest target which we just do not need any longer. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=158186
Diffstat (limited to 'lang/gcc33/pkg-plist')
-rw-r--r--lang/gcc33/pkg-plist22
1 files changed, 12 insertions, 10 deletions
diff --git a/lang/gcc33/pkg-plist b/lang/gcc33/pkg-plist
index a7d457fd470b..0b90b3352eeb 100644
--- a/lang/gcc33/pkg-plist
+++ b/lang/gcc33/pkg-plist
@@ -1,13 +1,15 @@
@comment $FreeBSD$
-bin/c++33
-bin/cpp33
-bin/g++33
-bin/g77-33
-bin/gcc33
-bin/gcov33
-bin/%%GNU_HOST%%-c++33
+bin/c++%%SUFFIX%%
+bin/cpp%%SUFFIX%%
+bin/g++%%SUFFIX%%
+bin/g77-%%SUFFIX%%
+bin/gcc%%SUFFIX%%
+bin/gccbug%%SUFFIX%%
+bin/gcov%%SUFFIX%%
+bin/%%GNU_HOST%%-c++%%SUFFIX%%
+bin/%%GNU_HOST%%-g++%%SUFFIX%%
bin/%%GNU_HOST%%-gcc-%%GCC_VER%%
-bin/%%GNU_HOST%%-gcc33
-bin/%%GNU_HOST%%-g++33
-bin/gccbug33
+bin/%%GNU_HOST%%-gcc%%SUFFIX%%
+etc/rc.d/gcc%%SUFFIX%%.sh
+info/gcc%%SUFFIX%%/dir
@comment Insert PLIST.lib here