Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2014 14:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/186048: commit references a PR
Message-ID:  <201401241400.s0OE00ln073308@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186048: commit references a PR
Date: Fri, 24 Jan 2014 13:54:22 +0000 (UTC)

 Author: olgeni
 Date: Fri Jan 24 13:54:14 2014
 New Revision: 340895
 URL: http://svnweb.freebsd.org/changeset/ports/340895
 QAT: https://qat.redports.org/buildarchive/r340895/
 
 Log:
   Fix databases/slony1 to compile on FreeBSD 10.
   
   PR:		ports/186048
   Submitted by:	maintainer
 
 Added:
   head/databases/slony1/files/patch-slonik-Makefile.patch   (contents, props changed)
 
 Added: head/databases/slony1/files/patch-slonik-Makefile.patch
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/databases/slony1/files/patch-slonik-Makefile.patch	Fri Jan 24 13:54:14 2014	(r340895)
 @@ -0,0 +1,11 @@
 +--- src/slonik/Makefile.orig	2014-01-23 14:14:12.352062131 -0500
 ++++ src/slonik/Makefile	2014-01-23 14:14:12.352750379 -0500
 +@@ -18,7 +18,7 @@
 + 
 + CFLAGS += -I$(slony_top_builddir) -DPGSHARE="\"$(pgsharedir)\"" -DPG_VERSION_MAJOR=$(PG_VERSION_MAJOR)
 + ifneq ($(PG_VERSION_MAJOR), 7)
 +-LDFLAGS += -lpgport
 ++LDFLAGS += `$(pgbindir)/pg_config --libs`
 + endif
 + 
 + PROG		= slonik
 _______________________________________________
 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?201401241400.s0OE00ln073308>