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: 04-Jun-2004 20:26:31
Branch: HEAD Handle: 2004060419263100
Modified files:
openpkg-src/lsof lsof.spec
Log:
try to add HP-UX support!
Summary:
Revision Changes Path
1.45 +6 -4 openpkg-src/lsof/lsof.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 lsof.spec
--- openpkg-src/lsof/lsof.spec 4 Jun 2004 11:34:57 -0000 1.44
+++ openpkg-src/lsof/lsof.spec 4 Jun 2004 18:26:31 -0000 1.45
@@ -68,9 +68,10 @@
cd lsof_%{version}_src
case "%{l_platform -t}" in
*-freebsd* ) platform="freebsd" ;;
- *-linux* ) platform="linux" ;;
+ *-linux* ) platform="linux" ;;
*-sunos* ) platform="solaris" ;;
- *-netbsd* ) platform="netbsd" ;;
+ *-netbsd* ) platform="netbsd" ;;
+ *-hpux* ) platform="hpuxgcc" ;;
* ) echo "Platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
esac
PATH=/bin:/usr/bin:$PATH ./Configure -n $platform
@@ -87,9 +88,10 @@
setgid=""
case "%{l_platform -t}" in
*-freebsd* ) setgid="kmem" ;;
- *-linux* ) setgid="kmem" ;;
+ *-linux* ) setgid="kmem" ;;
*-sunos* ) setgid="sys" ;;
- *-netbsd* ) setgid="kmem" ;;
+ *-netbsd* ) setgid="kmem" ;;
+ *-hpux* ) setgid="sys" ;;
esac
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]