Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 09:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        apache@FreeBSD.org
Subject:   Re: ports/177118: commit references a PR
Message-ID:  <201303260910.r2Q9A1Cx065453@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177118: commit references a PR
Date: Tue, 26 Mar 2013 09:08:41 +0000 (UTC)

 Author: ohauer
 Date: Tue Mar 26 09:06:12 2013
 New Revision: 315269
 URL: http://svnweb.freebsd.org/changeset/ports/315269
 
 Log:
   - fix build with freetds
   - no version bump (not a default option)
   
   PR:		177118
   Submitted by:	Christopher Dukes <chris.dukes.aix@gmail.com>
 
 Modified:
   head/devel/apr1/Makefile
 
 Modified: head/devel/apr1/Makefile
 ==============================================================================
 --- head/devel/apr1/Makefile	Tue Mar 26 08:56:28 2013	(r315268)
 +++ head/devel/apr1/Makefile	Tue Mar 26 09:06:12 2013	(r315269)
 @@ -119,7 +119,7 @@ APU_CONF_ARGS+=	--without-ldap
  APU_EXTRAS=	yes
  PLIST_SUB+=	FREETDS=""
  APU_CONF_ARGS+=	--with-freetds=${LOCALBASE}
 -LIB_DEPENDS=	sybdb:${PORTSDIR}/databases/freetds
 +LIB_DEPENDS+=	sybdb:${PORTSDIR}/databases/freetds
  .else
  PLIST_SUB+=	FREETDS="@comment "
  APU_CONF_ARGS+=	--without-freetds
 _______________________________________________
 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?201303260910.r2Q9A1Cx065453>