Date: Fri, 6 Jun 2008 13:54:19 +0200 (CEST) From: Olivier Smedts <olivier@gid0.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124348: [PATCH] devel/gettext : fix "make patch" with NOPORTDOCS=yes Message-ID: <20080606115419.ECC9E22852@z.gid0.org> Resent-Message-ID: <200806061200.m56C0BnG014713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124348 >Category: ports >Synopsis: [PATCH] devel/gettext : fix "make patch" with NOPORTDOCS=yes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 06 12:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Olivier Smedts >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: gid0.org >Environment: System: FreeBSD z.gid0.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Sun May 4 20:25:51 CEST 2008 root@z.gid0.org:/work/obj/work/src/sys/XPC i386 >Description: extra patch fails to apply (with NOPORTDOCS=yes) since last update of devel/gettext. >How-To-Repeat: "make patch" or try to install/update gettext to 0.17 on a system with NOPORTDOCS=yes. >Fix: It seems ok with the following patch. --- patch begins here --- --- files/extra-patch-nodocs.orig 2008-06-06 13:25:51.000000000 +0200 +++ files/extra-patch-nodocs 2008-06-06 13:31:48.000000000 +0200 @@ -2,13 +2,13 @@ +++ gettext-runtime/intl-java/Makefile.in Tue Jan 30 20:02:41 2007 @@ -464,5 +464,5 @@ --all-local: all-classes all-javadoc1 all-javadoc2 --install-data-local: install-classes install-javadoc1 install-javadoc2 --installdirs-local: installdirs-classes installdirs-javadoc1 installdirs-javadoc2 +-all-local: all-classes all-javadoc2 +-install-data-local: install-classes install-javadoc2 +-installdirs-local: installdirs-classes installdirs-javadoc2 +all-local: all-classes +install-data-local: install-classes +installdirs-local: installdirs-classes - uninstall-local: uninstall-classes uninstall-javadoc1 uninstall-javadoc2 + uninstall-local: uninstall-classes uninstall-javadoc2 --- gettext-runtime/intl-csharp/Makefile.in.orig Mon May 23 04:23:39 2005 +++ gettext-runtime/intl-csharp/Makefile.in Tue Jan 30 20:11:08 2007 --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080606115419.ECC9E22852>