ports/133009: [MAINTAINER] mail/mew: mark MAKE_JOBS_SAFE
Hiroto Kagotani
hiroto.kagotani at gmail.com
Tue Mar 24 15:40:04 UTC 2009
>Number: 133009
>Category: ports
>Synopsis: [MAINTAINER] mail/mew: mark MAKE_JOBS_SAFE
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 24 15:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Hiroto Kagotani
>Release: 7.1-RELEASE-p4
>Organization:
>Environment:
>Description:
Fix patch to info/Makefile for parallel build.
Mark MAKE_JOBS_SAFE.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ru /tmp/mew/Makefile ./Makefile
--- /tmp/mew/Makefile 2009-01-11 05:25:15.000000000 +0900
+++ ./Makefile 2009-03-24 23:57:37.000000000 +0900
@@ -27,6 +27,8 @@
RUN_DEPENDS= rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3
.endif
+MAKE_JOBS_SAFE= yes
+
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
diff -ru /tmp/mew/files/patch-info_Makefile ./files/patch-info_Makefile
--- /tmp/mew/files/patch-info_Makefile 2006-02-10 06:01:31.000000000 +0900
+++ ./files/patch-info_Makefile 2009-03-25 00:11:56.000000000 +0900
@@ -1,5 +1,5 @@
---- info/Makefile.orig Mon Dec 27 13:00:04 2004
-+++ info/Makefile Tue Jan 31 23:32:37 2006
+--- info/Makefile.orig 2007-12-03 14:57:00.000000000 +0900
++++ info/Makefile 2009-03-25 00:08:51.000000000 +0900
@@ -15,12 +15,10 @@
## EDIT THE FOLLOWINGS
##
@@ -15,3 +15,29 @@
INSTALLINFO = `which install-info`
#INSTALLINFO = /usr/local/bin/install-info
+@@ -53,20 +51,20 @@
+ info:
+ sed -e 's/@setfilename mew.jis.info/@setfilename mew.info/' \
+ -e 's/@set jp/@set us/' mew.texi > tmp.texi
+- mv tmp.texi mew.texi
+ $(RM) mew.info*
+ $(TOUCH) mew.info
+ $(EMACS) -batch -q -no-site-file -l texinfmt \
+- -f batch-texinfo-format mew.texi
++ -f batch-texinfo-format tmp.texi
++ $(RM) tmp.texi
+
+ jinfo:
+ sed -e 's/@setfilename mew.info/@setfilename mew.jis.info/' \
+- -e 's/@set us/@set jp/' mew.texi > tmp.texi
+- mv tmp.texi mew.texi
++ -e 's/@set us/@set jp/' mew.texi > tmp.jis.texi
+ $(RM) mew.jis.info*
+ $(TOUCH) mew.jis.info
+ $(EMACS) -batch -q -no-site-file -l texinfmt \
+- -f batch-texinfo-format mew.texi
++ -f batch-texinfo-format tmp.jis.texi
++ $(RM) tmp.jis.texi
+
+ install: install-info
+ install-info:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list