Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 21:30:26 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/171139: commit references a PR
Message-ID:  <201209022130.q82LUQws060660@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171139: commit references a PR
Date: Sun,  2 Sep 2012 21:23:18 +0000 (UTC)

 Author: bdrewery
 Date: Sun Sep  2 21:23:07 2012
 New Revision: 303577
 URL: http://svn.freebsd.org/changeset/ports/303577
 
 Log:
   - Fix build by adding dependency on pkgconfig
   - Remove ABI version from LIB_DEPENDS
   
   PR:		ports/170771 [1]
   Submitted by:	bdrewery [1]
   PR:		ports/171139 [2]
   Submitted by:	Frank Wall <fw@moov.de> [2]
   Approved by:	maintainer timeout (2w)
   Approved by:	bapt (mentor)
 
 Modified:
   head/textproc/iksemel/Makefile
 
 Modified: head/textproc/iksemel/Makefile
 ==============================================================================
 --- head/textproc/iksemel/Makefile	Sun Sep  2 21:01:06 2012	(r303576)
 +++ head/textproc/iksemel/Makefile	Sun Sep  2 21:23:07 2012	(r303577)
 @@ -14,7 +14,7 @@ MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
  MAINTAINER=	rhaamo@gruik.at
  COMMENT=	XML parser library mainly designed for Jabber applications
  
 -LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls
 +LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls
  
  USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtool
  ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 @@ -22,6 +22,7 @@ GNU_CONFIGURE=	yes
  CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  USE_LDCONFIG=	yes
 +USE_PKGCONFIG=	build
  
  INFO=	iksemel
  
 _______________________________________________
 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?201209022130.q82LUQws060660>