From owner-svn-ports-all@FreeBSD.ORG Tue Mar 19 11:03:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BD0EC973; Tue, 19 Mar 2013 11:03:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 978A19FA; Tue, 19 Mar 2013 11:03:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2JB3w1F051255; Tue, 19 Mar 2013 11:03:58 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2JB3w9D051253; Tue, 19 Mar 2013 11:03:58 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303191103.r2JB3w9D051253@svn.freebsd.org> From: Koop Mast Date: Tue, 19 Mar 2013 11:03:58 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 11:03:58 -0000 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 + .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 +.include 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 + .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 - .if ${ARCH} != "i386" && ${ARCH} != "amd64" CFLAGS+= -fPIC PLIST_SUB= BATTERY="@comment "