From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 13:51:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56C21400; Fri, 11 Apr 2014 13:51:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 437701C7A; Fri, 11 Apr 2014 13:51:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BDpTiQ062394; Fri, 11 Apr 2014 13:51:29 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BDpTog062393; Fri, 11 Apr 2014 13:51:29 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201404111351.s3BDpTog062393@svn.freebsd.org> From: Koop Mast Date: Fri, 11 Apr 2014 13:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350951 - head/news/pan 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.17 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: Fri, 11 Apr 2014 13:51:29 -0000 Author: kwm Date: Fri Apr 11 13:51:28 2014 New Revision: 350951 URL: http://svnweb.freebsd.org/changeset/ports/350951 QAT: https://qat.redports.org/buildarchive/r350951/ Log: Stagify USES=gmake tar:bzip2 and sort USES Use new LIB_DEPENDS syntax. Add USE_GCC=any to fix the build on 10.0+. [1] PR: ports/182203 [1] Submitted by: Walter Hurry Modified: head/news/pan/Makefile Modified: head/news/pan/Makefile ============================================================================== --- head/news/pan/Makefile Fri Apr 11 13:47:56 2014 (r350950) +++ head/news/pan/Makefile Fri Apr 11 13:51:28 2014 (r350951) @@ -14,13 +14,12 @@ COMMENT= Threaded GTK+ newsreader based LICENSE= GPLv2 -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ - gmime-2.6:${PORTSDIR}/mail/gmime26 +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ + libgmime-2.6.so:${PORTSDIR}/mail/gmime26 -USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext iconv pkgconfig +USES= gmake gettext iconv pathfix pkgconfig tar:bzip2 USE_GNOME= intlhack +USE_GCC= any GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex ${ICONV_LIB} @@ -30,7 +29,6 @@ OPTIONS_DEFAULT=GTKSPELL GTKSPELL_DESC= Spell checking support (gtk+2 only) GTK3_DESC= Use gtk+3 based UI instead of gtk+2 -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK3} @@ -44,7 +42,7 @@ CONFIGURE_ARGS+=--without-gtk3 .if !${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MGTK3} CONFIGURE_ARGS+= --without-gtkspell .else -LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell .endif