| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| |
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
sysutils)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
option description while here. The port now matches pkg-descr closely.
|
| |
|