pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-p11/patches pam-p11: remove patch after u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3216059676ed
branches:  trunk
changeset: 414784:3216059676ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 02 08:09:34 2020 +0000

description:
pam-p11: remove patch after update removed it from distinfo

diffstat:

 security/pam-p11/patches/patch-src_Makefile.am |  37 --------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diffs (41 lines):

diff -r 5a73abd5bf90 -r 3216059676ed security/pam-p11/patches/patch-src_Makefile.am
--- a/security/pam-p11/patches/patch-src_Makefile.am    Thu Apr 02 08:07:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-$NetBSD: patch-src_Makefile.am,v 1.1 2013/04/01 12:23:52 joerg Exp $
-
---- src/Makefile.am.orig       2008-07-31 13:23:47.000000000 +0000
-+++ src/Makefile.am
-@@ -3,7 +3,7 @@
- MAINTAINERCLEANFILES = Makefile.in
- 
- AM_CFLAGS = -Wall -fno-strict-aliasing $(OPENSSL_CFLAGS) $(LIBP11_CFLAGS)
--AM_LDFLAGS = -module -avoid-version
-+AM_LDFLAGS = -module -avoid-version -shared
- 
- lib_LTLIBRARIES = pam_p11_openssh.la  pam_p11_opensc.la 
- 
-@@ -13,7 +13,7 @@ pam_p11_openssh_la_LIBADD = $(OPENSSL_LI
- pam_p11_opensc_la_SOURCES =  pam_p11.c match_opensc.c
- pam_p11_opensc_la_LIBADD = $(OPENSSL_LIBS) $(LIBP11_LIBS) 
- 
--noinst_PROGRAMS= test
-+noinst_PROGRAMS=
- 
- test_SOURCES=test.c
- test_LDADD=pam_p11_openssh.la
-@@ -21,12 +21,5 @@ test_LDADD=pam_p11_openssh.la
- format:
-       indent -kr -i8 -ts8 -sob -l80 -ss -ncs *.c *.h
- 
--install:       
--      $(mkinstalldirs) $(DESTDIR)/$(libdir)/security
--      $(libLTLIBRARIES_INSTALL) $(top_builddir)/src/.libs/pam_p11_openssh.so $(DESTDIR)/$(libdir)/security
--      $(libLTLIBRARIES_INSTALL) $(top_builddir)/src/.libs/pam_p11_opensc.so $(DESTDIR)/$(libdir)/security
--
--uninstall:       
--      $(RM) $(DESTDIR)/$(libdir)/security/pam_p11_openssh.so 
--      $(RM) $(DESTDIR)/$(libdir)/security/pam_p11_opensc.so 
--      @ rmdir $(DESTDIR)/$(libdir)/security
-+libdir = @libdir@/security
-+



Home | Main Index | Thread Index | Old Index