Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 16:58:00 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/39981: maintainer update: graphics/autotrace
Message-ID:  <200206290758.g5T7w0XW000684@kappa.allnet.ne.jp>

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

>Number:         39981
>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:   Sat Jun 29 01:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD iron 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 15:37:51 JST 2002     kanou@iron:/usr/obj/usr/src/sys/GENERIC  i386 

>Description:

Maintainer update of autotrace from 0.30 to 0.30_1.
A wrong path in pkg-plist and perl dependency was fixed.

>How-To-Repeat:
>Fix:

diff -uNr autotrace.orig/Makefile autotrace/Makefile
--- autotrace.orig/Makefile	Tue Apr 23 10:26:59 2002
+++ autotrace/Makefile	Sat Jun 29 14:23:45 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	autotrace
 PORTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -31,11 +32,12 @@
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
 		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
 USE_XLIB=	yes
+USE_REINPLACE=	yes
 
 MAN1=		autotrace.1
 
 pre-patch:
-	@${PERL} -pi.orig -e \
+	@${REINPLACE_CMD} -e \
 		's|\$$\(libdir\)/pkgconfig|\$$\(prefix\)/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in
 
diff -uNr autotrace.orig/pkg-plist autotrace/pkg-plist
--- autotrace.orig/pkg-plist	Tue Apr 23 10:26:59 2002
+++ autotrace/pkg-plist	Sat Jun 29 13:50:06 2002
@@ -3,7 +3,7 @@
 bin/autotrace-config
 share/aclocal/autotrace.m4
 @unexec rmdir %D/share/aclocal 2>/dev/null || true
-libdata/pkgconfig/autotrace.pc
+lib/pkgconfig/autotrace.pc
 @unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
 include/autotrace/types.h
 include/autotrace/autotrace.h

>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?200206290758.g5T7w0XW000684>