diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-11 11:35:33 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-11 11:35:33 +0000 |
commit | 378909d38524626b8006bfb53ff7cdea4363fece (patch) | |
tree | 310fbe86d654dd37281b9ef77264984dbe82762e /devel/libvanessa_adt | |
parent | 05c511369a95391bd23ca99fbd4edd4db70ca7e6 (diff) | |
download | ports-378909d38524626b8006bfb53ff7cdea4363fece.tar.gz ports-378909d38524626b8006bfb53ff7cdea4363fece.zip |
fix devel/libvanesse_adt:
- libvanessa_adt test/ subdir is removed from Makefile due to oddities :
a) if you build the port twice, build fails for vanessa_socket_pipe
program. It seems that libtool uses old reference to
libvanessa_socket (i.e. obsolete ldconfig reference), this patch
fix the problem.
b) dynamic_array_test is randomly installed (and useless).
PR: 54363
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=84664
Diffstat (limited to 'devel/libvanessa_adt')
-rw-r--r-- | devel/libvanessa_adt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index e27f14587d7b..c75e2f2f501b 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -20,7 +20,12 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger INSTALLS_SHLIB= YES USE_LIBTOOL= YES +USE_REINPLACE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/devel/libvanessa_adt/pkg-plist b/devel/libvanessa_adt/pkg-plist index f6a3badcef5b..214907674af7 100644 --- a/devel/libvanessa_adt/pkg-plist +++ b/devel/libvanessa_adt/pkg-plist @@ -1,4 +1,3 @@ -bin/dynamic_array_test include/vanessa_adt.h lib/libvanessa_adt.so.0 lib/libvanessa_adt.so |