pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 20 12:19:39 UTC 2019

Modified Files:
        pkgsrc/games/xpat2: Makefile
        pkgsrc/graphics/GMT: Makefile

Log Message:
*: remove commented out libXp dependency


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/xpat2/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/GMT/Makefile

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

Modified files:

Index: pkgsrc/games/xpat2/Makefile
diff -u pkgsrc/games/xpat2/Makefile:1.30 pkgsrc/games/xpat2/Makefile:1.31
--- pkgsrc/games/xpat2/Makefile:1.30    Sun Jan 14 15:26:49 2018
+++ pkgsrc/games/xpat2/Makefile Wed Mar 20 12:19:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/01/14 15:26:49 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2019/03/20 12:19:38 wiz Exp $
 
 DISTNAME=      xpat2-1.07
 PKGREVISION=   4
@@ -22,6 +22,5 @@ MAKE_DIRS=            /var/games
 
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
-#.include "../../x11/libXp/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/GMT/Makefile
diff -u pkgsrc/graphics/GMT/Makefile:1.54 pkgsrc/graphics/GMT/Makefile:1.55
--- pkgsrc/graphics/GMT/Makefile:1.54   Thu Dec 13 19:51:58 2018
+++ pkgsrc/graphics/GMT/Makefile        Wed Mar 20 12:19:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2018/12/13 19:51:58 adam Exp $
+# $NetBSD: Makefile,v 1.55 2019/03/20 12:19:38 wiz Exp $
 
 DISTNAME=      GMT4.1.4
 PKGNAME=       GMT-4.1.4
@@ -59,5 +59,4 @@ post-install:
 
 .include "../../devel/netcdf/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
-#.include "../../x11/libXp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index