pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Jul  3 19:21:44 UTC 2016

Modified Files:
        pkgsrc/lang/smlnj: Makefile
        pkgsrc/lang/smlnj11072: Makefile

Log Message:
Don't pass FILESDIR into the build; it isn't used and isn't appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/smlnj/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/smlnj11072/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/smlnj/Makefile
diff -u pkgsrc/lang/smlnj/Makefile:1.30 pkgsrc/lang/smlnj/Makefile:1.31
--- pkgsrc/lang/smlnj/Makefile:1.30     Sun Jul  3 19:18:46 2016
+++ pkgsrc/lang/smlnj/Makefile  Sun Jul  3 19:21:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/07/03 19:18:46 dholland Exp $
+# $NetBSD: Makefile,v 1.31 2016/07/03 19:21:44 dholland Exp $
 #
 
 DISTNAME=      boot.${BOX}-unix
@@ -51,9 +51,6 @@ BUILD_ENV+=   SMLNJ_HOME="${WRKDIR}"
 # the build uses patch directly (yuk)
 BUILD_ENV+=    PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q}
 
-# not sure why this is needed (XXX?)
-BUILD_ENV+=    FILESDIR=${FILESDIR}
-
 # note that this includes bsd.prefs.mk
 .include "../../lang/smlnj/Makefile.common"
 

Index: pkgsrc/lang/smlnj11072/Makefile
diff -u pkgsrc/lang/smlnj11072/Makefile:1.6 pkgsrc/lang/smlnj11072/Makefile:1.7
--- pkgsrc/lang/smlnj11072/Makefile:1.6 Sun Jul  3 19:18:47 2016
+++ pkgsrc/lang/smlnj11072/Makefile     Sun Jul  3 19:21:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/03 19:18:47 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/03 19:21:44 dholland Exp $
 #
 
 DISTNAME=      boot.${BOX}-unix
@@ -50,9 +50,6 @@ BUILD_ENV+=   SMLNJ_HOME="${WRKDIR}"
 # the build uses patch directly (yuk)
 BUILD_ENV+=    PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q}
 
-# not sure why this is needed (XXX?)
-BUILD_ENV+=    FILESDIR=${FILESDIR}
-
 # note that this includes bsd.prefs.mk
 .include "../../lang/smlnj/Makefile.common"
 



Home | Main Index | Thread Index | Old Index