Update ap-utils to version 1.3.2
From MAINTAINER: Chris Kuethe <ckuethe@ualberta.ca>
This commit is contained in:
parent
fdeb15157a
commit
9f91e74c2d
@ -1,8 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/06/02 02:02:35 margarida Exp $
|
||||
|
||||
COMMENT= "wireless access point configuration tools"
|
||||
|
||||
DISTNAME= ap-utils-1.3
|
||||
DISTNAME= ap-utils-1.3.2
|
||||
CATEGORIES= net
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= http://ap-utils.polesye.net/
|
||||
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
|
||||
@ -13,10 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://ap-utils.uk.polesye.net/files/ \
|
||||
http://web.cs.cmu.edu/~dpelleg/download/ \
|
||||
http://ap-utils.polesye.net/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ap-utils/}
|
||||
|
||||
MODULES= gettext iconv
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
# $OpenBSD: distinfo,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
MD5 (ap-utils-1.3.tar.bz2) = 880e3386cc06346a33be7fdbbb7f10d8
|
||||
RMD160 (ap-utils-1.3.tar.bz2) = afbd8a8744f2007d77c2169df5ef2037ad28df88
|
||||
SHA1 (ap-utils-1.3.tar.bz2) = 46747fee62d5a1b29404789bfc2e83e85876645e
|
||||
MD5 (ap-utils-1.3.2.tar.bz2) = 419d77e051bd68ca5f60a36085ba4bda
|
||||
RMD160 (ap-utils-1.3.2.tar.bz2) = ce58feac694a05cb97bd0be9dc5fac99b9432919
|
||||
SHA1 (ap-utils-1.3.2.tar.bz2) = 1be90d9e8df214ef422ffd581c2d29c2b961ea8c
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
--- configure.orig Thu Jan 16 21:22:25 2003
|
||||
+++ configure Thu Jan 16 21:23:25 2003
|
||||
@@ -3881,7 +3881,7 @@ else
|
||||
$OpenBSD: patch-configure,v 1.2 2003/06/02 02:02:36 margarida Exp $
|
||||
--- configure.orig Wed May 28 03:56:16 2003
|
||||
+++ configure Thu May 29 08:54:22 2003
|
||||
@@ -3893,7 +3893,7 @@ else
|
||||
#include "confdefs.h"
|
||||
#include <libintl.h>
|
||||
extern int _nl_msg_cat_cntr;
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
extern
|
||||
#ifdef __cplusplus
|
||||
"C"
|
||||
@@ -3889,7 +3889,7 @@ extern
|
||||
@@ -3901,7 +3901,7 @@ extern
|
||||
const char *_nl_expand_alias ();
|
||||
int main() {
|
||||
bindtextdomain ("", "");
|
||||
@ -18,4 +18,4 @@ $OpenBSD: patch-configure,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings__ + *_nl_expand_alias (0)
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:3896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:3908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
--- lib/Makefile.in.orig Sun Jan 19 14:46:59 2003
|
||||
+++ lib/Makefile.in Sun Jan 19 14:47:12 2003
|
||||
@@ -106,7 +106,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
|
||||
-CFLAGS = -I../intl
|
||||
+CFLAGS = @CFLAGS@
|
||||
|
||||
noinst_LIBRARIES = libap.a
|
||||
|
@ -1,7 +1,15 @@
|
||||
$OpenBSD: patch-lib_ap-utils_h,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
--- lib/ap-utils.h.orig Sun Jan 19 14:50:08 2003
|
||||
+++ lib/ap-utils.h Sun Jan 19 14:50:19 2003
|
||||
@@ -46,7 +46,7 @@
|
||||
$OpenBSD: patch-lib_ap-utils_h,v 1.2 2003/06/02 02:02:36 margarida Exp $
|
||||
--- lib/ap-utils.h.orig Tue May 20 13:32:31 2003
|
||||
+++ lib/ap-utils.h Thu May 29 08:53:44 2003
|
||||
@@ -17,14 +17,14 @@
|
||||
#ifndef _AP_CNF
|
||||
#define _AP_CNF 1
|
||||
|
||||
-#include <stdint.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#define TITLE "Wireless Access Point Utilites for Unix"
|
||||
|
||||
|
||||
/* GNU gettext stuff*/
|
||||
#include <locale.h>
|
||||
@ -9,4 +17,4 @@ $OpenBSD: patch-lib_ap-utils_h,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
+#include <intl/libgnuintl.h>
|
||||
#define _(String) gettext (String)
|
||||
|
||||
#define TITLE "Wireless Access Point Utilites for Unix"
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2003/01/20 17:15:57 sturm Exp $
|
||||
--- src/Makefile.in.orig Sun Jan 19 14:47:17 2003
|
||||
+++ src/Makefile.in Sun Jan 19 14:47:29 2003
|
||||
@@ -106,7 +106,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
|
||||
-CFLAGS =
|
||||
+CFLAGS = @CFLAGS@
|
||||
DEFS = -DLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H
|
||||
INCLUDES = -I../lib -I.. -I../intl
|
||||
|
Loading…
x
Reference in New Issue
Block a user