Date: Fri, 25 Apr 2014 09:53:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352101 - head/x11/startup-notification Message-ID: <201404250953.s3P9rMjc056555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 25 09:53:21 2014 New Revision: 352101 URL: http://svnweb.freebsd.org/changeset/ports/352101 QAT: https://qat.redports.org/buildarchive/r352101/ Log: Keep the .la file it might be reference by la files from ports depending on this one and result in hard to debug failures for people building ports with portupgrade/portmaster Discussed with: tijl Modified: head/x11/startup-notification/Makefile head/x11/startup-notification/pkg-plist Modified: head/x11/startup-notification/Makefile ============================================================================== --- head/x11/startup-notification/Makefile Fri Apr 25 09:48:12 2014 (r352100) +++ head/x11/startup-notification/Makefile Fri Apr 25 09:53:21 2014 (r352101) @@ -4,7 +4,7 @@ PORTNAME= startup-notification PORTVERSION= 0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 @@ -15,7 +15,7 @@ COMMENT= Library that supports startup n LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util USE_XORG= x11 -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/startup-notification/pkg-plist ============================================================================== --- head/x11/startup-notification/pkg-plist Fri Apr 25 09:48:12 2014 (r352100) +++ head/x11/startup-notification/pkg-plist Fri Apr 25 09:53:21 2014 (r352101) @@ -5,6 +5,7 @@ include/startup-notification-1.0/libsn/s include/startup-notification-1.0/libsn/sn-util.h include/startup-notification-1.0/libsn/sn.h lib/libstartup-notification-1.a +lib/libstartup-notification-1.la lib/libstartup-notification-1.so lib/libstartup-notification-1.so.0 lib/libstartup-notification-1.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404250953.s3P9rMjc056555>