Bug 278226 - databases/tcl-lmdb: Improvements to port
Summary: databases/tcl-lmdb: Improvements to port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-07 10:22 UTC by Daniel Engberg
Modified: 2024-04-07 16:57 UTC (History)
0 users

See Also:
gahr: maintainer-feedback+


Attachments
Patch for tcl-lmdb (1.04 KB, patch)
2024-04-07 10:22 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-04-07 10:22:56 UTC
Created attachment 249796 [details]
Patch for tcl-lmdb

- PORTVERSION --> DISTVERSION
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github
- Update WWW entry (dead URL)
- Convert to using USES= localbase:ldflags helper
  https://cgit.freebsd.org/ports/tree/Mk/Uses/localbase.mk

Compile tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist)

Poudriere bulk build test on 13.2-RELEASE (amd64)
Comment 1 Pietro Cerutti freebsd_committer freebsd_triage 2024-04-07 13:37:45 UTC
Please the configure variables near GNU_CONFIGURE, where they were before.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-07 16:51:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abec237fd0f8f3351816f0fa3964e1ea17a9fa2e

commit abec237fd0f8f3351816f0fa3964e1ea17a9fa2e
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-07 16:18:09 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-04-07 16:50:08 +0000

    databases/tcl-lmdb: Improve port and update WWW

    * Swtich from PORTVERSION to DISTVERSION
    * Update WWW entry
    * Use USES= localbase:ldflags helper

    PR:             278226
    Reviewed by:    gahr (maintainer)

 databases/tcl-lmdb/Makefile | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-04-07 16:57:40 UTC
Committed, thanks