svn commit: r343669 - head/x11-wm/libcompizconfig

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Feb 10 18:26:04 UTC 2014


Author: danilo
Date: Mon Feb 10 18:26:02 2014
New Revision: 343669
URL: http://svnweb.freebsd.org/changeset/ports/343669
QAT: https://qat.redports.org/buildarchive/r343669/

Log:
  - Add stage support
  - Convert USE_GMAKE to USES
  - Remove the indefinite article from COMMENT
  - Add libtool to USES
  - Use options helpers

Modified:
  head/x11-wm/libcompizconfig/Makefile
  head/x11-wm/libcompizconfig/pkg-plist

Modified: head/x11-wm/libcompizconfig/Makefile
==============================================================================
--- head/x11-wm/libcompizconfig/Makefile	Mon Feb 10 18:12:30 2014	(r343668)
+++ head/x11-wm/libcompizconfig/Makefile	Mon Feb 10 18:26:02 2014	(r343669)
@@ -8,17 +8,15 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An alternative configuration system for Compiz
+COMMENT=	Alternative configuration system for Compiz
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 
-USES=		pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	intltool libxml2
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -28,13 +26,10 @@ OPTIONS_DEFINE=	INOTIFY
 OPTIONS_DEFAULT=	INOTIFY
 INOTIFY_DESC?=	Enable inotify support
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+INOTIFY_LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
+INOTIFY_LDFLAGS=	-linotify
 
-.if ${PORT_OPTIONS:MINOTIFY}
-LIB_DEPENDS+=	inotify.0:${PORTSDIR}/devel/libinotify
-LDFLAGS+=	-linotify
-.endif
+.include <bsd.port.pre.mk>
 
 post-patch:
 .if empty(PORT_OPTIONS:MINOTIFY)

Modified: head/x11-wm/libcompizconfig/pkg-plist
==============================================================================
--- head/x11-wm/libcompizconfig/pkg-plist	Mon Feb 10 18:12:30 2014	(r343668)
+++ head/x11-wm/libcompizconfig/pkg-plist	Mon Feb 10 18:26:02 2014	(r343669)
@@ -1,5 +1,6 @@
 include/compizconfig/ccs.h
 include/compizconfig/ccs-backend.h
+lib/libcompizconfig.so.0.0.0
 lib/libcompizconfig.so.0
 lib/libcompizconfig.so
 lib/libcompizconfig.la


More information about the svn-ports-all mailing list