View | Details | Raw Unified | Return to bug 124916
Collapse All | Expand All

(-)freetype2/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	freetype2
9
PORTNAME=	freetype2
10
PORTVERSION=	2.3.5
10
PORTVERSION=	2.3.6
11
CATEGORIES=	print
11
CATEGORIES=	print
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
13
		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
13
		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
(-)freetype2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c
1
MD5 (freetype-2.3.6.tar.bz2) = fb182d508017cb608e9df8c7dca648dc
2
SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e
2
SHA256 (freetype-2.3.6.tar.bz2) = d5a698c30376d14c1ce6540ed6d5627796421e6e97576620ea4562411a110e77
3
SIZE (freetype-2.3.5.tar.bz2) = 1279861
3
SIZE (freetype-2.3.6.tar.bz2) = 1305717
(-)freetype2/files/patch-aa (-4 / +4 lines)
Lines 14-24 Link Here
14
   ifdef must_configure
14
   ifdef must_configure
15
     ifneq ($(have_Makefile),)
15
     ifneq ($(have_Makefile),)
16
       # we are building FT2 not in the src tree
16
       # we are building FT2 not in the src tree
17
-	      $(TOP_DIR)/builds/unix/configure $(CFG)
17
-	      $(TOP_DIR)/builds/unix/configure $(value CFG)
18
+#	      $(TOP_DIR)/builds/unix/configure $(CFG)
18
+#	      $(TOP_DIR)/builds/unix/configure $(value CFG)
19
     else
19
     else
20
-	      cd builds/unix; ./configure $(CFG)
20
-	      cd builds/unix; ./configure $(value CFG)
21
+#	      cd builds/unix; ./configure $(CFG)
21
+#	      cd builds/unix; ./configure $(value CFG)
22
     endif
22
     endif
23
   endif
23
   endif
24
 
24
 
(-)freetype2/files/patch-builds::unix::configure (-13 lines)
Lines 1-13 Link Here
1
2
$FreeBSD: ports/print/freetype2/files/patch-builds::unix::configure,v 1.4 2006/10/14 08:35:44 marcus Exp $
3
4
--- builds/unix/configure.orig	Mon Apr 22 19:50:27 2002
5
+++ builds/unix/configure	Fri Jun 21 15:48:06 2002
6
@@ -8654,6 +8654,7 @@
7
 
8
 # This can be used to rebuild libtool when needed
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
10
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
11
 
12
 # Always use our own libtool.
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)freetype2/pkg-plist (+1 lines)
Lines 10-15 Link Here
10
include/freetype2/freetype/ftbitmap.h
10
include/freetype2/freetype/ftbitmap.h
11
include/freetype2/freetype/ftcache.h
11
include/freetype2/freetype/ftcache.h
12
include/freetype2/freetype/ftchapters.h
12
include/freetype2/freetype/ftchapters.h
13
include/freetype2/freetype/ftcid.h
13
include/freetype2/freetype/fterrdef.h
14
include/freetype2/freetype/fterrdef.h
14
include/freetype2/freetype/fterrors.h
15
include/freetype2/freetype/fterrors.h
15
include/freetype2/freetype/ftgasp.h
16
include/freetype2/freetype/ftgasp.h

Return to bug 124916