pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xemacs-nox11



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Feb 14 12:51:58 UTC 2018

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

Log Message:
GC hacks.mk -- switching to system malloc has taken care of the issue.

Unbreak package by including options.mk, which keeps configure from
looking fro X11.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/xemacs-nox11/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/xemacs-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-nox11/Makefile
diff -u pkgsrc/editors/xemacs-nox11/Makefile:1.26 pkgsrc/editors/xemacs-nox11/Makefile:1.27
--- pkgsrc/editors/xemacs-nox11/Makefile:1.26   Thu Feb  1 14:25:30 2018
+++ pkgsrc/editors/xemacs-nox11/Makefile        Wed Feb 14 12:51:58 2018
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.26 2018/02/01 14:25:30 hauke Exp $
+# $NetBSD: Makefile,v 1.27 2018/02/14 12:51:58 hauke Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nox11-/}
-PKGREVISION=   3
+PKGREVISION=   4
 COMMENT=       XEmacs text editor version 21 (no x11 support)
 
 # Version information in ../../editors/xemacs/Makefile.common
 
+.include "../../editors/xemacs/options.mk"
+
 .include "../../editors/xemacs/Makefile.common"
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index