Author: tilman Date: 2006-08-21 18:59:58 +0200 (Mon, 21 Aug 2006) New Revision: 1749 Modified: crux-2.2/ports/core/autoconf/.md5sum crux-2.2/ports/core/autoconf/Pkgfile crux-2.2/ports/opt/aterm/Pkgfile crux-2.2/ports/opt/centericq/Pkgfile crux-2.2/ports/opt/lesstif/Pkgfile crux-2.2/ports/opt/ssmtp/Pkgfile crux-2.2/ports/opt/windowmaker/Pkgfile Log: autoconf et al: got rid of the autoconf mandir patch, as it certainly wasn't a bug in autoconf. added the necessary --mandir configure switch to all ports that regenerate configure Modified: crux-2.2/ports/core/autoconf/.md5sum =================================================================== --- crux-2.2/ports/core/autoconf/.md5sum 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/core/autoconf/.md5sum 2006-08-21 16:59:58 UTC (rev 1749) @@ -1,2 +1 @@ -69e7776af37ced9712bb43176b35436d autoconf-2.60-mandir.patch 019609c29d0cbd9110c38480304aafc8 autoconf-2.60.tar.bz2 Modified: crux-2.2/ports/core/autoconf/Pkgfile =================================================================== --- crux-2.2/ports/core/autoconf/Pkgfile 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/core/autoconf/Pkgfile 2006-08-21 16:59:58 UTC (rev 1749) @@ -4,13 +4,11 @@ name=autoconf version=2.60 -release=2 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ - $name-$version-mandir.patch) +release=3 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build () { cd $name-$version - patch -i $SRC/$name-$version-mandir.patch lib/autoconf/general.m4 ./configure --prefix=/usr --mandir=$PKG/usr/man make make prefix=$PKG/usr install Modified: crux-2.2/ports/opt/aterm/Pkgfile =================================================================== --- crux-2.2/ports/opt/aterm/Pkgfile 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/opt/aterm/Pkgfile 2006-08-21 16:59:58 UTC (rev 1749) @@ -5,7 +5,7 @@ name=aterm version=1.0.0 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ $name-fake_root.patch $name-configure.patch) @@ -16,7 +16,7 @@ cp autoconf/configure.in . autoconf autoheader - ./configure --prefix=/usr --enable-fake-root + ./configure --prefix=/usr --enable-fake-root --mandir=/usr/man make make DESTDIR=$PKG install } Modified: crux-2.2/ports/opt/centericq/Pkgfile =================================================================== --- crux-2.2/ports/opt/centericq/Pkgfile 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/opt/centericq/Pkgfile 2006-08-21 16:59:58 UTC (rev 1749) @@ -6,7 +6,7 @@ name=centericq version=4.21.0 -release=1 +release=2 source=(http://thekonst.net/download/$name-$version.tar.bz2) build() { @@ -22,7 +22,7 @@ cd .. done - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install Modified: crux-2.2/ports/opt/lesstif/Pkgfile =================================================================== --- crux-2.2/ports/opt/lesstif/Pkgfile 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/opt/lesstif/Pkgfile 2006-08-21 16:59:58 UTC (rev 1749) @@ -6,7 +6,7 @@ name=lesstif version=0.95.0 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ $name-$version-xpm.patch) @@ -22,7 +22,8 @@ --enable-nonstandard-conversions \ --enable-editres --with-xdnd \ --enable-build-21 --disable-debug \ - --enable-production + --enable-production \ + --mandir=/usr/man make mkdir -p $PKG/usr/{lib,X11R6/lib} Modified: crux-2.2/ports/opt/ssmtp/Pkgfile =================================================================== --- crux-2.2/ports/opt/ssmtp/Pkgfile 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/opt/ssmtp/Pkgfile 2006-08-21 16:59:58 UTC (rev 1749) @@ -5,7 +5,7 @@ name=ssmtp version=2.61 -release=4 +release=5 source=(http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}.orig.tar.gz \ http://ftp.debian.org/debian/pool/main/s/$name/${name}_${version}-7.diff.gz) @@ -15,6 +15,7 @@ autoconf ./configure --prefix=/usr \ --sysconfdir=/etc \ + --mandir=/usr/man \ --enable-inet6 \ --enable-ssl \ --enable-md5auth Modified: crux-2.2/ports/opt/windowmaker/Pkgfile =================================================================== --- crux-2.2/ports/opt/windowmaker/Pkgfile 2006-08-21 09:35:14 UTC (rev 1748) +++ crux-2.2/ports/opt/windowmaker/Pkgfile 2006-08-21 16:59:58 UTC (rev 1749) @@ -5,7 +5,7 @@ name=windowmaker version=0.92.0 -release=2 +release=3 source=(ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \ $name-$version-gcc4.patch) @@ -15,7 +15,7 @@ aclocal autoconf automake -a - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/share/WindowMaker/{README*,menu.*,plmenu.*} \