OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 09-Aug-2002 10:41:07
Branch: HEAD Handle: 2002080909410601
Modified files:
openpkg-re/vcheck vc.whois
openpkg-src/whois whois.spec
openpkg-web news.txt
Log:
Fixed braindead FreeBSD building and upgraded shellutils 2.0.14 -> 2.0.15
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-re/vcheck/vc.whois
1.22 +7 -2 openpkg-src/whois/whois.spec
1.1129 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.whois
============================================================
$ cvs diff -u -r1.4 -r1.5 vc.whois
--- openpkg-re/vcheck/vc.whois 2 Jun 2002 19:23:27 -0000 1.4
+++ openpkg-re/vcheck/vc.whois 9 Aug 2002 08:41:06 -0000 1.5
@@ -2,7 +2,7 @@
}
prog whois = {
- version = 4.5.28
+ version = 4.5.29
url = http://www.linux.it/~md/software/
regex = whois_(__VER__)\.tar\.gz
}
Index: openpkg-src/whois/whois.spec
============================================================
$ cvs diff -u -r1.21 -r1.22 whois.spec
--- openpkg-src/whois/whois.spec 2 Jun 2002 19:19:46 -0000 1.21
+++ openpkg-src/whois/whois.spec 9 Aug 2002 08:41:07 -0000 1.22
@@ -32,8 +32,8 @@
Distribution: OpenPKG [REL]
Group: DNS
License: GPL
-Version: 4.5.28
-Release: 20020602
+Version: 4.5.29
+Release: 20020809
# list of sources
Source0: http://www.linux.it/~md/software/whois_%{version}.tar.gz
@@ -54,10 +54,15 @@
%build
%{l_shtool} subst -e "s;perl;%{l_prefix}/bin/perl;" Makefile
+
ldflags=""
case "%{l_target}" in
*-solaris* ) ldflags="-lnsl -lsocket" ;;
+ *-freebsd* ) %{l_shtool} subst -e "s;# define HAVE_GETOPT_LONG;/* # define
HAVE_GETOPT_LONG */;" \
+ -e "s;# define ENABLE_NLS;/* # define
ENABLE_NLS */;" \
+ -e "s;# define LOCALEDIR
"/usr/local/share/locale";/* # define LOCALEDIR "/usr/local/share/locale"*/;" config.h
esac
+
%{l_make} %{l_mflags} \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1128 -r1.1129 news.txt
--- openpkg-web/news.txt 9 Aug 2002 08:40:08 -0000 1.1128
+++ openpkg-web/news.txt 9 Aug 2002 08:41:06 -0000 1.1129
@@ -1,3 +1,4 @@
+09-Aug-2002: Upgraded package: P<whois-4.5.29-20020809>
09-Aug-2002: Upgraded package: P<shellutils-2.0.15-20020809>
09-Aug-2002: Upgraded package: P<openssl-0.9.6f-20020809>
08-Aug-2002: Upgraded package: P<uvscan-4.1.6.4217-20020808>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]