Date: Thu, 16 Mar 2006 03:00:39 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94498: Update port: graphics/xmedcon to 0.9.9.0 Message-ID: <20060316030039.f4e7268c.tkato432@yahoo.com> Resent-Message-ID: <200603151810.k2FIAMCZ000347@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94498 >Category: ports >Synopsis: Update port: graphics/xmedcon to 0.9.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 15 18:10:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p15 i386 >Organization: >Environment: >Description: - Update to version 0.9.9.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xmedcon/Makefile graphics/xmedcon/Makefile --- /usr/ports/graphics/xmedcon/Makefile Fri Feb 24 00:40:09 2006 +++ graphics/xmedcon/Makefile Wed Mar 15 23:53:38 2006 @@ -5,26 +5,20 @@ # $FreeBSD: ports/graphics/xmedcon/Makefile,v 1.25 2006/02/23 10:37:24 ade Exp $ # -PORTNAME= xmedcon -PORTVERSION= 0.9.8.4 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTNAME= xmedcon +PORTVERSION= 0.9.9.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A medical image conversion utility and library -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_SUBMAKE= yes - OPTIONS= X11 "With X11" on \ GLIB "With Glib" on \ ACR_NEMA "With Acr/Nema 2.0" on \ ANALYZE "With Analyze (SPM)" on \ - CONCORDE "With Concorde _PET" on \ + CONCORDE "With Concorde __PET" on \ DICOM "With DICOM 3.0" on \ DICOM_LJPEG "With DICOM 3.0 Lossless JPEG" on \ ECAT "With CTI ECAT 6/7" on \ @@ -34,10 +28,21 @@ PNG "With PNG" on WANT_GNOME= yes +USE_GNOME= gnometarget +USE_SUBMAKE= yes +USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ + --enable-llcheck +INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> +MAN1= medcon.1 xmedcon-config.1 +MAN3= medcon.3 +MAN4= m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4 -CONFIGURE_ARGS= --enable-llcheck +.include <bsd.port.pre.mk> .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --disable-gui @@ -45,11 +50,9 @@ .else USE_GNOME+= gtk12 gdkpixbuf PLIST_SUB+= X11="" +MAN1+= xmedcon.1 .endif -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - .if defined(WITHOUT_GLIB) CONFIGURE_ARGS+= --disable-glib .endif @@ -95,16 +98,5 @@ .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif - -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/xmedcon - -MAN1= medcon.1 xmedcon-config.1 -.if !defined(WITHOUT_X11) -MAN1+= xmedcon.1 -.endif - -MAN3= medcon.3 - -MAN4= m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4 .include <bsd.port.post.mk> diff -urN /usr/ports/graphics/xmedcon/distinfo graphics/xmedcon/distinfo --- /usr/ports/graphics/xmedcon/distinfo Sun Jan 22 22:06:11 2006 +++ graphics/xmedcon/distinfo Wed Mar 15 23:53:57 2006 @@ -1,3 +1,3 @@ -MD5 (xmedcon-0.9.8.4.tar.gz) = f8721aff5cd1ee6a628dbceedb9275d4 -SHA256 (xmedcon-0.9.8.4.tar.gz) = 2509de5cf8406827bffa4179a8ff9e6f668a5932304f886a25377d2d1450e24c -SIZE (xmedcon-0.9.8.4.tar.gz) = 859153 +MD5 (xmedcon-0.9.9.0.tar.gz) = 7255e00e76468307502cd425e4e304c9 +SHA256 (xmedcon-0.9.9.0.tar.gz) = 45735b55a18d4376f58349d9561815c15515065d2ad1502984704169d042dc62 +SIZE (xmedcon-0.9.9.0.tar.gz) = 826887 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060316030039.f4e7268c.tkato432>