From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 5 19:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C975377 for ; Wed, 5 Mar 2014 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A11BEB4 for ; Wed, 5 Mar 2014 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s25J01vf011874 for ; Wed, 5 Mar 2014 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s25J015c011873; Wed, 5 Mar 2014 19:00:01 GMT (envelope-from gnats) Date: Wed, 5 Mar 2014 19:00:01 GMT Message-Id: <201403051900.s25J015c011873@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186048: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 19:00:01 -0000 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: Wed, 5 Mar 2014 18:57:11 +0000 (UTC) Author: rm Date: Wed Mar 5 18:57:04 2014 New Revision: 347133 URL: http://svnweb.freebsd.org/changeset/ports/347133 QAT: https://qat.redports.org/buildarchive/r347133/ Log: MFH: r340895 Fix databases/slony1 to compile on FreeBSD 10. PR: ports/186048 Submitted by: maintainer Approved by: portmgr (miwi) Added: branches/2014Q1/databases/slony1/files/patch-slonik-Makefile.patch - copied unchanged from r340895, head/databases/slony1/files/patch-slonik-Makefile.patch Modified: Directory Properties: branches/2014Q1/ (props changed) Copied: branches/2014Q1/databases/slony1/files/patch-slonik-Makefile.patch (from r340895, head/databases/slony1/files/patch-slonik-Makefile.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q1/databases/slony1/files/patch-slonik-Makefile.patch Wed Mar 5 18:57:04 2014 (r347133, copy of r340895, head/databases/slony1/files/patch-slonik-Makefile.patch) @@ -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"