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

(-)devel/t1lib/Makefile (-14 / +7 lines)
Lines 7-27 Link Here
7
#
7
#
8
8
9
PORTNAME=	t1lib
9
PORTNAME=	t1lib
10
PORTVERSION=	5.0.1
10
PORTVERSION=	5.1.0
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	devel
12
CATEGORIES=	devel
13
### 5.0.2 seems to cause problems with xpdf
13
MASTER_SITES=	${MASTER_SITE_SUNSITE}
14
### 5.0.1 has been vanished from most of ibilio/sunsite mirror sites
15
#MASTER_SITES=	${MASTER_SITE_SUNSITE}
16
MASTER_SITES=	http://sunsite.rediris.es/sites2/ibiblio.org/linux/%SUBDIR%/
17
MASTER_SITE_SUBDIR=	libs/graphics
14
MASTER_SITE_SUBDIR=	libs/graphics
18
15
19
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
20
COMMENT=	A Type 1 Rasterizer Library for UNIX/X11
17
COMMENT=	A Type 1 Rasterizer Library for UNIX/X11
21
18
22
USE_GMAKE=	yes
23
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
24
USE_INC_LIBTOOL_VER=15
20
USE_GMAKE=	yes
21
USE_LIBTOOL_VER=	15
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
ALL_TARGET=	without_doc
23
ALL_TARGET=	without_doc
26
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
27
25
Lines 35-47 Link Here
35
.endif
33
.endif
36
34
37
post-patch:
35
post-patch:
38
	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
36
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
39
		${WRKSRC}/configure
37
		's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g'
40
	@${REINPLACE_CMD} -e 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|' \
41
		${WRKSRC}/xglyph/Makefile.in ${WRKSRC}/lib/type1/Makefile.in \
42
		${WRKSRC}/lib/t1lib/Makefile.in ${WRKSRC}/lib/Makefile.in \
43
		${WRKSRC}/type1afm/Makefile.in ${WRKSRC}/examples/Makefile.in
44
45
38
46
post-install:
39
post-install:
47
.if !defined(NOPORTDOCS)
40
.if !defined(NOPORTDOCS)
(-)devel/t1lib/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (t1lib-5.0.1.tar.gz) = b4e14bc4bf322c88da41a98f73c19b98
1
MD5 (t1lib-5.1.0.tar.gz) = a05bed4aa63637052e60690ccde70421
2
SIZE (t1lib-5.0.1.tar.gz) = 1647836
2
SIZE (t1lib-5.1.0.tar.gz) = 1838635
(-)devel/t1lib/pkg-plist (-2 / +2 lines)
Lines 4-13 Link Here
4
%%X11%%include/t1libx.h
4
%%X11%%include/t1libx.h
5
lib/libt1.a
5
lib/libt1.a
6
lib/libt1.so
6
lib/libt1.so
7
lib/libt1.so.5
7
lib/libt1.so.6
8
%%X11%%lib/libt1x.a
8
%%X11%%lib/libt1x.a
9
%%X11%%lib/libt1x.so
9
%%X11%%lib/libt1x.so
10
%%X11%%lib/libt1x.so.5
10
%%X11%%lib/libt1x.so.6
11
%%PORTDOCS%%%%DOCSDIR%%/t1lib_doc.pdf
11
%%PORTDOCS%%%%DOCSDIR%%/t1lib_doc.pdf
12
%%DATADIR%%/t1lib.config
12
%%DATADIR%%/t1lib.config
13
@dirrm %%DATADIR%%
13
@dirrm %%DATADIR%%

Return to bug 86264