Bug 258520

Summary: devel/libelf: Make fetchable and Makefile cleanup
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (rodrigo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for libelf none

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.