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

(-)ferite/Makefile (-2 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ferite
8
PORTNAME=	ferite
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.1
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 19-24 Link Here
19
19
20
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_REINPLACE=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
Lines 26-35 Link Here
26
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
27
PLIST_SUB=	MACHINE_ARCH=${MACHINE_ARCH}
28
PLIST_SUB=	MACHINE_ARCH=${MACHINE_ARCH}
28
29
30
.include <bsd.port.pre.mk>
31
32
post-patch:
33
	@${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \
34
	${REINPLACE_CMD} -e "s|-lferite|-lferite -L${WRKSRC}/src/.libs|g"
35
29
MAN1=		builder.1 ferite.1
36
MAN1=		builder.1 ferite.1
30
37
31
.if defined(NOPORTDOCS)
38
.if defined(NOPORTDOCS)
32
MAKE_ENV+=	NOPORTDOCS=${NOPORTDOCS}
39
MAKE_ENV+=	NOPORTDOCS=${NOPORTDOCS}
33
.endif
40
.endif
34
41
35
.include <bsd.port.mk>
42
.include <bsd.port.post.mk>
(-)ferite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ferite-1.0.0.tar.gz) = a001fe4e1fd446ad6118a3266a7c8fd5
1
MD5 (ferite-1.0.1.tar.gz) = 3232b471d5af8ca2673c93ead3ead25a
2
SHA256 (ferite-1.0.0.tar.gz) = a8c44011f610055973ace5ddebcfe0ee0e2b7c87569b8c66a44c34bc5757a868
2
SHA256 (ferite-1.0.1.tar.gz) = e01fa9c62b31f824ef4d4f78834c9c0946054b7151ad826d98ba053f7467bdc4
3
SIZE (ferite-1.0.0.tar.gz) = 2032790
3
SIZE (ferite-1.0.1.tar.gz) = 2038863

Return to bug 91095