summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-11 01:38:22 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-11 01:38:22 +0000
commit9f5224af467dc28ef068c522a6af906cbc55647f (patch)
treef4c2f766bad6fca9ab2c47f50b7f23dccd6525b8 /print
parent- Update to 0.31 (diff)
- Update to 20080309
PR: ports/121563 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Notes
Notes: svn path=/head/; revision=208782
Diffstat (limited to 'print')
-rw-r--r--print/fontforge/Makefile10
-rw-r--r--print/fontforge/distinfo6
-rw-r--r--print/fontforge/files/patch-fontforge::configure-pfaedit.h20
3 files changed, 10 insertions, 26 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index ba3302d0cf4a..9d7747c71840 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fontforge
-PORTVERSION= 20080302
+PORTVERSION= 20080309
CATEGORIES= print
MASTER_SITES= SF
DISTFILES= ${EXTRACT_ONLY} ${DOCFILES}
@@ -30,7 +30,10 @@ EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2
.endif
.if !defined(NOPORTDOCS)
-DOC_VERSION= ${PORTVERSION}
+#DOC_VERSION= ${PORTVERSION}
+# the main executable was updated because of a build problem with emulators/wine
+# however, the documentation was not updated because it was a minor update
+DOC_VERSION= 20080302
DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2
.endif
@@ -53,7 +56,8 @@ WITH_FREETYPE_SRC= --with-freetype-bytecode --with-freetype-src=${WRKDIR}/freety
WITH_FREETYPE_SRC= --without-freetype-bytecode --without-freetype-src
.endif
-CONFIGURE_ARGS= ${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC}
+CONFIGURE_ARGS= ${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC} \
+ --enable-pasteafter --enable-tilepath
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lutil -lpthread" CFLAGS="${CFLAGS} \
-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo
index dd94a8cec22a..96b63da4ee6b 100644
--- a/print/fontforge/distinfo
+++ b/print/fontforge/distinfo
@@ -1,6 +1,6 @@
-MD5 (fontforge_full-20080302.tar.bz2) = 9b1e527648301f79f43becd4c0087a0a
-SHA256 (fontforge_full-20080302.tar.bz2) = 8e3ec0264b027698e173cc233d93491f25dd1144383099f7cbc5318068f333f8
-SIZE (fontforge_full-20080302.tar.bz2) = 4742742
+MD5 (fontforge_full-20080309.tar.bz2) = 96916b6a6f926551f1a775fa5d456738
+SHA256 (fontforge_full-20080309.tar.bz2) = fa824d4c9babadff6c764ced71789ab2490046017fdd6eb1b720760dd719dd65
+SIZE (fontforge_full-20080309.tar.bz2) = 4797893
MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c
SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e
SIZE (freetype-2.3.5.tar.bz2) = 1279861
diff --git a/print/fontforge/files/patch-fontforge::configure-pfaedit.h b/print/fontforge/files/patch-fontforge::configure-pfaedit.h
index 3943cd3698f3..e69de29bb2d1 100644
--- a/print/fontforge/files/patch-fontforge::configure-pfaedit.h
+++ b/print/fontforge/files/patch-fontforge::configure-pfaedit.h
@@ -1,20 +0,0 @@
---- fontforge/configure-pfaedit.h.orig Tue Oct 16 13:02:54 2007
-+++ fontforge/configure-pfaedit.h Tue Oct 16 13:03:25 2007
-@@ -90,7 +90,7 @@
- /* Sometimes I want to create a glyph which is a word, and this command */
- /* makes that easy */
- /* */
--/* #define FONTFORGE_CONFIG_PASTEAFTER */
-+#define FONTFORGE_CONFIG_PASTEAFTER
- /* */
- /* The paste after command pastes the contents of the clipboard into the */
- /* current glyph, translates that by the advance width of the current glyph */
-@@ -108,7 +108,7 @@
- /* don't include code for it by default, but if you do want it simply define */
- /* the following macro */
- /* */
--/* #define FONTFORGE_CONFIG_TILEPATH */
-+#define FONTFORGE_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 */