pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Oct  8 12:40:55 UTC 2019

Modified Files:
        pkgsrc/editors/xemacs: Makefile Makefile.common
        pkgsrc/editors/xemacs-current: Makefile Makefile.common
        pkgsrc/editors/xemacs-current-nox11: Makefile
        pkgsrc/editors/xemacs-nox11: Makefile

Log Message:
Declare use of perl.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/editors/xemacs/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/xemacs/Makefile.common
cvs rdiff -u -r1.99 -r1.100 pkgsrc/editors/xemacs-current/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/xemacs-current/Makefile.common
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/xemacs-current-nox11/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/xemacs-nox11/Makefile

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

Modified files:

Index: pkgsrc/editors/xemacs/Makefile
diff -u pkgsrc/editors/xemacs/Makefile:1.124 pkgsrc/editors/xemacs/Makefile:1.125
--- pkgsrc/editors/xemacs/Makefile:1.124        Wed Jul  3 10:06:50 2019
+++ pkgsrc/editors/xemacs/Makefile      Tue Oct  8 12:40:54 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.124 2019/07/03 10:06:50 hauke Exp $
+# $NetBSD: Makefile,v 1.125 2019/10/08 12:40:54 hauke Exp $
 
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   6
+PKGREVISION=   7
 COMMENT=       XEmacs text editor version 21.4
 
 # extra options for x11 support, not for sharing with xemacs-current-nox11

Index: pkgsrc/editors/xemacs/Makefile.common
diff -u pkgsrc/editors/xemacs/Makefile.common:1.30 pkgsrc/editors/xemacs/Makefile.common:1.31
--- pkgsrc/editors/xemacs/Makefile.common:1.30  Wed Jul  3 10:06:50 2019
+++ pkgsrc/editors/xemacs/Makefile.common       Tue Oct  8 12:40:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2019/07/03 10:06:50 hauke Exp $
+# $NetBSD: Makefile.common,v 1.31 2019/10/08 12:40:54 hauke Exp $
 #
 # used by editors/xemacs-nox11/Makefile
 # used by editors/xemacs/Makefile
@@ -18,7 +18,7 @@ PATCHDIR=             ${.CURDIR}/../../editors/xema
 DISTINFO_FILE=         ${.CURDIR}/../../editors/xemacs/distinfo
 PLIST_SRC=             ${.CURDIR}/../../editors/xemacs/PLIST
 
-USE_TOOLS+=    makeinfo
+USE_TOOLS+=    makeinfo perl
 
 HAS_CONFIGURE=         yes
 

Index: pkgsrc/editors/xemacs-current/Makefile
diff -u pkgsrc/editors/xemacs-current/Makefile:1.99 pkgsrc/editors/xemacs-current/Makefile:1.100
--- pkgsrc/editors/xemacs-current/Makefile:1.99 Thu Apr 11 16:05:24 2019
+++ pkgsrc/editors/xemacs-current/Makefile      Tue Oct  8 12:40:55 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2019/04/11 16:05:24 hauke Exp $
+# $NetBSD: Makefile,v 1.100 2019/10/08 12:40:55 hauke Exp $
 
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   7
+PKGREVISION=   8
 COMMENT=       *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
 
 # extra options for x11 support, not for sharing with xemacs-current-nox11

Index: pkgsrc/editors/xemacs-current/Makefile.common
diff -u pkgsrc/editors/xemacs-current/Makefile.common:1.13 pkgsrc/editors/xemacs-current/Makefile.common:1.14
--- pkgsrc/editors/xemacs-current/Makefile.common:1.13  Sat Jun  8 10:41:00 2019
+++ pkgsrc/editors/xemacs-current/Makefile.common       Tue Oct  8 12:40:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2019/06/08 10:41:00 rillig Exp $
+# $NetBSD: Makefile.common,v 1.14 2019/10/08 12:40:55 hauke Exp $
 #
 # used by editors/xemacs-current/Makefile
 # used by editors/xemacs-current-nox11/Makefile
@@ -19,7 +19,7 @@ PATCHDIR=     ${.CURDIR}/../../editors/xemac
 DISTINFO_FILE= ${.CURDIR}/../../editors/xemacs-current/distinfo
 PLIST_SRC=     ${.CURDIR}/../../editors/xemacs-current/PLIST
 
-USE_TOOLS+=            makeinfo
+USE_TOOLS+=            makeinfo perl
 
 # The portable dumper creates a dump file with a build ID in its name
 GENERATE_PLIST+=       ${ECHO} bin/${EMACS_DISTNAME}-`${WRKSRC}/src/xemacs -sd`.dmp ;

Index: pkgsrc/editors/xemacs-current-nox11/Makefile
diff -u pkgsrc/editors/xemacs-current-nox11/Makefile:1.10 pkgsrc/editors/xemacs-current-nox11/Makefile:1.11
--- pkgsrc/editors/xemacs-current-nox11/Makefile:1.10   Thu Apr 11 16:05:24 2019
+++ pkgsrc/editors/xemacs-current-nox11/Makefile        Tue Oct  8 12:40:55 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2019/04/11 16:05:24 hauke Exp $
+# $NetBSD: Makefile,v 1.11 2019/10/08 12:40:55 hauke Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nox11-/}
-PKGREVISION=   6
+PKGREVISION=   7
 COMMENT=       *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
 # Version information in ../../editors/xemacs-current/Makefile.common
 

Index: pkgsrc/editors/xemacs-nox11/Makefile
diff -u pkgsrc/editors/xemacs-nox11/Makefile:1.30 pkgsrc/editors/xemacs-nox11/Makefile:1.31
--- pkgsrc/editors/xemacs-nox11/Makefile:1.30   Wed Jul  3 10:06:50 2019
+++ pkgsrc/editors/xemacs-nox11/Makefile        Tue Oct  8 12:40:55 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2019/07/03 10:06:50 hauke Exp $
+# $NetBSD: Makefile,v 1.31 2019/10/08 12:40:55 hauke Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nox11-/}
-PKGREVISION=   7
+PKGREVISION=   8
 COMMENT=       XEmacs text editor version 21 (no x11 support)
 
 # Version information in ../../editors/xemacs/Makefile.common



Home | Main Index | Thread Index | Old Index