ports/166185: [PATCH] devel/quilt: unbreak build if NOPORTDOCS defined

Alex Samorukov samm at os2.kiev.ua
Fri Mar 16 20:50:03 UTC 2012


>Number:         166185
>Category:       ports
>Synopsis:       [PATCH] devel/quilt: unbreak build if NOPORTDOCS defined
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 16 20:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 7.4-RELEASE-p6 i386
>Organization:
Net-Art
>Environment:
System: FreeBSD s1.sdv.com.ua 7.4-RELEASE-p6 FreeBSD 7.4-RELEASE-p6 #10: Tue Mar  6 21:00:42 EET
>Description:
I found that build failed if NOPORTDOCS is set. Reason is outdated patch.
I updated the patch and now port builds fine.

P.S. found this issue using redports tool.

Port maintainer (doj at cubic.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
>How-To-Repeat:
Try to build port with "make NOPORTDOCS=1" command
>Fix:

--- quilt-0.51.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/quilt/files/extra-patch-Makefile.in ./files/extra-patch-Makefile.in
--- /usr/ports/devel/quilt/files/extra-patch-Makefile.in	2008-08-26 08:41:45.000000000 +0300
+++ ./files/extra-patch-Makefile.in	2012-03-16 22:35:41.000000000 +0200
@@ -1,14 +1,14 @@
---- Makefile.in.old	2008-08-03 20:41:13.000000000 -0300
-+++ Makefile.in	2008-08-03 20:45:36.000000000 -0300
-@@ -316,12 +316,6 @@
+--- Makefile.in.bak	2012-03-16 21:27:45.758356452 +0100
++++ Makefile.in	2012-03-16 21:28:08.744371226 +0100
+@@ -332,12 +332,6 @@
  	$(INSTALL) -d $(BUILD_ROOT)$(libdir)/$(PACKAGE)
  	$(INSTALL) -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(libdir)/$(PACKAGE)/
  
--	$(INSTALL) -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
+-	$(INSTALL) -d $(BUILD_ROOT)$(docdir)/
 -	$(INSTALL) -m 644 doc/README					\
--		   $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
+-		   $(BUILD_ROOT)$(docdir)/
 -	$(INSTALL) -m 644 doc/quilt.pdf doc/README.MAIL			\
--		   $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
+-		   $(BUILD_ROOT)$(docdir)/
 -
  	$(INSTALL) -d $(BUILD_ROOT)$(mandir)/man1
  	$(INSTALL) -m 644 $(MAN1) $(BUILD_ROOT)$(mandir)/man1/
--- quilt-0.51.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list