gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1942: update gnustep-base to 1.24.3


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1942: update gnustep-base to 1.24.3
Date: Mon, 04 Mar 2013 09:33:34 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1942
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-03-04 09:33:34 +0100
message:
  update gnustep-base to 1.24.3
removed:
  gnustep/gnustep-base/files/
  gnustep/gnustep-base/files/gnustep-base-1.24.0-conf-ignore-xmltest.diff
modified:
  gnustep/gnustep-base/Makefile
  gnustep/gnustep-base/sha256sums
=== modified file 'gnustep/gnustep-base/Makefile'
--- a/gnustep/gnustep-base/Makefile     2012-12-17 21:18:53 +0000
+++ b/gnustep/gnustep-base/Makefile     2013-03-04 08:33:34 +0000
@@ -1,6 +1,6 @@
 NAME = GNUstep Base
 GARNAME = gnustep-base
-GARVERSION = 1.24.0
+GARVERSION = 1.24.3
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = GNUstep foundation 
 
@@ -10,20 +10,14 @@
 MASTER_SUBDIR = core/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-PATCHFILES = $(DISTNAME)-conf-ignore-xmltest.diff
 
 BUILDDEPS = 
 LIBDEPS = gnustep-make libffi libxml2
 
 ######################################################################
 
-USE_AUTORECONF = y
-
 include ../../gar.lib/gnustep.mk
 include config.mk
 
-CONFIGURE_ARGS += --with-default-config=$(prefix)/etc/GNUstep/GNUstep.conf \
-                 --with-ffi-include=$(prefix)/lib/libffi-3.0.11/include/ \
-                 --with-ffi-library=$(prefix)/lib \
-                 --with-xml-prefix=$(prefix)
+CONFIGURE_ARGS += --with-default-config=$(prefix)/etc/GNUstep/GNUstep.conf 
 

=== removed directory 'gnustep/gnustep-base/files'
=== removed file 
'gnustep/gnustep-base/files/gnustep-base-1.24.0-conf-ignore-xmltest.diff'
--- a/gnustep/gnustep-base/files/gnustep-base-1.24.0-conf-ignore-xmltest.diff   
2012-12-10 22:54:40 +0000
+++ b/gnustep/gnustep-base/files/gnustep-base-1.24.0-conf-ignore-xmltest.diff   
1970-01-01 00:00:00 +0000
@@ -1,132 +0,0 @@
-diff -x config.log -x config.status -ru work/gnustep-base-1.24.0/configure.ac 
work/gnustep-base-1.24.0/configure.ac
---- work/gnustep-base-1.24.0/configure.ac      2012-01-29 17:57:06.000000000 
+0100
-+++ work/gnustep-base-1.24.0/configure.ac      2012-12-09 23:26:33.309349941 
+0100
-@@ -2769,68 +2769,68 @@
-   [  --disable-xml                    Compile even if XML-dependencies are 
not met],,
-   enable_xml=yes)
- 
--if test $enable_xml = yes; then
--  # Save CFLAGS and LIBS as AM_PATH_XML clobbers these variables regardless
--  # of the success of the macro.
--  saved_LIBS="$LIBS"
--  saved_CFLAGS="$CFLAGS"
-+dnl if test $enable_xml = yes; then
-+dnl   # Save CFLAGS and LIBS as AM_PATH_XML clobbers these variables 
regardless
-+dnl   # of the success of the macro.
-+dnl   saved_LIBS="$LIBS"
-+dnl   saved_CFLAGS="$CFLAGS"
- 
--  AM_PATH_XML(2.3.0, enable_libxml=yes, enable_libxml=no)
--  if test $enable_libxml = yes; then
--    CPPFLAGS="$CPPFLAGS $XML_CFLAGS"
--    INCLUDE_FLAGS="$INCLUDE_FLAGS $XML_CFLAGS"
--    LIBS="$XML_LIBS $LIBS"
--    HAVE_LIBXML=1
--    AC_DEFINE(HAVE_LIBXML,1,[Define if libxml available])
--    AC_CHECK_HEADERS(libxml/SAX2.h)
--    #--------------------------------------------------------------------
--    # Check for (optional) libxslt
--    #--------------------------------------------------------------------
--    AC_ARG_ENABLE(xslt,
--      [  --disable-xslt               Compile even if XSLT-dependency is not 
met],,
--      enable_xslt=yes)
-+dnl   AM_PATH_XML(2.3.0, enable_libxml=yes, enable_libxml=no)
-+dnl   if test $enable_libxml = yes; then
-+dnl     CPPFLAGS="$CPPFLAGS $XML_CFLAGS"
-+dnl     INCLUDE_FLAGS="$INCLUDE_FLAGS $XML_CFLAGS"
-+dnl     LIBS="$XML_LIBS $LIBS"
-+dnl     HAVE_LIBXML=1
-+dnl     AC_DEFINE(HAVE_LIBXML,1,[Define if libxml available])
-+dnl     AC_CHECK_HEADERS(libxml/SAX2.h)
-+dnl     #--------------------------------------------------------------------
-+dnl     # Check for (optional) libxslt
-+dnl     #--------------------------------------------------------------------
-+dnl     AC_ARG_ENABLE(xslt,
-+dnl       [  --disable-xslt           Compile even if XSLT-dependency is not 
met],,
-+dnl       enable_xslt=yes)
- 
--    if test $enable_xslt = yes; then
--      AC_CHECK_LIB(xslt, xsltApplyStylesheet, xslt_ok=yes, xslt_ok=no)
--      if test "$xslt_ok" = "yes"; then
--      AC_CHECK_HEADER(libxslt/xslt.h, xslthdr_ok=yes, xslthdr_ok=no)
--      if test "$xslthdr_ok" = "no"; then
--        xslt_ok=no
--      fi
--      fi
--      if test "$xslt_ok" = "yes"; then
--      HAVE_LIBXSLT=1
--      AC_DEFINE(HAVE_LIBXSLT,1,[Define if libxslt available])
--      LIBS="-lxslt $LIBS"
--      else
--      echo
--      echo "You may not want to build base without XSLT support."
--      echo "Doing so will disable the XSLT extensions."
--      echo "If you really want to build -base without XSLT support,"
--      echo "add --disable-xslt to the configure arguments."
--      AC_MSG_WARN([Missing support for XSLT functionality.])
--      fi
--    else
--      HAVE_LIBXSLT=0
--      AC_MSG_WARN([Disabled support for XSLT funtionality.])
--    fi
--    AC_SUBST(HAVE_LIBXSLT)
--  else
--    HAVE_LIBXML=0
--    # Restore the CFLAGS and LIBS because AM_PATH_XML messes them
--    LIBS="$saved_LIBS"
--    CFLAGS="$saved_CFLAGS"
--    echo
--    echo "You may not want to build base without libxml2."
--    echo "Doing so will disable the XML, XPATH, and XMLRPC extensions."
--    echo "If you really want to build -base without XML support,"
--    echo "add --disable-xml to the configure arguments."
--    AC_MSG_ERROR([Missing support for XML functionality.])
--  fi
--else
--  AC_MSG_WARN([Disabled support for XML funtionality.])
--  HAVE_LIBXML=0
--fi
-+dnl     if test $enable_xslt = yes; then
-+dnl       AC_CHECK_LIB(xslt, xsltApplyStylesheet, xslt_ok=yes, xslt_ok=no)
-+dnl       if test "$xslt_ok" = "yes"; then
-+dnl   AC_CHECK_HEADER(libxslt/xslt.h, xslthdr_ok=yes, xslthdr_ok=no)
-+dnl   if test "$xslthdr_ok" = "no"; then
-+dnl     xslt_ok=no
-+dnl   fi
-+dnl       fi
-+dnl       if test "$xslt_ok" = "yes"; then
-+dnl   HAVE_LIBXSLT=1
-+dnl   AC_DEFINE(HAVE_LIBXSLT,1,[Define if libxslt available])
-+dnl   LIBS="-lxslt $LIBS"
-+dnl       else
-+dnl   echo
-+dnl   echo "You may not want to build base without XSLT support."
-+dnl   echo "Doing so will disable the XSLT extensions."
-+dnl   echo "If you really want to build -base without XSLT support,"
-+dnl   echo "add --disable-xslt to the configure arguments."
-+dnl   AC_MSG_WARN([Missing support for XSLT functionality.])
-+dnl       fi
-+dnl     else
-+dnl       HAVE_LIBXSLT=0
-+dnl       AC_MSG_WARN([Disabled support for XSLT funtionality.])
-+dnl     fi
-+dnl     AC_SUBST(HAVE_LIBXSLT)
-+dnl   else
-+dnl     HAVE_LIBXML=0
-+dnl     # Restore the CFLAGS and LIBS because AM_PATH_XML messes them
-+dnl     LIBS="$saved_LIBS"
-+dnl     CFLAGS="$saved_CFLAGS"
-+dnl     echo
-+dnl     echo "You may not want to build base without libxml2."
-+dnl     echo "Doing so will disable the XML, XPATH, and XMLRPC extensions."
-+dnl     echo "If you really want to build -base without XML support,"
-+dnl     echo "add --disable-xml to the configure arguments."
-+dnl     AC_MSG_ERROR([Missing support for XML functionality.])
-+dnl   fi
-+dnl else
-+dnl   AC_MSG_WARN([Disabled support for XML funtionality.])
-+dnl   HAVE_LIBXML=0
-+dnl fi
- AC_SUBST(HAVE_LIBXML)
- 
- #--------------------------------------------------------------------

=== modified file 'gnustep/gnustep-base/sha256sums'
--- a/gnustep/gnustep-base/sha256sums   2012-12-09 22:38:04 +0000
+++ b/gnustep/gnustep-base/sha256sums   2013-03-04 08:33:34 +0000
@@ -1,3 +1,2 @@
-e07040e85a6bf3e89a9d66424a40dc8d3be749fbe7c0c98942cff5e4f35a6b11  
download/gnustep-base-1.24.0.tar.gz
-a811ba4545015efeea98cec816c01a39f875717803709f40c24344dab6072f1c  
download/gnustep-base-1.24.0-conf-ignore-xmltest.diff
-95d6182fc243a44d055663f26218de6227169b59f4de1d39aa8854c7a8bef900  
download/gnustep-base-1.24.0.tar.gz.sig
+559d87c430846fa17816ea78c1c18a5df8f70f9d17f5c13abede9c66e50e252c  
download/gnustep-base-1.24.3.tar.gz
+37832c392283e832f622ca4f375764631f2af3d0bf4604f98a031dc09305e783  
download/gnustep-base-1.24.3.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]