summaryrefslogtreecommitdiff
path: root/sysutils/hfsutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update WWWDmitry Marakasov2018-08-031-1/+1
| | | | Approved by: portmgr blanket
* - Clarify LICENSEDmitry Marakasov2016-03-222-10/+11
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
|
* Stagify, cleanup Makefile, improve port description.Alexey Dokuchaev2014-03-103-56/+46
|
* - Convert to USES=tkPietro Cerutti2014-02-211-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | sysutils)
* There is a bug (misfeature?) in our make(1) with certain Makefiles, when theAlexey Dokuchaev2013-05-271-0/+1
| | | | | | | | | | | | | | | | 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.
* Adjust CATEGORIES, allow to install developer libraries, improve TCLTKAlexey Dokuchaev2013-05-231-3/+16
| | | | option description while here. The port now matches pkg-descr closely.
* Move `emulators/hfsutils' to a more appropriate category (sysutils).Alexey Dokuchaev2013-05-235-0/+146