Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Sep 2009 17:04:09 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org, araujo@FreeBSD.org
Subject:   ports/138587: [PATCH] archivers/ucl: It was changed form how install the DOCS. Take maintainership.
Message-ID:  <20090906200409.B4658229B9B@fbsd72.scjamorim.org>
Resent-Message-ID: <200909062010.n86KA1RZ061996@freefall.freebsd.org>

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

>Number:         138587
>Category:       ports
>Synopsis:       [PATCH] archivers/ucl: It was changed form how install the DOCS. Take maintainership.
>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:   Sun Sep 06 20:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Replace space by tab in GNU_CONFIGURE
- Added "for" to install the DOCS
- Take maintainership.

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/ucl-1.03_1.log

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

--- ucl-1.03_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/ucl/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	2 Aug 2009 19:32:07 -0000	1.21
+++ Makefile	6 Sep 2009 19:53:19 -0000
@@ -11,12 +11,12 @@
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/ucl/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	A data compression library with low memory usage
 
 USE_AUTOTOOLS=	libtool:22
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared
 
 PORTDOCS=	AUTHORS NEWS README THANKS TODO
@@ -25,7 +25,9 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA}	${PORTDOCS} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA}	${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
--- ucl-1.03_1.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?20090906200409.B4658229B9B>