From owner-cvs-all@FreeBSD.ORG Sun Mar 26 19:58:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE17516A401; Sun, 26 Mar 2006 19:58:01 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E58E43D48; Sun, 26 Mar 2006 19:58:01 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2QJw1DB030754; Sun, 26 Mar 2006 19:58:01 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2QJw1Ku030753; Sun, 26 Mar 2006 19:58:01 GMT (envelope-from gerald) Message-Id: <200603261958.k2QJw1Ku030753@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 26 Mar 2006 19:58:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc33 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 19:58:01 -0000 gerald 2006-03-26 19:58:01 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile pkg-plist Log: 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. Revision Changes Path 1.211 +16 -26 ports/lang/gcc33/Makefile 1.57 +13 -11 ports/lang/gcc33/pkg-plist