sysutils/procenv: Update to 0.55 - Take MAINTAINER'ship - reorder Makefile (portclippy) - deleted patches: files/patch-configure.ac files/patch-src_platform_freebsd_platform-freebsd.h because changes were included upstream ChangeLog: https://github.com/jamesodhunt/procenv/blob/0.55/NEWS Reviewed by: daniel.engberg.lists@pyret.net Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D29689
Details
Details
- Reviewers
dbaio garga - Commits
- R11:983b00be9494: sysutils/procenv: Update to 0.55
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- use DISTVERSION instead of PORTVERSION
- use USES=localbase instead of CFLAGS and LDFLAGS
Comment Actions
Could you add PATCH_DEBUG=yes on your poudriere make.conf and exec a new build?
I'm receiving patch issues when trying to build it.
Comment Actions
Update diff to reflect 2 files deleted from files patches dir because they were included upstream.
Sent refreshed diff with "git diff -U999999 > /tmp/D29689.diff"
Comment Actions
I've refreshed 'poudriere testport' logs
sysutils/procenv/Makefile | ||
---|---|---|
25 | It works very well thanks and there is no need to use LDFLAGS either: (...) checking for library containing sysinfo... -lsysinfo (...) Check unit test framework : Libraries: libapparmor : no libselinux : no libcap : no libnuma : no libpthread : yes libkvm : yes > libsysinfo / sysinfo : yes < | |
25–26 | fix build with devel/libsysinfo dependecy: |
sysutils/procenv/Makefile | ||
---|---|---|
19 | This is badly orderered, needs some vertical whitespace before USES. |
sysutils/procenv/Makefile | ||
---|---|---|
14 | You can remove this, it's already on LIB_DEPENDS. |