diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-07 13:52:54 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-07 13:52:54 +0000 |
commit | c030fa1b4f54e7d19d54e95772bf969ae721013a (patch) | |
tree | 7d5e4506a359b0d48591b844be4b5246e887faee /dev-libs/mozldap/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-c030fa1b4f54e7d19d54e95772bf969ae721013a.tar.gz gentoo-2-c030fa1b4f54e7d19d54e95772bf969ae721013a.tar.bz2 gentoo-2-c030fa1b4f54e7d19d54e95772bf969ae721013a.zip |
new ebuild, Mozilla LDAP C SDK
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/mozldap/files')
-rw-r--r-- | dev-libs/mozldap/files/configure.in.patch | 185 | ||||
-rw-r--r-- | dev-libs/mozldap/files/mozldap-6.0.4-pkgconfig.patch | 12 | ||||
-rw-r--r-- | dev-libs/mozldap/files/nspr-m4.patch | 42 | ||||
-rw-r--r-- | dev-libs/mozldap/files/nss-m4.patch | 45 |
4 files changed, 284 insertions, 0 deletions
diff --git a/dev-libs/mozldap/files/configure.in.patch b/dev-libs/mozldap/files/configure.in.patch new file mode 100644 index 000000000000..232b1ecb64af --- /dev/null +++ b/dev-libs/mozldap/files/configure.in.patch @@ -0,0 +1,185 @@ +--- configure.in.orig 2009-10-06 11:46:10.378924265 +0300 ++++ configure.in 2009-10-06 11:47:36.154924127 +0300 +@@ -42,7 +42,7 @@ + AC_PREREQ(2.12) + AC_INIT(ldap/include/ldap.h) + +-AC_CONFIG_AUX_DIR(${srcdir}/config/autoconf) ++AC_CONFIG_AUX_DIR(./config/autoconf) + AC_CANONICAL_SYSTEM + + dnl ======================================================== +@@ -85,24 +85,6 @@ + HOST_CFLAGS="${HOST_CFLAGS=}" + HOST_LDFLAGS="${HOST_LDFLAGS=}" + +-case "$target" in +-*-cygwin*|*-mingw*|*-msvc*|*-mks*) +- # Check to see if we are really running in a msvc environemnt +- _WIN32_MSVC= +- AC_CHECK_PROGS(CC, cl) +- if test "$CC" = "cl"; then +- echo 'main() { return 0; }' > dummy.c +- ${CC} -o dummy dummy.c >/dev/null 2>&1 +- if test $? = 0; then +- _WIN32_MSVC=1 +- CXX=$CC +- else +- AC_MSG_WARN([$(CC) test failed. Using normal feature tests]) +- fi +- rm -f dummy dummy.o dummy.obj dummy.exe dummy.c +- fi +- ;; +-esac + + if test -n "$_WIN32_MSVC"; then + SKIP_PATH_CHECKS=1 +@@ -151,18 +133,6 @@ + AC_DEFINE(MOZILLA_CLIENT) + fi]) + +-AC_ARG_ENABLE(optimize, +- [ --enable-optimize(=val) Enable code optimizations (val, ie. -O2) ], +- [ if test "$enableval" != "no"; then +- MOZ_OPTIMIZE=1 +- if test -n "$enableval" && test "$enableval" != "yes"; then +- _OPTIMIZE_FLAGS=`echo $enableval | sed -e 's|\\\ | |g'` +- _SAVE_OPTIMIZE_FLAGS=$_OPTIMIZE_FLAGS +- fi +- else +- MOZ_OPTIMIZE= +- fi ]) +- + AC_ARG_ENABLE(debug, + [ --disable-debug Do not compile in debugging symbols + --enable-debug(=val) Enable debugging (debug flags val)], +@@ -176,26 +146,6 @@ + fi + fi]) + +-AC_ARG_ENABLE(win32-target, +- [ --enable-win32-target=\$t +- Specify win32 flavor. (WIN95 or WINNT)], +- OS_TARGET=`echo $enableval | tr a-z A-Z`, +- OS_TARGET=) +- +-AC_ARG_ENABLE(debug-rtl, +- [ --enable-debug-rtl Use the MSVC debug runtime library], +- [ if test "$enableval" = "yes"; then +- USE_DEBUG_RTL=1 +- fi ]) +- +-AC_ARG_ENABLE(n32, +- [ --enable-n32 Enable n32 ABI support (IRIX only)], +- [ if test "$enableval" = "yes"; then +- USE_N32=1 +- else if test "$enableval" = "no"; then +- USE_N32= +- fi +- fi ]) + + AC_ARG_ENABLE(64bit, + [ --enable-64bit Enable 64-bit support (on certain platforms)], +@@ -261,10 +211,6 @@ + if test -z "$SVRCORE_CFLAGS" -o -z "$SVRCORE_LIBS" ; then + if test -n "$_SYSTEM_SVRCORE"; then + AM_PATH_SVRCORE(4.0.1, [MOZ_NATIVE_SVRCORE=1], [MOZ_NATIVE_SVRCORE=]) +- else +- dnl see if we are being built in the same build tree as svrcore +- AM_PATH_INTREE_SVRCORE(../../dist) +- dnl failing that, see if we can find svrcore-config or pkg-config svrcore + if test -z "$SVRCORE_CFLAGS" -o -z "$SVRCORE_LIBS"; then + AM_PATH_SVRCORE(4.0.1, [MOZ_NATIVE_SVRCORE=1], [MOZ_NATIVE_SVRCORE=]) + fi +@@ -294,9 +240,6 @@ + _SYSTEM_NSS=no + fi], _SYSTEM_NSS= ) + +-if test "$_WIN32_MSVC"; then +- _SYSTEM_NSS= +-fi + + dnl first, see if user has specified explicit NSPR include and lib paths, + dnl of if the user has explicitly disabled the use of nss +@@ -308,10 +251,6 @@ + if test -n "$USE_NSS" -a -z "$NSS_CFLAGS" -a -z "$NSS_LIBS" ; then + dnl nss requires nspr + no_nspr=no +- if test -z "$_SYSTEM_NSS" -o "$_SYSTEM_NSS" = "no" ; then +-dnl see if we are being built in the same build tree as nss +- AM_PATH_INTREE_NSS(../../dist) +- fi + dnl failing that, see if we can find nss-config or pkg-config nss + if test -z "$NSS_CFLAGS" -a "$_SYSTEM_NSS" != "no" ; then + AM_PATH_NSS(3.9.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=]) +@@ -348,10 +287,6 @@ + + dnl next, look for in-tree nspr if user did not specify explicit system nspr + if test "$no_nspr" = "no" -a -z "$NSPR_CFLAGS" -a -z "$NSPR_LIBS" ; then +- if test -z "$_SYSTEM_NSPR" -o "$_SYSTEM_NSPR" = "no" ; then +-dnl see if we are being built in the same build tree as nspr +- AM_PATH_INTREE_NSPR(../../dist) +- fi + dnl failing that, see if we can find nspr-config or pkg-config nspr + if test -z "$NSPR_CFLAGS" -a "$_SYSTEM_NSPR" != "no" ; then + AM_PATH_NSPR(4.0.0, [MOZ_NATIVE_NSPR=1], [MOZ_NATIVE_NSPR=]) +@@ -390,48 +325,6 @@ + dnl than in cygwin-wrapper + dnl ======================================================== + +-dnl add other runtime environments that use unix style paths +-dnl *-cygwin*|*-mingw*|*-msvc*|*-mks*) +-case "$target" in +-*-cygwin*) USE_WINDOWS_PATHS=1 ;; +-esac +- +-if test -n "$_WIN32_MSVC" -a -n "$USE_WINDOWS_PATHS" ; then +- if test -n "$NSPR_CFLAGS" -a -z "$SKIP_CYGWIN_FIXUP" ; then +- path=`echo $NSPR_CFLAGS | sed -e 's/^-I//'` +- path=`cygpath -m $path` +- NSPR_CFLAGS="/I$path" +- fi +- if test -n "$NSPR_LIBS" -a -z "$SKIP_CYGWIN_FIXUP" ; then +- path=`echo $NSPR_LIBS | sed -e 's/^-L//'` +- path=`cygpath -m $path` +- NSPR_LIBS="/LIBPATH:$path" +- fi +- +- if test -n "$NSS_CFLAGS" ; then +- path=`echo $NSS_CFLAGS | sed -e 's/^-I//'` +- path=`cygpath -m $path` +- NSS_CFLAGS="/I$path" +- fi +- +- if test -n "$NSS_LIBS" ; then +- path=`echo $NSS_LIBS | sed -e 's/^-L//'` +- path=`cygpath -m $path` +- NSS_LIBS="/LIBPATH:$path" +- fi +- +- if test -n "$SVRCORE_CFLAGS" ; then +- path=`echo $SVRCORE_CFLAGS | sed -e 's/^-I//'` +- path=`cygpath -m $path` +- SVRCORE_CFLAGS="/I$path" +- fi +- +- if test -n "$SVRCORE_LIBS" ; then +- path=`echo $SVRCORE_LIBS | sed -e 's/^-L//'` +- path=`cygpath -m $path` +- SVRCORE_LIBS="/LIBPATH:$path" +- fi +-fi + + dnl ======================================================== + dnl = +@@ -1489,9 +1382,7 @@ + ;; + + *-linux*) +- if test -z "$USE_NSPR_THREADS"; then +- USE_PTHREADS=1 +- fi ++ USE_PTHREADS=1 + AC_DEFINE(XP_UNIX) + AC_DEFINE(_POSIX_SOURCE) + AC_DEFINE(_BSD_SOURCE) diff --git a/dev-libs/mozldap/files/mozldap-6.0.4-pkgconfig.patch b/dev-libs/mozldap/files/mozldap-6.0.4-pkgconfig.patch new file mode 100644 index 000000000000..2a916cedc842 --- /dev/null +++ b/dev-libs/mozldap/files/mozldap-6.0.4-pkgconfig.patch @@ -0,0 +1,12 @@ +diff -uNr mozldap.pc.in mozldap.pc.in +--- mozldap.pc.in 2006-10-06 01:01:43.000000000 +0200 ++++ mozldap.pc.in 2007-08-06 21:27:09.000000000 +0200 +@@ -11,6 +11,6 @@ + Name: mozldap + Description: Mozilla LDAP C SDK + Version: %MOZLDAP_VERSION% +-Requires: nspr >= %NSPR_VERSION% , nss >= %NSS_VERSION% +-Libs: -lssldap%libsuffix% -lprldap%libsuffix% -lldap%libsuffix% ++Requires: nspr >= %NSPR_VERSION% , nss >= %NSS_VERSION% , svrcore >= %SVRCORE_VERSION% ++Libs: -L${libdir} -lssldap%libsuffix% -lprldap%libsuffix% -lldap%libsuffix% + Cflags: -I${includedir} diff --git a/dev-libs/mozldap/files/nspr-m4.patch b/dev-libs/mozldap/files/nspr-m4.patch new file mode 100644 index 000000000000..7a9b969ce056 --- /dev/null +++ b/dev-libs/mozldap/files/nspr-m4.patch @@ -0,0 +1,42 @@ +--- config.orig/autoconf/nspr.m4 2009-10-06 11:21:10.898930843 +0300 ++++ config/autoconf/nspr.m4 2009-10-06 11:27:43.638925618 +0300 +@@ -86,39 +86,6 @@ + + ]) + +-dnl AM_PATH_INTREE_NSPR([ROOTPATH, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +-dnl Test for in-tree NSPR, and define NSPR_CFLAGS and NSPR_LIBS +-dnl First look for path/*.OBJ/include, then look for path/include +-dnl Use the cut in case there is more than one path that matches *.OBJ - just +-dnl take the first one +-AC_DEFUN(AM_PATH_INTREE_NSPR, +-[ +- AC_MSG_CHECKING(checking for in-tree NSPR from $1) +- for nsprpath in "$1" "$1"/*.OBJ ; do +- savedir=`pwd` +- cd $nsprpath +- abs_nsprpath=`pwd` +- cd $savedir +- if test -f "$abs_nsprpath/include/nspr/nspr.h" ; then +- NSPR_CFLAGS="-I$abs_nsprpath/include/nspr" +- elif test -f "$abs_nsprpath/include/nspr.h" ; then +- NSPR_CFLAGS="-I$abs_nsprpath/include" +- fi +- if test -d "$abs_nsprpath/lib" ; then +- NSPR_LIBS="-L$abs_nsprpath/lib" +- fi +- if test -n "$NSPR_CFLAGS" -a -n "$NSPR_LIBS" ; then +- break +- fi +- done +- if test -n "$NSPR_CFLAGS" -a -n "$NSPR_LIBS" ; then +- AC_SUBST(NSPR_CFLAGS) +- AC_SUBST(NSPR_LIBS) +- AC_MSG_RESULT(yes) +- else +- AC_MSG_RESULT(no) +- fi +-]) + + dnl AM_PATH_GIVEN_NSPR(no args) + dnl Test for --with-nspr=path, --with-nspr-inc=path, and --with-nspr-lib=path diff --git a/dev-libs/mozldap/files/nss-m4.patch b/dev-libs/mozldap/files/nss-m4.patch new file mode 100644 index 000000000000..6a855e28eac1 --- /dev/null +++ b/dev-libs/mozldap/files/nss-m4.patch @@ -0,0 +1,45 @@ +diff -uNr config.orig/autoconf/nss.m4 config/autoconf/nss.m4 +--- config.orig/autoconf/nss.m4 2009-10-06 11:21:10.898930843 +0300 ++++ config/autoconf/nss.m4 2009-10-06 11:23:37.754923372 +0300 +@@ -86,41 +86,6 @@ + + ]) + +-dnl AM_PATH_INTREE_NSS([ROOTPATH, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) +-dnl Test for in-tree NSS, and define NSS_CFLAGS and NSS_LIBS +-AC_DEFUN(AM_PATH_INTREE_NSS, +-[ +- nsslibpath=`echo $1/*.OBJ/lib | cut -f1 -d' '` +- savedir=`pwd` +- cd $nsslibpath +- abs_nsslibpath=`pwd` +- cd $savedir +- nssincpath=$1/public/nss +- savedir=`pwd` +- cd $nssincpath +- abs_nssincpath=`pwd` +- cd $savedir +- if test -f "$abs_nssincpath/nss.h" ; then +- NSS_CFLAGS="-I$abs_nssincpath" +- fi +- if test -d "$abs_nsslibpath" ; then +- NSS_LIBS="-L$abs_nsslibpath" +- fi +- if test -n "$NSS_CFLAGS" -a -n "$NSS_LIBS" ; then +- AC_MSG_CHECKING(using in-tree NSS from $nssincpath $nsslibpath) +- AC_SUBST(NSS_CFLAGS) +- AC_SUBST(NSS_LIBS) +- AC_MSG_RESULT(yes) +- else +- AC_MSG_CHECKING(could not find in-tree NSS in $1) +- AC_MSG_RESULT(no) +- fi +-]) +- +-dnl AM_PATH_GIVEN_NSS(no args) +-dnl Test for --with-nss=path, --with-nss-inc=path, and --with-nss-lib=path +-dnl Makes sure the right files/dirs are in the given paths, and sets +-dnl NSS_CFLAGS and NSS_LIBS if successful + AC_DEFUN(AM_PATH_GIVEN_NSS, + [ + dnl ======================================================== |