Commit Graph

4 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Alexey Dokuchaev
0a4387b879 There is a bug (misfeature?) in our make(1) with certain Makefiles, when the
build breaks once -jX is passed (with any X), e.g. for this port:

    cc ck_mdb.o ck_volume.o ck_btree.o hfsck.o util.o main.o ../suid.o
    ../version.o -L../libhfs -lhfs -o hfsck
    cc: ../suid.o: No such file or directory
    cc: ../version.o: No such file or directory
    *** Error code 1
    1 error
    *** Error code 2
    1 error
    ===> Compilation failed unexpectedly.

Reluctantly force GNU make(1) for the time being with corresponding comment.
2013-05-27 07:58:10 +00:00
Alexey Dokuchaev
59e03e06cc Adjust CATEGORIES, allow to install developer libraries, improve TCLTK
option description while here.  The port now matches pkg-descr closely.
2013-05-23 03:57:45 +00:00
Alexey Dokuchaev
0cbf270d03 Move `emulators/hfsutils' to a more appropriate category (sysutils). 2013-05-23 03:53:41 +00:00