- fix building after ipx removal (from mbalmer@)
- don't use substitution for PKGNAME - remove quotes around COMMENT while here ok mbalmer@
This commit is contained in:
parent
79b1a483cd
commit
e697908a24
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/06/03 09:37:09 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/07/25 16:43:44 ajacoutot Exp $
|
||||
|
||||
COMMENT= "specific Python bindings for OpenBSD"
|
||||
COMMENT= specific Python bindings for OpenBSD
|
||||
|
||||
DISTNAME= pyopenbsd-0.1.2
|
||||
PKGNAME= ${DISTNAME:S/^py/py-/}p0
|
||||
V= 0.1.2
|
||||
DISTNAME= pyopenbsd-${V}
|
||||
PKGNAME= py-openbsd-${V}p1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.nullcube.com/software/pyopenbsd.html
|
||||
|
@ -1,12 +1,14 @@
|
||||
$OpenBSD: patch-openbsd__netstat_c,v 1.1 2005/06/09 00:49:26 pvalchev Exp $
|
||||
--- openbsd/_netstat.c.orig Wed Jun 8 18:12:12 2005
|
||||
+++ openbsd/_netstat.c Wed Jun 8 18:12:19 2005
|
||||
@@ -54,8 +54,6 @@
|
||||
$OpenBSD: patch-openbsd__netstat_c,v 1.2 2007/07/25 16:43:45 ajacoutot Exp $
|
||||
--- openbsd/_netstat.c.orig Tue Dec 21 07:32:04 2004
|
||||
+++ openbsd/_netstat.c Mon Jul 23 18:59:18 2007
|
||||
@@ -54,10 +54,6 @@
|
||||
#include <netinet/ip_esp.h>
|
||||
#include <netinet/ip_ipip.h>
|
||||
#include <netinet/ip_ipcomp.h>
|
||||
-#include <netns/ns.h>
|
||||
-#include <netns/ns_if.h>
|
||||
#include <netipx/ipx.h>
|
||||
#include <netipx/ipx_if.h>
|
||||
-#include <netipx/ipx.h>
|
||||
-#include <netipx/ipx_if.h>
|
||||
#include <kvm.h>
|
||||
#include <Python.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user