diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 15:45:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 15:45:14 +0000 |
commit | d9aa7a8cbf450e10d688039772c01ce6f2bd22b7 (patch) | |
tree | 77ad12919a21d63e5bf1b297403917f7353ae42e /print | |
parent | - Remove -a when copying package. r329130 broke this when PACKAGES was on (diff) |
print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
Notes
Notes:
svn path=/head/; revision=368571
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/Makefile | 14 | ||||
-rw-r--r-- | print/freetype/pkg-plist | 4 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 2 | ||||
-rw-r--r-- | print/ttftot42/Makefile | 2 |
4 files changed, 6 insertions, 16 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile index ecec86823151..938af7c2deb5 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 569019776013..b3d18d6d51da 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 218818753d84..01155549a27c 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 510613481a9f..15548af8a5b7 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/ |