]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- out of date or integrated with sources
authorwrobell <wrobell@pld-linux.org>
Mon, 25 Nov 2002 11:21:59 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-DESTDIR.patch -> 1.8
    postgresql-ac_fixes.patch -> 1.2
    postgresql-no_libnsl.patch -> 1.3

postgresql-DESTDIR.patch [deleted file]
postgresql-ac_fixes.patch [deleted file]
postgresql-no_libnsl.patch [deleted file]

diff --git a/postgresql-DESTDIR.patch b/postgresql-DESTDIR.patch
deleted file mode 100644 (file)
index d118b5d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- postgresql-7.2/src/interfaces/perl5/GNUmakefile~   Sun Feb 10 23:50:38 2002
-+++ postgresql-7.2/src/interfaces/perl5/GNUmakefile    Sun Feb 10 23:50:38 2002
-@@ -36,9 +36,9 @@
-       $(PERL) $< \
-         INC='-I$(srcdir) -I$(libpq_srcdir) $(filter -I%, $(CPPFLAGS))' \
-         LIBS="-L$$abs_libpq_builddir -lpq" \
--        INSTALLSITEARCH='$$(DESTDIR)$(perl_installsitearch)' \
--        INSTALLSITELIB='$$(DESTDIR)$(perl_installsitelib)' \
--        INSTALLMAN3DIR='$$(DESTDIR)$(perl_installman3dir)' \
-+        INSTALLSITEARCH='$(perl_installsitearch)' \
-+        INSTALLSITELIB='$(perl_installsitelib)' \
-+        INSTALLMAN3DIR='$(perl_installman3dir)' \
-         MAKEFILE="$$abs_builddir/Makefile"
- .PHONY: libpq-all
diff --git a/postgresql-ac_fixes.patch b/postgresql-ac_fixes.patch
deleted file mode 100644 (file)
index 61c57c3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- postgresql-7.1.3/config/ac_func_accept_argtypes.m4~        Thu Nov  9 19:18:42 2000
-+++ postgresql-7.1.3/config/ac_func_accept_argtypes.m4 Sun Aug 19 02:18:31 2001
-@@ -37,7 +37,7 @@
- # which is *not* 'socklen_t *').  If we detect that, then we assume
- # 'int' as the result, because that ought to work best.
--AC_DEFUN(AC_FUNC_ACCEPT_ARGTYPES,
-+AC_DEFUN([AC_FUNC_ACCEPT_ARGTYPES],
- [AC_MSG_CHECKING([types of arguments for accept()])
-  AC_CACHE_VAL(ac_cv_func_accept_arg1,dnl
-  [AC_CACHE_VAL(ac_cv_func_accept_arg2,dnl
---- postgresql-7.1.3/configure.in~     Sun Aug 19 01:26:31 2001
-+++ postgresql-7.1.3/configure.in      Sun Aug 19 02:22:05 2001
-@@ -288,7 +288,7 @@
- fi
- echo "using CFLAGS=$CFLAGS"
- # Check if the compiler still works with the template settings
--AC_PROG_CC_WORKS
-+AC_PROG_CC
- AC_EXEEXT
- AC_PROG_CPP
- AC_PROG_GCC_TRADITIONAL
diff --git a/postgresql-no_libnsl.patch b/postgresql-no_libnsl.patch
deleted file mode 100644 (file)
index c1a98be..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN postgresql-7.1.org/configure.in postgresql-7.1/configure.in
---- postgresql-7.1.org/configure.in    Wed Apr 18 13:50:14 2001
-+++ postgresql-7.1/configure.in        Wed Apr 18 13:50:20 2001
-@@ -661,7 +661,6 @@
- AC_CHECK_LIB(m,        main)
- AC_CHECK_LIB(dl,       main)
- AC_CHECK_LIB(socket,   main)
--AC_CHECK_LIB(nsl,      main)
- AC_CHECK_LIB(ipc,      main)
- AC_CHECK_LIB(IPC,      main)
- AC_CHECK_LIB(lc,       main)
This page took 0.150338 seconds and 4 git commands to generate.