Bug 286540 - math/lcalc: Improve port
Summary: math/lcalc: Improve 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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-03 07:26 UTC by Daniel Engberg
Modified: 2025-05-17 10:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (thierry)


Attachments
Patch for lcalc (1.83 KB, patch)
2025-05-03 07:26 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 2025-05-03 07:26:47 UTC
Created attachment 260111 [details]
Patch for lcalc

* Change PORTVERSION --> DISTVERSION
* Update MASTER_SITES
* Define LICENSE_FILE
* Drop USES= autoreconf
* Fix LIB_DEPENDS
* Remove GITLAB variables
* Define --with-pkgconfigdir
* Minor layout changes in Makefile to closer follow Porters Handbook

Source:
https://github.com/sagemath/sage/releases/download/10.6/mirror_list

Compile and runtime tested on FreeBSD 14.2-RELEASE (amd64) (make, make check-plist, make test)

Poudriere testport OK 13.4-RELEASE (amd64)
Poudriere testport OK 13.4-RELEASE (i386)
Poudriere testport OK 14.2-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-17 09:58:38 UTC
A commit in branch main references this bug:

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

commit b7b216cee15607d5a62145bcc8e114e0d569ab36
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-17 02:02:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-17 09:53:15 +0000

    math/lcalc: Improve port

    * Change PORTVERSION --> DISTVERSION
    * Update MASTER_SITES
    * Define LICENSE_FILE
    * Drop USES= autoreconf
    * Fix LIB_DEPENDS
    * Remove GITLAB variables
    * Define --with-pkgconfigdir
    * Minor layout changes in Makefile to closer follow Porters Handbook

    Source:
    https://github.com/sagemath/sage/releases/download/10.6/mirror_list

    PR:             286540
    Approved by:    maintainer timeout, 2+ weeks

 math/lcalc/Makefile | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)