Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 13:51:29 +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: r350951 - head/news/pan
Message-ID:  <201404111351.s3BDpTog062393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <walterhurry@gmail.com>

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 <bsd.port.options.mk>
 
 .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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111351.s3BDpTog062393>