From owner-svn-ports-head@FreeBSD.ORG Sat Aug 2 07:01:54 2014 Return-Path: Delivered-To: svn-ports-head@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 BDE8B334; Sat, 2 Aug 2014 07:01:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90540255C; Sat, 2 Aug 2014 07:01:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7271sU5090886; Sat, 2 Aug 2014 07:01:54 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7271sGu090882; Sat, 2 Aug 2014 07:01:54 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201408020701.s7271sGu090882@svn.freebsd.org> From: Marcus von Appen Date: Sat, 2 Aug 2014 07:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363792 - in head: databases/postgresql84-server/files databases/postgresql90-server/files databases/postgresql91-server/files databases/postgresql92-server/files databases/postgresql93... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2014 07:01:54 -0000 Author: mva Date: Sat Aug 2 07:01:53 2014 New Revision: 363792 URL: http://svnweb.freebsd.org/changeset/ports/363792 QAT: https://qat.redports.org/buildarchive/r363792/ Log: - Unbreak builds after the lang/python27 update (r363790) Exp-run: 192242, 192244 Deleted: head/databases/postgresql84-server/files/patch-plpython-Makefile head/databases/postgresql90-server/files/patch-plpython-Makefile head/databases/postgresql91-server/files/patch-plpython-Makefile head/databases/postgresql92-server/files/patch-plpython-Makefile head/databases/postgresql93-server/files/patch-plpython-Makefile head/databases/postgresql94-server/files/patch-plpython-Makefile Modified: head/devel/libhid/Makefile head/devel/libhid/files/patch-configure Modified: head/devel/libhid/Makefile ============================================================================== --- head/devel/libhid/Makefile Sat Aug 2 06:57:40 2014 (r363791) +++ head/devel/libhid/Makefile Sat Aug 2 07:01:53 2014 (r363792) @@ -3,7 +3,7 @@ PORTNAME= libhid PORTVERSION= 0.2.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/ Modified: head/devel/libhid/files/patch-configure ============================================================================== --- head/devel/libhid/files/patch-configure Sat Aug 2 06:57:40 2014 (r363791) +++ head/devel/libhid/files/patch-configure Sat Aug 2 07:01:53 2014 (r363792) @@ -1,14 +1,11 @@ ---- configure.orig 2007-04-26 03:25:25.000000000 +0300 -+++ configure 2007-09-04 11:10:38.000000000 +0300 -@@ -22784,8 +22784,9 @@ - fi +--- configure.orig 2014-08-01 17:07:37.000000000 +0200 ++++ configure 2014-08-01 17:08:37.000000000 +0200 +@@ -22785,7 +22785,7 @@ PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ -- import os; \ + import os; \ - print apply(os.path.join, get_config_vars('LIBPL', 'LDLIBRARY'))"` -+ import os; import re; from string import join; \ -+ print join(get_config_vars('LDFLAGS')) + ' ' + \ -+ re.sub('\.a$', '.so', apply(os.path.join, get_config_vars('LIBPL', 'LDLIBRARY')))"` ++ print apply(os.path.join, get_config_vars('LIBDIR', 'LDLIBRARY'))"` fi { echo "$as_me:$LINENO: result: $PYTHON_LDFLAGS" >&5 echo "${ECHO_T}$PYTHON_LDFLAGS" >&6; }