ports/121563: [MAINTAINER] print/fontforge: update to 20080309
Naram Qashat
cyberbotx at cyberbotx.com
Mon Mar 10 15:00:03 UTC 2008
>Number: 121563
>Category: ports
>Synopsis: [MAINTAINER] print/fontforge: update to 20080309
>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: Mon Mar 10 15:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Naram Qashat
>Release: FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 23 16:14:04 EST 2008
>Description:
- Update to 20080309
- Replaced the removed patch file with 2 configure arguments
Removed file(s):
- files/patch-fontforge::configure-pfaedit.h
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- fontforge-20080309.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile
--- /usr/ports/print/fontforge/Makefile 2008-03-05 00:04:38.000000000 -0500
+++ /kirby/shared/ports/fontforge/Makefile 2008-03-10 10:37:16.000000000 -0400
@@ -6,7 +6,7 @@
#
PORTNAME= fontforge
-PORTVERSION= 20080302
+PORTVERSION= 20080309
CATEGORIES= print
MASTER_SITES= SF
DISTFILES= ${EXTRACT_ONLY} ${DOCFILES}
@@ -30,7 +30,10 @@
.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= --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 -ruN --exclude=CVS /usr/ports/print/fontforge/distinfo /kirby/shared/ports/fontforge/distinfo
--- /usr/ports/print/fontforge/distinfo 2008-03-05 00:04:38.000000000 -0500
+++ /kirby/shared/ports/fontforge/distinfo 2008-03-10 10:35:44.000000000 -0400
@@ -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 -ruN --exclude=CVS /usr/ports/print/fontforge/files/patch-fontforge::configure-pfaedit.h /kirby/shared/ports/fontforge/files/patch-fontforge::configure-pfaedit.h
--- /usr/ports/print/fontforge/files/patch-fontforge::configure-pfaedit.h 2007-10-28 09:37:33.000000000 -0400
+++ /kirby/shared/ports/fontforge/files/patch-fontforge::configure-pfaedit.h 1969-12-31 19:00:00.000000000 -0500
@@ -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 */
--- fontforge-20080309.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list