Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 14:17:57 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360746 - head/sysutils/xfce4-diskperf-plugin
Message-ID:  <201407051417.s65EHvuJ071521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Jul  5 14:17:56 2014
New Revision: 360746
URL: http://svnweb.freebsd.org/changeset/ports/360746
QAT: https://qat.redports.org/buildarchive/r360746/

Log:
  - Add USES=libtool and INSTALL_TARGET=install-strip
  - Use LIBS instead of LDFLAGS

Modified:
  head/sysutils/xfce4-diskperf-plugin/Makefile
  head/sysutils/xfce4-diskperf-plugin/pkg-plist

Modified: head/sysutils/xfce4-diskperf-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-diskperf-plugin/Makefile	Sat Jul  5 14:15:23 2014	(r360745)
+++ head/sysutils/xfce4-diskperf-plugin/Makefile	Sat Jul  5 14:17:56 2014	(r360746)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-diskperf-plugin
 PORTVERSION=	2.5.4
+PORTREVISION=	1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -13,11 +14,12 @@ COMMENT=	Graphical representation of the
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu panel
-USES=		gmake pkgconfig tar:bzip2
 
-LDFLAGS+=	-ldevstat
+LIBS+=		-ldevstat
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/sysutils/xfce4-diskperf-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-diskperf-plugin/pkg-plist	Sat Jul  5 14:15:23 2014	(r360745)
+++ head/sysutils/xfce4-diskperf-plugin/pkg-plist	Sat Jul  5 14:17:56 2014	(r360746)
@@ -1,5 +1,4 @@
 lib/xfce4/panel/plugins/libdiskperf.so
-lib/xfce4/panel/plugins/libdiskperf.la
 %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051417.s65EHvuJ071521>