Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Sep 2009 18:40:33 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org, araujo@FreeBSD.org
Subject:   ports/138594: [PATCH] audio/fcplay: It was changed the form how installs the DOCS. Take maintainership.
Message-ID:  <20090906214033.B0C15229B9D@fbsd72.scjamorim.org>
Resent-Message-ID: <200909062150.n86Lo1VB068051@freefall.freebsd.org>

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

>Number:         138594
>Category:       ports
>Synopsis:       [PATCH] audio/fcplay: It was changed the form how installs 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 21:50: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:
- Added "for" to install DOCS with variable "PORTDOCS"
- Take maintainership.

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/fcplay-0.0.1_2.log

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

--- fcplay-0.0.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/fcplay/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	25 Jul 2008 14:34:10 -0000	1.18
+++ Makefile	6 Sep 2009 21:37:54 -0000
@@ -13,7 +13,7 @@
 		http://atreides.freenix.no/~anders/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Future Composer Reference Player
 
 BUILD_DEPENDS=	${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
@@ -35,7 +35,9 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${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>
--- fcplay-0.0.1_2.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?20090906214033.B0C15229B9D>