pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Nov 11 13:24:37 UTC 2024

Removed Files:
        pkgsrc/databases/postgresql-postgis2: buildlink3.mk

Log Message:
databases/postgresql-postgis2: Remove buildlink3.mk

Postgis having a bl3 file is:

  - unused: no package (even in wip) includes it

  - conceptually wrong: When a package has postgis support, it does so
    by linking the postgresql client libs, and then sending queries
    with spatial objects across that connection.  There is nothing to
    link against.  And, just like any other use of a database, the
    server might be on some other machine -- so depending programs are
    simply clients anyway.

In theory this will change nothing and break nothing...


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r0 pkgsrc/databases/postgresql-postgis2/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index