From owner-svn-ports-head@FreeBSD.ORG Wed May 13 23:15:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53CA843C; Wed, 13 May 2015 23:15:44 +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 429A115C2; Wed, 13 May 2015 23:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4DNFiTS079113; Wed, 13 May 2015 23:15:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4DNFh2x079111; Wed, 13 May 2015 23:15:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505132315.t4DNFh2x079111@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 13 May 2015 23:15:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386275 - in head: devel/gzstream graphics/libgfx 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.20 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: Wed, 13 May 2015 23:15:44 -0000 Author: bapt Date: Wed May 13 23:15:43 2015 New Revision: 386275 URL: https://svnweb.freebsd.org/changeset/ports/386275 Log: devel/gzstream: create a proper shared library Bump portrevision of dependent ports Modified: head/devel/gzstream/Makefile head/graphics/libgfx/Makefile Modified: head/devel/gzstream/Makefile ============================================================================== --- head/devel/gzstream/Makefile Wed May 13 23:15:12 2015 (r386274) +++ head/devel/gzstream/Makefile Wed May 13 23:15:43 2015 (r386275) @@ -3,7 +3,7 @@ PORTNAME= gzstream DISTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= CATEGORIES= devel MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/ @@ -21,11 +21,11 @@ CFLAGS+= -fPIC -I. post-patch: @${REINPLACE_CMD} -e 's/=/?=/;s/\.a/.so/g;s/CPPFL/CXXFL/g;\ - s/{AR}/{CC} $${CFLAGS} -lz -shared -o/' ${WRKSRC}/${MAKEFILE} + s/{AR}/{CC} $${CFLAGS} -lz -shared -Wl,-soname=lib${PORTNAME}.so.0 -o/' ${WRKSRC}/${MAKEFILE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib/ - ${LN} -sf lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0 + ${INSTALL_PROGRAM} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0 + ${LN} -sf lib${PORTNAME}.so.0 ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.h ${STAGEDIR}${PREFIX}/include/ .include Modified: head/graphics/libgfx/Makefile ============================================================================== --- head/graphics/libgfx/Makefile Wed May 13 23:15:12 2015 (r386274) +++ head/graphics/libgfx/Makefile Wed May 13 23:15:43 2015 (r386275) @@ -3,7 +3,7 @@ PORTNAME= libgfx DISTVERSION= 1.1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://mgarland.org/files/dist/