Skip to content

Commit

Permalink
whoops back out previous that wasn't supposed to go to pkgsrc-2007Q4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtr committed Mar 11, 2008
1 parent f416aec commit 9c74004
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 31 deletions.
5 changes: 1 addition & 4 deletions net/rp-l2tp/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10.2.1 2008/03/11 08:53:34 rtr Exp $
# $NetBSD: Makefile,v 1.10.2.2 2008/03/11 09:08:34 rtr Exp $
#

DISTNAME= rp-l2tp-0.3
Expand All @@ -16,9 +16,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
USE_TOOLS+= gmake

LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
LDFLAGS.NetBSD+= -lutil

INSTALL_MAKE_FLAGS+= RPM_INSTALL_ROOT=${DESTDIR:Q}

PKG_DESTDIR_SUPPORT= user-destdir
Expand Down
5 changes: 2 additions & 3 deletions net/rp-l2tp/distinfo
@@ -1,13 +1,12 @@
$NetBSD: distinfo,v 1.4.2.1 2008/03/11 08:53:34 rtr Exp $
$NetBSD: distinfo,v 1.4.2.2 2008/03/11 09:08:34 rtr Exp $

SHA1 (rp-l2tp-0.3.tar.gz) = 3f4f08a5271f0adf1dd90567851f1a8e223ecb72
RMD160 (rp-l2tp-0.3.tar.gz) = 25ed4a68a01c08f3acee1ce01a90673a568db55f
Size (rp-l2tp-0.3.tar.gz) = 191418 bytes
SHA1 (patch-aa) = a351d8bcea431bc47a0a375c770d07e059103841
SHA1 (patch-ab) = 31b9b78bace8ab5c1717944e630f296b81cbbe11
SHA1 (patch-ab) = 4a30988989688b1cdc30fdd73edd7fd60509d2e3
SHA1 (patch-ac) = ed6cb031b458027f7df8a97a051a1f12bc6b5e00
SHA1 (patch-ad) = 943de75b5928bca92ec739106f3c5679189557c3
SHA1 (patch-ae) = 62c6d5fb9ddd69467fbb6ed6b502add0ae646a29
SHA1 (patch-af) = 3fa6c660ca06ddf3ea49e33e31506f714f7ef9b5
SHA1 (patch-ag) = 5dc50f2ace17bb97717d628e9fdfe689443966c0
SHA1 (patch-ah) = fcac0fb3c264d68df1f2dbbc0d548311abdaaa2c
14 changes: 7 additions & 7 deletions net/rp-l2tp/patches/patch-ab
@@ -1,8 +1,8 @@
$NetBSD: patch-ab,v 1.2.2.1 2008/03/11 08:53:34 rtr Exp $
$NetBSD: patch-ab,v 1.2.2.2 2008/03/11 09:08:34 rtr Exp $

--- Makefile.in.orig 2002-10-01 06:33:55.000000000 +1000
+++ Makefile.in
@@ -26,11 +26,20 @@ install=@INSTALL@
--- Makefile.in.orig 2002-09-30 21:33:55.000000000 +0100
+++ Makefile.in 2003-12-18 10:24:07.000000000 +0000
@@ -26,11 +26,20 @@
install_dir=@INSTALL@ -d
sbindir=@sbindir@

Expand All @@ -25,16 +25,16 @@ $NetBSD: patch-ab,v 1.2.2.1 2008/03/11 08:53:34 rtr Exp $

TARGETS=l2tpd libl2tp.a handlers

@@ -43,7 +52,7 @@ libl2tp.a: $(OBJS)
@@ -43,7 +52,7 @@

l2tpd: libl2tp.a libevent/libevent.a
$(MAKE) -C handlers
- @CC@ -o l2tpd -rdynamic $(OBJS) $(EXTRA_LIBS)
+ @CC@ $(LDFLAGS) -o l2tpd $(DYNAMIC_FLAGS) $(OBJS) @LIBEVENT@/*.o $(EXTRA_LIBS)
+ @CC@ -o l2tpd $(DYNAMIC_FLAGS) $(OBJS) @LIBEVENT@/*.o $(EXTRA_LIBS)

libevent/libevent.a:
test -d libevent || ln -s ../libevent .
@@ -82,8 +91,8 @@ distclean: clean
@@ -82,8 +91,8 @@
install: all
-mkdir -p $(RPM_INSTALL_ROOT)$(sbindir)
$(install) -m 755 -s l2tpd $(RPM_INSTALL_ROOT)$(sbindir)
Expand Down
17 changes: 0 additions & 17 deletions net/rp-l2tp/patches/patch-ah

This file was deleted.

0 comments on commit 9c74004

Please sign in to comment.