ports/61876: [Maintainer update] graphics/xmedcon 0.8.13 -> 0.9.1
Paul Everlund
tdv94ped at cs.umu.se
Sun Jan 25 12:10:32 UTC 2004
>Number: 61876
>Category: ports
>Synopsis: [Maintainer update] graphics/xmedcon 0.8.13 -> 0.9.1
>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: Sun Jan 25 04:10:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Paul Everlund
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lover.primavera.homeip.net 4.9-RELEASE
FreeBSD 4.9-RELEASE #0: Sat Nov 1 12:15:52 CET 2003
admin at lover.primavera.homeip.net:/usr/obj/usr/src/sys/PRIMAVERA i386
>Description:
Maintainer update of graphics/xmedcon 0.8.13 -> 0.9.1
>How-To-Repeat:
>Fix:
--- Makefile.diff begins here ---
--- ../xmedcon.old/Makefile Sat Jan 24 17:19:53 2004
+++ Makefile Sun Jan 25 12:03:09 2004
@@ -6,7 +6,7 @@
#
PORTNAME= xmedcon
-PORTVERSION= 0.8.13
+PORTVERSION= 0.9.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,23 +16,38 @@
USE_SUBMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" \
REALCURDIR=${.CURDIR}
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= yes
+
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
+post-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+.else
+WITH_X11= yes
+WITH_GLIB= yes
+WITH_ACRNEMA= yes
+WITH_GIF= yes
+WITH_INW= yes
+WITH_ANALYZE= yes
+WITH_CONCORDE= yes
+WITH_ECAT= yes
+WITH_INTERFILE= yes
+WITH_DICOM= yes
+WITH_DICOM_LJPEG= yes
+WITH_PNG= yes
+.endif
.if !defined(WITH_X11)
CONFIGURE_ARGS= --disable-gui
@@ -42,6 +57,9 @@
USE_GNOME= gtk12 gdkpixbuf
PLIST_SUB= X11=""
.endif
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
.if !defined(WITH_GLIB)
CONFIGURE_ARGS+= --disable-glib
--- Makefile.diff ends here ---
--- distinfo.diff begins here ---
--- ../xmedcon.old/distinfo Sat Jan 24 17:19:53 2004
+++ distinfo Sat Jan 24 17:40:02 2004
@@ -1 +1 @@
-MD5 (xmedcon-0.8.13.tar.gz) = 34731a0b96c1c442329ed081acb11d41
+MD5 (xmedcon-0.9.1.tar.gz) = 06c28901770a52279a7d50c0a34869cb
--- distinfo.diff ends here ---
--- files.diff begins here ---
--- ../xmedcon.old/files/patch-source::Makefile.in Sat Jan 24 17:19:53 2004
+++ files/patch-source::Makefile.in Sat Jan 24 18:09:36 2004
@@ -1,11 +1,11 @@
---- source/Makefile.in.orig Tue Jun 17 01:16:18 2003
-+++ source/Makefile.in Tue Jun 17 01:17:16 2003
-@@ -413,7 +413,7 @@
+--- source/Makefile.in.orig Sat Jan 24 18:00:21 2004
++++ source/Makefile.in Sat Jan 24 18:01:00 2004
+@@ -412,7 +412,7 @@
m-png.h
-configheadersdir = $(prefix)/include
+configheadersdir = $(prefix)/include/xmedcon
- configheaders_DATA = m-autoconf.h m-config.h
+ configheaders_DATA = m-depend.h m-config.h
- INCLUDES = $(DICM_INC) $(LJPG_INC) $(PNG_INC) $(GDK_PIXBUF_CFLAGS) $(GLIB_CFLAGS)
+ INCLUDES = $(DICM_INC) $(PNG_INC) $(GDK_PIXBUF_CFLAGS) $(GLIB_CFLAGS)
--- files.diff ends here ---
--- pkg-plist.diff begins here ---
--- ../xmedcon.old/pkg-plist Sat Jan 24 17:19:53 2004
+++ pkg-plist Sat Jan 24 18:34:05 2004
@@ -4,7 +4,6 @@
%%X11%%etc/xmedcon.png
%%X11%%etc/xmedconrc
%%X11%%etc/xmedconrc.linux
-include/xmedcon/m-autoconf.h
include/xmedcon/m-acr.h
include/xmedcon/m-algori.h
include/xmedcon/m-anlz.h
@@ -13,6 +12,7 @@
include/xmedcon/m-config.h
include/xmedcon/m-debug.h
include/xmedcon/m-defs.h
+include/xmedcon/m-depend.h
include/xmedcon/m-dicm.h
include/xmedcon/m-ecat64.h
include/xmedcon/m-ecat72.h
--- pkg-plist.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list