Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2008 17:26:03 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Edward Tomasz Napierala <trasz@FreeBSD.org>, "Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>, Ion-Mihai Tetcu <itetcu@FreeBSD.org>
Subject:   ports/124491: [mnt-upd,patch] hercules fix plist
Message-ID:  <20080611172603.56B744899B5@storage.int.zabbadoz.net>
Resent-Message-ID: <200806111750.m5BHo2mI066299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@-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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080611172603.56B744899B5>