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: Wed Jul 3 10:06:50 UTC 2019
Modified Files:
pkgsrc/editors/xemacs: Makefile Makefile.common
pkgsrc/editors/xemacs-nox11: Makefile
Log Message:
Explicitly disable postgresql support. We do not declare the
dependency, and configure picks it up outside LOCALBASE on 'rich' base
OS installations (read: Linuxen).
If anyone seriously wanted to use postgresql from XEmacs, it would
have to be made a proper option.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/editors/xemacs/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/editors/xemacs/Makefile.common
cvs rdiff -u -r1.29 -r1.30 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.123 pkgsrc/editors/xemacs/Makefile:1.124
--- pkgsrc/editors/xemacs/Makefile:1.123 Thu Apr 11 16:05:24 2019
+++ pkgsrc/editors/xemacs/Makefile Wed Jul 3 10:06:50 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.123 2019/04/11 16:05:24 hauke Exp $
+# $NetBSD: Makefile,v 1.124 2019/07/03 10:06:50 hauke Exp $
PKGNAME= ${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
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.29 pkgsrc/editors/xemacs/Makefile.common:1.30
--- pkgsrc/editors/xemacs/Makefile.common:1.29 Sat Jun 8 10:41:00 2019
+++ pkgsrc/editors/xemacs/Makefile.common Wed Jul 3 10:06:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2019/06/08 10:41:00 rillig Exp $
+# $NetBSD: Makefile.common,v 1.30 2019/07/03 10:06:50 hauke Exp $
#
# used by editors/xemacs-nox11/Makefile
# used by editors/xemacs/Makefile
@@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --infopath=${PREFIX}/${
CONFIGURE_ARGS+= --with-clash-detection
CONFIGURE_ARGS+= --with-mule=yes
CONFIGURE_ARGS+= --with-msw=no
+CONFIGURE_ARGS+= --with-postgresql=no
CONFIGURE_ARGS+= --pdump
CONFIGURE_ARGS+= --with-system-malloc
CFLAGS+= -Dunix
Index: pkgsrc/editors/xemacs-nox11/Makefile
diff -u pkgsrc/editors/xemacs-nox11/Makefile:1.29 pkgsrc/editors/xemacs-nox11/Makefile:1.30
--- pkgsrc/editors/xemacs-nox11/Makefile:1.29 Thu Apr 11 16:05:24 2019
+++ pkgsrc/editors/xemacs-nox11/Makefile Wed Jul 3 10:06:50 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2019/04/11 16:05:24 hauke Exp $
+# $NetBSD: Makefile,v 1.30 2019/07/03 10:06:50 hauke Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
-PKGREVISION= 6
+PKGREVISION= 7
COMMENT= XEmacs text editor version 21 (no x11 support)
# Version information in ../../editors/xemacs/Makefile.common
Home |
Main Index |
Thread Index |
Old Index