ports/contrib (3.2): distcc: fix man page location, fix using bash for service script
commit 41ad045e94ff9e5464edca0c8ca794a8a51fedb0 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Mar 27 22:17:46 2016 +1100 distcc: fix man page location, fix using bash for service script diff --git a/distcc/.footprint b/distcc/.footprint index f9ea8eb..5d8c083 100644 --- a/distcc/.footprint +++ b/distcc/.footprint @@ -13,10 +13,11 @@ lrwxrwxrwx root/root usr/lib/distcc/cc -> ../../bin/distcc lrwxrwxrwx root/root usr/lib/distcc/cpp -> ../../bin/distcc lrwxrwxrwx root/root usr/lib/distcc/g++ -> ../../bin/distcc lrwxrwxrwx root/root usr/lib/distcc/gcc -> ../../bin/distcc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/distcc.1.gz --rw-r--r-- root/root usr/man/man1/distccd.1.gz --rw-r--r-- root/root usr/man/man1/distccmon-text.1.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/distccd +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/distcc.1.gz +-rw-r--r-- root/root usr/share/man/man1/distccd.1.gz +-rw-r--r-- root/root usr/share/man/man1/distccmon-text.1.gz diff --git a/distcc/.md5sum b/distcc/.md5sum index dfa518c..139724d 100644 --- a/distcc/.md5sum +++ b/distcc/.md5sum @@ -1,2 +1,2 @@ a1a9d3853df7133669fffec2a9aab9f3 distcc-3.1.tar.bz2 -0c86f4c2004a4d5fdc1a1ac19978bb27 distccd +57bfde834537abf38f2e00a73f3655a2 distccd diff --git a/distcc/Pkgfile b/distcc/Pkgfile index e12d033..c053c4d 100644 --- a/distcc/Pkgfile +++ b/distcc/Pkgfile @@ -6,7 +6,7 @@ name=distcc version=3.1 -release=4 +release=5 source=(http://distcc.googlecode.com/files/$name-$version.tar.bz2 distccd) @@ -15,7 +15,7 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ + --mandir=/usr/share/man \ --disable-nls \ --without-gnome \ --without-gtk \ @@ -41,10 +41,10 @@ build() { cd - rm -rf $PKG/usr/share/doc $PKG/usr/etc/default $PKG/usr/etc/distcc - rmdir $PKG/usr/etc $PKG/usr/share + rmdir $PKG/usr/etc # python is required for pump mode if [ "$(prt-get isinst python)" = 'package python is not installed' ]; then - rm $PKG/usr/man/man1/{pump,include_server}.1 + rm $PKG/usr/share/man/man1/{pump,include_server}.1 fi } diff --git a/distcc/distccd b/distcc/distccd index c78d2ff..aebad6f 100644 --- a/distcc/distccd +++ b/distcc/distccd @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # # /etc/rc.d/distccd: start/stop distcc daemon #
participants (1)
-
crux@crux.nu