Add tarball for FreeBSD 15.0 and update tarball for CURRENT
Details
Details
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 70326 Build 67209: arc lint + arc unit
Event Timeline
| net/libifconfig/Makefile | ||
|---|---|---|
| 31 | This should be actually: ${OSVERSION} >= 1600000 && ${OSVERSION} < 1700000 | |
| 42 | I think it's best to rewrite the Makefile rather than multiple patch files. Like you can actually grab this number from uname -U and save in a variable and reuse it to have different logics in different versions rather than having EXTRA_PATCHES. | |
Comment Actions
net/libifconfig: Update to libifconfig-0.2
- Add tarball for FreeBSD 15.0 and update tarball for CURRENT
- Rewrite the Makefile of libifconfig with files/Makefile.in
| net/libifconfig/Makefile | ||
|---|---|---|
| 42 | I've made it replace the libifconfig Makefile with a custom one for port | |
