| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
OpenJDK7 was committed as r303173.
Notes:
svn path=/head/; revision=303237
|
|
|
|
|
|
|
| |
Submitted by: jkim@
Notes:
svn path=/head/; revision=303173
|
|
|
|
| |
Notes:
svn path=/head/; revision=302858
|
|
|
|
|
|
|
| |
. Enlist openjdk7 users as testers of ant 1.8.4.
Notes:
svn path=/head/; revision=302840
|
|
|
|
| |
Notes:
svn path=/head/; revision=302768
|
|
|
|
| |
Notes:
svn path=/head/; revision=302767
|
|
|
|
|
|
|
|
| |
PR: ports/170352
Obtained from: IcedTea Project (PR1106)
Notes:
svn path=/head/; revision=302483
|
|
|
|
|
|
|
| |
http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
Notes:
svn path=/head/; revision=302145
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=302025
|
|
|
|
| |
Notes:
svn path=/head/; revision=302021
|
|
|
|
|
|
|
| |
- bring in patch from https://bugs.eclipse.org/bugs/show_bug.cgi?id=374724
Notes:
svn path=/head/; revision=301966
|
|
|
|
| |
Notes:
svn path=/head/; revision=301813
|
|
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION so new packages will be built.
PR: 170294
Submitted by: Denis Generalov <gd@rambler-co.ru>
Notes:
svn path=/head/; revision=301804
|
|
|
|
|
|
|
| |
Submitted by: des@
Notes:
svn path=/head/; revision=301800
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (implicit)
Notes:
svn path=/head/; revision=301684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=301539
|
|
|
|
|
|
|
|
|
| |
bsd.port.options.mk. While here, convert NOPORTDOCS to DOCS option.
Pointed by: bapt
Notes:
svn path=/head/; revision=301481
|
|
|
|
|
|
|
| |
Buildlog: http://goo.gl/4U6wb
Notes:
svn path=/head/; revision=301274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=301192
|
|
|
|
| |
Notes:
svn path=/head/; revision=300965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=300884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=300819
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=300778
|
|
|
|
|
|
|
|
| |
. 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)
Notes:
svn path=/head/; revision=299412
|
|
|
|
|
|
|
| |
PR: 169037
Notes:
svn path=/head/; revision=299406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Java GUI designer that makes it very easy to create Java GUI
applications without spending a lot of time writing code to
display simple forms. With WindowBuilder you can create
complicated windows in minutes. Use the visual designer and
Java code will be generated for you. You can easily add controls
using drag-and-drop, add event handlers to your controls, change
various properties of controls using a property editor,
internationalize your app and much more.
WWW: http://www.eclipse.org/windowbuilder/
Notes:
svn path=/head/; revision=299260
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop version suffixes from LIB_DEPENDS.
- Use the new options framework.
Obtained from: IcedTea Project [1]
http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733
Notes:
svn path=/head/; revision=299207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deskutils/docear instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
Notes:
svn path=/head/; revision=299157
|
|
|
|
|
|
|
|
|
|
|
|
| |
%%JAVA_VERSION%% inserted into it was never expanded...
Now that we aren't using JDK-1.{3,4} anyway, the setting of JAVA_VERSION
is, probably, redundant. Remove it and bump PORTREVISION.
While here, declare the port as unsafe for parallel building. Unfortunately.
Notes:
svn path=/head/; revision=299148
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Notes:
svn path=/head/; revision=299039
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
|
|
| |
Notes:
svn path=/head/; revision=298629
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297930
|
|
|
|
|
|
|
|
| |
Note: since eclipse update to 3.7.1 JSP editing is not working anymore, for
obscure reason a few plugins are not correctly loaded.
Notes:
svn path=/head/; revision=297929
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=297928
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=297927
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=297926
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
| |
any regressions in functionality that might have been missed. Biggest
news is that partial BSD support is now in the official source
distribution through the OS X port's inclusion.
Partly obtained from Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=297552
|
|
|
|
|
|
|
|
|
|
|
| |
the JDK build looks for them, but FreeBSD 9.x has them available in /usr/bin.
Adjusting the JDK check is a harder fix, this will get things building
again on 9.x quickly.
PR: 166996
Notes:
svn path=/head/; revision=297507
|
|
|
|
| |
Notes:
svn path=/head/; revision=297277
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=297131
|
|
|
|
|
|
|
|
|
| |
to be done to get the tests working though.
PR: 157600
Notes:
svn path=/head/; revision=296514
|
|
|
|
| |
Notes:
svn path=/head/; revision=296469
|
|
|
|
| |
Notes:
svn path=/head/; revision=296318
|
|
|
|
| |
Notes:
svn path=/head/; revision=296270
|
|
|
|
| |
Notes:
svn path=/head/; revision=296099
|
|
|
|
| |
Notes:
svn path=/head/; revision=296070
|