- unbreak build on OpenBSD 4,
- do not compile in code for functions which we already have in libc, - bump PKGNAME should be ok sturm@
This commit is contained in:
parent
6cc5ab7fa0
commit
e76bc8752a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2006/02/08 04:54:50 david Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2006/07/30 13:17:58 steven Exp $
|
||||
|
||||
COMMENT= "ident daemon with custom responses and NAT support"
|
||||
DISTNAME= oidentd-2.0.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
||||
|
||||
|
21
net/oidentd/patches/patch-configure
Normal file
21
net/oidentd/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2006/07/30 13:17:58 steven Exp $
|
||||
--- configure.orig Sun Jul 30 10:17:10 2006
|
||||
+++ configure Sun Jul 30 10:17:49 2006
|
||||
@@ -5863,7 +5863,7 @@ case "$host_os" in
|
||||
os_src=openbsd29.c
|
||||
;;
|
||||
|
||||
- *openbsd3*)
|
||||
+ *openbsd[34]*)
|
||||
os_src=openbsd30.c
|
||||
;;
|
||||
esac
|
||||
@@ -5874,7 +5874,7 @@ case "$host_os" in
|
||||
os_src=openbsd.c
|
||||
;;
|
||||
|
||||
- *openbsd3* )
|
||||
+ *openbsd[34]* )
|
||||
os_src=openbsd30.c
|
||||
;;
|
||||
esac
|
16
net/oidentd/patches/patch-src_Makefile_in
Normal file
16
net/oidentd/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2006/07/30 13:17:58 steven Exp $
|
||||
--- src/Makefile.in.orig Fri Jul 11 17:50:56 2003
|
||||
+++ src/Makefile.in Sun Jul 30 10:26:30 2006
|
||||
@@ -119,10 +119,10 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
-SUBDIRS = missing
|
||||
+SUBDIRS =
|
||||
sbin_PROGRAMS = oidentd
|
||||
|
||||
-LDADD = -Lmissing -lmissing
|
||||
+LDADD =
|
||||
|
||||
DISTCLEANFILES = \
|
||||
os.c
|
Loading…
Reference in New Issue
Block a user