Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Apr 2004 13:06:35 +0200 (CEST)
From:      Paul Everlund <tdv94ped@cs.umu.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65034: [Maintainer update] graphics/xmedcon 0.9.1 -> 0.9.3
Message-ID:  <20040401110635.BA2A2AF4@pe.atwork-computersolutions.se>
Resent-Message-ID: <200404011110.i31BAK8c037206@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65034
>Category:       ports
>Synopsis:       [Maintainer update] graphics/xmedcon 0.9.1 -> 0.9.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 01 03:10:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Paul Everlund
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
	System: FreeBSD pe.atwork-computersolutions.se 4.9-RELEASE-p1
	FreeBSD 4.9-RELEASE-p1 #1: Sun Feb 1 18:11:58 CET 2004
	su_paul@pe.atwork-computersolutions.se:/usr/obj/usr/src/sys/I686_CPU_KERNEL i386

>Description:
	Maintainer update of graphics/xmedcon 0.9.1 to 0.9.3.

>How-To-Repeat:

>Fix:
--- Makefile.diff begins here ---
--- Makefile.orig	Thu Apr  1 12:55:41 2004
+++ Makefile	Thu Apr  1 12:55:24 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		xmedcon
-PORTVERSION=		0.9.1
+PORTVERSION=		0.9.3
 CATEGORIES=		graphics
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -23,7 +23,7 @@
 		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 ECAT 6.4 / 7.2" on \
@@ -40,7 +40,6 @@
 CONFIGURE_ARGS=	--disable-gui
 PLIST_SUB+=	X11="@comment "
 .else
-#USE_X_PREFIX=	yes
 USE_GNOME+=	gtk12 gdkpixbuf
 PLIST_SUB+=	X11=""
 .endif
@@ -50,8 +49,6 @@
 
 .if !defined(WITH_GLIB)
 CONFIGURE_ARGS+=	--disable-glib
-.else
-#USE_GNOME+=		glib12
 .endif
 
 .if !defined(WITH_ACR_NEMA) && !defined(WITH_DICOM)
@@ -103,8 +100,8 @@
 MAN1+=	xmedcon.1
 .endif
 
-MAN3+=	medcon.3
+MAN3=	medcon.3
 
-MAN4+=	m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
+MAN4=	m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
 
 .include <bsd.port.post.mk>
--- Makefile.diff ends here ---



--- distinfo.diff begins here ---
--- distinfo.orig	Thu Apr  1 12:57:14 2004
+++ distinfo	Tue Mar 30 16:06:04 2004
@@ -1,2 +1,2 @@
-MD5 (xmedcon-0.9.1.tar.gz) = 06c28901770a52279a7d50c0a34869cb
-SIZE (xmedcon-0.9.1.tar.gz) = 837878
+MD5 (xmedcon-0.9.3.tar.gz) = 4c5e658ddbed229d3a57ca74b8f9c5a5
+SIZE (xmedcon-0.9.3.tar.gz) = 846002
--- distinfo.diff ends here ---



--- patch-etc::Makefile.in.diff begins here ---
--- files/patch-etc::Makefile.in.orig	Thu Apr  1 12:56:27 2004
+++ files/patch-etc::Makefile.in	Tue Mar 30 16:10:18 2004
@@ -1,21 +1,18 @@
---- etc/Makefile.in.orig	Sun Jun 15 01:14:47 2003
-+++ etc/Makefile.in	Tue Jun 17 01:07:50 2003
-@@ -218,15 +218,13 @@
- 
+--- etc/Makefile.in.orig	Tue Mar 30 16:08:30 2004
++++ etc/Makefile.in	Tue Mar 30 16:09:39 2004
+@@ -235,12 +235,11 @@
+ AUTOMAKE_OPTIONS = gnu
  RC_FILES = \
   xmedconrc \
 - xmedconrc.linux \
 - xmedconrc.win32
--
 + xmedconrc.linux
  
 -ICONS = xmedcon.ico xmedcon.png
 +ICONS = xmedcon.png
- 
  GTK_DIST = README $(RC_FILES) $(ICONS)
- 
 -sysconf_DATA = $(RC_FILES) $(ICONS)
 +@DO_XSUPPORT_TRUE@sysconf_DATA = $(RC_FILES) $(ICONS)
- 
  EXTRA_DIST = $(GTK_DIST)
- subdir = etc
+ DISTCLEANFILES = \
+  xmedcon-*.info \
--- patch-etc::Makefile.in.diff ends here ---



--- patch-man::Makefile.in.diff begins here ---
--- files/patch-man::Makefile.in.orig	Thu Apr  1 12:56:40 2004
+++ files/patch-man::Makefile.in	Tue Mar 30 16:14:33 2004
@@ -1,9 +1,9 @@
---- man/Makefile.in.orig	Sun Jun 15 01:14:43 2003
-+++ man/Makefile.in	Tue Jun 17 01:14:37 2003
-@@ -216,18 +216,9 @@
- 
+--- man/Makefile.in.orig	Tue Mar 30 16:12:24 2004
++++ man/Makefile.in	Tue Mar 30 16:13:53 2004
+@@ -232,17 +232,8 @@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
  AUTOMAKE_OPTIONS = gnu
- 
 -man_MANS = \
 - medcon.1 \
 - xmedcon.1 \
@@ -16,8 +16,7 @@
 - m-intf.4 \
 - m-inw.4
 +@DO_XSUPPORT_TRUE@man_MANS = medcon.1 xmedcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
- 
 +@DO_XSUPPORT_FALSE@man_MANS = medcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
  
  EXTRA_DIST = $(man_MANS)
- subdir = man
+ all: all-am
--- patch-man::Makefile.in.diff ends here ---



--- pkg-plist.diff begins here ---
--- pkg-plist.orig	Thu Apr  1 12:56:58 2004
+++ pkg-plist	Tue Mar 30 18:06:49 2004
@@ -22,6 +22,7 @@
 include/xmedcon/m-getopt.h
 include/xmedcon/m-gif.h
 include/xmedcon/m-global.h
+include/xmedcon/m-init.h
 include/xmedcon/m-intf.h
 include/xmedcon/m-inw.h
 include/xmedcon/m-matrix.h
@@ -30,7 +31,6 @@
 include/xmedcon/m-qmedian.h
 include/xmedcon/m-raw.h
 include/xmedcon/m-rslice.h
-include/xmedcon/m-sigfpe.h
 include/xmedcon/m-split.h
 include/xmedcon/m-stack.h
 include/xmedcon/m-structs.h
--- pkg-plist.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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