PERFORCE change 123772 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 20 08:49:56 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123772

Change 123772 by gabor at gabor_server on 2007/07/20 08:49:22

	IFC

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.database.mk#3 integrate
.. //depot/projects/soc2006/gabor_destdir/UPDATING#10 integrate

Differences ...

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.database.mk#3 (text+ko) ====

@@ -1,7 +1,7 @@
 # -*- mode: Makefile; tab-width: 4; -*-
 # ex: ts=4
 #
-# $FreeBSD: ports/Mk/bsd.database.mk,v 1.17 2006/12/06 16:48:56 girgen Exp $
+# $FreeBSD: ports/Mk/bsd.database.mk,v 1.18 2007/07/18 21:56:10 edwin Exp $
 #
 
 .if defined(_POSTMKINCLUDED) && !defined(Database_Post_Include)
@@ -37,10 +37,10 @@
 #				  If no version is given (by the maintainer via the port or
 #				  by the user via defined variable), try to find the
 #				  currently installed version.  Fall back to default if
-#				  necessary (PostgreSQL-7.4 = 74).
+#				  necessary (PostgreSQL-8.1 = 81).
 # DEFAULT_PGSQL_VER
 #				- PostgreSQL default version. Can be overridden within a port.
-#				  Default: 74.
+#				  Default: 81.
 # WANT_PGSQL_VER
 #				- Maintainer can set an arbitrary version of PostgreSQL by
 #				  using it.
@@ -147,7 +147,7 @@
 .endif # USE_MYSQL
 
 .if defined(USE_PGSQL)
-DEFAULT_PGSQL_VER?=	74
+DEFAULT_PGSQL_VER?=	81
 PGSQL73_LIBVER=		3
 PGSQL74_LIBVER=		3
 PGSQL80_LIBVER=		4

==== //depot/projects/soc2006/gabor_destdir/UPDATING#10 (text+ko) ====

@@ -6,6 +6,15 @@
 time you update your ports collection, before attempting any port
 upgrades.
 
+20070718:
+  AFFECTS: users of devel/llvm
+  AUTHOR: brooks at freebsd.org
+
+  The llvm bytecode and .ll formats have changed as have numerious
+  internal APIs.  Existing users should consult the release notes.
+
+    http://llvm.org/releases/2.0/docs/ReleaseNotes.html
+
 20070716:
   AFFECTS: users of editors/emacs
   AUTHOR: nobutaka at FreeBSD.org
@@ -5427,4 +5436,4 @@
   2) Update all p5-* modules.
 	portupgrade -f p5-\*
 
-$FreeBSD: ports/UPDATING,v 1.524 2007/07/16 17:08:58 nobutaka Exp $
+$FreeBSD: ports/UPDATING,v 1.527 2007/07/19 14:52:17 flz Exp $


More information about the p4-projects mailing list