diff options
author | joerg <joerg@pkgsrc.org> | 2016-01-29 15:46:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-01-29 15:46:48 +0000 |
commit | 8eb2e511822babc105d5638584290055f2f0e11b (patch) | |
tree | 080a3c02283fb9ba939e58802487af634cfc5200 /editors | |
parent | 0f8013e399a4ecd3717d69527756a05d7339b843 (diff) | |
download | pkgsrc-8eb2e511822babc105d5638584290055f2f0e11b.tar.gz |
Fix inverted condition.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/distinfo | 4 | ||||
-rw-r--r-- | editors/xemacs-current/patches/patch-ac | 21 |
2 files changed, 17 insertions, 8 deletions
diff --git a/editors/xemacs-current/distinfo b/editors/xemacs-current/distinfo index 992b5ba5e8a..4722fd497fb 100644 --- a/editors/xemacs-current/distinfo +++ b/editors/xemacs-current/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2015/11/03 03:32:23 agc Exp $ +$NetBSD: distinfo,v 1.27 2016/01/29 15:46:48 joerg Exp $ SHA1 (xemacs-21.5.27.tar.gz) = 55fc3e9c8fe3cac92791ffe1a0870aeae1baf0b8 RMD160 (xemacs-21.5.27.tar.gz) = ee0caff8730c999d37aa3a19b19f23d5756837ad @@ -6,7 +6,7 @@ SHA512 (xemacs-21.5.27.tar.gz) = e52060d956c5792305b184025dfcb4fe7f41040a6669386 Size (xemacs-21.5.27.tar.gz) = 15042023 bytes SHA1 (patch-aa) = 5e099de33676099916771080c606046ca9acdac6 SHA1 (patch-ab) = a08798d080167fbdc213d5eda2bd75f271c66792 -SHA1 (patch-ac) = 9a480bf587e1b7e3fb15724433ca706f1848182e +SHA1 (patch-ac) = 8e93d6a06ca6d90ca62ee872179ae8484761d434 SHA1 (patch-ad) = 244ddfebb25ccca7b34b308cced61f256b50d0a7 SHA1 (patch-ae) = 902a375f974e06eb5d67b69deadead98c625d97a SHA1 (patch-af) = e71e89be5ce6070bca4b4ab8456f92cf52c50c6e diff --git a/editors/xemacs-current/patches/patch-ac b/editors/xemacs-current/patches/patch-ac index 2e986434d04..22a6b8c42bb 100644 --- a/editors/xemacs-current/patches/patch-ac +++ b/editors/xemacs-current/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $ +$NetBSD: patch-ac,v 1.4 2016/01/29 15:46:48 joerg Exp $ ---- lib-src/Makefile.in.in.orig 2005-11-22 08:14:42.000000000 +0100 -+++ lib-src/Makefile.in.in 2006-08-30 17:49:52.000000000 +0200 -@@ -67,7 +67,7 @@ +--- lib-src/Makefile.in.in.orig 2005-11-22 07:14:42.000000000 +0000 ++++ lib-src/Makefile.in.in +@@ -67,7 +67,7 @@ sitemoduledir=@sitemoduledir@ INSTALL = @install_pp@ @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $ ## ========================== Lists of Files =========================== #define NO_SHORTNAMES -@@ -242,7 +242,7 @@ +@@ -242,7 +242,7 @@ do-blessmail: $(blessmail) ## Install the internal utilities. Until they are installed, we can ## just run them directly from lib-src. @@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $ @echo; echo "Installing utilities run internally by XEmacs." ./make-path ${archlibdir} if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \ -@@ -253,17 +253,27 @@ +@@ -253,17 +253,27 @@ ${archlibdir}: all if test "`(cd ${archlibdir} && $(pwd))`" \ != "`(cd ${srcdir} && $(pwd))`"; then \ for f in ${PRIVATE_INSTALLABLE_SCRIPTS}; do \ @@ -53,3 +53,12 @@ $NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $ done uninstall: +@@ -387,7 +397,7 @@ make-po: ${srcdir}/make-po.c + make-dump-id: ${srcdir}/make-dump-id.c + $(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@ + +-#ifndef DUMP_IN_EXEC ++#ifdef DUMP_IN_EXEC + insert-data-in-exec: ${srcdir}/insert-data-in-exec.c + $(CC) $(cflags) ${srcdir}/insert-data-in-exec.c $(ldflags) -o $@ + #endif /* not DUMP_IN_EXEC */ |