| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
| |
- Minor cosmetic improvement
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
(Part 2)
|
| |
|
|
|
|
| |
. Use a download URL which is one less hop away from the actual download.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade with "missing origin".
Properly detect that the distfile doesn't exist. We can't use
${DISTDIR}/${DISTFILES} because it's not defined until after
bsd.port.post.mk, but after inclusion of bsd.port.post.mk we
can not define IGNORE. To fix use the already known variables
as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
Reviewed by: maintainer timeout.
PR: ports/60652
|
|
|
|
|
| |
diablo-jdk port that is bogusly requiring manual input at pkg_add time,
thereby preventing any other packages from building with it.
|
|
|
|
|
|
|
| |
causes the bento build to loop.
This probably should be patched out as in the other jdk ports, so it can
be packaged on bento.
|
|
|