svn commit: r368571 - in head: cad/layouteditor chinese/bg5ps graphics/gltt graphics/ocaml-images graphics/py-paint lang/pike78 misc/magicpoint print/freetype print/texlive-base print/ttftot42
Tijl Coosemans
tijl at FreeBSD.org
Fri Sep 19 15:45:17 UTC 2014
Author: tijl
Date: Fri Sep 19 15:45:14 2014
New Revision: 368571
URL: http://svnweb.freebsd.org/changeset/ports/368571
QAT: https://qat.redports.org/buildarchive/r368571/
Log:
print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
Modified:
head/cad/layouteditor/Makefile
head/chinese/bg5ps/Makefile
head/graphics/gltt/Makefile
head/graphics/ocaml-images/Makefile
head/graphics/py-paint/Makefile
head/lang/pike78/Makefile
head/misc/magicpoint/Makefile
head/print/freetype/Makefile
head/print/freetype/pkg-plist
head/print/texlive-base/Makefile
head/print/ttftot42/Makefile
Modified: head/cad/layouteditor/Makefile
==============================================================================
--- head/cad/layouteditor/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/cad/layouteditor/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,7 +3,7 @@
PORTNAME= layouteditor
PORTVERSION= 0.0.20110614
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= hrs
Modified: head/chinese/bg5ps/Makefile
==============================================================================
--- head/chinese/bg5ps/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/chinese/bg5ps/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,6 +3,7 @@
PORTNAME= bg5ps
PORTVERSION= 1.3.0p3
+PORTREVISION= 1
CATEGORIES= chinese print
MASTER_SITES= http://ftp.jaist.ac.jp/pub/FreeBSD/distfiles/ \
http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/
Modified: head/graphics/gltt/Makefile
==============================================================================
--- head/graphics/gltt/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/graphics/gltt/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,7 +3,7 @@
PORTNAME= gltt
PORTVERSION= 2.5.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= http://gltt.sourceforge.net/download/
Modified: head/graphics/ocaml-images/Makefile
==============================================================================
--- head/graphics/ocaml-images/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/graphics/ocaml-images/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,6 +3,7 @@
PORTNAME= images
PORTVERSION= 4.0.1
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/
Modified: head/graphics/py-paint/Makefile
==============================================================================
--- head/graphics/py-paint/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/graphics/py-paint/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,7 +3,7 @@
PORTNAME= paint
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}%20${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/lang/pike78/Makefile
==============================================================================
--- head/lang/pike78/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/lang/pike78/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -2,6 +2,7 @@
PORTNAME= pike78
PORTVERSION= ${PIKEVERSION}
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
Modified: head/misc/magicpoint/Makefile
==============================================================================
--- head/misc/magicpoint/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/misc/magicpoint/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,7 +3,7 @@
PORTNAME= magicpoint
PORTVERSION= 1.13a
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES?= misc
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
Modified: head/print/freetype/Makefile
==============================================================================
--- head/print/freetype/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/print/freetype/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,7 +3,7 @@
PORTNAME= freetype
PORTVERSION= 1.3.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= SF \
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/ \
@@ -15,21 +15,11 @@ MASTER_SITES= SF \
MAINTAINER= doceng at FreeBSD.org
COMMENT= Free and portable TrueType font rendering engine
-USES= desthack libtool:oldver
+USES= desthack libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
PORTSCOUT= limit:^1\.
-post-patch:
- @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
-
-# Older versions of freetype installed include files in ${PREFIX}/include
-# this is a compatibility hack for now
-
-#post-install:
-# ${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
-
.include <bsd.port.mk>
Modified: head/print/freetype/pkg-plist
==============================================================================
--- head/print/freetype/pkg-plist Fri Sep 19 15:44:55 2014 (r368570)
+++ head/print/freetype/pkg-plist Fri Sep 19 15:45:14 2014 (r368571)
@@ -13,8 +13,8 @@ include/freetype1/freetype/ftxpost.h
include/freetype1/freetype/ftxsbit.h
include/freetype1/freetype/ftxwidth.h
lib/libttf.a
-lib/libttf.la
lib/libttf.so
-lib/libttf.so.4
+lib/libttf.so.2
+lib/libttf.so.2.2.0
@dirrm include/freetype1/freetype
@dirrm include/freetype1
Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/print/texlive-base/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -2,7 +2,7 @@
PORTNAME= texlive
PORTVERSION= 20140525
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
PKGNAMESUFFIX= -base
Modified: head/print/ttftot42/Makefile
==============================================================================
--- head/print/ttftot42/Makefile Fri Sep 19 15:44:55 2014 (r368570)
+++ head/print/ttftot42/Makefile Fri Sep 19 15:45:14 2014 (r368571)
@@ -3,7 +3,7 @@
PORTNAME= ttftot42
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.nih.at/ttftot42/
More information about the svn-ports-all
mailing list