diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-17 14:24:59 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-17 14:24:59 +0000 |
commit | 6ab61bf3114b4184bf788e120d9dee43fccdd42b (patch) | |
tree | 8c81a76b95020828684becba65ebf813409655d4 /ports-mgmt/portmk/files | |
parent | 2ee8681b621db9331f2a3b35875d42b2d5861449 (diff) | |
download | ports-6ab61bf3114b4184bf788e120d9dee43fccdd42b.tar.gz ports-6ab61bf3114b4184bf788e120d9dee43fccdd42b.zip |
Notes
Diffstat (limited to 'ports-mgmt/portmk/files')
-rw-r--r-- | ports-mgmt/portmk/files/Features | 18 | ||||
-rw-r--r-- | ports-mgmt/portmk/files/KnownIssues | 3 |
2 files changed, 17 insertions, 4 deletions
diff --git a/ports-mgmt/portmk/files/Features b/ports-mgmt/portmk/files/Features index dafd46c0188f..af2d2689dbac 100644 --- a/ports-mgmt/portmk/files/Features +++ b/ports-mgmt/portmk/files/Features @@ -61,6 +61,20 @@ Useful for sites that have ...?file=xxx&download=true or cvsweb style download s For people behind firewalls that need the extended capabilities. Be aware that some extra features (like size checking) are currently not availible with those download clients. -- eliminated the master-site-{all,ALL,default,DEFAULT,*} targets, since they are of little use +* next generation options handling (work in progress) -In case someone needs them, I can add them back again. +- only prototype functionality is available + +- saved configuration affects clean, describe etc. + +- the port is build with the correct default options when not configured + +- honours options given on the command line, so that portupgrade et al still work + +- custom configurations are available before bsd.port.pre.mk is included + +- completely unintrusive, a port doesn't need to be configured when the defaults are acceptable + +* ability to build packages without the need to install a port (work in progress) + +- not available yet diff --git a/ports-mgmt/portmk/files/KnownIssues b/ports-mgmt/portmk/files/KnownIssues index 20a4ba47a474..17b50bf38bc7 100644 --- a/ports-mgmt/portmk/files/KnownIssues +++ b/ports-mgmt/portmk/files/KnownIssues @@ -1,3 +1,2 @@ -* List of ports that fail to fetch/build with portmk, but build with a `stck' bsd.port.mk: +* List of ports that fail to fetch/build with portmk, but build with a `stock' bsd.port.mk: -* `make NO_CHECKSUM=yes checkdistsites' failes when FETCH_USE_WGET or FETCH_USE_CURL is set |