ports/124491: [mnt-upd,patch] hercules fix plist

Bjoern A. Zeeb bzeeb+freebsdports at zabbadoz.net
Wed Jun 11 17:50:03 UTC 2008


>Number:         124491
>Category:       ports
>Synopsis:       [mnt-upd,patch] hercules fix plist
>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:   Wed Jun 11 17:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bjoern A. Zeeb
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
Zabbadoz.NeT
>Environment:
System: FreeBSD foo 8.0-CURRENT FreeBSD 8.0-CURRENT #99: Wed Jun 11 17:22:21 UTC 2008 bz at foo:/path/to/HEAD/sys/KERNEL amd64

>Description:
	
	FreeBSD ports QA / itetcu@ has mailed that plist breaks in case
	of lots of NO* options.

>How-To-Repeat:
	make -DNOPORTDORTS install
>Fix:

(pasted in, so paste the line instead of trying to apply the patch)

Index: Makefile
===================================================================
RCS file: /shared/mirror/FreeBSD/r/pcvs/ports/emulators/hercules/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile    6 Jun 2008 13:27:01 -0000       1.25
+++ Makefile    8 Jun 2008 09:47:51 -0000
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
 post-patch:
        @${REINPLACE_CMD} -e 's at -lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
 .if defined(NOPORTDOCS)
-       @${REINPLACE_CMD} -e 's,intl m4 po util html man,intl m4 po util man,g' ${WRKSRC}/Makefile.in
+       @${REINPLACE_CMD} -e 's,^SUBDIRS = decNumber m4 po util html man . crypto,SUBDIRS = decNumber m4 po util man . crypto,g' ${WRKSRC}/Makefile.in
 .else
        @${REINPLACE_CMD} -e 's,^datadir = @datadir@,datadir = ${PREFIX}/share/doc/,' ${WRKSRC}/html/Makefile.in
 .endif

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list