git: Add native dports support

John Marino marino at crater.dragonflybsd.org
Thu Dec 27 06:58:23 PST 2012


commit 64d65b88fc1c05e66cfd6c890900cb5c3cd8d1a2
Author: John Marino <draco at 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


More information about the Commits mailing list