pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors Explicitly disable postgresql support. We do n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c8dcbbd0303
branches: trunk
changeset: 397771:2c8dcbbd0303
user: hauke <hauke%pkgsrc.org@localhost>
date: Wed Jul 03 10:06:50 2019 +0000
description:
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.
diffstat:
editors/xemacs-nox11/Makefile | 4 ++--
editors/xemacs/Makefile | 4 ++--
editors/xemacs/Makefile.common | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r e39f84ed9471 -r 2c8dcbbd0303 editors/xemacs-nox11/Makefile
--- a/editors/xemacs-nox11/Makefile Wed Jul 03 10:04:23 2019 +0000
+++ b/editors/xemacs-nox11/Makefile Wed Jul 03 10:06:50 2019 +0000
@@ -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
diff -r e39f84ed9471 -r 2c8dcbbd0303 editors/xemacs/Makefile
--- a/editors/xemacs/Makefile Wed Jul 03 10:04:23 2019 +0000
+++ b/editors/xemacs/Makefile Wed Jul 03 10:06:50 2019 +0000
@@ -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
diff -r e39f84ed9471 -r 2c8dcbbd0303 editors/xemacs/Makefile.common
--- a/editors/xemacs/Makefile.common Wed Jul 03 10:04:23 2019 +0000
+++ b/editors/xemacs/Makefile.common Wed Jul 03 10:06:50 2019 +0000
@@ -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+= --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
Home |
Main Index |
Thread Index |
Old Index