head 1.4; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.4 date 2008.07.04.12.08.15; author rse; state dead; branches; next 1.3; commitid A9AP0fqrxVCGXt9t; 1.3 date 2008.04.02.08.32.55; author rse; state Exp; branches; next 1.2; commitid NkTm5V6z6eo9LvXs; 1.2 date 2007.01.06.20.46.08; author rse; state dead; branches; next 1.1; commitid tXCQEWCARP8ulu1s; 1.1 date 2006.11.20.20.05.24; author rse; state Exp; branches; next ; commitid 7TnGaxEDou5bDrVr; desc @@ 1.4 log @remove old PostgreSQL 8.2 now that 8.3 is fully mature @ text @Index: src/template/freebsd --- src/template/freebsd.orig 2006-03-11 05:38:41 +0100 +++ src/template/freebsd 2006-11-20 20:54:27 +0100 @@@@ -1,5 +1,5 @@@@ # $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $ case $host_cpu in - alpha*) CFLAGS="-O";; # alpha has problems with -O2 + alpha*) CFLAGS=`echo "x$CFLAGS" | sed -e 's;^x;;' -e 's;-O2;-O;'`;; # alpha has problems with -O2 esac Index: src/template/linux --- src/template/linux.orig 2006-03-11 05:38:41 +0100 +++ src/template/linux 2006-11-20 20:54:27 +0100 @@@@ -1,4 +1,4 @@@@ # $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $ # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise -CPPFLAGS="-D_GNU_SOURCE" +CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" @ 1.3 log @still provide PostgreSQL 8.2 for some more time @ text @@ 1.2 log @remove obsolete package @ text @@ 1.1 log @new package: postgresql82 8.2b3 (PostgreSQL Database (BETA VERSION)) @ text @@