head	1.2;
access;
symbols
	pkgsrc-2023Q4:1.1.0.42
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.40
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.38
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.36
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.34
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.32
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.30
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.28
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.26
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.24
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.22
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.20
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.18
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.16
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.14
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.10
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.12
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.8
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.6
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.4
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.2
	pkgsrc-2018Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.01.22.16.46.17;	author adam;	state dead;
branches;
next	1.1;
commitid	Tizg1HSYipmoVsVE;

1.1
date	2018.10.23.16.02.51;	author adam;	state Exp;
branches;
next	;
commitid	TGhajefYzYqHi6XA;


desc
@@


1.2
log
@postgresql11: removed; end-of-life
@
text
@$NetBSD: patch-src_Makefile.shlib,v 1.1 2018/10/23 16:02:51 adam Exp $

Use correct linker flags.

--- src/Makefile.shlib.orig	2018-10-15 21:12:02.000000000 +0000
+++ src/Makefile.shlib
@@@@ -157,9 +157,6 @@@@ endif
 
 ifeq ($(PORTNAME), freebsd)
   ifdef ELF_SYSTEM
-    ifdef SO_MAJOR_VERSION
-      shlib		= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
-    endif
     LINK.shared		= $(COMPILER) -shared
     ifdef soname
       LINK.shared	+= -Wl,-x,-soname,$(soname)
@@@@ -170,9 +167,6 @@@@ ifeq ($(PORTNAME), freebsd)
       LINK.shared	+= -Wl,--version-script=$(exports_file)
     endif
   else
-    ifdef SO_MAJOR_VERSION
-      shlib		= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
-    endif
     LINK.shared		= $(LD) -x -Bshareable -Bforcearchive
   endif
 endif
@@@@ -193,6 +187,17 @@@@ ifeq ($(PORTNAME), netbsd)
   endif
 endif
 
+ifeq ($(PORTNAME), dragonfly)
+  ifdef ELF_SYSTEM
+    LINK.shared 	= $(COMPILER) -shared
+    ifdef soname
+      LINK.shared	+= -Wl,-x,-soname,$(soname)
+    endif
+  else
+    LINK.shared 	= $(LD) -x -Bshareable -Bforcearchive
+  endif
+endif
+
 ifeq ($(PORTNAME), hpux)
   ifdef SO_MAJOR_VERSION
     shlib			= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
@@@@ -248,7 +253,7 @@@@ ifeq ($(PORTNAME), solaris)
     ifeq ($(with_gnu_ld), yes)
       LINK.shared	+= -Wl,-soname,$(soname)
     else
-      LINK.shared	+= -h $(soname)
+      LINK.shared	+= -Wl,-h,$(soname)
     endif
   endif
 endif
@@@@ -459,8 +464,10 @@@@ ifdef soname
 # we don't install $(shlib) on AIX
 # (see http://archives.postgresql.org/message-id/52EF20B2E3209443BC37736D00C3C1380A6E79FE@@EXADV1.host.magwien.gv.at)
 ifneq ($(PORTNAME), aix)
+ifeq ($(PORTNAME), cygwin)
+	$(INSTALL_SHLIB) $< '$(DESTDIR)$(bindir)/$(shlib)'
+else
 	$(INSTALL_SHLIB) $< '$(DESTDIR)$(libdir)/$(shlib)'
-ifneq ($(PORTNAME), cygwin)
 ifneq ($(PORTNAME), win32)
 ifneq ($(shlib), $(shlib_major))
 	cd '$(DESTDIR)$(libdir)' && \
@@@@ -473,7 +480,7 @@@@ ifneq ($(shlib), $(shlib_bare))
 	$(LN_S) $(shlib) $(shlib_bare)
 endif
 endif # not win32
-endif # not cygwin
+endif # cygwin
 endif # not aix
 ifneq (,$(findstring $(PORTNAME),win32 cygwin))
 	$(INSTALL_SHLIB) $< '$(DESTDIR)$(bindir)/$(shlib)'
@


1.1
log
@postgresql11: added version 11.0

PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
@
text
@d1 1
a1 1
$NetBSD: patch-src_Makefile.shlib,v 1.2 2018/01/22 11:05:29 jperkin Exp $
@

