OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 18-Jul-2003 15:06:27 Branch: HEAD Handle: 2003071814062501 Modified files: openpkg-src/hexer hexer.spec openpkg-web news.txt Log: avoid varargs.h Summary: Revision Changes Path 1.24 +7 -4 openpkg-src/hexer/hexer.spec 1.5644 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/hexer/hexer.spec ============================================================================ $ cvs diff -u -r1.23 -r1.24 hexer.spec --- openpkg-src/hexer/hexer.spec 8 Jul 2003 14:40:00 -0000 1.23 +++ openpkg-src/hexer/hexer.spec 18 Jul 2003 13:06:26 -0000 1.24 @@ -33,7 +33,7 @@ Group: Editor License: BSD Version: 0.1.4c -Release: 20020405 +Release: 20030718 # list of sources Source0: ftp://ftp.netsw.org/system/tools/fileutils/edit/hexer-%{version}.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 >= 20030717 +PreReq: OpenPKG, openpkg >= 20030717 AutoReq: no AutoReqProv: no @@ -61,7 +61,10 @@ *-linux* ) ext=linux ;; *-solaris* ) ext=sunos ;; esac - cp config.$ext config.h + # always rely on ISO C compilers + %{l_shtool} install \ + -e 's;\(USE_STDARG\).*;\1 1;' \ + config.$ext config.h %{l_make} %{l_mflags} CC="%{l_cc}" CFLAGS="%{l_cflags -O} \$(DEFINES)" %install @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.5643 -r1.5644 news.txt --- openpkg-web/news.txt 18 Jul 2003 12:59:33 -0000 1.5643 +++ openpkg-web/news.txt 18 Jul 2003 13:06:25 -0000 1.5644 @@ -1,3 +1,4 @@ +18-Jul-2003: Upgraded package: P<hexer-0.1.4c-20030718> 18-Jul-2003: Upgraded package: P<lemon-1.0-20030718> 18-Jul-2003: Upgraded package: P<units-1.80-20030718> 18-Jul-2003: Upgraded package: P<proftpd-1.2.8-20030718> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]