diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-01 03:52:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-01 03:52:27 +0000 |
commit | 070d9530f9ab0b3a785f4742039f41404b8b02c8 (patch) | |
tree | 410b4e542e36fa4ff78c83d8d53344e20888993e /print/fontforge | |
parent | cef97808a52cfadcbc05767dfd369373b2879f54 (diff) | |
download | ports-070d9530f9ab0b3a785f4742039f41404b8b02c8.tar.gz ports-070d9530f9ab0b3a785f4742039f41404b8b02c8.zip |
Notes
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 4 | ||||
-rw-r--r-- | print/fontforge/distinfo | 8 | ||||
-rw-r--r-- | print/fontforge/files/patch-Makefile.dynamic.in | 6 | ||||
-rw-r--r-- | print/fontforge/files/patch-configure | 11 | ||||
-rw-r--r-- | print/fontforge/pkg-plist | 1 |
5 files changed, 21 insertions, 9 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 76df9efa7ec7..836a54cf654f 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fontforge -PORTVERSION= 20050502 +PORTVERSION= 20050624 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fontforge @@ -24,7 +24,7 @@ LIB_DEPENDS= uninameslist.0:${PORTSDIR}/textproc/libuninameslist \ freetype.9:${PORTSDIR}/print/freetype2 \ xml2.5:${PORTSDIR}/textproc/libxml2 -DOC_VERSION= 20050503 +DOC_VERSION= ${PORTVERSION} DOCFILE= ${PORTNAME}_htdocs-${DOC_VERSION}.tgz USE_GMAKE= yes diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo index 975a46f87060..9f97ca45e525 100644 --- a/print/fontforge/distinfo +++ b/print/fontforge/distinfo @@ -1,4 +1,4 @@ -MD5 (fontforge_full-20050502.tgz) = 6a19fe0e0e6c1d70c49014b1f967b481 -SIZE (fontforge_full-20050502.tgz) = 4149453 -MD5 (fontforge_htdocs-20050503.tgz) = 1f8de0694c7955ee8de268e70ab70e37 -SIZE (fontforge_htdocs-20050503.tgz) = 2153095 +MD5 (fontforge_full-20050624.tgz) = 43c3586abae30b350cdedb08bb5452aa +SIZE (fontforge_full-20050624.tgz) = 4392875 +MD5 (fontforge_htdocs-20050624.tgz) = 4c689753bd2ed3cc07ad65629de540cf +SIZE (fontforge_htdocs-20050624.tgz) = 2156589 diff --git a/print/fontforge/files/patch-Makefile.dynamic.in b/print/fontforge/files/patch-Makefile.dynamic.in index be8191cb697b..05307d111803 100644 --- a/print/fontforge/files/patch-Makefile.dynamic.in +++ b/print/fontforge/files/patch-Makefile.dynamic.in @@ -1,5 +1,5 @@ ---- Makefile.dynamic.in.orig Wed Apr 20 01:36:16 2005 -+++ Makefile.dynamic.in Wed May 4 15:06:07 2005 +--- Makefile.dynamic.in.orig Thu Jun 9 02:20:04 2005 ++++ Makefile.dynamic.in Thu Jun 30 13:51:27 2005 @@ -48,34 +48,35 @@ $(LIBTOOL) $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la #cp .libs/*.so.*.* $(libdir) @@ -11,7 +11,7 @@ install_docs: mkdir -p $(docdir) - mkdir $(docdir)/flags + mkdir -p $(docdir)/flags #explicit use of sh to make sure we don't invoke csh with different "if" syntax -sh -c "if test -d htdocs/ja >/dev/null ; then mkdir -p $(docdir)/ja ; fi" - -cp htdocs/*.{html,png,gif,pdf} $(docdir) diff --git a/print/fontforge/files/patch-configure b/print/fontforge/files/patch-configure new file mode 100644 index 000000000000..8b8bb5b13c44 --- /dev/null +++ b/print/fontforge/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Jun 14 02:31:59 2005 ++++ configure Thu Jun 30 19:17:27 2005 +@@ -9743,7 +9743,7 @@ + + if test "$withval" != "no" >/dev/null 2>&1 ; then + FreeType2_TT_BUILD_INC="$withval/src/truetype" +- if test "${FreeType2_TT_BUILD_INC/ttobjs.h:0:1}" != "/" ; then ++ if test `echo ${FreeType2_TT_BUILD_INC}|sed 's/\(.\).*/\1/'` != "/" ; then + FreeType2_TT_BUILD_INC=`pwd`/$FreeType2_TT_BUILD_INC + fi + echo "$as_me:$LINENO: checking for valid freetype tree" >&5 diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist index be65370134b9..20d667e673a3 100644 --- a/print/fontforge/pkg-plist +++ b/print/fontforge/pkg-plist @@ -502,5 +502,6 @@ libdata/pkgconfig/fontforge.pc %%DATADIR%%/pfaedit-it.ui %%DATADIR%%/pfaedit-ja.ui %%DATADIR%%/pfaedit-ru.ui +%%DATADIR%%/pfaedit-zh.ui @dirrm %%DATADIR%% @dirrm %%DOCSDIR%% |