Summary: | [PATCH] net/mpd unbreak | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | poyopoyo | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
poyopoyo
2009-10-28 05:50:01 UTC
patch revised. - get rid of pre.mk/post.mk that were for OSVERSION. --- /usr/ports/net/mpd/Makefile 2009-06-14 03:07:42.000000000 +0900 +++ Makefile 2009-10-28 18:39:52.000000000 +0900 @@ -27,11 +27,10 @@ USE_RC_SUBR= mpd -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800097 -BROKEN= does not compile -.endif +post-patch: + ${FIND} ${WRKSRC}/src -type f -name \*.c \ + | ${XARGS} ${GREP} -l 'NG_....LEN[ +1]*' \ + | ${XARGS} ${REINPLACE_CMD} 's/\(NG_....\)LEN[ +1]*/\1SIZ/g' pre-build: @${ECHO} @@ -44,4 +43,4 @@ @${MKDIR} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. State Changed From-To: open->closed Committed. Thanks! miwi 2009-10-30 10:11:07 UTC FreeBSD ports repository Modified files: net/mpd Makefile Log: - Fix build PR: 140040 Submitted by: Sato Kuro <poyopoyo@puripuri.plala.or.jp> Revision Changes Path 1.54 +4 -3 ports/net/mpd/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" |