Re: Porting PostgreSQL to DragonFly BSD - Mailing list pgsql-hackers

From Rumko
Subject Re: Porting PostgreSQL to DragonFly BSD
Date
Msg-id 201103012305.19893.rumcic@gmail.com
Whole thread Raw
In response to Re: Porting PostgreSQL to DragonFly BSD  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Porting PostgreSQL to DragonFly BSD
List pgsql-hackers
On Tuesday 1. of March 2011 22:44:16 Peter Eisentraut wrote:
> On tis, 2011-03-01 at 22:22 +0100, Rumko wrote:
> > Well, wouldn't consider it ugly, but the patch (attached and available at
> > http://www.rumko.net/0001-DragonFly-BSD-support-linked.patch ) is a lot
> > shorter.
> >
> > Uses freebsd's template and defines the linker in Makefile.shlib.
>
> The piece in Makefile.shlib you add is dead code because PORTNAME will
> never be "dragonfly" (it would be "freebsd").

Ah, good to know.

> I see there is a
> difference between the existing freebsd code and what you propose to add
> in that freebsd doesn't use shared object minor versions.  Is that also
> or not the case on DragonFly BSD?

Due to pkgsrc being the default on NetBSD and DragonFly BSD, it should create
the libs in the same way ... maybe instead of using PORTNAME, we could use
host_os to differentiate?
--
Regards,
Rumko

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: toast tables on system catalogs
Next
From: "Hiroshi Saito"
Date:
Subject: Re: OSSP gone missing? Fate of UUID?