DragonFly commits List (threaded) for 2012-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Add native dports support
commit 64d65b88fc1c05e66cfd6c890900cb5c3cd8d1a2
Author: John Marino <draco@marino.st>
Date: Wed Dec 26 16:13:39 2012 +0100
Add native dports support
DPorts, the ports building system tailored for Dragonfly, requires
five bsd.*.mk scripts to be placed at /usr/share/mk in order to work
on DragonFly without any type of bootstrapping.
After installing dports using the /usr/Makefile script, any dport can
be built using the same instructions as FreeBSD (e.g. make install clean)
The resulting packages will be handled by "pkg", which will also be used
in the future for downloading prebuild binaries from an official
repository.
Summary of changes:
share/mk/Makefile | 6 +++++-
share/mk/bsd.port.mk | 16 ++++++++++++++++
share/mk/bsd.port.options.mk | 8 ++++++++
share/mk/bsd.port.post.mk | 7 +++++++
share/mk/bsd.port.pre.mk | 7 +++++++
share/mk/bsd.port.subdir.mk | 6 ++++++
6 files changed, 49 insertions(+), 1 deletions(-)
create mode 100644 share/mk/bsd.port.mk
create mode 100644 share/mk/bsd.port.options.mk
create mode 100644 share/mk/bsd.port.post.mk
create mode 100644 share/mk/bsd.port.pre.mk
create mode 100644 share/mk/bsd.port.subdir.mk
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/64d65b88fc1c05e66cfd6c890900cb5c3cd8d1a2
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]