From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 22:00: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 AE8CE880; Wed, 23 Jul 2014 22:00: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 9BBE02F19; Wed, 23 Jul 2014 22:00:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NM0j2J009217; Wed, 23 Jul 2014 22:00:45 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NM0jMr009068; Wed, 23 Jul 2014 22:00:45 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232200.s6NM0jMr009068@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362737 - head/graphics/xmedcon 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: Wed, 23 Jul 2014 22:00:45 -0000 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