Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 11:02:41 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/41137: maintainer-update: print/pfaedit to 20020728
Message-ID:  <200207300202.g6U22fqN012904@kappa.allnet.ne.jp>

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

>Number:         41137
>Category:       ports
>Synopsis:       maintainer-update: print/pfaedit to 20020728
>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:   Mon Jul 29 19:10:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD kappa.allnet.ne.jp 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jun 29 21:58:29 JST 2002 kanou@kappa.allnet.ne.jp:/usr/src/sys/compile/COPPER i386

>Description:

maintainer update of PfaEdit port.
updated to 20020728 and enabled predefined CFLAGS.

>How-To-Repeat:
>Fix:

diff -uNr pfaedit.orig/Makefile pfaedit/Makefile
--- pfaedit.orig/Makefile	Fri Jul 26 11:51:04 2002
+++ pfaedit/Makefile	Mon Jul 29 13:22:22 2002
@@ -27,13 +27,13 @@
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
-	CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
+	CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	pfaedit
 
 MAN1=		pfaedit.1 sfddiff.1
 
-DIST_VER=	020722
+DIST_VER=	020728
 EXTRACT_ONLY=	${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
 
 .if !defined(NOPORTDOCS)
diff -uNr pfaedit.orig/distinfo pfaedit/distinfo
--- pfaedit.orig/distinfo	Fri Jul 26 11:51:04 2002
+++ pfaedit/distinfo	Mon Jul 29 13:12:50 2002
@@ -1,3 +1,3 @@
-MD5 (pfaedit_full-020722.tgz) = d469d2425d8d986e01d4570ef6242d5a
+MD5 (pfaedit_full-020728.tgz) = e5ee113c75b20d25c030cff2940f5614
 MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f
 MD5 (pfaedit_htdocs-020626.tgz) = cb0fab49be57efbd42c755255f2cce5a
diff -uNr pfaedit.orig/files/patch-Makefile.in pfaedit/files/patch-Makefile.in
--- pfaedit.orig/files/patch-Makefile.in	Fri Jul 26 11:51:04 2002
+++ pfaedit/files/patch-Makefile.in	Mon Jul 29 13:14:55 2002
@@ -1,6 +1,6 @@
 --- Makefile.in.orig	Sat Jun 29 10:17:51 2002
 +++ Makefile.in	Sat Jun 29 10:19:57 2002
-@@ -39,15 +39,15 @@
+@@ -39,15 +39,16 @@
  	mkdir -p $(bindir)
  	mkdir -p $(mandir)/man1
  	mkdir -p $(sharedir)
@@ -9,6 +9,7 @@
 -	cp pfaedit/pfaedit-*.ui $(sharedir)
 +	${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir)
 +	${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir)
++	${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir)
 +	${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir)
  #The next line will fail for most installs. If you have downloaded the cidmaps
  # this will install them. If you haven't it won't. You only need the cidmaps
diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist
--- pfaedit.orig/pkg-plist	Fri Jul 26 11:51:04 2002
+++ pfaedit/pkg-plist	Mon Jul 29 14:54:46 2002
@@ -1,5 +1,6 @@
 bin/pfaedit
 bin/sfddiff
+bin/acorn2sfd
 %%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
 %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
 %%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png

>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?200207300202.g6U22fqN012904>