ports/124348: [PATCH] devel/gettext : fix "make patch" with NOPORTDOCS=yes

Olivier Smedts olivier at gid0.org
Fri Jun 6 12:00:12 UTC 2008


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



More information about the freebsd-ports-bugs mailing list