ports/51629: maintainer update: print/pfaedit to 030429
KANOU Hiroki
kanou at khdd.net
Wed Apr 30 15:40:11 UTC 2003
>Number: 51629
>Category: ports
>Synopsis: maintainer update: print/pfaedit to 030429
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 30 08:40:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: KANOU Hiroki
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD khdd.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Apr 9 10:26:04 JST 2003 kanou at khdd.net:/usr/obj/usr/src/sys/COPPER i386
>Description:
PfaEdit port is updated from 030404 to 030429 by maintainer.
One new file: files/patch-Makefile.dynamic.in .
Target post-extract is fixed in case NOPORTDOCS is defined.
Now this port builds dynamically in default.
>How-To-Repeat:
>Fix:
diff -uNr pfaedit.orig/Makefile pfaedit/Makefile
--- pfaedit.orig/Makefile Mon Apr 7 15:11:42 2003
+++ pfaedit/Makefile Thu May 1 00:24:37 2003
@@ -30,16 +30,15 @@
USE_GMAKE= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_SCRIPT= configure.static
+#CONFIGURE_SCRIPT= configure.static
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
WRKSRC= ${WRKDIR}/${PORTNAME}
-ALL_TARGET= pfaedit
INSTALLS_SHLIB= yes
MAN1= pfaedit.1 sfddiff.1
-DIST_VER= 030404
+DIST_VER= 030429
LIBUNINAMESLIST_VER= 030116
.if !defined(NOPORTDOCS)
@@ -52,6 +51,9 @@
${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE}
${RM} ${WRKDIR}/html/cidmaps.tgz
+ ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
+.else
+ ${MKDIR} ${WRKSRC}/cidmap
${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
.endif
diff -uNr pfaedit.orig/distinfo pfaedit/distinfo
--- pfaedit.orig/distinfo Sat Apr 5 23:36:12 2003
+++ pfaedit/distinfo Wed Apr 30 17:01:23 2003
@@ -1,4 +1,4 @@
-MD5 (pfaedit_full-030404.tgz) = 50a5d506e19cff17f070ebfb5c22ed09
+MD5 (pfaedit_full-030429.tgz) = 4c3fbf9bfb56c49110dadc9d5f38d65a
MD5 (cidmaps.tgz) = 542c4ddaaa6689de217d3a96678b4e69
MD5 (libuninameslist_src-030116.tgz) = 740d2dacafd70f5dfa17a5d2b04aa97b
-MD5 (pfaedit_htdocs-030404.tgz) = 0f8bb7f83bce24e3932ae9f8ae99882c
+MD5 (pfaedit_htdocs-030429.tgz) = a44e6a0b08b6ffb034a2b9a827577a3a
diff -uNr pfaedit.orig/files/patch-Makefile.dynamic.in pfaedit/files/patch-Makefile.dynamic.in
--- pfaedit.orig/files/patch-Makefile.dynamic.in Thu Jan 1 09:00:00 1970
+++ pfaedit/files/patch-Makefile.dynamic.in Sun Apr 20 17:11:08 2003
@@ -0,0 +1,25 @@
+--- Makefile.dynamic.in.orig Tue Dec 3 10:07:14 2002
++++ Makefile.dynamic.in Sun Apr 20 16:11:41 2003
+@@ -53,15 +53,16 @@
+ mkdir -p $(bindir)
+ mkdir -p $(mandir)/man1
+ mkdir -p $(sharedir)
+- $(LIBTOOL) $(INSTALL) -c pfaedit/pfaedit $(bindir)
+- $(LIBTOOL) $(INSTALL) -c pfaedit/sfddiff $(bindir)
+- cp pfaedit/pfaedit-*.ui $(sharedir)
++ ${BSD_INSTALL_PROGRAM} pfaedit/.libs/pfaedit $(bindir)
++ ${BSD_INSTALL_PROGRAM} pfaedit/.libs/sfddiff $(bindir)
++ ${BSD_INSTALL_PROGRAM} pfaedit/.libs/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
+ # if you are editing CID keyed files (and even then you can live without them
+- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
+- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1
+- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1
++ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1
++ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1
+
+ uninstall:
+ -rm $(bindir)/pfaedit
diff -uNr pfaedit.orig/files/patch-Makefile.static.in pfaedit/files/patch-Makefile.static.in
--- pfaedit.orig/files/patch-Makefile.static.in Mon Nov 4 17:27:44 2002
+++ pfaedit/files/patch-Makefile.static.in Sun Apr 20 15:41:02 2003
@@ -17,7 +17,7 @@
- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
- cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1
- cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1
-+ ${BSD_INSTALL_MAN} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
++ ${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1
+ ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1
diff -uNr pfaedit.orig/files/patch-pfaedit::Makefile.dynamic.in pfaedit/files/patch-pfaedit::Makefile.dynamic.in
--- pfaedit.orig/files/patch-pfaedit::Makefile.dynamic.in Thu Jan 1 09:00:00 1970
+++ pfaedit/files/patch-pfaedit::Makefile.dynamic.in Thu May 1 00:27:04 2003
@@ -0,0 +1,11 @@
+--- pfaedit/Makefile.dynamic.in.orig Thu Mar 6 04:31:05 2003
++++ pfaedit/Makefile.dynamic.in Sun Apr 20 16:58:21 2003
+@@ -47,7 +47,7 @@
+ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib -lm
+ DLIBS = -rpath $(libdir) ../libgunicode.la -lm
+
+-all: pfaedit-en.ui pfaedit sfddiff
++all: pfaedit-en.ui pfaedit sfddiff acorn2sfd
+
+ pfaedit: nomen.h $(pfaedit_OBJECTS)
+ $(LIBTOOL) $(CC) -o pfaedit $(pfaedit_OBJECTS) $(LIBS)
diff -uNr pfaedit.orig/pkg-plist pfaedit/pkg-plist
--- pfaedit.orig/pkg-plist Wed Apr 2 20:18:40 2003
+++ pfaedit/pkg-plist Wed Apr 30 17:20:50 2003
@@ -86,6 +86,8 @@
%%PORTDOCS%%share/doc/pfaedit/TTStack.png
%%PORTDOCS%%share/doc/pfaedit/TTStorage.png
%%PORTDOCS%%share/doc/pfaedit/TilePath.png
+%%PORTDOCS%%share/doc/pfaedit/To-kerned.png
+%%PORTDOCS%%share/doc/pfaedit/To-unkerned.png
%%PORTDOCS%%share/doc/pfaedit/TrueOpenTables.html
%%PORTDOCS%%share/doc/pfaedit/a_dieresis_macron.png
%%PORTDOCS%%share/doc/pfaedit/a_with_anchor.png
@@ -103,6 +105,7 @@
%%PORTDOCS%%share/doc/pfaedit/autowidthmenu.png
%%PORTDOCS%%share/doc/pfaedit/bezier.gif
%%PORTDOCS%%share/doc/pfaedit/bezier.html
+%%PORTDOCS%%share/doc/pfaedit/bibliography.html
%%PORTDOCS%%share/doc/pfaedit/bitmapchar.png
%%PORTDOCS%%share/doc/pfaedit/bitmapsavail.png
%%PORTDOCS%%share/doc/pfaedit/bitmapview.html
@@ -219,6 +222,7 @@
%%PORTDOCS%%share/doc/pfaedit/langdlg.png
%%PORTDOCS%%share/doc/pfaedit/layers.png
%%PORTDOCS%%share/doc/pfaedit/lcani.gif
+%%PORTDOCS%%share/doc/pfaedit/lcdigits.png
%%PORTDOCS%%share/doc/pfaedit/license.html
%%PORTDOCS%%share/doc/pfaedit/locale.html
%%PORTDOCS%%share/doc/pfaedit/logo3.gif
@@ -281,6 +285,9 @@
%%PORTDOCS%%share/doc/pfaedit/sfd.html
%%PORTDOCS%%share/doc/pfaedit/sfddiff.html
%%PORTDOCS%%share/doc/pfaedit/sfdformat.html
+%%PORTDOCS%%share/doc/pfaedit/sidebearings.png
+%%PORTDOCS%%share/doc/pfaedit/showatt.html
+%%PORTDOCS%%share/doc/pfaedit/showatt.png
%%PORTDOCS%%share/doc/pfaedit/splash.png
%%PORTDOCS%%share/doc/pfaedit/splinefont.html
%%PORTDOCS%%share/doc/pfaedit/splines.gif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list