svn commit: r351757 - head/x11-wm/metacity
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 06:53:58 UTC 2014
Author: bapt
Date: Tue Apr 22 06:53:57 2014
New Revision: 351757
URL: http://svnweb.freebsd.org/changeset/ports/351757
QAT: https://qat.redports.org/buildarchive/r351757/
Log:
Support stage
modernize
Modified:
head/x11-wm/metacity/Makefile
head/x11-wm/metacity/pkg-plist
Modified: head/x11-wm/metacity/Makefile
==============================================================================
--- head/x11-wm/metacity/Makefile Tue Apr 22 06:51:09 2014 (r351756)
+++ head/x11-wm/metacity/Makefile Tue Apr 22 06:53:57 2014 (r351757)
@@ -10,18 +10,18 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
-COMMENT= A window manager for the adult in you
+COMMENT= Window manager for the adult in you
BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity
-USE_BZIP2= yes
USE_XORG= x11 xcomposite xdamage
-USES= gettext gmake pkgconfig
-USE_AUTOTOOLS= libtool
-USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20
+USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
+INSTALL_TARGET= install-strip
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix intlhack gconf2 gtk20
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -29,10 +29,6 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/
GCONF_SCHEMAS= metacity.schemas
-MAN1= metacity-message.1 metacity-theme-viewer.1 \
- metacity-window-demo.1 metacity.1
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' \
${WRKSRC}/configure
Modified: head/x11-wm/metacity/pkg-plist
==============================================================================
--- head/x11-wm/metacity/pkg-plist Tue Apr 22 06:51:09 2014 (r351756)
+++ head/x11-wm/metacity/pkg-plist Tue Apr 22 06:53:57 2014 (r351757)
@@ -13,7 +13,12 @@ lib/libmetacity-private.a
lib/libmetacity-private.la
lib/libmetacity-private.so
lib/libmetacity-private.so.0
+lib/libmetacity-private.so.0.0.0
libdata/pkgconfig/libmetacity-private.pc
+man/man1/metacity-message.1.gz
+man/man1/metacity-theme-viewer.1.gz
+man/man1/metacity-window-demo.1.gz
+man/man1/metacity.1.gz
share/applications/metacity.desktop
share/gnome-control-center/keybindings/50-metacity-desktop-key.xml
share/gnome-control-center/keybindings/50-metacity-key.xml
More information about the svn-ports-all
mailing list