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
F81950198: D10961.diff
Tue, Apr 23, 3:55 PM
Unknown Object (File)
Fri, Apr 19, 11:41 AM
Unknown Object (File)
Thu, Apr 18, 1:26 AM
Unknown Object (File)
Mar 5 2024, 5:11 AM
Unknown Object (File)
Mar 5 2024, 5:11 AM
Unknown Object (File)
Mar 5 2024, 5:11 AM
Unknown Object (File)
Mar 5 2024, 5:11 AM
Unknown Object (File)
Mar 4 2024, 12:10 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rene requested changes to this revision.May 28 2017, 4:32 PM
rene added inline comments.
net-mgmt/softflowd/Makefile
23 ↗(On Diff #28918)

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 ↗(On Diff #28918)

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.