ports/138597: [PATCH] audio/ecawave: Included file pkg-plist in Makefile. Take maintainership.

Sylvio Cesar scjamorim at bsd.com.br
Sun Sep 6 22:00:05 UTC 2009


>Number:         138597
>Category:       ports
>Synopsis:       [PATCH] audio/ecawave: Included file pkg-plist in Makefile. 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 22:00:03 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:
- Included file pkg-plist in Makefile.
- Added variable PORTDOCS to install docs.
- Removed lines CFLAGS and CXXFLAGS, because always there is in bsd.port.post.mk
- Take maintainership

Removed file(s):
- pkg-plist

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/ecawave-0.6.1_5.log

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

--- ecawave-0.6.1_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/ecawave/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	31 Jul 2009 13:48:52 -0000	1.18
+++ Makefile	6 Sep 2009 21:53:12 -0000
@@ -11,7 +11,7 @@
 CATEGORIES=	audio
 MASTER_SITES=	http://ecasound.seul.org/download/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	scjamorim at bsd.com.br
 COMMENT=	Simple graphical audio file editor
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound
@@ -24,10 +24,10 @@
 LDFLAGS+=	${PTHREAD_LIBS:S/"//g}
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \
-		CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
-		CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
 
 MAN1=		ecawave.1
+PLIST_FILES=	bin/ecawave
+PORTDOCS=	*.html
 
 .include <bsd.port.pre.mk>
 
@@ -41,7 +41,9 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/Documentation/${docs} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	21 Oct 2003 11:23:57 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-bin/ecawave
-%%PORTDOCS%%%%DOCSDIR%%/ecawave_manpage.html
-%%PORTDOCS%%%%DOCSDIR%%/users_guide.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- ecawave-0.6.1_5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list