Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/gap/gap.package.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/gap/gap.package.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.14 diff -u -p -r1.9 -r1.14 --- pkgsrc/math/gap/gap.package.mk 2003/12/18 14:44:17 1.9 +++ pkgsrc/math/gap/gap.package.mk 2007/02/22 19:26:47 1.14 @@ -1,14 +1,14 @@ -# $NetBSD: gap.package.mk,v 1.9 2003/12/18 14:44:17 sketch Exp $ +# $NetBSD: gap.package.mk,v 1.14 2007/02/22 19:26:47 wiz Exp $ # # Set GAP_PKG_NAME in your Makefile. More may appear here later. -# Note that between nb1 == bug fix 3 and nb2 == bug fix 4 there are +# Note that between 4.3nb1 == bug fix 3 and 4.3nb2 == bug fix 4 there are # some interface changes -DEPENDS+= gap>=4.3nb6:../../math/gap -GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 +DEPENDS+= gap>=4.3.5:../../math/gap +GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME} -GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-cc +GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC} -PLIST_SUBST= GAP_PLATFORM=${GAP_PLATFORM} +PLIST_SUBST+= GAP_PLATFORM=${GAP_PLATFORM:Q}