ports/182203: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Fri Apr 11 14:00:01 UTC 2014
The following reply was made to PR ports/182203; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/182203: commit references a PR
Date: Fri, 11 Apr 2014 13:51:32 +0000 (UTC)
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 at 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
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-gnome
mailing list