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

Collapse All | Expand All

(-)libbinio/Makefile (-6 / +6 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:   libbinio
1
# New ports collection makefile for:	libbinio
2
# Date created:		10 August 2004
2
# Date created:				10 August 2004
3
# Whom:			Emanuel Haupt <ehaupt@critical.ch>
3
# Whom:					Emanuel Haupt <ehaupt@critical.ch>
4
#
4
#
5
# $FreeBSD: ports/devel/libbinio/Makefile,v 1.2 2005/05/31 21:24:38 flz Exp $
5
# $FreeBSD: ports/devel/libbinio/Makefile,v 1.2 2005/05/31 21:24:38 flz Exp $
6
#
6
#
7
7
8
PORTNAME=	libbinio
8
PORTNAME=	libbinio
9
PORTVERSION=	1.3
9
PORTVERSION=	1.4
10
PORTREVISION=	1
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 29-35 Link Here
29
		LDFLAGS="${LDFLAGS}"
28
		LDFLAGS="${LDFLAGS}"
30
29
31
post-patch:
30
post-patch:
32
	@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' \
31
	@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|; \
32
		s|^\(pkgconfigdir\).*|\1 = ${PREFIX}/libdata/pkgconfig|' \
33
		${WRKSRC}/Makefile.in
33
		${WRKSRC}/Makefile.in
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)libbinio/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libbinio-1.3.tar.gz) = 2bee4db14e3b3ef45a58291b7c9b5898
1
MD5 (libbinio-1.4.tar.gz) = bc2efd55a4569ddaf5a3e7bd5639c616
2
SIZE (libbinio-1.3.tar.gz) = 434702
2
SIZE (libbinio-1.4.tar.gz) = 434961
(-)libbinio/pkg-descr (-3 lines)
Lines 9-14 Link Here
9
binary data sources.
9
binary data sources.
10
10
11
WWW: http://libbinio.sourceforge.net/
11
WWW: http://libbinio.sourceforge.net/
12
13
- ehaupt
14
ehaupt@critical.ch
(-)libbinio/pkg-plist (-4 / +5 lines)
Lines 1-7 Link Here
1
include/binfile.h
1
include/libbinio/binfile.h
2
include/binio.h
2
include/libbinio/binio.h
3
include/binstr.h
3
include/libbinio/binstr.h
4
include/binwrap.h
4
include/libbinio/binwrap.h
5
lib/libbinio.a
5
lib/libbinio.a
6
lib/libbinio.so
6
lib/libbinio.so
7
lib/libbinio.so.1
7
lib/libbinio.so.1
8
libdata/pkgconfig/libbinio.pc

Return to bug 86431