svn commit: r353574 - head/x11-wm/xfce4-panel

Tijl Coosemans tijl at FreeBSD.org
Sat May 10 15:11:17 UTC 2014


Author: tijl
Date: Sat May 10 15:11:16 2014
New Revision: 353574
URL: http://svnweb.freebsd.org/changeset/ports/353574
QAT: https://qat.redports.org/buildarchive/r353574/

Log:
  - USES=libtool:keepla tar:bzip2.
  - Remove a clang hack.

Modified:
  head/x11-wm/xfce4-panel/Makefile
  head/x11-wm/xfce4-panel/pkg-plist

Modified: head/x11-wm/xfce4-panel/Makefile
==============================================================================
--- head/x11-wm/xfce4-panel/Makefile	Sat May 10 14:54:36 2014	(r353573)
+++ head/x11-wm/xfce4-panel/Makefile	Sat May 10 15:11:16 2014	(r353574)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-panel
 PORTVERSION=	4.10.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -15,10 +16,10 @@ LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x1
 		libcairo.so:${PORTSDIR}/graphics/cairo \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
-USES=		desktop-file-utils gmake pathfix perl5 pkgconfig compiler
+USES=		desktop-file-utils gmake libtool:keepla pathfix perl5 \
+		pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_BZIP2=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv garcon libexo libmenu libutil xfconf
@@ -28,13 +29,7 @@ CONFIGURE_ARGS+=--enable-gio-unix
 
 OPTIONS_DEFINE=		NLS DOCS
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 1000000
-.if ${COMPILER_TYPE} == clang
-CFLAGS_amd64=	-fPIC
-.endif
-.endif
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
@@ -53,4 +48,4 @@ CONFIGURE_ARGS+=--without-html-dir
 PLIST_SUB+=	APIDOCS="@comment "
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/x11-wm/xfce4-panel/pkg-plist
==============================================================================
--- head/x11-wm/xfce4-panel/pkg-plist	Sat May 10 14:54:36 2014	(r353573)
+++ head/x11-wm/xfce4-panel/pkg-plist	Sat May 10 15:11:16 2014	(r353574)
@@ -18,6 +18,7 @@ include/xfce4/libxfce4panel-1.0/libxfce4
 lib/libxfce4panel-1.0.la
 lib/libxfce4panel-1.0.so
 lib/libxfce4panel-1.0.so.4
+lib/libxfce4panel-1.0.so.4.0.0
 lib/xfce4/panel/migrate
 lib/xfce4/panel/plugins/libactions.la
 lib/xfce4/panel/plugins/libactions.so


More information about the svn-ports-all mailing list