Date: Thu, 5 Jun 2014 08:39:16 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356612 - head/x11-wm/xfce4-session Message-ID: <201406050839.s558dGLl031559@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 5 08:39:16 2014 New Revision: 356612 URL: http://svnweb.freebsd.org/changeset/ports/356612 QAT: https://qat.redports.org/buildarchive/r356612/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/x11-wm/xfce4-session/Makefile head/x11-wm/xfce4-session/pkg-plist Modified: head/x11-wm/xfce4-session/Makefile ============================================================================== --- head/x11-wm/xfce4-session/Makefile Thu Jun 5 08:39:04 2014 (r356611) +++ head/x11-wm/xfce4-session/Makefile Thu Jun 5 08:39:16 2014 (r356612) @@ -3,7 +3,7 @@ PORTNAME= xfce4-session PORTVERSION= 4.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} @@ -20,11 +20,10 @@ LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x1 libupower-glib.so:${PORTSDIR}/sysutils/upower \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= gtk20 glib20 intltool intlhack -USES= pathfix pkgconfig gmake tar:bzip2 +USES= pathfix pkgconfig gmake tar:bzip2 libtool USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 sm ice Modified: head/x11-wm/xfce4-session/pkg-plist ============================================================================== --- head/x11-wm/xfce4-session/pkg-plist Thu Jun 5 08:39:04 2014 (r356611) +++ head/x11-wm/xfce4-session/pkg-plist Thu Jun 5 08:39:16 2014 (r356612) @@ -9,20 +9,13 @@ etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xinitrc include/xfce4/xfce4-session-%%VERSION%%/libxfsm/xfsm-splash-engine.h include/xfce4/xfce4-session-%%VERSION%%/libxfsm/xfsm-splash-rc.h -lib/libxfsm-%%VERSION%%.a -lib/libxfsm-%%VERSION%%.la lib/libxfsm-%%VERSION%%.so lib/libxfsm-%%VERSION%%.so.0 +lib/libxfsm-%%VERSION%%.so.0.0.0 lib/xfce4/session/balou-export-theme lib/xfce4/session/balou-install-theme -lib/xfce4/session/splash-engines/libbalou.a -lib/xfce4/session/splash-engines/libbalou.la lib/xfce4/session/splash-engines/libbalou.so -lib/xfce4/session/splash-engines/libmice.a -lib/xfce4/session/splash-engines/libmice.la lib/xfce4/session/splash-engines/libmice.so -lib/xfce4/session/splash-engines/libsimple.a -lib/xfce4/session/splash-engines/libsimple.la lib/xfce4/session/splash-engines/libsimple.so lib/xfce4/session/xfsm-shutdown-helper libdata/pkgconfig/xfce4-session-2.0.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406050839.s558dGLl031559>