Minor update to libdaemon-0.14.
This commit is contained in:
parent
2df1d40ba4
commit
38bfd454ee
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2009/06/11 13:35:33 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.6 2010/12/14 14:54:35 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= lightweight C library that eases the writing of daemons
|
COMMENT= lightweight C library that eases the writing of daemons
|
||||||
|
|
||||||
DISTNAME= libdaemon-0.13
|
DISTNAME= libdaemon-0.14
|
||||||
SHARED_LIBS+= daemon 3.1 # .4.0
|
SHARED_LIBS+= daemon 3.2 # .5.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
HOMEPAGE= http://0pointer.de/lennart/projects/libdaemon/
|
HOMEPAGE= http://0pointer.de/lennart/projects/libdaemon/
|
||||||
@ -18,6 +18,8 @@ MASTER_SITES= ${HOMEPAGE}
|
|||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-silent-rules \
|
||||||
--disable-lynx
|
--disable-lynx
|
||||||
|
|
||||||
USE_LIBTOOL= Yes
|
USE_LIBTOOL= Yes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (libdaemon-0.13.tar.gz) = rpET/Ngl1afwfl3cyzwxAg==
|
MD5 (libdaemon-0.14.tar.gz) = UJ3CcQfCG82fvy+V9WaVYw==
|
||||||
RMD160 (libdaemon-0.13.tar.gz) = f8Qdx6FH2Wmynlo1lEJxaFnefg4=
|
RMD160 (libdaemon-0.14.tar.gz) = lSrpk/7P4+x2XfpDsmkKg/GlyTk=
|
||||||
SHA1 (libdaemon-0.13.tar.gz) = LGfu3w3+MDqGvuZP66PkDSGrvQE=
|
SHA1 (libdaemon-0.14.tar.gz) = eKTbWM86eokGw1WSQ043aAyoO48=
|
||||||
SHA256 (libdaemon-0.13.tar.gz) = vZSdRZ0tpU8c370fRZLjJUHooZWspW+nqDKe15g21wk=
|
SHA256 (libdaemon-0.14.tar.gz) = /SPrX2+Ybcx+cIMHNVujKJq+A8w4H8R6gLykpQqmuDQ=
|
||||||
SIZE (libdaemon-0.13.tar.gz) = 368119
|
SIZE (libdaemon-0.14.tar.gz) = 340474
|
||||||
|
12
devel/libdaemon/patches/patch-configure
Normal file
12
devel/libdaemon/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-configure,v 1.1 2010/12/14 14:54:35 ajacoutot Exp $
|
||||||
|
--- configure.orig Tue Dec 14 15:25:40 2010
|
||||||
|
+++ configure Tue Dec 14 15:26:00 2010
|
||||||
|
@@ -14383,7 +14383,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
case $host in
|
||||||
|
- *-freebsd*) ;;
|
||||||
|
+ *-freebsd*|*-openbsd*) ;;
|
||||||
|
*)
|
||||||
|
for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/10 21:42:29 jasper Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2010/12/14 14:54:35 ajacoutot Exp $
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
include/libdaemon/
|
include/libdaemon/
|
||||||
include/libdaemon/daemon.h
|
include/libdaemon/daemon.h
|
||||||
@ -12,3 +12,6 @@ lib/libdaemon.a
|
|||||||
lib/libdaemon.la
|
lib/libdaemon.la
|
||||||
lib/pkgconfig/
|
lib/pkgconfig/
|
||||||
lib/pkgconfig/libdaemon.pc
|
lib/pkgconfig/libdaemon.pc
|
||||||
|
share/doc/libdaemon/
|
||||||
|
share/doc/libdaemon/README.html
|
||||||
|
share/doc/libdaemon/style.css
|
||||||
|
Loading…
Reference in New Issue
Block a user