From owner-svn-ports-head@FreeBSD.ORG Sun Aug 24 21:40:45 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 CCA14B48; Sun, 24 Aug 2014 21:40:45 +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 9E1433776; Sun, 24 Aug 2014 21:40:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7OLejpa046555; Sun, 24 Aug 2014 21:40:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7OLejUW046553; Sun, 24 Aug 2014 21:40:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408242140.s7OLejUW046553@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 24 Aug 2014 21:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366019 - head/graphics/aeskulap 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-1 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: Sun, 24 Aug 2014 21:40:45 -0000 Author: tijl Date: Sun Aug 24 21:40:44 2014 New Revision: 366019 URL: http://svnweb.freebsd.org/changeset/ports/366019 QAT: https://qat.redports.org/buildarchive/r366019/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Convert some dependencies to USE_GNOME - Fix gettext detection with CPPFLAGS/LIBS Modified: head/graphics/aeskulap/Makefile head/graphics/aeskulap/pkg-plist Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Sun Aug 24 21:30:44 2014 (r366018) +++ head/graphics/aeskulap/Makefile Sun Aug 24 21:40:44 2014 (r366019) @@ -3,7 +3,7 @@ PORTNAME= aeskulap PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.bms-austria.com/%7Epipelka/${PORTNAME}/ @@ -12,21 +12,17 @@ COMMENT= Medical image viewer LICENSE= GPLv2 -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ - libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 +LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 -USES= gettext pkgconfig -USE_GNOME= gconf2 +USES= gettext libtool pkgconfig +USE_GNOME= gconfmm26 gtkmm24 GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap -CXXFLAGS+= -fPIC \ - -I${LOCALBASE}/include GNU_CONFIGURE= yes - -post-install: - ${LN} -s libimagepool.so.0.0 ${STAGEDIR}${PREFIX}/lib/aeskulap/libimagepool.so - ${LN} -s libconfiguration.so.0.0 ${STAGEDIR}${PREFIX}/lib/aeskulap/libconfiguration.so +CONFIGURE_ARGS= --disable-static +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include Modified: head/graphics/aeskulap/pkg-plist ============================================================================== --- head/graphics/aeskulap/pkg-plist Sun Aug 24 21:30:44 2014 (r366018) +++ head/graphics/aeskulap/pkg-plist Sun Aug 24 21:40:44 2014 (r366019) @@ -1,11 +1,5 @@ bin/aeskulap -lib/aeskulap/libconfiguration.a -lib/aeskulap/libconfiguration.la -lib/aeskulap/libconfiguration.so.0.0 lib/aeskulap/libconfiguration.so -lib/aeskulap/libimagepool.a -lib/aeskulap/libimagepool.la -lib/aeskulap/libimagepool.so.0.0 lib/aeskulap/libimagepool.so lib/aeskulap/libofstd.so lib/aeskulap/libdcmdata.so @@ -40,6 +34,11 @@ share/applications/aeskulap.desktop %%DATADIR%%/images/stock-tool-eraser-22.png %%DATADIR%%/images/stock-tool-measure-22.png %%DATADIR%%/images/stock-tool-scale-22.png +share/locale/de/LC_MESSAGES/aeskulap.mo +share/locale/en/LC_MESSAGES/aeskulap.mo +share/locale/es/LC_MESSAGES/aeskulap.mo +share/locale/hu/LC_MESSAGES/aeskulap.mo +share/locale/pt/LC_MESSAGES/aeskulap.mo @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/glade @dirrm %%DATADIR%%