pkgsrc-WIP-changes archive

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

(emacs-git) came back from long absense, by dropping "BUILD_TARGET= bootstrap"



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Apr 25 22:26:49 2017 +0900
Changeset:	b34b494cd217c37cec266fdaad796bfb4e4adf59

Modified Files:
	emacs-git/Makefile
	emacs-git/PLIST

Log Message:
(emacs-git) came back from long absense, by dropping "BUILD_TARGET= bootstrap"

- USE_TOOLS -automake +gm4
- Drop "MAKE_JOBS_SAFE=  no", but doesn't seem to be really effective
- Adjust PLIST as usual,
  +share/emacs/${PKGVERSION}/lisp/international/uni-special-lowercase.el
  +share/emacs/${PKGVERSION}/lisp/international/uni-special-titlecase.el
  +share/emacs/${PKGVERSION}/lisp/international/uni-special-uppercase.el
  +share/emacs/${PKGVERSION}/lisp/textmodes/mhtml-mode.el.gz
  +share/emacs/${PKGVERSION}/lisp/textmodes/mhtml-mode.elc

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

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

diffstat:
 emacs-git/Makefile | 5 +----
 emacs-git/PLIST    | 5 +++++
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 685a0cb08c..0c14fe42d9 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -11,14 +11,12 @@ HOMEPAGE=	http://www.gnu.org/software/emacs/emacs.html
 COMMENT=	GNU editing macros (development version)
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS+=	autoconf automake gmake gsed gzip makeinfo
+USE_TOOLS+=	autoconf gm4 gmake gsed gzip makeinfo
 # for example, Mac OS X 10.6.1 has 2.61 which fails
 AUTOCONF_REQD=	2.65
 # NetBSD has 4.8
 TEXINFO_REQD=	4.13
 
-MAKE_JOBS_SAFE=	no
-
 GIT_REPOSITORIES=	master
 GIT_MODULE.master=	emacs
 GIT_REPO.master=	git://git.sv.gnu.org/emacs.git
@@ -35,7 +33,6 @@ CONFIGURE_ENV+=		GAMEOWN=${GAMEOWN:Q}
 CFLAGS+=		-g
 CONFIGURE_ARGS+=	MAKEINFO=${LOCALBASE}/bin/makeinfo
 
-BUILD_TARGET=		bootstrap
 BUILD_DEFS+=		VARBASE
 BUILD_DEFS+=		GAMEDATAMODE
 
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index cc8d48cb39..188b7662a8 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -2290,6 +2290,9 @@ share/emacs/${PKGVERSION}/lisp/international/uni-mirrored.el
 share/emacs/${PKGVERSION}/lisp/international/uni-name.el
 share/emacs/${PKGVERSION}/lisp/international/uni-numeric.el
 share/emacs/${PKGVERSION}/lisp/international/uni-old-name.el
+share/emacs/${PKGVERSION}/lisp/international/uni-special-lowercase.el
+share/emacs/${PKGVERSION}/lisp/international/uni-special-titlecase.el
+share/emacs/${PKGVERSION}/lisp/international/uni-special-uppercase.el
 share/emacs/${PKGVERSION}/lisp/international/uni-titlecase.el
 share/emacs/${PKGVERSION}/lisp/international/uni-uppercase.el
 share/emacs/${PKGVERSION}/lisp/international/utf-7.el.gz
@@ -3620,6 +3623,8 @@ share/emacs/${PKGVERSION}/lisp/textmodes/ispell.el.gz
 share/emacs/${PKGVERSION}/lisp/textmodes/ispell.elc
 share/emacs/${PKGVERSION}/lisp/textmodes/makeinfo.el.gz
 share/emacs/${PKGVERSION}/lisp/textmodes/makeinfo.elc
+share/emacs/${PKGVERSION}/lisp/textmodes/mhtml-mode.el.gz
+share/emacs/${PKGVERSION}/lisp/textmodes/mhtml-mode.elc
 share/emacs/${PKGVERSION}/lisp/textmodes/nroff-mode.el.gz
 share/emacs/${PKGVERSION}/lisp/textmodes/nroff-mode.elc
 share/emacs/${PKGVERSION}/lisp/textmodes/page-ext.el.gz


Home | Main Index | Thread Index | Old Index