remove MODGNU_SHARED_LIBS and old -version-info patch

This commit is contained in:
steven 2006-01-08 10:27:14 +00:00
parent c17d338904
commit f846aec63d
2 changed files with 2 additions and 15 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.50 2005/12/23 17:37:03 todd Exp $
# $OpenBSD: Makefile,v 1.51 2006/01/08 10:27:14 steven Exp $
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
DISTNAME= curl-7.15.1
SHARED_LIBS= curl 3.2
CATEGORIES= net
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@ -12,8 +13,6 @@ MASTER_SITES= http://curl.haxx.se/download/ \
http://www.cubic.ch/mirror/curl/ \
http://curl.webmeta.com/ \
ftp://gd.tuwien.ac.ut/utils/archivers/curl/
SHARED_LIBS= curl 3.2
MODGNU_SHARED_LIBS=curl ''
HOMEPAGE= http://curl.haxx.se/

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_Makefile_in,v 1.2 2005/12/08 17:10:02 naddy Exp $
--- lib/Makefile.in.orig Sun Oct 16 16:15:38 2005
+++ lib/Makefile.in Sun Oct 16 16:15:53 2005
@@ -188,7 +188,7 @@ USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
USE_SSLEAY = @USE_SSLEAY@
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
-VERSION = -version-info 3:0:0
+VERSION = -version-info 3:2:0
VERSIONNUM = @VERSIONNUM@
ac_ct_AR = @ac_ct_AR@
ac_ct_AS = @ac_ct_AS@