Update to varconf-0.5.4
This commit is contained in:
parent
d8759ebf2e
commit
ac2234b577
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/11/01 08:27:15 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2002/10/19 08:38:49 pvalchev Exp $
|
||||
|
||||
COMMENT= "configuration system for the STAGE server"
|
||||
|
||||
VERSION= 0.5.0
|
||||
VERSION= 0.5.4
|
||||
DISTNAME= varconf-${VERSION}
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.475
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
@ -14,15 +13,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/varconf/ \
|
||||
MASTER_SITES= http://purple.worldforge.org/wf/downloads/libs/varconf/ \
|
||||
ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/varconf/ \
|
||||
ftp://two.woovis.com/pub/worldforge/libs/varconf/ \
|
||||
http://dreadnought.res.cmu.edu/worldforge/libs/varconf/ \
|
||||
http://kafka.i-site.com/~novalis/mirrors/acorn/0.4/src/
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
|
||||
patch-*
|
||||
|
||||
LIB_DEPENDS= Atlas.1.1:atlas-*:devel/atlas \
|
||||
sigc.0.0:libsigc++-*:devel/libsigc++
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (varconf-0.5.0.tar.gz) = 0a4e87f15919afabe1b10d055c9276ff
|
||||
RMD160 (varconf-0.5.0.tar.gz) = 17bca30f52c1c082a24230b1f861362ce7d18a38
|
||||
SHA1 (varconf-0.5.0.tar.gz) = a17f46069658710d900f41836ad5ee22bb80f240
|
||||
MD5 (varconf-0.5.4.tar.gz) = 0a23cf727b8d8e55a60129fa9605c23b
|
||||
RMD160 (varconf-0.5.4.tar.gz) = 72b499afdc73fcd2944374f9b3dc5ab9aa37daeb
|
||||
SHA1 (varconf-0.5.4.tar.gz) = a8b936b5854b01ee261d1eea904df2fa6a50142e
|
||||
|
12
devel/varconf/patches/patch-Makefile_in
Normal file
12
devel/varconf/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2002/10/19 08:38:49 pvalchev Exp $
|
||||
--- Makefile.in.orig Sun Oct 20 02:20:44 2002
|
||||
+++ Makefile.in Sun Oct 20 02:20:59 2002
|
||||
@@ -103,7 +103,7 @@ m4data_DATA = varconf.m4
|
||||
|
||||
EXTRA_DIST = autogen.sh varconf.spec.in varconf.m4
|
||||
|
||||
-docdir = $(datadir)/doc/varconf-$(VERSION)
|
||||
+docdir = $(datadir)/doc/varconf
|
||||
doc_DATA = README COPYING AUTHORS THANKS NEWS
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
34
devel/varconf/patches/patch-configure
Normal file
34
devel/varconf/patches/patch-configure
Normal file
@ -0,0 +1,34 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2002/10/19 08:38:49 pvalchev Exp $
|
||||
--- configure.orig Mon Sep 2 14:25:39 2002
|
||||
+++ configure Sun Oct 20 02:26:00 2002
|
||||
@@ -3495,8 +3495,8 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -3505,8 +3505,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -4018,6 +4018,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
+ sys_lib_search_path_spec="/usr/lib"
|
||||
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
case "$host_os" in
|
||||
openbsd2.[89] | openbsd2.[89].*)
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/07/29 07:18:59 pvalchev Exp $
|
||||
lib/libvarconf.so.0.5
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/10/19 08:38:49 pvalchev Exp $
|
||||
lib/libvarconf.so.1.0
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,9 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/29 07:18:59 pvalchev Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/10/19 08:38:49 pvalchev Exp $
|
||||
bin/varconf-config
|
||||
include/varconf/Config.h
|
||||
include/varconf/dynbase.h
|
||||
include/varconf/dyncmp.h
|
||||
include/varconf/dyntypes.h
|
||||
include/varconf/dynvar.h
|
||||
include/varconf/parse_error.h
|
||||
include/varconf/varconf.h
|
||||
include/varconf/variable.h
|
||||
lib/libvarconf.a
|
||||
lib/libvarconf.la
|
||||
share/aclocal/varconf.m4
|
||||
share/doc/varconf/COPYING
|
||||
share/doc/varconf/README
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/varconf
|
||||
@dirrm include/varconf
|
||||
|
Loading…
Reference in New Issue
Block a user