7cb4e5ddf6
* Project is hosted on sourceforge, adjust MASTER_SITES * Add dependency on Gimp, cairo, gtk20, glib20, pango and atk. They are mandatory for 2.8.4 * Make Java dependency optional, 2.8.4 can survive without Java * Hook dependencies on the autotools, we need to recreate the autogenerated files because now we have changed the autotools source config files (configure.ac etc.) with the hope that our changes will be propagated upstream * Switch to USE_LDCONFIG PR: ports/108265 Submitted by: vd Approved by: cartola@openit.com.br (maintainer timeout)
30 lines
741 B
Text
30 lines
741 B
Text
--- bootstrap.orig Tue Jan 16 18:58:24 2007
|
|
+++ bootstrap Tue Jan 16 18:58:39 2007
|
|
@@ -96,27 +96,3 @@
|
|
$AUTOMAKE --add-missing --copy || exit $?
|
|
|
|
$AUTOCONF || exit $?
|
|
-
|
|
-cd $ORIGDIR || exit $?
|
|
-
|
|
-echo
|
|
-echo "I am going to run ./configure with the following arguments:"
|
|
-echo
|
|
-echo " --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
|
|
-echo
|
|
-
|
|
-if test -z "$*"; then
|
|
- echo "If you wish to pass additional arguments, please specify them "
|
|
- echo "on the $0 command line or set the AUTOGEN_CONFIGURE_ARGS "
|
|
- echo "environment variable."
|
|
- echo
|
|
-fi
|
|
-
|
|
-$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
|
|
-RC=$?
|
|
-if test $RC -ne 0; then
|
|
- echo
|
|
- echo "Configure failed or did not finish!"
|
|
- exit $RC
|
|
-fi
|
|
-
|