[csw-devel] SF.net SVN: gar:[16576] csw/mgar/pkg/postgresql/branches/postgresql-8. 4-raos/Makefile
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Mon Dec 19 21:11:58 CET 2011
Revision: 16576
http://gar.svn.sourceforge.net/gar/?rev=16576&view=rev
Author: guengel
Date: 2011-12-19 20:11:58 +0000 (Mon, 19 Dec 2011)
Log Message:
-----------
postgresql/branches/postgresql-8.4-raos: Updated SO_NAMES_CONTRIB with new .so names.
Modified Paths:
--------------
csw/mgar/pkg/postgresql/branches/postgresql-8.4-raos/Makefile
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4-raos/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4-raos/Makefile 2011-12-19 19:59:05 UTC (rev 16575)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4-raos/Makefile 2011-12-19 20:11:58 UTC (rev 16576)
@@ -139,6 +139,7 @@
SO_NAMES_CONTRIB += isn.so lo.so ltree.so moddatetime.so pageinspect.so pg_buffercache.so
SO_NAMES_CONTRIB += pg_freespacemap.so pg_trgm.so pgcrypto.so pgrowlocks.so pgstattuple.so
SO_NAMES_CONTRIB += pgxml.so refint.so seg.so sslinfo.so tablefunc.so test_parser.so timetravel.so tsearch2.so
+SO_NAMES_CONTRIB += auto_explain.so btree_gin.so citext.so pg_stat_statements.so
# Miscellaneous files
MISC_NAMES_SERVER += .*/share/$(NAME)/$(BASE_VERSION_NODOT)/conversion_create.sql
MISC_NAMES_SERVER += .*/share/$(NAME)/$(BASE_VERSION_NODOT)/information_schema.sql
@@ -171,7 +172,7 @@
CSWPGSQLCONFFILE_VERSIONED = $(subst $(suffix $(CSWPGSQLCONFFILE)),,$(CSWPGSQLCONFFILE))-$(BASE_VERSION_NODOT).conf
# The initscript. Please note, although the file does not feature a version
-# number here, it will be installed with $(BASE_VERSION_NODOT) appended
+# number here, it will Be Installed With $(BASE_VERSION_NODOT) appended
INITSCRIPTFILE = cswpostgresql
INITSCRIPTFILETMPL = $(INITSCRIPTFILE).tmpl
INITSCRIPTFILE_VERSIONED = $(INITSCRIPTFILE)-$(BASE_VERSION_NODOT)
@@ -422,13 +423,13 @@
fi
@$(MAKECOOKIE)
-# post-build-modulated:
-# $(BUILD_ENV) gmake -C $(WORKSRC)/contrib all
-# @$(MAKECOOKIE)
+post-build-modulated:
+ $(BUILD_ENV) gmake -C $(WORKSRC)/contrib all
+ @$(MAKECOOKIE)
-# post-install-modulated:
-# $(INSTALL_ENV) gmake -C $(WORKSRC)/contrib DESTDIR=$(DESTDIR) install
-# @$(MAKECOOKIE)
+post-install-modulated:
+ $(INSTALL_ENV) gmake -C $(WORKSRC)/contrib DESTDIR=$(DESTDIR) install
+ @$(MAKECOOKIE)
post-merge:
# Create my alternatives files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list