Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Jun 2013 00:43:12 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sylvio@FreeBSD.org
Subject:   ports/179238: [PATCH] audio/mp3info: Trim install for gmp3info, comply with OptionsNG
Message-ID:  <20130602224316.45CD3872@hub.freebsd.org>
Resent-Message-ID: <201306022250.r52Mo0KY057856@freefall.freebsd.org>

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

>Number:         179238
>Category:       ports
>Synopsis:       [PATCH] audio/mp3info: Trim install for gmp3info, comply with OptionsNG
>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 Jun 02 22:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013
>Description:

- Shorten header
- Trim install for gmp3info
- Comply with OptionsNG
- Cleanup Makefile

Port maintainer (sylvio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130602215301-3332/

>Fix:

--- mp3info-0.8.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/mp3info/Makefile ./Makefile
--- /usr/ports/audio/mp3info/Makefile	2013-06-02 19:00:22.000000000 +0200
+++ ./Makefile	2013-06-02 23:52:02.000000000 +0200
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	mp3info
-# Date created:				19 June 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD: head/audio/mp3info/Makefile 310042 2013-01-07 12:33:59Z sylvio $
-#
 
 PORTNAME=	mp3info
 PORTVERSION=	0.8.5
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITES=	SUNSITE
 MASTER_SITE_SUBDIR=	apps/sound/mp3-utils/mp3info
 DISTNAME=	${PORTNAME}-${PORTVERSION}a
 EXTRACT_SUFX=	.tgz
@@ -32,14 +28,12 @@
 
 ALL_TARGET=	doc mp3info
 
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTK2}
 PKGNAMESUFFIX=	-gtk
 USE_GNOME+=	gtk20
 ALL_TARGET+=	gmp3info
-MAKE_ARGS=	install-gmp3info
 PLIST_SUB+=	WITH_GTK=""
 .else
 PLIST_SUB+=	WITH_GTK="@comment "
@@ -47,12 +41,15 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
+
+.if ${PORT_OPTIONS:MGTK2}
+	${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${PREFIX}/bin
+.endif
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
+
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.for docs in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
-.endfor
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- mp3info-0.8.5.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?20130602224316.45CD3872>