Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2001 23:14:29 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/33277: maintainer update: graphics/autotrace
Message-ID:  <200112281414.XAA00806@kappa.allnet.ne.jp>

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

>Number:         33277
>Category:       ports
>Synopsis:       maintainer update: graphics/autotrace
>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:   Fri Dec 28 06:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki <kanou@mil.allnet.ne.jp>
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD zinc 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #1: Sat Dec 22 17:22:48 JST 2001 kanou@zinc:/usr/src/sys/compile/ZINC i386

>Description:

The newest update (version 0.29) of graphics/autotrace port.
'make deinstall' does not fail now.

>How-To-Repeat:

>Fix:

diff -urN autotrace.orig/Makefile autotrace/Makefile
--- autotrace.orig/Makefile	Tue Dec 25 14:04:32 2001
+++ autotrace/Makefile	Thu Dec 27 14:41:33 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	autotrace
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} 
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN autotrace.orig/distinfo autotrace/distinfo
--- autotrace.orig/distinfo	Thu Dec 20 14:49:19 2001
+++ autotrace/distinfo	Thu Dec 27 14:41:54 2001
@@ -1 +1 @@
-MD5 (autotrace-0.28.tar.gz) = 2bda3449b5924f45ec31661a2a2f2890
+MD5 (autotrace-0.29.tar.gz) = 39ff756fc6d8a8cdd4616e311e1066b8
diff -urN autotrace.orig/files/patch-ab autotrace/files/patch-ab
--- autotrace.orig/files/patch-ab	Sun May 20 00:29:55 2001
+++ autotrace/files/patch-ab	Thu Dec 27 14:46:02 2001
@@ -1,11 +1,11 @@
---- output-swf.h.orig	Thu Mar  8 09:27:39 2001
-+++ output-swf.h	Thu Apr 12 11:48:40 2001
-@@ -9,7 +9,7 @@
- #include <stdio.h>
- #include "types.h"
+--- output-swf.c.orig	Sun Dec 23 22:10:59 2001
++++ output-swf.c	Thu Dec 27 14:45:31 2001
+@@ -2,7 +2,7 @@
+ 
  #include "spline.h"
+ #include "output-swf.h"
 -#include <ming.h>
 +#include <ming/ming.h>
  
- int output_swf_writer(FILE* file, string name,
- 		      int llx, int lly, int urx, int ury,
+ #define FPS 24.0
+ #define IMGID 1
diff -urN autotrace.orig/pkg-plist autotrace/pkg-plist
--- autotrace.orig/pkg-plist	Sun May 20 00:29:54 2001
+++ autotrace/pkg-plist	Thu Dec 27 14:52:01 2001
@@ -2,7 +2,7 @@
 bin/autotrace
 bin/autotrace-config
 share/aclocal/autotrace.m4
-@dirrm share/aclocal
+@unexec rmdir %D/share/aclocal 2>/dev/null || true
 include/autotrace/types.h
 include/autotrace/autotrace.h
 @dirrm include/autotrace

>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?200112281414.XAA00806>