svn commit: r475971 - head/audio/xmms-gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jul 31 06:38:01 UTC 2018


Author: ehaupt
Date: Tue Jul 31 06:38:00 2018
New Revision: 475971
URL: https://svnweb.freebsd.org/changeset/ports/475971

Log:
  - Remove gcc dependency
  - Pacify portlint
  
  PR:		230223
  Submitted by:	tobik

Modified:
  head/audio/xmms-gbsplay/Makefile

Modified: head/audio/xmms-gbsplay/Makefile
==============================================================================
--- head/audio/xmms-gbsplay/Makefile	Tue Jul 31 06:33:03 2018	(r475970)
+++ head/audio/xmms-gbsplay/Makefile	Tue Jul 31 06:38:00 2018	(r475971)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gbsplay
 PORTVERSION=	0.0.8
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	audio
 MASTER_SITES=	LOCAL/ehaupt
 PKGNAMEPREFIX=	xmms-
@@ -16,10 +16,9 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	xmms:multimedia/xmms
 RUN_DEPENDS=	xmms:multimedia/xmms
 
+USES=		gmake
 USE_GNOME=	glib12
-USE_GCC=	any
 HAS_CONFIGURE=	yes
-USES=		gmake
 USE_CSTD=	gnu89
 
 OPTIONS_DEFINE=	NLS
@@ -36,7 +35,8 @@ post-extract:
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		's|`which xmms-config`||; \
+		's|char argc|int argc|; \
+		 s|`which xmms-config`||; \
 		 s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \
 		 s|`which glib-config`||; \
 		 s|glib-config|${GLIB_CONFIG}|g; \


More information about the svn-ports-head mailing list