OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 12-Jun-2005 23:57:12 Branch: HEAD Handle: 2005061222571200 Modified files: openpkg-src/sharutils sharutils.spec Log: fix freebsd4 including fix from http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/sharutils/Makefile#rev1.28 Summary: Revision Changes Path 1.36 +8 -1 openpkg-src/sharutils/sharutils.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sharutils/sharutils.spec ============================================================================ $ cvs diff -u -r1.35 -r1.36 sharutils.spec --- openpkg-src/sharutils/sharutils.spec 30 Apr 2005 17:12:43 -0000 1.35 +++ openpkg-src/sharutils/sharutils.spec 12 Jun 2005 21:57:12 -0000 1.36 @@ -33,7 +33,7 @@ Group: Archiver License: GPL Version: 4.3.80 -Release: 20050430 +Release: 20050612 # list of sources Source0: ftp://ftp.gnu.org/gnu/sharutils/REL-%{version}/sharutils-%{version}.tar.gz @@ -71,6 +71,13 @@ %prep %setup -q chmod a+rx install-sh + case "%{l_platform -t}" in + *-freebsd4* ) + %{l_shtool} subst \ + -e 's|uintmax_t|unsigned long long|;s|intmax_t|long long|' \ + */*.[ch] + ;; + esac %build CC="%{l_cc}" \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org