| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
- Update Makefile header to the new format.
Pointed by: bapt [1]
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
- Reset maintainer to java.
- Convert to optionsNG and add license.
- Unbreak sparc64.
PR: ports/164941 (partial)
|
| |
|
|
| |
com.sun.tools.javac implementation in tools.zip. Turned off by default.
|
| | |
|
| |
|
|
|
|
| |
- Reset maintainer to java (ports/164941).
- Convert to optionsNG.
- Honor NOPORTEXAMPLES.
|
| |
|
|
|
|
|
|
|
|
| |
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
|
| |
|
|
|
|
| |
- Fix perl path for javac wrapper. [1]
PR: ports/170772 [1]
|
| | |
|
| |
|
|
| |
Submitted by: mi
|
| |
|
|
| |
bootstrap JDK for OpenJDKs.
|
| |
|
|
|
|
| |
- Set JAVACMD environment variable to point to bootstrap JDK for ant. When
it is unset or empty, ant sets it by executing `which java`, which may be
different from bootstrap JDK.
|
| | |
|
| | |
|
| |
|
|
| |
- Catch up with icedtea.classpath.org server changes for distfiles.
|
| |
|
|
| |
Reported by: osa, barbara (barbara dot freebsd at gmail dot com)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
a u7 version released.
|
| |
|
|
|
|
|
|
| |
Create a link for a current version
Update WWW and master sites
PR: ports/171011
Submitted by: Mikhail Tsatsenko m.tsatsenko@gmail.com
|
| |
|
|
| |
Obtained from: Mark Wielaard <mjw@redhat.com> via rea@
|
| |
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/72/
PR: 171144
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
|
| |
|
|
| |
OpenJDK7 was committed as r303173.
|
| |
|
|
| |
Submitted by: jkim@
|
| | |
|
| |
|
|
| |
. Enlist openjdk7 users as testers of ant 1.8.4.
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: ports/170352
Obtained from: IcedTea Project (PR1106)
|
| |
|
|
| |
http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
|
| |
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
| | |
|
| | |
|
| |
|
|
| |
- bring in patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=374724
|
| | |
|
| |
|
|
|
|
|
| |
. Bump PORTREVISION so new packages will be built.
PR: 170294
Submitted by: Denis Generalov <gd@rambler-co.ru>
|
| |
|
|
| |
Submitted by: des@
|
| |
|
|
| |
Approved by: portmgr@ (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
| |
|
|
|
|
| |
bsd.port.options.mk. While here, convert NOPORTDOCS to DOCS option.
Pointed by: bapt
|
| |
|
|
| |
Buildlog: http://goo.gl/4U6wb
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a note to pkg-message about the problem of not seeing
the PyDev perspective
- Bump PORTREVISION
- Remove PLIST_SUB
- Add SUB_LIST, SUB_FILES (for pkg-install)
- Use a different (and ugly) way to update the bundles.info
file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz )
(post-install target) [1]
- Add an @unexec command to pkg-plist to remove any reference
to PyDev in bundles.info when you uninstall the package
(add-plist-post target)
Buildlog: http://goo.gl/B18L5
Reported by: pointyhat (via erwin, and beat) [1]
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (EPL)
- Remove variables already defined in eclipse/Makefile.plugins
- Add option JYTHON (default off)
- Add a pre-install target to generate Python bytecode
- Add instructions to update the bundles.info file, otherwise
the simple users don't see the installed plugin when running
Eclipse
- Fix instructions of pkg-message
- Remove pkg-plist (now generated automatically by eclipse/Makefile.plugins)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
E.g. for jdk1.6.0 and openjdk6 will use '6' as the version.
. Modify the preference order for Java VMs used by the internal fallback
logic to reflect that openjdk is now the default Java VM rather than diablo.
. Remove code for Java vendors that are no longer in the ports tree (e.g.
blackdown, ibm).
. Remove code for handling version numbers that are no longer present in
the tree (e.g. only 1.5 and up is supported).
. Note that openjdk is a native Java VM.
. If the environment variable JAVAVM_FALLBACK_ONLY is set then only use the
internal logic to select a Java VM, don't use the ports logic even if the
ports collection is installed. [1]
. Update the manual page for JAVAVM_FALLBACK_ONLY.
. Bump version to 2.4.
PR: 167799 [1]
|
| |
|
|
|
|
|
|
|
| |
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email
|
| |
|
|
|
| |
. Remove references to ibm (we have no IBM JDKs in the tree)
. Remove references to JDK 1.4.2 (only 1.5+ are in the tree)
|