Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 09:03:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431725 - in head/sysutils/gcombust: . files
Message-ID:  <201701170903.v0H93uKH049645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan 17 09:03:56 2017
New Revision: 431725
URL: https://svnweb.freebsd.org/changeset/ports/431725

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Switch to options helpers
  - Regenerate patches

Modified:
  head/sysutils/gcombust/Makefile
  head/sysutils/gcombust/files/patch-src-optimize_usage.h
  head/sysutils/gcombust/files/patch-src-rip_audio.h

Modified: head/sysutils/gcombust/Makefile
==============================================================================
--- head/sysutils/gcombust/Makefile	Tue Jan 17 09:01:38 2017	(r431724)
+++ head/sysutils/gcombust/Makefile	Tue Jan 17 09:03:56 2017	(r431725)
@@ -11,30 +11,30 @@ MASTER_SITES=	http://mirror.symnds.com/s
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK+ frontend for mkisofs and cdrecord
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	cdlabelgen:print/cdlabelgen \
 		cdrecord:sysutils/cdrtools
 
-USES=		gettext perl5
+USES=		gettext localbase perl5
 USE_PERL5=	build
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--without-included-gettext \
+		--datadir=${PREFIX}/share
 
 OPTIONS_DEFINE=	DOCS
 
 pre-patch:
 	@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
-	    ${WRKSRC}/configure
+		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|==|=|g' ${WRKSRC}/po/Makefile.in.in
 
 post-configure:
 	cd ${WRKSRC}/po && ${MAKE} update-po
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}

Modified: head/sysutils/gcombust/files/patch-src-optimize_usage.h
==============================================================================
--- head/sysutils/gcombust/files/patch-src-optimize_usage.h	Tue Jan 17 09:01:38 2017	(r431724)
+++ head/sysutils/gcombust/files/patch-src-optimize_usage.h	Tue Jan 17 09:03:56 2017	(r431725)
@@ -1,5 +1,5 @@
---- src/optimize_usage.h	1999-12-20 15:23:18.000000000 -0500
-+++ src/optimize_usage.h	2007-08-05 15:47:54.000000000 -0400
+--- src/optimize_usage.h.orig	1999-12-20 20:23:18 UTC
++++ src/optimize_usage.h
 @@ -16,7 +16,6 @@
  ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */

Modified: head/sysutils/gcombust/files/patch-src-rip_audio.h
==============================================================================
--- head/sysutils/gcombust/files/patch-src-rip_audio.h	Tue Jan 17 09:01:38 2017	(r431724)
+++ head/sysutils/gcombust/files/patch-src-rip_audio.h	Tue Jan 17 09:03:56 2017	(r431725)
@@ -1,6 +1,6 @@
---- src/rip_audio.h	2000-12-11 13:26:41.000000000 -0500
-+++ src/rip_audio.h	2007-08-05 15:48:02.000000000 -0400
-@@ -20,4 +20,3 @@
+--- src/rip_audio.h.orig	2000-12-11 18:26:41 UTC
++++ src/rip_audio.h
+@@ -20,4 +20,3 @@ void open_rip_audio_req(void);
  
  extern char *cdda2wav_path, *cdda_device_path, *cdparanoia_path;
  extern char *def_rip_path;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701170903.v0H93uKH049645>