ports/176037: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Feb 12 01:00:01 UTC 2013


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/176037: commit references a PR
Date: Tue, 12 Feb 2013 00:58:39 +0000 (UTC)

 Author: jkim
 Date: Tue Feb 12 00:57:47 2013
 New Revision: 312085
 URL: http://svnweb.freebsd.org/changeset/ports/312085
 
 Log:
   Disable Kerberos and GSSAPI when PostgreSQL-SDBC is disabled.
   
   PR:	ports/176037
 
 Modified:
   head/editors/libreoffice/Makefile
 
 Modified: head/editors/libreoffice/Makefile
 ==============================================================================
 --- head/editors/libreoffice/Makefile	Mon Feb 11 23:53:16 2013	(r312084)
 +++ head/editors/libreoffice/Makefile	Tue Feb 12 00:57:47 2013	(r312085)
 @@ -220,7 +220,8 @@ USE_PGSQL=	yes
  WANT_PGSQL_VER=	90+
  CONFIGURE_ARGS+=	--enable-postgresql-sdbc --with-system-postgresql
  .else
 -CONFIGURE_ARGS+=	--disable-postgresql-sdbc
 +CONFIGURE_ARGS+=	--disable-postgresql-sdbc \
 +			--without-gssapi --without-krb5
  .endif
  
  .if ${PORT_OPTIONS:MSYSTRAY}
 _______________________________________________
 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-office mailing list