Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 21:40:45 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366019 - head/graphics/aeskulap
Message-ID:  <201408242140.s7OLejUW046553@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408242140.s7OLejUW046553>