[Glibc-bsd-commits] r2295 - trunk/web
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Thu Aug 7 07:39:42 UTC 2008
Author: ps-guest
Date: 2008-08-07 07:39:42 +0000 (Thu, 07 Aug 2008)
New Revision: 2295
Modified:
trunk/web/outdated.cfg
trunk/web/outdated.libtool
Log:
* add recipe
Modified: trunk/web/outdated.cfg
===================================================================
--- trunk/web/outdated.cfg 2008-08-06 22:29:46 UTC (rev 2294)
+++ trunk/web/outdated.cfg 2008-08-07 07:39:42 UTC (rev 2295)
@@ -5,7 +5,21 @@
these packages are able to start building (all Build-depends are available),
but config.sub/config.guess does not recognize GNU/kFreeBSD
+beware, it does not mean config.sub/config.guess update only
+is sufficient in all cases
+
+Recipe:
+-------
+
+Please, update all occurences of config.sub/config.guess,
+"find . -name config.sub -o -name config.guess" is your friend.
+
+You can simply copy them manually, but it can also be done
+automatically using the method described in
+/usr/share/doc/autotools-dev/README.Debian.gz
+
+
already an open submission in BTS:
3 es
Modified: trunk/web/outdated.libtool
===================================================================
--- trunk/web/outdated.libtool 2008-08-06 22:29:46 UTC (rev 2294)
+++ trunk/web/outdated.libtool 2008-08-07 07:39:42 UTC (rev 2295)
@@ -6,11 +6,37 @@
but libtool does not recognize GNU/kFreeBSD
beware, it does not mean libtool is really used (i.e. #493694),
-or libtool update only is sufficient
+or libtool update only is sufficient in all cases
also libtool might be updated, but there is not yet
build-log due to dependencies or time-skew, ...
+Standard recipe:
+----------------
+
+ libtoolize -c -f
+ aclocal (-Im4 might be needed if there is an "m4" template dir)
+ autoconf
+
+or
+
+ autoreconf -vfi
+
+
+KDE recipe:
+-----------
+
+ cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
+ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
+ cp -f /usr/share/misc/config.guess admin/config.guess
+ cp -f /usr/share/misc/config.sub admin/config.sub
+
+ (alternatively you can update the admin/ directory from the latest
+ KDE SVN 3.5 branch instead).
+
+ make -f admin/Makefile.common
+
+
already an open submission in BTS:
6 apollon
More information about the Glibc-bsd-commits
mailing list