diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
commit | 00535086d3a922b17e2beead589f92e6cd585ff8 (patch) | |
tree | 39749b1efaaad8c42f3be50320a00cac0799aacc /print/fontforge/files | |
parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) | |
download | ports-00535086d3a922b17e2beead589f92e6cd585ff8.tar.gz ports-00535086d3a922b17e2beead589f92e6cd585ff8.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes:
svn path=/head/; revision=100899
svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'print/fontforge/files')
6 files changed, 0 insertions, 112 deletions
diff --git a/print/fontforge/files/patch-Makefile.dynamic.in b/print/fontforge/files/patch-Makefile.dynamic.in deleted file mode 100644 index 1a9bd801c48b..000000000000 --- a/print/fontforge/files/patch-Makefile.dynamic.in +++ /dev/null @@ -1,25 +0,0 @@ ---- 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 --git a/print/fontforge/files/patch-Makefile.static.in b/print/fontforge/files/patch-Makefile.static.in deleted file mode 100644 index a740eef7b0bf..000000000000 --- a/print/fontforge/files/patch-Makefile.static.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 -+++ Makefile.static.in Sat Oct 26 01:55:17 2002 -@@ -39,15 +39,16 @@ - mkdir -p $(bindir) - mkdir -p $(mandir)/man1 - mkdir -p $(sharedir) -- cp pfaedit/pfaedit $(bindir) -- cp pfaedit/sfddiff $(bindir) -- 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 - # 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 --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge::Makefile.dynamic.in deleted file mode 100644 index ab9e6dc4963b..000000000000 --- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 --git a/print/fontforge/files/patch-fontforge::configure-pfaedit.h b/print/fontforge/files/patch-fontforge::configure-pfaedit.h deleted file mode 100644 index 2f2d01191cdf..000000000000 --- a/print/fontforge/files/patch-fontforge::configure-pfaedit.h +++ /dev/null @@ -1,20 +0,0 @@ ---- pfaedit/configure-pfaedit.h.orig Tue May 13 03:20:08 2003 -+++ pfaedit/configure-pfaedit.h Tue May 13 10:24:58 2003 -@@ -31,7 +31,7 @@ - /* don't include code for it by default, but if you do want it simply define */ - /* the following macro */ - /* */ --/* #define PFAEDIT_CONFIG_TILEPATH */ -+#define PFAEDIT_CONFIG_TILEPATH - /* */ - /* The tile path command uses the contents of the clipboard as a tile which is*/ - /* applied to any selected paths, replacing them. It could be used to make a */ -@@ -42,7 +42,7 @@ - /* routine. I'm not sure that it's very useful though. It can be used to do */ - /* perspective transformations and such */ - /* */ --/* #define PFAEDIT_CONFIG_NONLINEAR */ -+#define PFAEDIT_CONFIG_NONLINEAR - /* */ - /* This command takes two strings which specify general expressions in x and y*/ - /* and applies the specified transformations to the splines. Note: Each */ diff --git a/print/fontforge/files/patch-pfaedit::Makefile.dynamic.in b/print/fontforge/files/patch-pfaedit::Makefile.dynamic.in deleted file mode 100644 index ab9e6dc4963b..000000000000 --- a/print/fontforge/files/patch-pfaedit::Makefile.dynamic.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 --git a/print/fontforge/files/patch-pfaedit::configure-pfaededit.h b/print/fontforge/files/patch-pfaedit::configure-pfaededit.h deleted file mode 100644 index 2f2d01191cdf..000000000000 --- a/print/fontforge/files/patch-pfaedit::configure-pfaededit.h +++ /dev/null @@ -1,20 +0,0 @@ ---- pfaedit/configure-pfaedit.h.orig Tue May 13 03:20:08 2003 -+++ pfaedit/configure-pfaedit.h Tue May 13 10:24:58 2003 -@@ -31,7 +31,7 @@ - /* don't include code for it by default, but if you do want it simply define */ - /* the following macro */ - /* */ --/* #define PFAEDIT_CONFIG_TILEPATH */ -+#define PFAEDIT_CONFIG_TILEPATH - /* */ - /* The tile path command uses the contents of the clipboard as a tile which is*/ - /* applied to any selected paths, replacing them. It could be used to make a */ -@@ -42,7 +42,7 @@ - /* routine. I'm not sure that it's very useful though. It can be used to do */ - /* perspective transformations and such */ - /* */ --/* #define PFAEDIT_CONFIG_NONLINEAR */ -+#define PFAEDIT_CONFIG_NONLINEAR - /* */ - /* This command takes two strings which specify general expressions in x and y*/ - /* and applies the specified transformations to the splines. Note: Each */ |