mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Fix MASTER_SITES
- Support CXXFLAGS properly - GNU_CONFIGURE -> USE_LIBTOOL PR: 46591 Submitted by: Ports Fury
This commit is contained in:
parent
b5041aa484
commit
0653b1a393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71968
@ -8,12 +8,20 @@
|
||||
|
||||
PORTNAME= libfs++
|
||||
PORTVERSION= 0.1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://bluebat.dnsalias.org/software/libfs++/
|
||||
MASTER_SITES= http://bluebat.dnsalias.org/software/libfs++/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . archive
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-Wall -g -O2||g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
devel/libfs++/files/patch-configure
Normal file
10
devel/libfs++/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Fri Sep 13 20:25:19 2002
|
||||
+++ configure Sat Dec 28 12:26:04 2002
|
||||
@@ -7502,6 +7502,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,11 +1,10 @@
|
||||
lib/libfs++.a
|
||||
lib/libfs++.la
|
||||
lib/libfs++.so
|
||||
lib/libfs++.so.0
|
||||
include/fs++/file_iterator-impl.h
|
||||
include/fs++/file_iterator.h
|
||||
include/fs++/file_monitor.h
|
||||
include/fs++/file_t.h
|
||||
include/fs++/general-impl.h
|
||||
include/fs++/general.h
|
||||
lib/libfs++.a
|
||||
lib/libfs++.so
|
||||
lib/libfs++.so.0
|
||||
@dirrm include/fs++
|
||||
|
Loading…
x
Reference in New Issue
Block a user