| Summary: | Cannot compile ports/databases/freetds (FreeBSD 8.0 BETA-2) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Andrei V. Lavreniyuk <andy.lavr> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Andrei V. Lavreniyuk
2009-08-17 08:10:05 UTC
Maintainer of databases/freetds,
Please note that PR ports/137867 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137867
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) This port is more or less deprecated, it exists for backward compatibility to some other ports (PHP4?). Does databases/freetds-devel break in the same way? (I don't have a freebsd8 mach yet) On Mon, Aug 17, 2009 at 3:10 AM, Edwin Groothuis<edwin@freebsd.org> wrote: > Maintainer of databases/freetds, > > Please note that PR ports/137867 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/137867 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > Can't confirm this for 8-BETA2 both i386 and amd64: http://tba.bsam.ru/tb/logs/8-i386-exp/freetds-0.64_4,1.log http://tba.bsam.ru/tb/logs/8-amd64-exp/freetds-0.64_4,1.log From your log I'd say that a recent libtool change at the ports tree may be the case here. Please take a look at /usr/ports/UPDATING. -- HTH and WBR, bsam Hi! Cannot compile if WITHOUT_OPENSSL=true and WITH_GNUTLS=true. If WITH_OPENSSL=true WITHOUT_GNUTLS=true then compile fine. -- Best regards, Andrei V. Lavreniyuk. Hi!
patch-configure
----------------------
--- configure.orig 2006-07-01 18:10:31.000000000 +0300
+++ configure 2009-09-12 12:28:33.000000000 +0300
@@ -20088,8 +20088,8 @@
#define HAVE_GNUTLS 1
_ACEOF
- CPPFLAGS="$CPPFLAGS `libgnutls-config --cflags`"
- NETWORK_LIBS="$NETWORK_LIBS `libgnutls-config --libs`"
+ CPPFLAGS="$CPPFLAGS `pkg-config --cflags gnutls`"
+ NETWORK_LIBS="$NETWORK_LIBS `pkg-config --libs gnutls`"
else
echo "$as_me:$LINENO: checking if openssl is wanted" >&5
echo $ECHO_N "checking if openssl is wanted... $ECHO_C" >&6
---------------------
--
Best regards, Andrei V. Lavreniyuk.
State Changed From-To: feedback->closed Committed. Thanks! miwi 2009-09-19 12:54:36 UTC
FreeBSD ports repository
Added files:
databases/freetds/files patch-configure
Log:
- Fix build if gnuTLS enabled is
PR: 137867
Reported by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Approved by: maintainer timeout
Feature safe: yes
Revision Changes Path
1.3 +13 -0 ports/databases/freetds/files/patch-configure (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|