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

(-)Makefile (-3 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	silgraphite
8
PORTNAME=	silgraphite
9
PORTVERSION=	2.3
9
PORTVERSION=	2.3.1
10
CATEGORIES=	graphics devel
10
CATEGORIES=	graphics devel
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
Lines 18-25 Link Here
18
USE_GNOME=	pkgconfig
18
USE_GNOME=	pkgconfig
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
21
CFLAGS+=	"-I${LOCALBASE}/include" "-L${LOCALBASE}/lib"
22
		LDFLAGS="-L${LOCALBASE}/lib"
23
CONFIGURE_ARGS=	--without-xft --without-pangographite
22
CONFIGURE_ARGS=	--without-xft --without-pangographite
24
23
25
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
Lines 34-37 Link Here
34
PLIST_SUB+=	WITH_FREETYPE="@comment "
33
PLIST_SUB+=	WITH_FREETYPE="@comment "
35
.endif
34
.endif
36
35
36
post-patch:
37
	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \
38
		${WRKSRC}/engine/Makefile.in
39
37
.include <bsd.port.post.mk>
40
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (silgraphite-2.3.tar.gz) = 76a6daa2ec802bdd5e5f9a233b4e2ff8
1
MD5 (silgraphite-2.3.1.tar.gz) = d35724900f6a4105550293686688bbb3
2
SHA256 (silgraphite-2.3.tar.gz) = 574dbccd0480e7c571612251afafd8de2019997ee1450ee3e68039f64797f1ec
2
SHA256 (silgraphite-2.3.1.tar.gz) = 9b07c6e91108b1fa87411af4a57e25522784cfea0deb79b34ced608444f2ed65
3
SIZE (silgraphite-2.3.tar.gz) = 3394463
3
SIZE (silgraphite-2.3.1.tar.gz) = 3239482
(-)files/patch-engine_Makefile.in (-11 lines)
Removed Link Here
1
--- engine/Makefile.in.orig	2008-11-30 19:57:26.000000000 +0100
2
+++ engine/Makefile.in	2008-11-30 19:58:25.000000000 +0100
3
@@ -196,7 +196,7 @@
4
              build.bat build_d.bat makefile.vc \
5
              README
6
 
7
-pkgconfigdir = $(libdir)/pkgconfig
8
+pkgconfigdir = ${PREFIX}/libdata/pkgconfig
9
 pkgconfig_DATA = silgraphite.pc
10
 
11
 # VC_VERSION is the last released version of the software

Return to bug 131980