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: 17-Jan-2003 13:24:09 Branch: HEAD Handle: 2003011712240702 Modified files: openpkg-src/doxygen doxygen.spec openpkg-web news.txt Log: fix building and try to bless as PLUS Summary: Revision Changes Path 1.20 +9 -3 openpkg-src/doxygen/doxygen.spec 1.2901 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/doxygen/doxygen.spec ============================================================================ $ cvs diff -u -r1.19 -r1.20 doxygen.spec --- openpkg-src/doxygen/doxygen.spec 3 Jan 2003 10:51:45 -0000 1.19 +++ openpkg-src/doxygen/doxygen.spec 17 Jan 2003 12:24:09 -0000 1.20 @@ -29,11 +29,11 @@ URL: http://www.stack.nl/~dimitri/doxygen/ Vendor: Dimitri van Heesch Packager: The OpenPKG Project -Distribution: OpenPKG [EVAL] +Distribution: OpenPKG [PLUS] Group: Text License: GPL Version: 1.2.18 -Release: 20021204 +Release: 20030117 # list of sources Source0: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz @@ -53,6 +53,12 @@ %setup -q %build + opt="" + case "%{l_target}" in + *-freebsd* ) opt="--platform freebsd-g++" ;; + *-linux* ) opt="--platform linux-g++" ;; + *-solaris* ) opt="--platform solaris-g++" ;; + esac CC="%{l_cc}" \ CXX="%{l_cxx}" \ CFLAGS="%{l_cflags -O}" \ @@ -64,7 +70,7 @@ --install %{l_prefix}/bin/install \ --release \ --english-only \ - --static + --static $opt %{l_make} %{l_mflags -O} %install @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.2900 -r1.2901 news.txt --- openpkg-web/news.txt 17 Jan 2003 12:19:34 -0000 1.2900 +++ openpkg-web/news.txt 17 Jan 2003 12:24:07 -0000 1.2901 @@ -1,3 +1,4 @@ +17-Jan-2003: Upgraded package: P<doxygen-1.2.18-20030117> 17-Jan-2003: Upgraded package: P<qt-3.1.1-20030117> 17-Jan-2003: Upgraded package: P<tardy-1.11-20030117> 17-Jan-2003: Upgraded package: P<mysql4-4.0.9gamma-20030117> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]