OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Sep-2003 17:45:17
Branch: HEAD Handle: 2003091816445819
Modified files:
openpkg-src/j2ee j2ee.spec
openpkg-src/j2se j2se.spec
openpkg-src/j2se14 j2se14.spec
openpkg-src/kde-qt kde-qt.spec
openpkg-src/kermit kermit.spec
openpkg-src/ksh ksh.spec
openpkg-src/libdnet libdnet.spec
openpkg-src/libmikmod libmikmod.spec
openpkg-src/libnids libnids.spec
openpkg-src/lsof lsof.spec
openpkg-src/mailsync mailsync.spec
openpkg-src/minicom minicom.spec
openpkg-src/mkisofs mkisofs.spec
openpkg-src/mpg123 mpg123.spec
openpkg-src/mplayer mplayer.spec
openpkg-src/msntp msntp.spec
openpkg-src/multitail multitail.spec
openpkg-src/mutt mutt.spec
openpkg-src/mutt15 mutt15.spec
openpkg-src/mysql mysql.spec
openpkg-src/mysql3 mysql3.spec
openpkg-src/mysqlcc mysqlcc.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.17 +6 -6 openpkg-src/j2ee/j2ee.spec
1.34 +6 -6 openpkg-src/j2se/j2se.spec
1.23 +11 -11 openpkg-src/j2se14/j2se14.spec
1.4 +6 -6 openpkg-src/kde-qt/kde-qt.spec
1.40 +7 -7 openpkg-src/kermit/kermit.spec
1.27 +7 -7 openpkg-src/ksh/ksh.spec
1.17 +4 -4 openpkg-src/libdnet/libdnet.spec
1.7 +5 -5 openpkg-src/libmikmod/libmikmod.spec
1.17 +4 -4 openpkg-src/libnids/libnids.spec
1.31 +8 -8 openpkg-src/lsof/lsof.spec
1.7 +5 -5 openpkg-src/mailsync/mailsync.spec
1.41 +8 -8 openpkg-src/minicom/minicom.spec
1.30 +4 -4 openpkg-src/mkisofs/mkisofs.spec
1.25 +5 -5 openpkg-src/mpg123/mpg123.spec
1.30 +9 -9 openpkg-src/mplayer/mplayer.spec
1.11 +5 -5 openpkg-src/msntp/msntp.spec
1.32 +4 -4 openpkg-src/multitail/multitail.spec
1.51 +4 -4 openpkg-src/mutt/mutt.spec
1.3 +4 -4 openpkg-src/mutt15/mutt15.spec
1.79 +5 -5 openpkg-src/mysql/mysql.spec
1.23 +10 -15 openpkg-src/mysql3/mysql3.spec
1.8 +8 -14 openpkg-src/mysqlcc/mysqlcc.spec
1.6620 +22 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/j2ee/j2ee.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 j2ee.spec
--- openpkg-src/j2ee/j2ee.spec 23 Jul 2003 13:31:58 -0000 1.16
+++ openpkg-src/j2ee/j2ee.spec 18 Sep 2003 15:45:00 -0000 1.17
@@ -38,7 +38,7 @@
Group: Language
License: Commercial
Version: %{V_openpkg}
-Release: 20030723
+Release: 20030918
# list of sources
Source0: http://java.sun.com/j2se/::/j2sdkee-%{V_sunjava}-solsparc.sh
@@ -50,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, j2se, tar, gzip
-PreReq: OpenPKG, openpkg >= 20030718, j2se
+BuildPreReq: OpenPKG, openpkg >= 20030909, j2se, tar, gzip
+PreReq: OpenPKG, openpkg >= 20030909, j2se
AutoReq: no
AutoReqProv: no
@@ -88,7 +88,7 @@
# unpack vendor distribution
( umask 022
cd $RPM_BUILD_ROOT%{l_prefix}/libexec
- case "%{l_target}" in
+ case "%{l_platform -t}" in
ix86-freebsd[45]* )
%{l_gzip} -d -c %{SOURCE j2sdkee-%{V_sunjava}-linux.tar.gz} |\
%{l_tar} xf -
@@ -103,12 +103,12 @@
%{l_tar} xf -
mv j2sdkee%{V_filesys} j2ee
;;
- sparc64-solaris2.[6-9]* )
+ sparc64-sunos5.[6-9]* )
echo "yes" | sh %{SOURCE j2sdkee-%{V_sunjava}-solsparc.sh} >/dev/null
mv j2sdkee%{V_filesys} j2ee
;;
* )
- echo "Sorry, unsupported architecture '%{l_target}'" 1>&2
+ echo "Sorry, unsupported architecture '%{l_platform -t}'" 1>&2
exit 1
;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/j2se/j2se.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 j2se.spec
--- openpkg-src/j2se/j2se.spec 23 Jul 2003 13:31:59 -0000 1.33
+++ openpkg-src/j2se/j2se.spec 18 Sep 2003 15:45:02 -0000 1.34
@@ -42,7 +42,7 @@
Group: Language
License: Commercial
Version: %{V_openpkg}
-Release: 20030723
+Release: 20030918
# package options
%option with_native yes
@@ -60,8 +60,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718
-PreReq: OpenPKG, openpkg >= 20030718
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
Provides: JDK, JRE
@@ -95,7 +95,7 @@
# unpack source distribution
( umask 022
cd $RPM_BUILD_ROOT%{l_prefix}/libexec
- case "%{l_target}" in
+ case "%{l_platform -t}" in
ix86-freebsd[45]* )
%if "%{with_native}" == "yes"
%{l_gzip} -d -c %{SOURCE jdk-%{V_bsd_dist}.tgz} | %{l_tar} xf -
@@ -115,12 +115,12 @@
echo "yes" | sh $RPM_SOURCE_DIR/j2sdk-%{V_lnx_dist}-linux-i586.bin
>/dev/null
mv jdk%{V_lnx_fsys} j2se
;;
- sparc64-solaris2.[6-9]* )
+ sparc64-sunos5.[6-9]* )
echo "yes" | sh $RPM_SOURCE_DIR/j2sdk-%{V_sol_dist}-solaris-sparc.sh
>/dev/null
mv j2sdk%{V_sol_fsys} j2se
;;
* )
- echo "Sorry, unsupported architecture '%{l_target}'" |\
+ echo "Sorry, unsupported architecture '%{l_platform -t}'" |\
%{l_rpmtool} msg -b -t error 1>&2
exit 1
;;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/j2se14/j2se14.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 j2se14.spec
--- openpkg-src/j2se14/j2se14.spec 23 Jul 2003 14:50:54 -0000 1.22
+++ openpkg-src/j2se14/j2se14.spec 18 Sep 2003 15:45:05 -0000 1.23
@@ -38,7 +38,7 @@
Group: Language
License: Commercial
Version: %{V_openpkg}
-Release: 20030723
+Release: 20030918
# list of sources
Source0: http://java.sun.com/j2se/::/j2sdk-%{V_sunjava}-linux-i586.bin
@@ -52,8 +52,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718
-PreReq: OpenPKG, openpkg >= 20030718
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
Provides: JDK, JRE
@@ -79,19 +79,19 @@
pkgfile=""
suppfile=""
pkgdir=%{V_filesys}
- case "%{l_target}" in
+ case "%{l_platform -t}" in
ix86-linux2.[2-5]* | ix86-freebsd[45]* )
pkgfile="%{SOURCE j2sdk-%{V_sunjava}-linux-i586.bin}"
pkgdir="j2sdk%{V_filesys}"
;;
- sparc64-solaris2.[6-9]*)
+ sparc64-sunos5.[6-9]* )
pkgfile="%{SOURCE j2sdk-%{V_sunjava}-solaris-sparc.sh}"
suppfile="%{SOURCE j2sdk-%{V_sunjava}-solaris-sparcv9.sh}"
pkgdir="j2sdk%{V_filesys}"
;;
esac
if [ ".$pkgfile" = . ]; then
- echo "Sorry, unsupported architecture '%{l_target}'" 1>&2
+ echo "Sorry, unsupported architecture '%{l_platform -t}'" 1>&2
exit 1
fi
@@ -107,12 +107,12 @@
# unpack vendor distribution
( umask 022
cd $RPM_BUILD_ROOT%{l_prefix}/libexec
- case "%{l_target}" in
+ case "%{l_platform -t}" in
ix86-linux2.[2-5]* | ix86-freebsd4* )
echo "yes" | sh $pkgfile \
>$RPM_BUILD_ROOT%{l_prefix}/share/j2se14/doc/COPYING.32
;;
- sparc64-solaris2.[6-9]*)
+ sparc64-sunos5.[6-9]* )
echo "yes" | sh $pkgfile \
>$RPM_BUILD_ROOT%{l_prefix}/share/j2se14/doc/COPYING.32
echo "yes" | sh $suppfile \
@@ -127,8 +127,8 @@
find . -type f -print | xargs chmod u+w
cd $RPM_BUILD_ROOT%{l_prefix}/libexec/j2se14/jre/bin
find . -type f -print | xargs chmod u+w
- case "%{l_target}" in
- sparc64-solaris2.[6-9]*)
+ case "%{l_platform -t}" in
+ sparc64-sunos5.[6-9]* )
cd $RPM_BUILD_ROOT%{l_prefix}/libexec/j2se14/bin/sparcv9
find . -type f -print | xargs chmod u+w
cd $RPM_BUILD_ROOT%{l_prefix}/libexec/j2se14/jre/bin/sparcv9
@@ -138,7 +138,7 @@
) || exit $?
# optionally brand ELF binaries (FreeBSD only)
- case "%{l_target}" in
+ case "%{l_platform -t}" in
ix86-freebsd4* )
brandelf -t Linux \
`find $RPM_BUILD_ROOT%{l_prefix}/libexec/j2se14/bin/ -type f
-print` \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/kde-qt/kde-qt.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 kde-qt.spec
--- openpkg-src/kde-qt/kde-qt.spec 5 Sep 2003 11:14:40 -0000 1.3
+++ openpkg-src/kde-qt/kde-qt.spec 18 Sep 2003 15:45:06 -0000 1.4
@@ -33,7 +33,7 @@
Group: KDE
License: GPL
Version: 3.1.2
-Release: 20030905
+Release: 20030918
# list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, gcc
-PreReq: OpenPKG, openpkg >= 20030103, X11
+BuildPreReq: OpenPKG, openpkg >= 20030909, X11, gcc
+PreReq: OpenPKG, openpkg >= 20030909, X11
AutoReq: no
AutoReqProv: no
@@ -83,11 +83,11 @@
export QTDIR=`pwd`
# determine target platform for building
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) oscomp="freebsd-g++" ;;
*-linux* ) oscomp="linux-g++" ;;
- *-solaris* ) oscomp="solaris-g++" ;;
- * ) echo "platform %{l_target} not supported" 2>&1; exit 1 ;;
+ *-sunos* ) oscomp="solaris-g++" ;;
+ * ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1 ;;
esac
# configure Qt for target platform
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/kermit/kermit.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 kermit.spec
--- openpkg-src/kermit/kermit.spec 21 Jul 2003 08:12:36 -0000 1.39
+++ openpkg-src/kermit/kermit.spec 18 Sep 2003 15:45:06 -0000 1.40
@@ -37,7 +37,7 @@
Group: Communication
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20030721
+Release: 20030918
# package options
%option with_fsl yes
@@ -50,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, gcc
-PreReq: OpenPKG, openpkg >= 20030718
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ -74,11 +74,11 @@
-e 's;-g -O;-g;g' \
-e 's;ln -s;ln;g' \
makefile
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) os="freebsd4" ;;
- *-solaris2.7* ) os="solaris7g" ;;
- *-solaris2.8* ) os="solaris8g" ;;
- *-solaris* ) os="solaris2xg" ;;
+ *-sunos5.7* ) os="solaris7g" ;;
+ *-sunos5.8* ) os="solaris8g" ;;
+ *-sunos* ) os="solaris2xg" ;;
*-linux* ) os="linux" ;;
esac
%{l_make} %{l_mflags} -f makefile \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ksh/ksh.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 ksh.spec
--- openpkg-src/ksh/ksh.spec 30 Jul 2003 18:28:32 -0000 1.26
+++ openpkg-src/ksh/ksh.spec 18 Sep 2003 15:45:07 -0000 1.27
@@ -38,7 +38,7 @@
Group: Shell
License: AT&T
Version: %{V_pkg}
-Release: 20030730
+Release: 20030918
# list of sources
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{V_ksh}.tgz
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020416, gcc
-PreReq: OpenPKG, openpkg >= 20020416
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
Provides: KSH
@@ -70,14 +70,14 @@
%build
# the supplied Mamfiles work only for standard UNIX environment
# because they are no regenerated by us (no "nmake" available)
- case "%{l_target}" in
- *solaris2.6*) ;;
- *solaris*)
+ case "%{l_platform -t}" in
+ *-sunos5.6* ) ;;
+ *-sunos* )
%{l_shtool} subst \
-e '/^exec.*-o ksh/s/\(\${mam_libm}\)/\1 -lsecdb/' \
src/cmd/ksh93/Mamfile
;;
- sparc*-linux*)
+ sparc*-linux* )
%{l_shtool} subst \
-e '/^exec.*-o ksh/s/\(\${mam_libm}\)/\1 -ldll/' \
src/cmd/ksh93/Mamfile
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libdnet/libdnet.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 libdnet.spec
--- openpkg-src/libdnet/libdnet.spec 23 Jul 2003 13:32:01 -0000 1.16
+++ openpkg-src/libdnet/libdnet.spec 18 Sep 2003 15:45:08 -0000 1.17
@@ -33,7 +33,7 @@
Group: Network
License: MIT-style
Version: 1.7
-Release: 20030723
+Release: 20030918
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/libdnet/libdnet-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, bison, flex, make
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, bison, flex, make
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -59,7 +59,7 @@
touch configure
%build
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd5* ) echo "ac_cv_header_netinet_ip_fw_h=no" >config.cache ;;
esac
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libmikmod/libmikmod.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 libmikmod.spec
--- openpkg-src/libmikmod/libmikmod.spec 1 Aug 2003 09:21:21 -0000 1.6
+++ openpkg-src/libmikmod/libmikmod.spec 18 Sep 2003 15:45:09 -0000 1.7
@@ -33,7 +33,7 @@
Group: Audio
License: LGPL
Version: 3.1.10
-Release: 20030801
+Release: 20030918
# list of sources
Source0: http://www.mikmod.org/files/libmikmod/libmikmod-%{version}.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, gcc
-PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -55,8 +55,8 @@
%prep
%setup -q
%patch -p1
- case "%{l_target}" in
- *-solaris* )
+ case "%{l_platform -t}" in
+ *-sunos* )
%{l_shtool} subst \
-e 's;-pthread;-pthreads;g' \
configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libnids/libnids.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 libnids.spec
--- openpkg-src/libnids/libnids.spec 8 Jul 2003 14:40:33 -0000 1.16
+++ openpkg-src/libnids/libnids.spec 18 Sep 2003 15:45:09 -0000 1.17
@@ -37,7 +37,7 @@
Group: Network
License: GPL
Version: %{V_major}%{V_minor}
-Release: 20030609
+Release: 20030918
# list of sources
Source0:
http://www.packetfactory.net/projects/libnids/dist/libnids-%{version}.tar.gz
@@ -46,8 +46,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, libnet, libpcap, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206, libnet, libpcap
+BuildPreReq: OpenPKG, openpkg >= 20030909, libnet, libpcap, make, gcc
+PreReq: OpenPKG, openpkg >= 20030909, libnet, libpcap
AutoReq: no
AutoReqProv: no
@@ -63,7 +63,7 @@
%build
define="LIBNET_LIL_ENDIAN"
- case "%{l_target}" in
+ case "%{l_platform -p}" in
sparc*-* ) define="LIBNET_BIG_ENDIAN" ;;
*68*-* ) define="LIBNET_BIG_ENDIAN" ;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 lsof.spec
--- openpkg-src/lsof/lsof.spec 23 Jul 2003 13:32:02 -0000 1.30
+++ openpkg-src/lsof/lsof.spec 18 Sep 2003 15:45:10 -0000 1.31
@@ -33,7 +33,7 @@
Group: Filesystem
License: BSD
Version: 4.68
-Release: 20030723
+Release: 20030918
# list of sources
Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -56,11 +56,11 @@
%build
cd lsof_%{version}_src
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) platform="freebsd" ;;
*-linux* ) platform="linux" ;;
- *-solaris* ) platform="solaris" ;;
- * ) echo "Platform %{l_target} not supported" 1>&2; exit 1 ;;
+ *-sunos* ) platform="solaris" ;;
+ * ) echo "Platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
esac
PATH=/bin:/usr/bin:$PATH ./Configure -n $platform
%{l_make} %{l_mflags}
@@ -74,10 +74,10 @@
%{l_shtool} install -c lsof.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
) || exit $?
setgid=""
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) setgid="kmem" ;;
*-linux* ) setgid="kmem" ;;
- *-solaris* ) setgid="sys" ;;
+ *-sunos* ) setgid="sys" ;;
esac
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mailsync/mailsync.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 mailsync.spec
--- openpkg-src/mailsync/mailsync.spec 8 Jul 2003 14:40:49 -0000 1.6
+++ openpkg-src/mailsync/mailsync.spec 18 Sep 2003 15:45:11 -0000 1.7
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 4.5
-Release: 20030702
+Release: 20030918
# list of sources
Source0:
http://osdn.dl.sourceforge.net/mailsync/mailsync_%{version}.orig.tar.gz
@@ -41,9 +41,9 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, bash
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc, bash
BuildPreReq: imap, openssl
-PreReq: OpenPKG, openpkg >= 20020206
+PreReq: OpenPKG, openpkg >= 20030909
PreReq: imap, openssl
AutoReq: no
AutoReqProv: no
@@ -68,8 +68,8 @@
%build
libs="-lcrypt"
- case "%{l_target}" in
- *-solaris* ) libs="$libs -lsocket -lnsl" ;;
+ case "%{l_platform -t}" in
+ *-sunos* ) libs="$libs -lsocket -lnsl" ;;
esac
CC="%{l_cc}" \
CXX="%{l_cxx}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/minicom/minicom.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 minicom.spec
--- openpkg-src/minicom/minicom.spec 8 Jul 2003 14:40:56 -0000 1.40
+++ openpkg-src/minicom/minicom.spec 18 Sep 2003 15:45:11 -0000 1.41
@@ -33,7 +33,7 @@
Group: Communication
License: BSD
Version: 2.1
-Release: 20030615
+Release: 20030918
# list of sources
Source0: http://alioth.debian.org/download.php/123/minicom-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, lrzsz, make
-PreReq: OpenPKG, openpkg >= 20020206, lrzsz
+BuildPreReq: OpenPKG, openpkg >= 20030909, lrzsz, make
+PreReq: OpenPKG, openpkg >= 20030909, lrzsz
AutoReq: no
AutoReqProv: no
@@ -58,10 +58,10 @@
# determine default serial device
device="/dev/modem"
lockdir="/var/lock"
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) device=/dev/cuaa0; lockdir=/var/spool/lock ;;
*-linux* ) device=/dev/ttyS0; lockdir=/var/lock ;;
- *-solaris* ) device=/dev/cua/a; lockdir=/var/spool/locks ;;
+ *-sunos* ) device=/dev/cua/a; lockdir=/var/spool/locks ;;
esac
# configure sources
@@ -115,16 +115,16 @@
# determine installation files
attr_cfg="644,uucp,%{l_mgrp}"
attr_dev="4755,uucp,%{l_mgrp}"
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* )
attr_cfg="644,uucp,%{l_mgrp}"
attr_dev="6755,uucp,dialer"
;;
- *-linux* )
+ *-linux* )
attr_cfg="644,%{l_musr},%{l_mgrp}"
attr_dev="2755,%{l_musr},`ls -l /dev/ttyS0 | awk '{print $4;}'`"
;;
- *-solaris* )
+ *-sunos* )
attr_cfg="644,uucp,%{l_mgrp}"
attr_dev="4755,uucp,%{l_mgrp}"
;;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mkisofs/mkisofs.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 mkisofs.spec
--- openpkg-src/mkisofs/mkisofs.spec 31 Jul 2003 10:20:41 -0000 1.29
+++ openpkg-src/mkisofs/mkisofs.spec 18 Sep 2003 15:45:12 -0000 1.30
@@ -37,7 +37,7 @@
Group: Filesystem
License: GPL
Version: %{V_mkisofs}
-Release: 20030731
+Release: 20030918
# list of sources
Source0: ftp://ftp.berlios.de/pub/cdrecord/cdrtools-%{V_cdrtools}.tar.gz
@@ -45,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, make
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -60,7 +60,7 @@
%setup -q -n cdrtools-%{V_cdrtools}
%build
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* )
arch=`uname -m`
if [ ".$arch" != .i386 -a ! -f RULES/$arch-freebsd-cc.rul ]; then
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mpg123/mpg123.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 mpg123.spec
--- openpkg-src/mpg123/mpg123.spec 25 Aug 2003 07:18:13 -0000 1.24
+++ openpkg-src/mpg123/mpg123.spec 18 Sep 2003 15:45:12 -0000 1.25
@@ -33,7 +33,7 @@
Group: Audio
License: GPL
Version: 0.59r
-Release: 20030825
+Release: 20030918
# list of sources
Source0: http://www.mpg123.de/mpg123/mpg123-%{version}-pl1.tar.gz
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -55,9 +55,9 @@
%patch -p0
%build
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) os="freebsd" ;;
- *-solaris* ) os="solaris" ;;
+ *-sunos* ) os="solaris" ;;
sparc-linux* ) os="linux-sparc" ;;
*-linux* ) os="linux" ;;
esac
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mplayer/mplayer.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 mplayer.spec
--- openpkg-src/mplayer/mplayer.spec 17 Sep 2003 07:42:57 -0000 1.29
+++ openpkg-src/mplayer/mplayer.spec 18 Sep 2003 15:45:13 -0000 1.30
@@ -38,7 +38,7 @@
Group: Video
License: GPL and others
Version: %{V_mplayer}
-Release: 20030917
+Release: 20030918
# build options
%option with_gui no
@@ -56,8 +56,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030509, X11, gcc
-PreReq: OpenPKG, openpkg >= 20030509, X11
+BuildPreReq: OpenPKG, openpkg >= 20030909, X11, gcc
+PreReq: OpenPKG, openpkg >= 20030909, X11
BuildPreReq: zlib, libiconv, sdl, freetype, jpeg, png, vorbis-libs, lzo
PreReq: zlib, libiconv, sdl, freetype, jpeg, png, vorbis-libs, lzo
%if "%{with_gui}" == "yes"
@@ -101,10 +101,10 @@
%build
# translate target names into qmake system types
case "%{l_platform -t}" in
- *-sunos*) host=solaris ;;
- *-linux*) host=linux ;;
- *-freebsd*) host=freebsd ;;
- *) host=`uname | tr A-Z a-z` ;;
+ *-sunos* ) host=solaris ;;
+ *-linux* ) host=linux ;;
+ *-freebsd* ) host=freebsd ;;
+ * ) host=`uname | tr A-Z a-z` ;;
esac
# build live streaming libs first
@@ -161,8 +161,8 @@
# fix sloppy library defs for selected platforms
ARCH_LIB=`grep '^ARCH_LIB' config.mak | \
sed -e 's;^ARCH_LIB[ \t]*=[ \t]*\(.*\);\1;'`
- case "%{l_target}" in
- *-solaris*)
+ case "%{l_platform -t}" in
+ *-sunos* )
if echo $ARCH_LIB | grep '\-pthread[^s]'; then
ARCH_LIB=`grep '^ARCH_LIB' config.mak | \
sed -e 's;^ARCH_LIB[ \t]*=[ \t]*\(.*\)-pthread[^s]\(.*\);\1
-pthreads \2 -ldl -lrt;'`
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/msntp/msntp.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 msntp.spec
--- openpkg-src/msntp/msntp.spec 28 Aug 2003 16:13:24 -0000 1.10
+++ openpkg-src/msntp/msntp.spec 18 Sep 2003 15:45:13 -0000 1.11
@@ -33,7 +33,7 @@
Group: Network
License: OSS-style
Version: 1.6
-Release: 20030828
+Release: 20030918
# package options
%option with_fsl yes
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909
+PreReq: OpenPKG, openpkg >= 20030909
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ -69,8 +69,8 @@
CFLAGS="%{l_cflags -O}"
LDFLAGS="%{l_fsl_ldflags}"
LIBS="%{l_fsl_libs} -lm"
- case "%{l_target}" in
- *-solaris* ) LIBS="$LIBS -lsocket -lnsl" ;;
+ case "%{l_platform -t}" in
+ *-sunos* ) LIBS="$LIBS -lsocket -lnsl" ;;
esac
%{l_make} %{l_mflags -O} \
CC="$CC" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/multitail/multitail.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 multitail.spec
--- openpkg-src/multitail/multitail.spec 10 Jul 2003 08:02:15 -0000 1.31
+++ openpkg-src/multitail/multitail.spec 18 Sep 2003 15:45:14 -0000 1.32
@@ -33,7 +33,7 @@
Group: Terminal
License: GPL
Version: 2.9.1
-Release: 20030710
+Release: 20030918
# list of sources
Source0: http://www.vanheusden.com/multitail/multitail-%{version}.tgz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, ncurses
-PreReq: OpenPKG, openpkg >= 20030103, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20030909, ncurses
+PreReq: OpenPKG, openpkg >= 20030909, ncurses
AutoReq: no
AutoReqProv: no
@@ -59,7 +59,7 @@
%build
libs="-lncurses"
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* | *-linux* ) libs="$libs -lutil" ;;
esac
%{l_make} %{l_mflags} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 mutt.spec
--- openpkg-src/mutt/mutt.spec 18 Aug 2003 17:46:42 -0000 1.50
+++ openpkg-src/mutt/mutt.spec 18 Sep 2003 15:45:15 -0000 1.51
@@ -36,7 +36,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20030818
+Release: 20030918
# build options
%option with_comp no
@@ -56,8 +56,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030717, make
-PreReq: OpenPKG, openpkg >= 20030717
+BuildPreReq: OpenPKG, openpkg >= 20030909, make
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: openssl, slang
PreReq: openssl, slang
AutoReq: no
@@ -95,7 +95,7 @@
echo 'am_cv_func_iconv=no' >config.cache
echo 'ac_cv_header_iconv_h=no' >>config.cache
options=''
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) options="--enable-flock --disable-fcntl" ;;
esac
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mutt15/mutt15.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 mutt15.spec
--- openpkg-src/mutt15/mutt15.spec 18 Aug 2003 17:47:40 -0000 1.2
+++ openpkg-src/mutt15/mutt15.spec 18 Sep 2003 15:45:15 -0000 1.3
@@ -36,7 +36,7 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20030818
+Release: 20030918
# build options
%option with_comp no
@@ -56,8 +56,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030717, make
-PreReq: OpenPKG, openpkg >= 20030717
+BuildPreReq: OpenPKG, openpkg >= 20030909, make
+PreReq: OpenPKG, openpkg >= 20030909
BuildPreReq: openssl, slang
PreReq: openssl, slang
AutoReq: no
@@ -98,7 +98,7 @@
echo 'am_cv_func_iconv=no' >config.cache
echo 'ac_cv_header_iconv_h=no' >>config.cache
options=''
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) options="--enable-flock --disable-fcntl" ;;
esac
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 mysql.spec
--- openpkg-src/mysql/mysql.spec 10 Sep 2003 19:22:01 -0000 1.78
+++ openpkg-src/mysql/mysql.spec 18 Sep 2003 15:45:16 -0000 1.79
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20030910
+Release: 20030918
# package options
%option with_berkeleydb yes
@@ -55,8 +55,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gcc
-PreReq: OpenPKG, openpkg >= 20030718, perl
+BuildPreReq: OpenPKG, openpkg >= 20030909, perl, gcc
+PreReq: OpenPKG, openpkg >= 20030909, perl
BuildPreReq: zlib
PreReq: zlib
AutoReq: no
@@ -80,10 +80,10 @@
mysys/default.c
# determine additional configure options
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
*-linux* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
- *-solaris* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
+ *-sunos* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
esac
# configure source tree
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysql3/mysql3.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 mysql3.spec
--- openpkg-src/mysql3/mysql3.spec 15 Sep 2003 18:29:40 -0000 1.22
+++ openpkg-src/mysql3/mysql3.spec 18 Sep 2003 15:45:16 -0000 1.23
@@ -37,7 +37,7 @@
Group: Database
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20030915
+Release: 20030918
# package options
%option with_berkeleydb yes
@@ -54,8 +54,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030718, perl, gcc
-PreReq: OpenPKG, openpkg >= 20030718, perl
+BuildPreReq: OpenPKG, openpkg >= 20030909, perl, gcc
+PreReq: OpenPKG, openpkg >= 20030909, perl
BuildPreReq: zlib
PreReq: zlib
AutoReq: no
@@ -88,28 +88,23 @@
mysys/default.c
# patch socklen_t for Sol6
- case "%{l_target}" in
- *-solaris2.6* )
+ case "%{l_platform -t}" in
+ *-sunos5.6* )
%{l_shtool} subst \
-e 's;socklen_t;size_t;g' \
- acinclude.m4 \
- aclocal.m4 \
- configure \
- include/global.h \
- include/my_global.h \
- libmysql/acinclude.m4
+ acinclude.m4 aclocal.m4 configure include/global.h \
+ include/my_global.h libmysql/acinclude.m4
%{l_shtool} subst \
-e 's;socklen_t;size_socket;g' \
- sql/mini_client.cc \
- sql/mysqld.cc
+ sql/mini_client.cc sql/mysqld.cc
;;
esac
# determine additional configure options
- case "%{l_target}" in
+ case "%{l_platform -t}" in
*-freebsd* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
*-linux* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
- *-solaris* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
+ *-sunos* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
esac
# configure source tree
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mysqlcc/mysqlcc.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 mysqlcc.spec
--- openpkg-src/mysqlcc/mysqlcc.spec 13 Aug 2003 09:01:53 -0000 1.7
+++ openpkg-src/mysqlcc/mysqlcc.spec 18 Sep 2003 15:45:17 -0000 1.8
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 0.9.2
-Release: 20030813
+Release: 20030918
# list of sources
Source0:
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQLCC/mysqlcc-%{version}-src.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, X11, make, gcc
-PreReq: OpenPKG, openpkg >= 20030103, X11
+BuildPreReq: OpenPKG, openpkg >= 20030909, X11, make, gcc
+PreReq: OpenPKG, openpkg >= 20030909, X11
BuildPreReq: mysql, qt, zlib
PreReq: mysql, qt, zlib
AutoReq: no
@@ -63,17 +63,11 @@
%build
# translate target names into qmake system types
- case "%{l_target}" in
- *-freebsd*) host=freebsd-g++
- LIBS="-lm"
- ;;
- *-linux*) host=linux-g++
- LIBS="-lm"
- ;;
- *-solaris*) host=solaris-g++
- LIBS="-lm -lnsl -lsocket"
- ;;
- *) host=`uname | tr A-Z a-z`-g++ ;;
+ case "%{l_platform -t}" in
+ *-freebsd* ) host=freebsd-g++; LIBS="-lm" ;;
+ *-linux* ) host=linux-g++; LIBS="-lm" ;;
+ *-sunos* ) host=solaris-g++; LIBS="-lm -lnsl -lsocket" ;;
+ * ) host=`uname | tr A-Z a-z`-g++ ;;
esac
echo "ac_cv_host=\"$host\"" >./config.cache
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6619 -r1.6620 news.txt
--- openpkg-web/news.txt 18 Sep 2003 15:38:07 -0000 1.6619
+++ openpkg-web/news.txt 18 Sep 2003 15:44:58 -0000 1.6620
@@ -1,3 +1,25 @@
+18-Sep-2003: Upgraded package: P<mysqlcc-0.9.2-20030918>
+18-Sep-2003: Upgraded package: P<mysql3-3.23.58-20030918>
+18-Sep-2003: Upgraded package: P<mysql-4.0.15-20030918>
+18-Sep-2003: Upgraded package: P<mutt15-1.5.4i-20030918>
+18-Sep-2003: Upgraded package: P<mutt-1.4.1i-20030918>
+18-Sep-2003: Upgraded package: P<multitail-2.9.1-20030918>
+18-Sep-2003: Upgraded package: P<msntp-1.6-20030918>
+18-Sep-2003: Upgraded package: P<mplayer-1.0pre1-20030918>
+18-Sep-2003: Upgraded package: P<mpg123-0.59r-20030918>
+18-Sep-2003: Upgraded package: P<mkisofs-2.0.3-20030918>
+18-Sep-2003: Upgraded package: P<minicom-2.1-20030918>
+18-Sep-2003: Upgraded package: P<mailsync-4.5-20030918>
+18-Sep-2003: Upgraded package: P<lsof-4.68-20030918>
+18-Sep-2003: Upgraded package: P<libnids-1.17rc1-20030918>
+18-Sep-2003: Upgraded package: P<libmikmod-3.1.10-20030918>
+18-Sep-2003: Upgraded package: P<libdnet-1.7-20030918>
+18-Sep-2003: Upgraded package: P<ksh-20030724-20030918>
+18-Sep-2003: Upgraded package: P<kermit-8.0.209-20030918>
+18-Sep-2003: Upgraded package: P<kde-qt-3.1.2-20030918>
+18-Sep-2003: Upgraded package: P<j2se14-1.4.2-20030918>
+18-Sep-2003: Upgraded package: P<j2se-1.3.1-20030918>
+18-Sep-2003: Upgraded package: P<j2ee-1.3.1-20030918>
18-Sep-2003: Upgraded package: P<ispell-3.2.06-20030918>
18-Sep-2003: Upgraded package: P<ircii-20030709-20030918>
18-Sep-2003: Upgraded package: P<iozone-3.196-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]