head 1.3; access; symbols pkgsrc-2015Q3:1.2.0.26 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.24 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.22 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.20 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.18 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.16 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.14 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.12 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.10 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.6 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.2 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.1.0.8 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2 pkgsrc-2011Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2015.10.24.21.36.49; author joerg; state dead; branches; next 1.2; commitid T4FidtL7Sm5xlpGy; 1.2 date 2012.07.16.21.17.11; author asau; state Exp; branches; next 1.1; 1.1 date 2011.09.11.10.53.31; author marino; state Exp; branches; next ; desc @@ 1.3 log @Retire EOLed PostgreSQL 8.4 and 9.0. @ text @$NetBSD: patch-ba,v 1.2 2012/07/16 21:17:11 asau Exp $ --- src/Makefile.shlib.orig 2012-05-31 23:11:47.000000000 +0000 +++ src/Makefile.shlib @@@@ -175,19 +175,20 @@@@ ifeq ($(PORTNAME), bsdi) endif endif +ifeq ($(PORTNAME), dragonfly) + LINK.shared = $(COMPILER) -shared + ifdef soname + LINK.shared += -Wl,-x,-soname,$(soname) + endif +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) 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 @ 1.2 log @Force common shared library version scheme on FreeBSD to avoid PLIST divergence. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @PR#45150: Fix DragonFly build Add DragonFly entry to Makefile.shlib to allow client to build. @ text @d3 1 a3 1 --- src/Makefile.shlib.orig 2011-07-15 20:03:13.383961000 +0000 d5 1 a5 1 @@@@ -175,6 +175,13 @@@@ ifeq ($(PORTNAME), bsdi) d18 14 a31 1 ifdef SO_MAJOR_VERSION @