View | Details | Raw Unified | Return to bug 174204 | Differences between
and this patch

Collapse All | Expand All

(-)lang/bigloo/Makefile (-9 / +4 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:    bigloo
1
# Created by: Stanislav Grozev <tacho@daemonz.org>
2
# Date created:         15 Jul 2002
3
# Whom:                 Stanislav Grozev <tacho@daemonz.org>
4
#
5
# $FreeBSD: head/lang/bigloo/Makefile 303664 2012-09-04 17:05:43Z ashish $
2
# $FreeBSD: head/lang/bigloo/Makefile 303664 2012-09-04 17:05:43Z ashish $
6
#
7
3
8
PORTNAME=	bigloo
4
PORTNAME=	bigloo
9
PORTVERSION=	3.8c
5
PORTVERSION=	3.9a
10
PORTREVISION=	2
11
CATEGORIES=	lang scheme
6
CATEGORIES=	lang scheme
12
MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
7
MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
13
DISTNAME=	${PORTNAME}${PORTVERSION}
8
DISTNAME=	${PORTNAME}${PORTVERSION}
Lines 125-136 Link Here
125
	@${REINPLACE_CMD} -e 's|^coflags=|#coflags=|g' ${WRKSRC}/configure
120
	@${REINPLACE_CMD} -e 's|^coflags=|#coflags=|g' ${WRKSRC}/configure
126
	@${REINPLACE_CMD} -e 's|"-lthr"|"${PTHREAD_LIBS}"|g' \
121
	@${REINPLACE_CMD} -e 's|"-lthr"|"${PTHREAD_LIBS}"|g' \
127
		${WRKSRC}/autoconf/pthread
122
		${WRKSRC}/autoconf/pthread
128
	@${REINPLACE_CMD} -e '/LDFLAGS=/s|export|true|g' \
129
		${WRKSRC}/gc/configure-gc-7.3alpha1-20120316
130
.for i in autoconf/mixer api/multimedia/src/Unix/bglmixer.c
123
.for i in autoconf/mixer api/multimedia/src/Unix/bglmixer.c
131
	@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g' \
124
	@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g' \
132
		${WRKSRC}/${i}
125
		${WRKSRC}/${i}
133
.endfor
126
.endfor
127
	@${FIND} ${WRKSRC}/gc -maxdepth 1 -type f | ${XARGS} \
128
		${REINPLACE_CMD} -e '/LDFLAGS=/s|export|true|g'
134
129
135
post-configure:
130
post-configure:
136
	@${FIND} ${WRKSRC} -name "bigloo_config.h" | ${XARGS} \
131
	@${FIND} ${WRKSRC} -name "bigloo_config.h" | ${XARGS} \
(-)lang/bigloo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bigloo3.8c.tar.gz) = 3835d6aec4428f7a9dc8029a434b4c845e7ea15728141d60b72f9ebc6ddd45e1
1
SHA256 (bigloo3.9a.tar.gz) = 3ef47b10785105f11414340ce59b9bcd1ba95e9b775bfddb640a0dbbd803386c
2
SIZE (bigloo3.8c.tar.gz) = 17721635
2
SIZE (bigloo3.9a.tar.gz) = 18987607

Return to bug 174204