| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Switch to COPYTREE_SHARE and don't install empty dirs
Approved by: portmgr blanket
|
|
|
|
|
|
| |
JDK to being fetched remotely using PATCHFILES and PATCH_SITES.
This cuts the size taken by openjdk7 in the ports repository.
|
| |
|
|
|
|
|
|
| |
JDK to being fetched remotely using PATCHFILES and PATCH_SITES.
This cuts the size taken by openjdk8 in the ports repository.
|
| |
|
|
|
|
|
|
|
|
| |
unbreak fetch. This affects the name of the distfile (but not the
size or hash), so update distinfo to match.
PR: 202735
Approved by: makc (maintainer)
|
|
|
|
|
|
| |
- Don't install empty docdirs
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
PR: 202696
Submitted by: xmj@
|
|
|
|
|
|
| |
- Fix packaging after previous commit
Reported by: Robert Burmeister via mail
|
| |
|
|
|
|
|
|
| |
- Convert to new options helpers
- Convert to USE_GITHUB
- Fix license (it's BSD actually) and remove MANUAL_PACKAGE_BUILD
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
|
|
|
|
|
| |
- Fix default core file location in crash report.
MFH: 2015Q3
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
|
| |
PR: 201811
Submitted by: olgeni
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Update to 1.2
- Clean up install target
|
|
|
|
|
|
|
|
| |
define a remove() operation which takes two arguments and clashes with
the new remove() operation defined in Map for Java 8. Hence, restrict
to Java 6 and 7.
PR: 201335
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
...
Installing org.eclipse.rcp.id 4.4.2.M20150204-1700.
Installation failed.
An error occurred while installing the items
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction).
...
[INFO] equinox-sdk ....................................... SUCCESS [4.776s]
[INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s]
[INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED
...
Submitted by: pkg-fallout
Approved by: portmgr blanket
MFH: 2015Q3
|
|
|
|
| |
that to be the case.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 201301
Submitted by: olgeni
Approved by: maintainer
|
| |
|
|
|
|
| |
MFH: 2015Q3
|
|
|
|
|
|
| |
- Use sysctl(3) instead of procfs(5) when we need executable path from PID.
MFH: 2015Q3
|
|
|
|
| |
- Optimize fontconfig.properties.
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
job already
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
PR: 201005
Submitted by: ohauer@
|
| |
|
|
|
|
|
|
| |
PR: 200812
Submitted by: olgeni
Approved by: maintainer
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517
Obtained from: OpenJDK project [1]
MFH: 2015Q2
|
| |
|
|
|
|
|
|
| |
Re-apply r381431 while I am here.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
|
| |
|
|
|
|
|
|
| |
PR: 200146
Submitted by: olgeni
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
Use this opportunity to correct an error in an earlier commit, which referenced
an incorrect PR. The correct number is:
PR: 199869
|
|
|
|
| |
invoking tests.
|
|
|
|
|
|
|
|
|
|
| |
Upgrade from 6.1.5 to 6.2.31. Based on:
PR: 156251
Submitted by: pi
Now that the test-target fully works, add "regression-test" alias to it so it
can be used for that purpose.
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|