Page MenuHomeFreeBSD

net-mgmt/softflowd: Update to 0.9.9
ClosedPublic

Authored by joneum on May 27 2017, 10:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 5:11 AM
Unknown Object (File)
Tue, Mar 5, 5:11 AM
Unknown Object (File)
Tue, Mar 5, 5:11 AM
Unknown Object (File)
Tue, Mar 5, 5:11 AM
Unknown Object (File)
Mon, Mar 4, 12:10 PM
Unknown Object (File)
Jan 19 2024, 11:36 PM
Unknown Object (File)
Jan 3 2024, 6:50 AM
Unknown Object (File)
Jan 3 2024, 6:50 AM
Subscribers

Details

Summary
  • Set USES: autoreconf
  • Switch to GitHub

PR: 219501
Reported by: Paul Godard
Approved by: xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

net-mgmt/softflowd % portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 2 warnings found.

poudriere testport:

10amd64
10i386
11amd64
11i386
12.0-CURRENT r318899 amd64
12.0-CURRENT r318400 i386

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 9535
Build 9984: arc lint + arc unit

Event Timeline

rene requested changes to this revision.May 28 2017, 4:32 PM
rene added inline comments.
net-mgmt/softflowd/Makefile
23

It is more readable to put these two autotools USES on one line.

Or even better, can you convert this to USES=autoreconf and if needed add GNU_CONFIGURE=yes (see the poudriere log)

This revision now requires changes to proceed.May 28 2017, 4:32 PM
net-mgmt/softflowd/Makefile
22–23

Using USE_AUTOTOOLS is deprecated, please do as the warning message tells you when you build this and use USES=autoreconf

joneum edited edge metadata.

change USE_AUTOTOOLS to USES=autoreconf

joneum edited the test plan for this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.