Page MenuHomeFreeBSD

Fix build of devel/mdb.
ClosedPublic

Authored by jhb on Dec 28 2018, 7:01 PM.
Tags
None
Referenced Files
F109444465: D18675.diff
Wed, Feb 5, 3:48 AM
Unknown Object (File)
Nov 24 2024, 4:50 PM
Unknown Object (File)
Nov 16 2024, 5:26 PM
Unknown Object (File)
Nov 9 2024, 3:10 AM
Unknown Object (File)
Nov 1 2024, 5:32 AM
Unknown Object (File)
Oct 30 2024, 9:37 AM
Unknown Object (File)
Oct 1 2024, 8:31 AM
Unknown Object (File)
Sep 25 2024, 7:19 AM
Subscribers

Details

Summary
  • Include bsd.port.pre.mk before using SRC_BASE.
  • Add a missing file to the packing list.
  • Bump PORTREVISION.
Test Plan
  • currently it always fails to build as SRC_BASE is now empty. Not sure when this changed, but 12.0 and later at least are broken.

Diff Detail

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

Event Timeline

zeising added a subscriber: zeising.
This comment was removed by zeising.
This revision is now accepted and ready to land.Dec 28 2018, 7:04 PM
zeising requested changes to this revision.Dec 28 2018, 7:05 PM
zeising added inline comments.
devel/mdb/Makefile
38

Should be bsd.port.post.mk

This revision now requires changes to proceed.Dec 28 2018, 7:05 PM
  • Use bsd.port.post.mk.
  • Fix plist.
jhb retitled this revision from Include bsd.port.pre.mk before using SRC_BASE. to Fix build of devel/mdb..Dec 28 2018, 7:16 PM
jhb edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Dec 28 2018, 7:20 PM
This revision was automatically updated to reflect the committed changes.