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

(-)devel/libmba/Makefile (-3 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libmba
4
PORTNAME=	libmba
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.1
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://www.ioplex.com/~miallen/libmba/dl/ \
8
MASTER_SITES=	http://www.ioplex.com/~miallen/libmba/dl/ \
8
		${MASTER_SITE_LOCAL}
9
		${MASTER_SITE_LOCAL}
Lines 13-24 COMMENT= Collection of C modules potentially usefu Link Here
13
14
14
MAKE_JOBS_UNSAFE=	yes
15
MAKE_JOBS_UNSAFE=	yes
15
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
16
MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
17
MAKE_ARGS=	prefix="${STAGEDIR}${PREFIX}"
17
18
18
post-patch:
19
post-patch:
19
	@${REINPLACE_CMD} -e 's,-g,$$(CFLAGS),' \
20
	@${REINPLACE_CMD} -e 's,-g,$$(CFLAGS),' \
20
		-e '/^prefix/s/=/?=/' \
21
		-e 's/prefix/PREFIX/' \
22
		${WRKSRC}/Makefile
21
		${WRKSRC}/Makefile
23
	@${REINPLACE_CMD} -Ee 's,"g?cc","${CC}",' \
22
	@${REINPLACE_CMD} -Ee 's,"g?cc","${CC}",' \
24
		${WRKSRC}/mktool.c
23
		${WRKSRC}/mktool.c
(-)devel/libmba/files/patch-mktool.c (+23 lines)
Line 0 Link Here
1
--- mktool.c~
2
+++ mktool.c
3
@@ -89,18 +89,18 @@ static const char *arg_array[32] = {
4
 		"lib%n.%1.%2.%3.dylib",
5
 		"lib%n.%1.%2.dylib",
6
 		"lib%n.dylib",
7
 		"darwin",
8
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
9
+#elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__)
10
 		"gcc",
11
 		" -g",
12
 		" -Wall -W",
13
 		" -Wall -W -ansi -pedantic",
14
 		" -std=c99",
15
 		" -std=c89",
16
 		" -fpic",
17
 		" -fPIC",
18
-		" -Wl,-soname,lib%n.so.%1.%2",
19
+		" -Wl,-soname,lib%n.so.%1",
20
 		"",
21
 		" -shared",
22
 		" -Wl,-rpath,%s",
23
 		"lib%n.so.%1",
(-)textproc/domc/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	domc
4
PORTNAME=	domc
5
PORTVERSION=	0.8.0
5
PORTVERSION=	0.8.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://www.ioplex.com/~miallen/domc/dl/
8
MASTER_SITES=	http://www.ioplex.com/~miallen/domc/dl/
9
9
(-)textproc/rtfx/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	rtfx
4
PORTNAME=	rtfx
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	1
6
CATEGORIES=	textproc
7
CATEGORIES=	textproc
7
MASTER_SITES=	http://memberwebs.com/stef/software/rtfx/
8
MASTER_SITES=	http://memberwebs.com/stef/software/rtfx/
8
9

Return to bug 192666