% svn diff Index: postgresql92-server/Makefile =================================================================== --- postgresql92-server/Makefile (revision 443867) +++ postgresql92-server/Makefile (working copy) @@ -137,6 +137,8 @@ LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes +DTRACE_CONFIGURE_ENV= DTRACEFLAGS=-xnolibs + OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops DEBUG_CONFIGURE_ENABLE= debug Index: postgresql96-server/files/patch-src_backend_utils_Makefile =================================================================== --- postgresql96-server/files/patch-src_backend_utils_Makefile (nonexistent) +++ postgresql96-server/files/patch-src_backend_utils_Makefile (working copy) @@ -0,0 +1,11 @@ +--- src/backend/utils/Makefile.orig 2017-05-08 21:15:12 UTC ++++ src/backend/utils/Makefile +@@ -35,7 +35,7 @@ endif + + probes.h: probes.d + ifeq ($(enable_dtrace), yes) +- $(DTRACE) -C -h -s $< -o $@.tmp ++ $(DTRACE) $(DTRACEFLAGS) -C -h -s $< -o $@.tmp + sed -e 's/POSTGRESQL_/TRACE_POSTGRESQL_/g' $@.tmp >$@ + rm $@.tmp + else Property changes on: postgresql96-server/files/patch-src_backend_utils_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: postgresql96-server/pkg-plist-server =================================================================== --- postgresql96-server/pkg-plist-server (revision 443867) +++ postgresql96-server/pkg-plist-server (working copy) @@ -113,6 +113,7 @@ %%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.6.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.6.mo %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.6.mo +%%NLS%%share/locale/ko/LC_MESSAGES/postgres-9.6.mo %%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.6.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.6.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.6.mo