pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo Restore USE_LIBTOOL which was silently r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/386c0088b643
branches:  trunk
changeset: 479878:386c0088b643
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Aug 24 17:31:48 2004 +0000

description:
Restore USE_LIBTOOL which was silently removed recently (hi xtraeme!).
Fix build with recent libtool.  Not bumping PKGREVISION, it's in the flow
of current PLIST fixes and such...

diffstat:

 security/sudo/Makefile         |   3 ++-
 security/sudo/distinfo         |   4 ++--
 security/sudo/patches/patch-aa |  17 +++++++++++++----
 3 files changed, 17 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 07a7fd0b15a8 -r 386c0088b643 security/sudo/Makefile
--- a/security/sudo/Makefile    Tue Aug 24 16:51:34 2004 +0000
+++ b/security/sudo/Makefile    Tue Aug 24 17:31:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2004/08/24 09:19:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.68 2004/08/24 17:31:48 cube Exp $
 #
 
 DISTNAME=              sudo-1.6.8
@@ -17,6 +17,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
 
diff -r 07a7fd0b15a8 -r 386c0088b643 security/sudo/distinfo
--- a/security/sudo/distinfo    Tue Aug 24 16:51:34 2004 +0000
+++ b/security/sudo/distinfo    Tue Aug 24 17:31:48 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2004/08/23 21:15:17 xtraeme Exp $
+$NetBSD: distinfo,v 1.22 2004/08/24 17:31:48 cube Exp $
 
 SHA1 (sudo-1.6.8.tar.gz) = 3f761fd7457ad0efb3f8efa68495ac95c825ca81
 Size (sudo-1.6.8.tar.gz) = 577564 bytes
-SHA1 (patch-aa) = 464d92a06528fd7af2bc6a1b768b8a097900204a
+SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c
 SHA1 (patch-af) = a28c974dc854ca21cf2da8addbe98eac13c612a2
 SHA1 (patch-ag) = 3703932e134ae90281179d0a4ae4760fa420264b
diff -r 07a7fd0b15a8 -r 386c0088b643 security/sudo/patches/patch-aa
--- a/security/sudo/patches/patch-aa    Tue Aug 24 16:51:34 2004 +0000
+++ b/security/sudo/patches/patch-aa    Tue Aug 24 17:31:48 2004 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.11 2004/08/23 21:15:17 xtraeme Exp $
+$NetBSD: patch-aa,v 1.12 2004/08/24 17:31:48 cube Exp $
 
---- Makefile.in.orig   2004-08-23 22:47:51.000000000 +0200
-+++ Makefile.in        2004-08-23 22:48:20.000000000 +0200
-@@ -292,11 +292,11 @@
+--- Makefile.in.orig   2004-05-28 22:27:59.000000000 +0200
++++ Makefile.in
+@@ -181,7 +181,7 @@ testsudoers: $(TESTOBJS) $(LIBOBJS)
+       $(CC) -o $@ $(TESTOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS) $(NET_LIBS)
+ 
+ sudo_noexec.la: sudo_noexec.lo
+-      $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
++      $(LIBTOOL) --mode=link $(CC) -module $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
+ 
+ # Uncomment the following if you want "make distclean" to clean the parser
+ @DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h
+@@ -292,11 +292,11 @@ sudoers.man:: sudoers.man.in
  
  sudoers.cat: sudoers.man
  



Home | Main Index | Thread Index | Old Index