Date: Wed, 23 Jul 2014 22:00:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362737 - head/graphics/xmedcon Message-ID: <201407232200.s6NM0jMr009068@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 22:00:44 2014 New Revision: 362737 URL: http://svnweb.freebsd.org/changeset/ports/362737 QAT: https://qat.redports.org/buildarchive/r362737/ Log: - Switch to USES=libtool, drop .la files Modified: head/graphics/xmedcon/Makefile head/graphics/xmedcon/pkg-plist Modified: head/graphics/xmedcon/Makefile ============================================================================== --- head/graphics/xmedcon/Makefile Wed Jul 23 21:56:25 2014 (r362736) +++ head/graphics/xmedcon/Makefile Wed Jul 23 22:00:44 2014 (r362737) @@ -3,6 +3,7 @@ PORTNAME= xmedcon PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} @@ -12,14 +13,15 @@ COMMENT= Medical image conversion utilit LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= pkgconfig tar:bzip2 -USE_AUTOTOOLS= libtool +USES= libtool pkgconfig tar:bzip2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= `pkg-config --libs gtk+-x11-2.0` OPTIONS_DEFINE= X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF \ INTERFILE INW PNG Modified: head/graphics/xmedcon/pkg-plist ============================================================================== --- head/graphics/xmedcon/pkg-plist Wed Jul 23 21:56:25 2014 (r362736) +++ head/graphics/xmedcon/pkg-plist Wed Jul 23 22:00:44 2014 (r362737) @@ -42,9 +42,9 @@ include/xmedcon/m-xtract.h include/xmedcon/medcon.h @dirrm include/xmedcon lib/libmdc.a -lib/libmdc.la lib/libmdc.so lib/libmdc.so.2 +lib/libmdc.so.2.0.1 man/man1/medcon.1.gz %%X11%%man/man1/xmedcon.1.gz man/man1/xmedcon-config.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232200.s6NM0jMr009068>