Date: Mon, 12 Mar 2001 18:58:46 +0100 From: Tobias Reifenberger <treif@mayn.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25742: ports Message-ID: <3AAD0E56.2B6AA48@mayn.de>
next in thread | raw e-mail | index | archive | help
>Number: 25742 >Category: ports >Synopsis: Update port: xmrm >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 12 10:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tobias Reifenberger >Release: FreeBSD 4.2-STABLE i386 >Organization: <Organization of PR author (multiple lines)> >Environment: >Description: graphics/xmrm is broken due to the xforms -> forms change. >How-To-Repeat: >Fix: --------------85FBDADF2C15BD362AADE7BC Content-Type: text/plain; charset=us-ascii; name="port_xmrm.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="port_xmrm.diff" diff -u --exclude=CVS -rN xmrm.old/Makefile xmrm/Makefile --- xmrm.old/Makefile Thu Aug 3 11:25:00 2000 +++ xmrm/Makefile Mon Mar 12 18:19:00 2001 @@ -7,6 +7,7 @@ PORTNAME= xmrm PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cg.tuwien.ac.at/pub/linux/xmrm/ \ ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Graphic/xmrm/ @@ -16,7 +17,7 @@ MAINTAINER= treif@mayn.de RUN_DEPENDS= mpeg:${PORTSDIR}/graphics/mpeg -LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ tiff.4:${PORTSDIR}/graphics/tiff USE_XPM= yes diff -u --exclude=CVS -rN xmrm.old/files/patch-aa xmrm/files/patch-aa --- xmrm.old/files/patch-aa Wed Mar 29 00:44:11 2000 +++ xmrm/files/patch-aa Mon Mar 12 18:17:25 2001 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Mar 9 17:00:00 1998 -+++ Makefile Tue Mar 28 15:23:34 2000 +--- Makefile.orig Tue Mar 10 00:00:00 1998 ++++ Makefile Sun Mar 11 15:48:25 2001 @@ -16,8 +16,8 @@ # ############################################################################## @@ -26,7 +26,7 @@ -SYSLIB = -L/usr/X11R6/lib -lX11 -lm -LIBS = -L/usr/lib -ltiff -ljpeg -lgz -lforms -lXpm $(SYSLIB) +SYSLIB = -L${X11BASE}/lib -lX11 -lm -+LIBS = -L${PREFIX}/lib -ltiff -ljpeg -lz -lxforms -lXpm $(SYSLIB) ++LIBS = -L${PREFIX}/lib -ltiff -ljpeg -lz -lforms -lXpm $(SYSLIB) OBJECTS = xmrm.o xmrm_cb.o io.o morphvec.o init.o wavemorph.o wave_rts.o wave.o\ areas.o xmrm_main.o --------------85FBDADF2C15BD362AADE7BC-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------85FBDADF2C15BD362AADE7BC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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?3AAD0E56.2B6AA48>