Bug 258520 - devel/libelf: Make fetchable and Makefile cleanup
Summary: devel/libelf: Make fetchable and Makefile cleanup
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: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-15 19:01 UTC by Daniel Engberg
Modified: 2021-09-17 15:09 UTC (History)
0 users

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


Attachments
Patch for libelf (1.80 KB, patch)
2021-09-15 19:01 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 2021-09-15 19:01:49 UTC
Created attachment 227924 [details]
Patch for libelf

Update MASTER_SITES to make libelf fetchable
Update Makefile to make use of Ports framework

Compile tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-17 15:08:50 UTC
A commit in branch main references this bug:

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

commit 7e72eaf09e87aa6192071f87a74dd3e988992b3c
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2021-09-17 14:54:33 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2021-09-17 15:08:32 +0000

    devel/libelf: Make fetchable and Makefile cleanup

    Update MASTER_SITES to NETBSD repo and make libelf fetchable
    Update Makefile to make use of Ports framework and make portclippy happy

    PR:             258520
    Reported by:    diizzy

 devel/libelf/Makefile  | 44 ++++++++++++++++----------------------------
 devel/libelf/pkg-descr |  2 +-
 2 files changed, 17 insertions(+), 29 deletions(-)
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2021-09-17 15:09:53 UTC
Commited with minor changes top please portclippy ;)
thanks.