ports/113739: [PATCH] devel/upnp: handle document correctly

Yen-Ming at utopia.leeym.com Yen-Ming at utopia.leeym.com
Sat Jun 16 02:50:03 UTC 2007


>Number:         113739
>Category:       ports
>Synopsis:       [PATCH] devel/upnp: handle document correctly
>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:   Sat Jun 16 02:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee,,,,
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun May 20 13:11:02 CST 2007
>Description:
- handle document correctly

Port maintainer (farrokhi at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- upnp-1.4.6,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/upnp/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	27 May 2007 22:31:36 -0000	1.20
+++ Makefile	16 Jun 2007 02:39:39 -0000
@@ -29,9 +29,10 @@
 CONFIGURE_ENV+=	LIBS="-llwres -lcompat"
 
 .if defined(NOPORTDOCS)
-CONFIGURE_ARGS=	--without-docdir
+CONFIGURE_ARGS=	--without-documentation
 .else
-CONFIGURE_ARGS=	--with-docdir=${DOCSDIR}
+CONFIGURE_ARGS=	--with-documentation=${DOCSDIR}
+PORTDOCS=	*
 .endif
 
 post-patch:
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/upnp/pkg-plist,v
retrieving revision 1.9
diff -u -u -r1.9 pkg-plist
--- pkg-plist	27 May 2007 22:31:36 -0000	1.9
+++ pkg-plist	16 Jun 2007 02:39:39 -0000
@@ -21,5 +21,4 @@
 lib/libupnp.so
 lib/libupnp.so.2
 libdata/pkgconfig/libupnp.pc
- at dirrm share/doc/libupnp-1.4.6
 @dirrm include/upnp
--- upnp-1.4.6,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list