Date: Tue, 19 Mar 2013 11:03:58 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314634 - in head: mail/balsa x11/gnome-applets Message-ID: <201303191103.r2JB3w9D051253@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Mar 19 11:03:57 2013 New Revision: 314634 URL: http://svnweb.freebsd.org/changeset/ports/314634 Log: balsa: add back pre.mk and post.mk seem to fix the failure gnome-applets: move the pre.mk up to include the ARCH test. Submitted by: freshports sanity check Modified: head/mail/balsa/Makefile head/x11/gnome-applets/Makefile Modified: head/mail/balsa/Makefile ============================================================================== --- head/mail/balsa/Makefile Tue Mar 19 10:44:16 2013 (r314633) +++ head/mail/balsa/Makefile Tue Mar 19 11:03:57 2013 (r314634) @@ -77,6 +77,8 @@ CONFIGURE_ARGS+=--with-libnotify=yes CONFIGURE_ARGS+=--with-libnotify=no .endif +.include <bsd.port.pre.mk> + .if ${PREFIX}==${LOCALBASE} PLIST_SUB+= GTKICON="@comment " .else @@ -93,4 +95,4 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED_SOURCE||g ; s|-D.*_DISABLE_DEPRECATED||g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/x11/gnome-applets/Makefile ============================================================================== --- head/x11/gnome-applets/Makefile Tue Mar 19 10:44:16 2013 (r314633) +++ head/x11/gnome-applets/Makefile Tue Mar 19 11:03:57 2013 (r314634) @@ -30,6 +30,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= yes USES= pathfix USE_GNOME= gnomeprefix intlhack gnomepanel gnomedocutils libgnomekbd +WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mixer-applet \ @@ -59,6 +60,8 @@ PLIST_SUB+= COMMANDER="" OLDCOMMANDER="@ PLIST_SUB+= COMMANDER="@comment " OLDCOMMANDER="" .endif +.include <bsd.port.pre.mk> + .if ( exists(${pygnomedesktop_DETECT}) ) || \ ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" ) USE_PYTHON= yes @@ -69,8 +72,6 @@ PLIST_SUB+= PYTHON="" PLIST_SUB+= PYTHON="@comment " .endif -.include <bsd.port.pre.mk> - .if ${ARCH} != "i386" && ${ARCH} != "amd64" CFLAGS+= -fPIC PLIST_SUB= BATTERY="@comment "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303191103.r2JB3w9D051253>