summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-19 15:45:14 +0000
committertijl <tijl@FreeBSD.org>2014-09-19 15:45:14 +0000
commit302ec16ee0141c7aacc2217c6b326e8f488bc6d0 (patch)
tree77ad12919a21d63e5bf1b297403917f7353ae42e
parentb4c841487da5a6276a843f8c2a8ca7a42dc0313b (diff)
downloadFreeBSD-ports-302ec16ee0141c7aacc2217c6b326e8f488bc6d0.zip
FreeBSD-ports-302ec16ee0141c7aacc2217c6b326e8f488bc6d0.tar.gz
print/freetype:
- Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports
-rw-r--r--cad/layouteditor/Makefile2
-rw-r--r--chinese/bg5ps/Makefile1
-rw-r--r--graphics/gltt/Makefile2
-rw-r--r--graphics/ocaml-images/Makefile1
-rw-r--r--graphics/py-paint/Makefile2
-rw-r--r--lang/pike78/Makefile1
-rw-r--r--misc/magicpoint/Makefile2
-rw-r--r--print/freetype/Makefile14
-rw-r--r--print/freetype/pkg-plist4
-rw-r--r--print/texlive-base/Makefile2
-rw-r--r--print/ttftot42/Makefile2
11 files changed, 13 insertions, 20 deletions
diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile
index 73171a8..90ade69 100644
--- a/cad/layouteditor/Makefile
+++ b/cad/layouteditor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= layouteditor
PORTVERSION= 0.0.20110614
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= hrs
diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile
index f7a12e9..ea80c1d 100644
--- a/chinese/bg5ps/Makefile
+++ b/chinese/bg5ps/Makefile
@@ -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/
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile
index 64cb0f0..0328d55 100644
--- a/graphics/gltt/Makefile
+++ b/graphics/gltt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gltt
PORTVERSION= 2.5.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= http://gltt.sourceforge.net/download/
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile
index 9419ef5..edf8080 100644
--- a/graphics/ocaml-images/Makefile
+++ b/graphics/ocaml-images/Makefile
@@ -3,6 +3,7 @@
PORTNAME= images
PORTVERSION= 4.0.1
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile
index da11b89..025c670 100644
--- a/graphics/py-paint/Makefile
+++ b/graphics/py-paint/Makefile
@@ -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}
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile
index 69e8c41..46cd8f4 100644
--- a/lang/pike78/Makefile
+++ b/lang/pike78/Makefile
@@ -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}/ \
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 366da14..3ffd60c 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -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/
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index ecec868..938af7c 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -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@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>
diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist
index 5690197..b3d18d6 100644
--- a/print/freetype/pkg-plist
+++ b/print/freetype/pkg-plist
@@ -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
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index 2188187..0115554 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -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
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile
index 5106134..15548af 100644
--- a/print/ttftot42/Makefile
+++ b/print/ttftot42/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ttftot42
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.nih.at/ttftot42/
OpenPOWER on IntegriCloud