[Midnightbsd-cvs] mports: print/freetype2: Security advisories are fun.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 27 01:00:32 EDT 2008


Log Message:
-----------
Security advisories are fun.

Modified Files:
--------------
    mports/print/freetype2:
        Makefile (r1.7 -> r1.8)
        distinfo (r1.3 -> r1.4)
        pkg-descr (r1.2 -> r1.3)
        pkg-plist (r1.3 -> r1.4)
    mports/print/freetype2/files:
        patch-aa (r1.4 -> r1.5)

Removed Files:
-------------
    mports/print/freetype2/files:
        patch-builds::unix::configure

-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/print/freetype2/pkg-descr,v
retrieving revision 1.2
retrieving revision 1.3
diff -L print/freetype2/pkg-descr -L print/freetype2/pkg-descr -u -r1.2 -r1.3
--- print/freetype2/pkg-descr
+++ print/freetype2/pkg-descr
@@ -7,4 +7,4 @@
          applications.
 ttfbanner: make posters using a TrueType font
 
-WWW: http://freetype.sourceforge.net/freetype1/projects.html
+WWW: http://freetype.sourceforge.net/
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/print/freetype2/pkg-plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -L print/freetype2/pkg-plist -L print/freetype2/pkg-plist -u -r1.3 -r1.4
--- print/freetype2/pkg-plist
+++ print/freetype2/pkg-plist
@@ -10,6 +10,7 @@
 include/freetype2/freetype/ftbitmap.h
 include/freetype2/freetype/ftcache.h
 include/freetype2/freetype/ftchapters.h
+include/freetype2/freetype/ftcid.h
 include/freetype2/freetype/fterrdef.h
 include/freetype2/freetype/fterrors.h
 include/freetype2/freetype/ftgasp.h
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/print/freetype2/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L print/freetype2/Makefile -L print/freetype2/Makefile -u -r1.7 -r1.8
--- print/freetype2/Makefile
+++ print/freetype2/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	freetype2
-PORTVERSION=	2.3.5
+PORTVERSION=	2.3.6
 PORTREVISION=	0
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
@@ -40,7 +40,7 @@
 .endif
 
 .if defined(WITH_LCD_FILTERING)
-CFLAGS+=      -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
+CFLAGS+=	-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
 .endif
 
 .if defined(WITH_CJK)
@@ -53,7 +53,6 @@
 
 pre-everything::
 .if !defined(WITHOUT_TTF_BYTECODE_ENABLED)
-	@${ECHO_MSG}
 	@${ECHO_MSG} "You may want not to compile a bytecode interpreter into the"
 	@${ECHO_MSG} "TrueType driver. Without this you will only compile the code"
 	@${ECHO_MSG} "necessary to load TrueType glyphs without hinting."
@@ -64,6 +63,14 @@
 	@${ECHO_MSG} "use of the interpreter."
 	@${ECHO_MSG}
 .endif
+.if !defined(WITH_LCD_FILTERING)
+	@${ECHO_MSG} "You may want to enable LCD filtering."
+	@${ECHO_MSG}
+	@${ECHO_MSG} "Hit Ctrl-C now and use \"make WITH_LCD_FILTERING=yes\""
+	@${ECHO_MSG}
+	@${ECHO_MSG} "Note that there are possible patent issues related to the"
+	@${ECHO_MSG} "use of the LCD filtering technology."
+.endif
 
 pre-patch:
 	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/print/freetype2/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -L print/freetype2/distinfo -L print/freetype2/distinfo -u -r1.3 -r1.4
--- print/freetype2/distinfo
+++ print/freetype2/distinfo
@@ -1,3 +1,3 @@
-MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c
-SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e
-SIZE (freetype-2.3.5.tar.bz2) = 1279861
+MD5 (freetype-2.3.6.tar.bz2) = fb182d508017cb608e9df8c7dca648dc
+SHA256 (freetype-2.3.6.tar.bz2) = d5a698c30376d14c1ce6540ed6d5627796421e6e97576620ea4562411a110e77
+SIZE (freetype-2.3.6.tar.bz2) = 1305717
--- print/freetype2/files/patch-builds::unix::configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/print/freetype2/files/patch-builds::unix::configure,v 1.4 2006/10/14 08:35:44 marcus Exp $
-
---- builds/unix/configure.orig	Mon Apr 22 19:50:27 2002
-+++ builds/unix/configure	Fri Jun 21 15:48:06 2002
-@@ -8654,6 +8654,7 @@
- 
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
- 
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
Index: patch-aa
===================================================================
RCS file: /home/cvs/mports/print/freetype2/files/patch-aa,v
retrieving revision 1.4
retrieving revision 1.5
diff -L print/freetype2/files/patch-aa -L print/freetype2/files/patch-aa -u -r1.4 -r1.5
--- print/freetype2/files/patch-aa
+++ print/freetype2/files/patch-aa
@@ -14,11 +14,11 @@
    ifdef must_configure
      ifneq ($(have_Makefile),)
        # we are building FT2 not in the src tree
--	      $(TOP_DIR)/builds/unix/configure $(CFG)
-+#	      $(TOP_DIR)/builds/unix/configure $(CFG)
+-	      $(TOP_DIR)/builds/unix/configure $(value CFG)
++#	      $(TOP_DIR)/builds/unix/configure $(value CFG)
      else
--	      cd builds/unix; ./configure $(CFG)
-+#	      cd builds/unix; ./configure $(CFG)
+-	      cd builds/unix; ./configure $(value CFG)
++#	      cd builds/unix; ./configure $(value CFG)
      endif
    endif
  


More information about the Midnightbsd-cvs mailing list