pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs-snapshot (editors/emacs-snapshot) Makefi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/30fb2e024f97
branches: trunk
changeset: 419438:30fb2e024f97
user: mef <mef%pkgsrc.org@localhost>
date: Wed Dec 18 12:44:54 2019 +0000
description:
(editors/emacs-snapshot) Makefile.common is not used for now
diffstat:
editors/emacs-snapshot/Makefile.common | 81 ----------------------------------
1 files changed, 0 insertions(+), 81 deletions(-)
diffs (85 lines):
diff -r 18c62cd6e079 -r 30fb2e024f97 editors/emacs-snapshot/Makefile.common
--- a/editors/emacs-snapshot/Makefile.common Wed Dec 18 12:44:39 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-# $NetBSD: Makefile.common,v 1.71 2019/11/22 14:05:23 mef Exp $
-#
-# used by editors/emacs-snapshot/Makefile
-
-.include "../../editors/emacs-snapshot/version.mk"
-DISTNAME= emacs-snapshot_2015071614+bd8b5ac77250d9fe0634d58a30a3bf6d2497725a.orig
-SNAPDATE= ${DISTNAME:C/.*_(20[0-9]+)\+.*/\1/}
-PKGNAME= emacs${_EMACS_VERSION_MAJOR}-${EMACS_VERSION}.${SNAPDATE}
-CATEGORIES= editors
-MASTER_SITES= http://londo.ganneff.de/pool/main/e/emacs-snapshot/
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
-COMMENT= GNU editing macros (development version)
-LICENSE= gnu-gpl-v3
-
-USE_TOOLS+= autoconf automake gmake gzip makeinfo
-AUTOCONF_REQD= 2.65
-
-CONFLICTS+= emacs-nox11-[0-9]*
-SETGIDGAME= yes
-MAKE_JOBS_SAFE= no
-
-GNU_CONFIGURE= yes
-INFO_FILES= yes
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
-
-CONFIGURE_ARGS+= --srcdir=${WRKSRC}
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --with-gameuser=${GAMEOWN}
-
-BUILD_TARGET= bootstrap
-BUILD_DEFS+= VARBASE
-BUILD_DEFS+= GAMES_USER GAMES_GROUP GAMEDATAMODE
-PLIST_SRC+= PLIST
-PLIST_SUBST+= EMACS_VERSION=${EMACS_VERSION}
-
-EMACS_VERSION= ${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
-
-MAKE_DIRS_PERMS+= ${VARBASE}/games/emacs ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
-CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/emacs/snake-scores \
- ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
-CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/emacs/tetris-scores \
- ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
-SPECIAL_PERMS+= libexec/emacs/${EMACS_VERSION}/${MACHINE_GNU_PLATFORM}/update-game-score ${SETGID_GAMES_PERMS}
-
-REPLACE_PERL= lib-src/grep-changelog
-CHECK_INTERPRETER_SKIP= bin/grep-changelog
-
-# build PATH in the dumped emacs is not a problem
-CHECK_WRKREF_SKIP+= bin/emacs
-CHECK_WRKREF_SKIP+= bin/emacs-${EMACS_VERSION}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${OPSYS} == "DragonFly") && exists(/usr/lib/crtn.o)
-CPPFLAGS+= -DDFLY_CRT_USRLIB
-.endif
-
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
-.include "../../mk/curses.buildlink3.mk"
-.else
-.include "../../mk/termcap.buildlink3.mk"
-.endif
-
-.include "../../mk/oss.buildlink3.mk"
-
-PRINT_PLIST_AWK+= { gsub(/${EMACS_VERSION}/, "$${EMACS_VERSION}"); \
- gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); \
- print; next; }
-
-post-extract:
- cp ${.CURDIR}/../../editors/emacs25/files/site-init.el ${WRKSRC}/lisp
- cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
- ${CHMOD} -R go-w ${WRKSRC}
- # set auto-load for send-pr library
- cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
-
-pre-configure:
- cd ${WRKSRC} && ./autogen.sh
Home |
Main Index |
Thread Index |
Old Index