Bug 185330 - multimedia/xmms-status-plugin: Fix build with clang
Summary: multimedia/xmms-status-plugin: Fix build with clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 21:10 UTC by tkato432
Modified: 2014-01-25 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.49 KB, patch)
2013-12-30 21:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-12-30 21:10:06 UTC
- Fix build with clang
- Add LICENSE
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-19 13:44:44 UTC
Author: miwi
Date: Sun Jan 19 13:44:36 2014
New Revision: 340289
URL: http://svnweb.freebsd.org/changeset/ports/340289
QAT: https://qat.redports.org/buildarchive/r340289/

Log:
  - Fix build with clang
  
  PR:		185330
  Submitted by:	ports fury

Deleted:
  head/multimedia/xmms-status-plugin/files/patch-configure
Modified:
  head/multimedia/xmms-status-plugin/Makefile   (contents, props changed)

Modified: head/multimedia/xmms-status-plugin/Makefile
==============================================================================
--- head/multimedia/xmms-status-plugin/Makefile	Sun Jan 19 13:44:15 2014	(r340288)
+++ head/multimedia/xmms-status-plugin/Makefile	Sun Jan 19 13:44:36 2014	(r340289)
@@ -10,17 +10,19 @@ MASTER_SITES=	http://www.hellion.org.uk/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	XMMS control applet for GNOME 2 panel / KDE tray
 
-LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
+LICENSE=	GPLv2 # (or later)
 
+LIB_DEPENDS=	libxmms.so:${PORTSDIR}/multimedia/xmms
+
+USES=		gettext gmake
 USE_XORG=	x11 xpm
-USE_GMAKE=	yes
-USE_LDCONFIG=	yes
+USE_CSTD=	gnu89
 USE_AUTOTOOLS=	libtool
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
-	${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-01-19 13:44:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-25 13:02:13 UTC
Author: miwi
Date: Sat Jan 25 13:02:05 2014
New Revision: 341023
URL: http://svnweb.freebsd.org/changeset/ports/341023
QAT: https://qat.redports.org/buildarchive/r341023/

Log:
  MFH: r340289
  
  - Fix build with clang
  
  PR:		185330
  Submitted by:	ports fury

Deleted:
  branches/2014Q1/multimedia/xmms-status-plugin/files/patch-configure
Modified:
  branches/2014Q1/multimedia/xmms-status-plugin/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/multimedia/xmms-status-plugin/Makefile
==============================================================================
--- branches/2014Q1/multimedia/xmms-status-plugin/Makefile	Sat Jan 25 13:00:56 2014	(r341022)
+++ branches/2014Q1/multimedia/xmms-status-plugin/Makefile	Sat Jan 25 13:02:05 2014	(r341023)
@@ -10,17 +10,19 @@ MASTER_SITES=	http://www.hellion.org.uk/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	XMMS control applet for GNOME 2 panel / KDE tray
 
-LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
+LICENSE=	GPLv2 # (or later)
 
+LIB_DEPENDS=	libxmms.so:${PORTSDIR}/multimedia/xmms
+
+USES=		gettext gmake
 USE_XORG=	x11 xpm
-USE_GMAKE=	yes
-USE_LDCONFIG=	yes
+USE_CSTD=	gnu89
 USE_AUTOTOOLS=	libtool
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
-	${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"