svn commit: r320820 - head/audio/pidgin-musictracker

Boris Samorodov bsam at FreeBSD.org
Thu Jun 13 16:39:09 UTC 2013


Author: bsam
Date: Thu Jun 13 16:39:08 2013
New Revision: 320820
URL: http://svnweb.freebsd.org/changeset/ports/320820

Log:
  . fix build with clang (CPPFLAGS+=-Wno-return-type);
  . remove shlib ABI version from LIB_DEPENDS;
  . add LICENSE=GPLv2;
  . trim Makefile headers;
  . use PLIST_FILES;
  . remove pkg-plist (3 lines).

Deleted:
  head/audio/pidgin-musictracker/pkg-plist
Modified:
  head/audio/pidgin-musictracker/Makefile

Modified: head/audio/pidgin-musictracker/Makefile
==============================================================================
--- head/audio/pidgin-musictracker/Makefile	Thu Jun 13 16:34:20 2013	(r320819)
+++ head/audio/pidgin-musictracker/Makefile	Thu Jun 13 16:39:08 2013	(r320820)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	gaim-guifications
-# Date created:		2004-05-04
-# Whom:			ports at c0decafe.net
-#
+# Created by: ports at c0decafe.net
 # $FreeBSD$
-#
 
 PORTNAME=	musictracker
 PORTVERSION=	0.4.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	pidgin-
@@ -15,14 +11,19 @@ PKGNAMEPREFIX=	pidgin-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Plugin for Pidgin to displays the music track currently playing
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
-LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -Wno-return-type
+
+PLIST_FILES=	lib/pidgin/musictracker.a lib/pidgin/musictracker.la \
+		lib/pidgin/musictracker.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list