Update to 2.1.2.
This commit is contained in:
parent
0ef3cbe80a
commit
ac7265fd4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62153
4 changed files with 9 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= freetype2
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
|
||||
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (freetype-2.1.1.tar.bz2) = 31e28bb0ebf008e5ac63540c79b2b687
|
||||
MD5 (freetype-2.1.2.tar.bz2) = 23d04bf0cfc48772b8d698c95eec37bd
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- builds/unix/detect.mk.orig Sun May 5 13:57:06 2002
|
||||
+++ builds/unix/detect.mk Fri Jun 21 15:47:35 2002
|
||||
--- builds/unix/detect.mk.orig Fri Jun 14 11:09:25 2002
|
||||
+++ builds/unix/detect.mk Fri Jun 28 13:35:48 2002
|
||||
@@ -76,10 +76,10 @@
|
||||
ifneq ($(have_mk),)
|
||||
# we are building FT2 not in the src tree
|
||||
unix-def.mk: $(TOP)/builds/unix/unix-def.in
|
||||
- $(TOP)/builds/unix/configure $(CFG)
|
||||
+# $(TOP)/builds/unix/configure $(CFG)
|
||||
unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in
|
||||
- $(TOP_DIR)/builds/unix/configure $(CFG)
|
||||
+# $(TOP_DIR)/builds/unix/configure $(CFG)
|
||||
else
|
||||
unix-def.mk: $(TOP)/builds/unix/unix-def.in
|
||||
unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in
|
||||
- cd builds/unix; ./configure $(CFG)
|
||||
+# cd builds/unix; ./configure $(CFG)
|
||||
endif
|
||||
|
|
|
@ -69,6 +69,7 @@ include/ft2build.h
|
|||
lib/libfreetype.a
|
||||
lib/libfreetype.so
|
||||
lib/libfreetype.so.9
|
||||
share/aclocal/freetype2.m4
|
||||
@dirrm include/freetype2/freetype/internal
|
||||
@dirrm include/freetype2/freetype/config
|
||||
@dirrm include/freetype2/freetype/cache
|
||||
|
|
Loading…
Reference in a new issue