Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2016 21:02:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208146] net/ns3: simplify (56 lines shorter)
Message-ID:  <bug-208146-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208146

            Bug ID: 208146
           Summary: net/ns3: simplify (56 lines shorter)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: koue@chaosophia.net
             Flags: maintainer-feedback?(koue@chaosophia.net)
                CC: koue@chaosophia.net

Created attachment 168402
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D168402&action=
=3Dedit
v0

The port is written in suboptimal style which leads to a code/diff bloat. L=
et's
prune the excess without altering default behavior.

- Convert to USES=3Dwaf (respects MAKE_JOBS_NUMBER)
- Convert to option helpers
- Define WRKSRC_SUBDIR after adjusting patches
- Drop/rename common option and their descriptions
- pkg-plist: rename WITH_DEBUG to DEBUG_SUFX to avoid confusion
- pkg-plist: define VERSION to avoid churn on updates
- post-install: compress multiple sh(1) loops via find(1) expressions

Build tested on 9.3R i386 with default and inverted options. Beware of typos
still stands as some may not break it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208146-13>