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

(-)devel/libfs++/Makefile (-2 / +10 lines)
Lines 8-19 Link Here
8
8
9
PORTNAME=	libfs++
9
PORTNAME=	libfs++
10
PORTVERSION=	0.1.7
10
PORTVERSION=	0.1.7
11
PORTREVISION=	1
11
CATEGORIES=	devel
12
CATEGORIES=	devel
12
MASTER_SITES=	http://bluebat.dnsalias.org/software/libfs++/
13
MASTER_SITES=	http://bluebat.dnsalias.org/software/libfs++/%SUBDIR%/
14
MASTER_SITE_SUBDIR=	. archive
13
15
14
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
15
17
16
GNU_CONFIGURE=	yes
18
USE_REINPLACE=	yes
19
USE_LIBTOOL=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
17
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
22
23
post-patch:
24
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
25
		's|-Wall -g -O2||g' 
18
26
19
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)devel/libfs++/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Fri Sep 13 20:25:19 2002
2
+++ configure	Sat Dec 28 12:26:04 2002
3
@@ -7502,6 +7502,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)devel/libfs++/pkg-plist (-4 / +3 lines)
Lines 1-11 Link Here
1
lib/libfs++.a
2
lib/libfs++.la
3
lib/libfs++.so
4
lib/libfs++.so.0
5
include/fs++/file_iterator-impl.h
1
include/fs++/file_iterator-impl.h
6
include/fs++/file_iterator.h
2
include/fs++/file_iterator.h
7
include/fs++/file_monitor.h
3
include/fs++/file_monitor.h
8
include/fs++/file_t.h
4
include/fs++/file_t.h
9
include/fs++/general-impl.h
5
include/fs++/general-impl.h
10
include/fs++/general.h
6
include/fs++/general.h
7
lib/libfs++.a
8
lib/libfs++.so
9
lib/libfs++.so.0
11
@dirrm include/fs++
10
@dirrm include/fs++

Return to bug 46591