Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 14:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/182203: commit references a PR
Message-ID:  <201404111400.s3BE01d4082557@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182203; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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