diff options
author | obache <obache@pkgsrc.org> | 2009-12-09 12:27:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-09 12:27:27 +0000 |
commit | 2489e3fa32323e69f42b1ae522395241f91993b5 (patch) | |
tree | ac600842cc494ac8c515c9292f35d434a9bfd74c /net/libnids | |
parent | 50e28e79055a237827a97ea92dc023b9dce48398 (diff) | |
download | pkgsrc-2489e3fa32323e69f42b1ae522395241f91993b5.tar.gz |
Some clean up realted to net/libnet{10,11}.
* buildlink bin/libnet{10,11}-config to bin/libnet-config for comvenience
(they ware renamed in pkgsrc to avoid conflict)
* remove -lnet from BUILDLINK_CPPFLAGS.libnet11.
linker flags should not be in CPPFLAGS, and it berak likage with libtool
as reported in PR 37300.
* libnet11 install just a static library, so set defaut DEPMETHOD = build
Bump PKGREVISION for libnet11 related packages (net/isic will be updated later).
Diffstat (limited to 'net/libnids')
-rw-r--r-- | net/libnids/Makefile | 7 | ||||
-rw-r--r-- | net/libnids/options.mk | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 194c45bd22f..37a080a051c 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/12/09 11:25:52 obache Exp $ +# $NetBSD: Makefile,v 1.26 2009/12/09 12:27:28 obache Exp $ # DISTNAME= libnids-1.23 @@ -18,11 +18,6 @@ USE_TOOLS+= pkg-config BUILDLINK_DEPMETHOD.libpcap= build -SUBST_CLASSES+= conf -SUBST_STAGE.conf= pre-configure -SUBST_FILES.conf= configure -SUBST_MESSAGE.conf= Fixing configuration script. - INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR} .include "../../mk/bsd.prefs.mk" diff --git a/net/libnids/options.mk b/net/libnids/options.mk index 1515dcdfeb2..526667a3afb 100644 --- a/net/libnids/options.mk +++ b/net/libnids/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2009/05/06 21:54:54 adrianp Exp $ +# $NetBSD: options.mk,v 1.8 2009/12/09 12:27:28 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libnids @@ -17,7 +17,6 @@ PKG_SUGGESTED_OPTIONS= libnet10 glib .if !empty(PKG_OPTIONS:Mlibnet10) . include "../../devel/libnet10/buildlink3.mk" BUILDLINK_DEPMETHOD.libnet10+= build -SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g" .endif ### @@ -26,7 +25,6 @@ SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g" .if !empty(PKG_OPTIONS:Mlibnet11) . include "../../devel/libnet11/buildlink3.mk" BUILDLINK_DEPMETHOD.libnet11+= build -SUBST_SED.conf= -e "s|libnet-config|libnet11-config|g" .endif ### |