| Summary: | [PATCH] textproc/xerces-c2: mark MAKE_JOBS_UNSAFE | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | kenm | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2009-06-21 21:20:06 UTC
Maintainer of textproc/xerces-c2,
Please note that PR ports/135896 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135896
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. Updated patch, also fix build with custom PREFIX/LOCALBASE.
--- xerces-c2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/textproc/xerces-c2/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile 6 Sep 2008 01:10:09 -0000 1.25
+++ Makefile 21 Jun 2009 21:00:30 -0000
@@ -75,6 +75,7 @@
USE_GMAKE= yes
MAKE_ENV+= XERCESCROOT=${WRKSRC}
+MAKE_JOBS_UNSAFE= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER}
@@ -138,6 +139,9 @@
post-patch:
@${REINPLACE_CMD} -e 's#CP = -cp -p#CP = -cp#' \
${WRKSRC}/src/xercesc/Makefile.incl
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ ${WRKSRC}/src/xercesc/Makefile.incl \
+ ${WRKSRC}/src/xercesc/runConfigure
pre-configure:
@${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure
--- xerces-c2.diff ends here ---
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
State Changed From-To: feedback->closed Committed. Thanks! amdmi3 2009-07-07 00:22:05 UTC
FreeBSD ports repository
Modified files:
textproc/xerces-c2 Makefile
Log:
- Mark MAKE_JOBS_UNSAFE
- Respect custom LOCALBASE
PR: 135896
Submitted by: myself
Approved by: maintainer timeout
Revision Changes Path
1.26 +4 -0 ports/textproc/xerces-c2/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|