head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2008.04.02.08.29.41; author rse; state dead; branches; next 1.1; commitid prs7I5AaN0D2KvXs; 1.1 date 2007.10.09.10.43.21; author rse; state Exp; branches; next ; commitid 9Z4YMjtHnssE8UAs; desc @@ 1.2 log @remove obsolete postgresql83 package @ text @Index: src/backend/Makefile --- src/backend/Makefile.orig 2007-08-21 03:11:12 +0200 +++ src/backend/Makefile 2007-10-09 12:37:14 +0200 @@@@ -30,7 +30,7 @@@@ LIBS := $(filter-out -lpgport, $(LIBS)) $(LDAP_LIBS_BE) # The backend doesn't need everything that's in LIBS, however -LIBS := $(filter-out -lz -lreadline -ledit -ltermcap -lncurses -lcurses, $(LIBS)) +LIBS := $(filter-out -lreadline -ledit -ltermcap -lncurses -lcurses, $(LIBS)) ########################################################################## Index: src/include/port.h --- src/include/port.h.orig 2007-09-29 00:25:49 +0200 +++ src/include/port.h 2007-10-09 12:30:19 +0200 @@@@ -329,7 +329,7 @@@@ extern int getopt(int nargc, char *const * nargv, const char *ostr); #endif -#ifndef HAVE_ISINF +#if !defined(HAVE_ISINF) && !defined(__FreeBSD__) extern int isinf(double x); #endif @ 1.1 log @new package: postgresql83 8.3b1 (PostgreSQL Database) @ text @@