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 Date: 23-Sep-2004 20:55:36 Branch: HEAD Handle: 2004092319553600 Modified files: openpkg-src/openpkg HISTORY openpkg.spec Log: fix building of cURL under at least FreeBSD 5.3. Summary: Revision Changes Path 1.210 +1 -0 openpkg-src/openpkg/HISTORY 1.358 +2 -1 openpkg-src/openpkg/openpkg.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.209 -r1.210 HISTORY --- openpkg-src/openpkg/HISTORY 20 Sep 2004 15:18:01 -0000 1.209 +++ openpkg-src/openpkg/HISTORY 23 Sep 2004 18:55:36 -0000 1.210 @@ -2,6 +2,7 @@ 2004 ==== +20040923 fix building of cURL under at least FreeBSD 5.3. 20040920 use the older "test -h" instead of the modern "test -L" in "rpm --setperms" for portability reasons 20040920 remove <prefix>/lib/openpkg/override directory and its files on deinstallation 20040912 upgrade to OSSP uuid 1.0.2 @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.357 -r1.358 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 22 Sep 2004 11:02:21 -0000 1.357 +++ openpkg-src/openpkg/openpkg.spec 23 Sep 2004 18:55:36 -0000 1.358 @@ -39,7 +39,7 @@ # o any cc(1) # the package version/release -%define V_openpkg 20040922 +%define V_openpkg 20040923 # the used software versions %define V_rpm 4.2.1 @@ -649,6 +649,7 @@ ./configure \ --cache-file=./config.cache \ --without-ssl \ + --without-libidn \ --disable-shared \ --disable-thread \ --disable-ipv6 \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]