upgrade to 0.5.5. This is needed for gnutls-1.0.20;
ok maintainer
This commit is contained in:
parent
20b4a57398
commit
02bac1d52d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/05/08 06:42:59 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/09/22 07:59:04 robert Exp $
|
||||
|
||||
COMMENT= "Open Crypto Development Kit"
|
||||
|
||||
VERSION= 0.5.4
|
||||
VERSION= 0.5.5
|
||||
DISTNAME= opencdk-${VERSION}
|
||||
CATEGORIES= security
|
||||
|
||||
@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/ \
|
||||
ftp://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/opencdk/ \
|
||||
http://sunsite.dk/pub/security/gcrypt/alpha/gnutls/opencdk/ \
|
||||
http://ftp.linux.it/pub/mirrors/gnupg/alpha/gnutls/opencdk/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= gcrypt.12::security/libgcrypt
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (opencdk-0.5.4.tar.gz) = 3b31b92c15e4f3d78a67a5cd925eda80
|
||||
RMD160 (opencdk-0.5.4.tar.gz) = c094a2d7aa5c71f11a12f903387547d12913b285
|
||||
SHA1 (opencdk-0.5.4.tar.gz) = ded4449e147bf586c18d32b891b3ff814c788fa0
|
||||
MD5 (opencdk-0.5.5.tar.bz2) = aaff60107f0153873192ffda00699a96
|
||||
RMD160 (opencdk-0.5.5.tar.bz2) = 98fe7ff1e2cc22c73098594e039a6b193cefa1b6
|
||||
SHA1 (opencdk-0.5.5.tar.bz2) = 376b93e03e680a92e6ce9a54c33b5d3273a1d86b
|
||||
|
@ -1,55 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2004/05/08 06:42:59 sturm Exp $
|
||||
--- ltmain.sh.orig 2004-04-25 08:54:43.000000000 +0200
|
||||
+++ ltmain.sh 2004-04-25 08:57:13.000000000 +0200
|
||||
@@ -2249,10 +2249,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on some systems (darwin)
|
||||
@@ -5764,40 +5760,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- $echo " $libdir"
|
||||
- done
|
||||
- $echo
|
||||
- $echo "If you ever happen to want to link against installed libraries"
|
||||
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- $echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- $echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- $echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- $echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- $echo
|
||||
- $echo "See any operating system documentation about shared libraries for"
|
||||
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/09/15 18:36:01 espie Exp $
|
||||
@lib lib/libopencdk.so.8.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2004/09/22 07:59:04 robert Exp $
|
||||
@lib lib/libopencdk.so.8.1
|
||||
|
Loading…
Reference in New Issue
Block a user