pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xemacs-current-nox11



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Nov 15 15:07:17 UTC 2017

Modified Files:
        pkgsrc/editors/xemacs-current-nox11: Makefile
Removed Files:
        pkgsrc/editors/xemacs-current-nox11: hacks.mk

Log Message:
Upgrade to XEmacs 21.5.34

Most of the functionality moved to
../../editors/xemacs-current/{Makefile.common,options.mk}


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/xemacs-current-nox11/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/xemacs-current-nox11/hacks.mk

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-current-nox11/Makefile
diff -u pkgsrc/editors/xemacs-current-nox11/Makefile:1.4 pkgsrc/editors/xemacs-current-nox11/Makefile:1.5
--- pkgsrc/editors/xemacs-current-nox11/Makefile:1.4    Fri Dec 30 23:09:41 2016
+++ pkgsrc/editors/xemacs-current-nox11/Makefile        Wed Nov 15 15:07:17 2017
@@ -1,16 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/12/30 23:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/15 15:07:17 hauke Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nox11-/}
 COMMENT=       *BETA* XEmacs text editor version ${PKGVERSION_NOREV} (no X11 support)
-PKGREVISION=   23
-
-CONFIGURE_ARGS+=       --without-x
-CONFIGURE_ARGS+=       --without-jpeg
-CONFIGURE_ARGS+=       --without-png
-CONFIGURE_ARGS+=       --without-tiff
-CONFIGURE_ARGS+=       --without-xpm
-CONFIGURE_ARGS+=       --with-site-prefixes=${PREFIX}
-CONFIGURE_ARGS+=       --with-site-runtime-libraries=${PREFIX}/lib
 
 .include "../../editors/xemacs-current/options.mk"
 .include "../../editors/xemacs-current/Makefile.common"



Home | Main Index | Thread Index | Old Index