pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/swi-prolog-lite



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Apr 17 20:57:19 UTC 2018

Modified Files:
        pkgsrc/lang/swi-prolog-lite: Makefile

Log Message:
swi-prolog-lite: Avoid a no-op REPLACE_BASH (NFCI)

dotfiles/edit no longer exists so we can avoid the REPLACE_BASH for it.

Please note though that bash is still needed by at least library(prolog_pack).


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/swi-prolog-lite/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/swi-prolog-lite/Makefile
diff -u pkgsrc/lang/swi-prolog-lite/Makefile:1.25 pkgsrc/lang/swi-prolog-lite/Makefile:1.26
--- pkgsrc/lang/swi-prolog-lite/Makefile:1.25   Tue Aug 18 07:31:01 2015
+++ pkgsrc/lang/swi-prolog-lite/Makefile        Tue Apr 17 20:57:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/08/18 07:31:01 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/04/17 20:57:19 leot Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -14,7 +14,6 @@ CONFIGURE_DIRS=               src
 CONFIGURE_ENV+=                PL=swi-prolog
 CONFIGURE_ENV+=                PLARCH=${MACHINE_GNU_PLATFORM}  # make PLIST consistent
 USE_TOOLS+=            gmake bash:run
-REPLACE_BASH+=         dotfiles/edit
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index