ports/177118: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Mar 26 09:10:01 UTC 2013


The following reply was made to PR ports/177118; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 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-apache mailing list