ports/103208: [PATCH] print/mftrace: update to 1.2.4

chinsan chinsan.tw at gmail.com
Wed Sep 13 05:20:21 UTC 2006


>Number:         103208
>Category:       ports
>Synopsis:       [PATCH] print/mftrace: update to 1.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 13 05:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
- Update to 1.2.4

Port maintainer (lioux at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mftrace-1.2.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/mftrace/Makefile /usr/home/chinsan/mftrace/Makefile
--- /usr/ports/print/mftrace/Makefile	Thu Jan  5 11:57:31 2006
+++ /usr/home/chinsan/mftrace/Makefile	Wed Sep 13 11:14:12 2006
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	mftrace
-PORTVERSION=	1.1.8
-PORTREVISION=	1
+PORTVERSION=	1.2.4
 CATEGORIES=	print
 MASTER_SITES=	http://www.xs4all.nl/~hanwen/mftrace/
 
@@ -20,9 +19,9 @@
 		fontforge:${PORTSDIR}/print/fontforge
 
 .if defined(WITH_POTRACE)
-RUN_DEPENDS+=	potrace:${PORTSDIR}/graphics/potrace
+BUILD_DEPENDS+=	potrace:${PORTSDIR}/graphics/potrace
 .else
-RUN_DEPENDS+=	autotrace:${PORTSDIR}/graphics/autotrace
+BUILD_DEPENDS+=	autotrace:${PORTSDIR}/graphics/autotrace
 .endif
 
 USE_GETOPT_LONG=yes
diff -ruN --exclude=CVS /usr/ports/print/mftrace/distinfo /usr/home/chinsan/mftrace/distinfo
--- /usr/ports/print/mftrace/distinfo	Fri Nov 11 14:06:11 2005
+++ /usr/home/chinsan/mftrace/distinfo	Wed Sep 13 11:08:08 2006
@@ -1,3 +1,3 @@
-MD5 (mftrace-1.1.8.tar.gz) = abd8a1b5d17a284f0929614bba645f83
-SHA256 (mftrace-1.1.8.tar.gz) = 927dd8b35e19fce1176335d3a438e2dd09c5a69184811acaf4f2bbabfb4cb4f0
-SIZE (mftrace-1.1.8.tar.gz) = 55151
+MD5 (mftrace-1.2.4.tar.gz) = 8abde3284dc7dc25c829bd4262f836ee
+SHA256 (mftrace-1.2.4.tar.gz) = ea712cf854d028fbbf483f2b4db01606e8566e35fb498f2d5ef37763c88550dd
+SIZE (mftrace-1.2.4.tar.gz) = 58960
diff -ruN --exclude=CVS /usr/ports/print/mftrace/files/patch-GNUmakefile.in /usr/home/chinsan/mftrace/files/patch-GNUmakefile.in
--- /usr/ports/print/mftrace/files/patch-GNUmakefile.in	Tue Oct 14 07:22:02 2003
+++ /usr/home/chinsan/mftrace/files/patch-GNUmakefile.in	Wed Sep 13 13:01:33 2006
@@ -1,13 +1,11 @@
-$FreeBSD: ports/print/mftrace/files/patch-GNUmakefile.in,v 1.2 2003/10/13 23:22:02 trevor Exp $
-
---- GNUmakefile.in.orig	Sun Jun  2 23:51:33 2002
-+++ GNUmakefile.in	Sun Jun  2 23:52:07 2002
-@@ -23,7 +23,7 @@
- compile: mftrace gf2pbm
- 
- gf2pbm: gf2pbm.c
--	gcc -O2 -Wall -o $@ $<
-+	${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib ${LDFLAGS}
- 
- README.txt: README.texi
- 	makeinfo --no-split --no-headers --output $@  $<
+--- GNUmakefile.in.orig	Thu Apr 27 21:49:14 2006
++++ GNUmakefile.in	Wed Sep 13 13:00:29 2006
+@@ -7,7 +7,7 @@
+ 	README.texi README.txt ChangeLog \
+ 	mftrace.spec.in mftrace.spec \
+ 	$(PY_MODULES) configure configure.in config.h.in
+-CFLAGS=-Wall -O2 -I.
++CFLAGS=-Wall -O2 -I${LOCALBASE}/include -I. -L${LOCALBASE}/lib ${LDFLAGS}
+ srcdir=@srcdir@
+ VPATH=$(srcdir)
+ NAME=mftrace
--- mftrace-1.2.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list