pkgsrc-WIP-changes archive

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

emacs-git: some cleanups



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 29 00:12:29 2017 +0200
Changeset:	29e2ca1d44b599c939f15ac5b6eb61779c09cde8

Modified Files:
	emacs-git/Makefile

Log Message:
emacs-git: some cleanups

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29e2ca1d44b599c939f15ac5b6eb61779c09cde8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 4a50e10525..a9c6dd9661 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ARGS+=	--localstatedir=${VARBASE}
 CONFIGURE_ENV+=		GAMEOWN=${GAMES_USER}
 # For wip special, following gives symbol names when back trace is shown.
 CFLAGS+=		-g
-#CONFIGURE_ARGS+=	MAKEINFO=${LOCALBASE}/bin/makeinfo
 
 USE_GAMESGROUP=		yes
 
@@ -55,10 +54,6 @@ PRINT_PLIST_AWK+=       { gsub(/${PKGVERSION_NOREV}/, "$${PKGVERSION}"); \
 			gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); \
 			print; next; }
 
-# ./configure.lineno: 3555: Syntax error: Bad substitution
-# And then add another portablity problem ?
-#PKGSRC_MAKE_ENV+=       SH=/bin/ksh
-
 post-extract:
 	# set auto-load for send-pr library
 	cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
@@ -69,5 +64,4 @@ pre-configure:
 .include "../../wip/mk/git-package.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-#.include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index