Date: Thu, 17 Oct 2002 14:07:44 +0200 (CEST) From: Paul Everlund <tdv94ped@cs.umu.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44165: [Port Update]: (X)Medcon 0.8.1 -> (X)Medcon 0.8.2 Message-ID: <200210171207.g9HC7iPG048883@everlund.homeip.net>
next in thread | raw e-mail | index | archive | help
>Number: 44165 >Category: ports >Synopsis: [Port Update]: (X)Medcon 0.8.1 -> (X)Medcon 0.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 17 05:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Paul Everlund >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.everlund.homeip.net 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sun Oct 13 07:35:27 CEST 2002 su_paul@freebsd.everlund.homeip.net:/usr/obj/usr/src/sys/I686_CPU_KERNEL i386 >Description: Update of port/graphics/xmedcon 0.8.1 -> 0.8.2 Diffs to Makefile, distinfo, pkg-plist, and a new patch is included. >How-To-Repeat: >Fix: --- xmedcon_update begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xmedcon # xmedcon/Makefile.diff # xmedcon/distinfo.diff # xmedcon/files # xmedcon/files/patch-source::Makefile.am # xmedcon/pkg-plist.diff # echo c - xmedcon mkdir -p xmedcon > /dev/null 2>&1 echo x - xmedcon/Makefile.diff sed 's/^X//' >xmedcon/Makefile.diff << 'END-of-xmedcon/Makefile.diff' X--- Makefile.orig Thu Oct 17 13:49:17 2002 X+++ Makefile Thu Oct 17 13:36:18 2002 X@@ -6,7 +6,7 @@ X # X X PORTNAME= xmedcon X-PORTVERSION= 0.8.1 X+PORTVERSION= 0.8.2 X CATEGORIES= graphics X MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} X MASTER_SITE_SUBDIR= ${PORTNAME} X@@ -54,6 +54,12 @@ X .endif X .if defined(NODICOM) X CONFIGURE_ARGS+= --disable-dicom X+.endif X+.if defined(NOLJPG) X+CONFIGURE_ARGS+= --disable-ljpg X+PLIST_SUB+= LJPG="@comment " X+.else X+PLIST_SUB+= LJPG="" X .endif X .if defined(NOPNG) X CONFIGURE_ARGS+= --disable-png END-of-xmedcon/Makefile.diff echo x - xmedcon/distinfo.diff sed 's/^X//' >xmedcon/distinfo.diff << 'END-of-xmedcon/distinfo.diff' X--- distinfo.orig Thu Oct 17 13:49:42 2002 X+++ distinfo Thu Oct 17 12:13:41 2002 X@@ -1 +1 @@ X-MD5 (xmedcon-0.8.1.tar.gz) = 401e4473cf2776fd48585e595612803b X+MD5 (xmedcon-0.8.2.tar.gz) = bdd39c347330541a7b4ad6d94b25d5bc END-of-xmedcon/distinfo.diff echo c - xmedcon/files mkdir -p xmedcon/files > /dev/null 2>&1 echo x - xmedcon/files/patch-source::Makefile.am sed 's/^X//' >xmedcon/files/patch-source::Makefile.am << 'END-of-xmedcon/files/patch-source::Makefile.am' X--- source/Makefile.am.orig Thu Oct 17 12:17:23 2002 X+++ source/Makefile.am Thu Oct 17 12:19:10 2002 X@@ -223,7 +223,7 @@ X m-dicm.h \ X m-png.h X X-configheadersdir = $(prefix)/include X+configheadersdir = $(prefix)/include/xmedcon X configheaders_DATA = depend.h m-config.h X X INCLUDES = $(DICM_INC) $(LJPG_INC) $(XMEDCON_INC) END-of-xmedcon/files/patch-source::Makefile.am echo x - xmedcon/pkg-plist.diff sed 's/^X//' >xmedcon/pkg-plist.diff << 'END-of-xmedcon/pkg-plist.diff' X--- pkg-plist.orig Thu Oct 17 13:49:34 2002 X+++ pkg-plist Thu Oct 17 13:39:00 2002 X@@ -4,7 +4,14 @@ X %%X11%%etc/xmedcon.png X %%X11%%etc/xmedconrc X %%X11%%etc/xmedconrc.linux X+%%LJPG%%include/xmedcon/io.h X+%%LJPG%%include/xmedcon/jpeg.h X+%%LJPG%%include/xmedcon/jpegless.h X+%%LJPG%%include/xmedcon/mcu.h X+%%LJPG%%include/xmedcon/predict.h X+%%LJPG%%include/xmedcon/proto.h X include/xmedcon/depend.h X+include/xmedcon/dicom.h X include/xmedcon/m-acr.h X include/xmedcon/m-algori.h X include/xmedcon/m-anlz.h X@@ -37,6 +44,7 @@ X include/xmedcon/m-xdummy.h X include/xmedcon/m-xtract.h X include/xmedcon/medcon.h X+@dirrm include/xmedcon X lib/libmdc.la X lib/libmdc.so X lib/libmdc.so.2 END-of-xmedcon/pkg-plist.diff exit --- xmedcon_update ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210171207.g9HC7iPG048883>