| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
. 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)
|
|
|
|
| |
PR: 169037
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
| |
- Drop version suffixes from LIB_DEPENDS.
- Use the new options framework.
Obtained from: IcedTea Project [1]
http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
%%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.
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
| |
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| |
|
|
|
|
|
| |
Note: since eclipse update to 3.7.1 JSP editing is not working anymore, for
obscure reason a few plugins are not correctly loaded.
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
to be done to get the tests working though.
PR: 157600
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
default it to on since I can't imagine why anyone would deliberately
want the limited strength versions given a choice.
Cribbed from java/openjdk6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
result turn it on by default again. This change bears a little more
explanation.
In UnixFileSystem.java there is a cache of canonical paths and in
particular one for paths inside java.home. The problem with looking
up time zone data is that if another path within java.home has been
looked up then the symlink for the time zone data is not resolved
(since the cache assumes there are no symlinks in java.home) and we fail
to be able to open the ZoneInfoMapping file.
One of the other features in UnixFileSystem is that the cache is not
consulted and full resolution occurs for paths containing "." or "..".
I've chosen to (ab)use this to force resolution of the time zone data
directory in ZoneInfoFile.java rather than doing something like IcedTea
did which was to introduce a tz.properties file where they would stash
the time zone info directory rather than symlinking it in. For full
reference that patch is here:
http://icedtea.classpath.org/hg/icedtea6/file/tip/patches/use-system-tzdata.patch
There are two main reasons I chose a bit of a hack rather than something
like this.
1. I want to apply the patch to non-GPL'ed code (e.g. the jdk16 port).
2. Using updated time zone data is only an option in the port and using
something like tz.properties when the option is off is clunky.
Thanks to avg@ for sleuth work on finding the bug write up and the
IcedTea fix.
|
|
|
|
| |
WWW: http://www.oracle.com/us/technologies/java/index.html
|
|
|
|
| |
- Recommend OpenJDK6 instead of the deprecated JRL-licensed port.
|
| |
|
|
|
|
| |
- Add an option to install demos and samples. Turned on by default.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: tg@
|
|
|
|
| |
breaks the Eclipse build.
|
| |
|
|
|
|
|
| |
this is done with an additional patch instead of updating the source
bundle being used and the associated patch set.
|
|
|
|
| |
Approved by: eadler (mentor)
|
|
|
|
|
|
| |
- deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream
Approved by: eadler (mentor)
|
| |
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
| |
rather than relying on the official time zone updater.
|
| |
|
| |
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
|
| |
PR: 166785
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
|
|
| |
rather than relying on the official time zone updater.
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
the JDK/JRE ports. This will make keeping up to date with new timezone
data easier and prevent all the JDK/JRE ports needing to be updated
regularly whenever a new TZUpdater is released by Oracle.
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: glewis@ (via email)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Tweak ecj.sh to handle version and compilation
- bump PORTREVISION
Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
An incremental Java compiler. Implemented as an Eclipse builder, it is based on
technology evolved from VisualAge for Java compiler. In particular, it allows to
run and debug code which still contains unresolved errors.
WWW: http://www.eclipse.org/
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/165774
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe: yes
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Feature safe: yes
|
|
|
|
|
|
|
|
| |
redirection.
PR: ports/165689
Submitted by: Sutra Zhou <zhoushuqun@gmail.com>
Approved by: glarkin@ (mentor, implicit)
|
|
|
|
| |
Update 2.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: ports/155547
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: maintainer timeout (>5weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2011-3563: Fix issues in java sound
CVE-2011-3571: Fix in AtomicReferenceArray
CVE-2011-5035: Add property to limit number of request headers to the HTTP Server
CVE-2012-0501: Better input parameter checking in zip file processing
CVE-2012-0502: Issues with some KeyboardFocusManager method
CVE-2012-0503: Issues with TimeZone class
CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass
CVE-2012-0506: Issues with some method in corba
Obtained from: IcedTea Project
|
| |
|
|
|
|
| |
Release notes: http://netbeans.org/community/news/show/1549.html
|
|
|
|
|
|
|
|
| |
is what we use doing the actual unzipping. Fixes the build for
FreeBSD 9.
PR: 164847
Submitted by: Kukushkin Konstantin <dark@rambler-co.ru>
|
| |
|
|
|
|
|
|
| |
and SIZE from eclipse-devel
Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk)
|
|
|
|
|
| |
PR: 164554
Submitted by: Jimmy Kelley <jimmy.kelley@charter.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
|
|
|
|
| |
PR: 163382
Submitted by: pgollucci
|
|
|
|
|
| |
Submitted by: Tim X <tmvfroid at gmail.com>
Approved by: crees,rene (mentors,implicit)
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: gahr
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
|
|
|
|
|
|
|
|
|
| |
JDK 6)
This is largely done for java detection for browser compatibility
Please update UPDATE_VERSION for new releases
PR: ports/163916
Submitted by: Denny Lin <dennylin93 at hs.ntnu.edu.tw>
Approved by: glewis, (rene, crees) (mentors,implicit)
|
|
|
|
|
|
|
|
| |
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da7c3e
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33
http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f1a18ada5853
- Fix POLICY option. It was silently enabled by default with b19 update.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
|
|
|
| |
Approved by: portmgr (itetcu)
|
|
|
|
|
| |
PR: ports/163793
Submitted by: Tino Engel <tino.engel@porno-muenchen.de>
|
|
|
|
|
|
|
|
|
|
| |
- pet portlint
- consolidate cleanup of .orig and .bak files
PR: ports/163254
Submitted by: jgh (me)
Reviewed by: rene
Approved by: maintainer (timeout), crees (mentor)
|
|
|
|
| |
zoneinfo files (otherwise they are no longer present during reinstall).
|
|
|
|
|
|
|
| |
zoneinfo files (otherwise they are no longer present during reinstall).
PR: 163790
Submitted by: "A.J. Kehoe IV (Nanoman)" <cT2CTdJ6@nanoman.ca>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
| |
* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files
PR: ports/161946
Submitted by: Jilles Tjoelker <jilles at stack.nl>
Reviewed by: glewis
Approved by: glewis, crees (mentor)
|
|
|
|
|
|
|
|
|
|
| |
* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files
PR: ports/161945
Submitted by: Jilles Tjoelker <jilles at stack.nl>
Reviewed by: glewis
Approved by: glewis, crees (mentor)
|
|
|
|
|
| |
PR: 163658
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
|
|
|
|
|
|
|
| |
Otherwise we've removed the files before we unregister and unregistering
doesn't correctly remove the symlinks it created during registration.
Pointed out by: pointyhat (courtesy of pav@)
|
| |
|
|
|
|
|
| |
PR: 163486
Submitted by: scheidell@
|
| |
|
|
|
|
| |
Submitted by: Andrew Stadtler <astadtler@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
JARs by passing -L to rsync rather than -l.
. Bump PORTREVISION since this can cause plugin installation to fail.
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Add x11/libXext to build dependencies. [2]
- Make portlint happy. [3]
PR: ports/162646 [1]
ports/156319 [2]
ports/161985 [3]
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Fixes installation of plugins by a user.
Submitted by: tg@
Confirmed by: Ronald Klop <ronald-freebsd8@klop.yi.org>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162730
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
|
| |
|
|
|
|
|
|
|
|
| |
breaking on package building.
PR: ports/162323
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Pointyhat to: crees
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
|
|
|
|
|
| |
PR: ports/162199
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
audio/p5-MusicBrainz-Client Disappeared from CPAN
editors/doxymacs Depends on www/w3-4, which is DEPRECATED
graphics/libart Does not fetch, no more public distfiles
java/jboss4 Does not build with new ant
korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo Depends on korean/hlatex, which is DEPRECATED
korean/hlatex No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid Disappeared from CPAN
multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex Upstream disapeared and distfile is not available
net/py-timeoutsocket Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc No more public distfiles
www/w3-4/Makefile Upstream disapeared and distfile is not available
www/commonist Depends on textproc/javacc, which is DEPRECATED
www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons Upstream disapear and distfile is no more available
x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap No more public distfiles
x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/70/relnotes.html
|
|
|
|
|
|
|
| |
- Upstream switched from ant to maven
PR: ports/161696
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
|
| |
|
| |
|
|
|
|
|
| |
PR: 161874
Submitted by: Alexey Markov <redrat@mail.ru>
|
|
|
|
| |
2011-10-11 java/java-tutorial: disappeared from vendor a long time ago
|
| |
|
|
|
|
|
| |
PR: ports/161279
Submitted by: "Mikhail T." <michael@fun-box.ru> (maintainer)
|
|
|
|
|
|
| |
by subversion itself.
(2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
|
|
|
|
|
|
|
|
|
|
|
| |
Make FreeBSD patches to be port's options and remove separated port.
Rename patches to more sane names.
Add devel/subversion16 port, for people, who need old version.
Mark ports, which could not be built with subversion 1.7.x, as
conflicting with new subversion.
|
|
|
|
|
| |
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
|
|
|
|
|
|
|
|
|
|
|
|
| |
event-driven network application framework and tools
for rapid development of maintainable high performance &
high scalability protocol servers & clients.
WWW: http://www.jboss.org/netty
PR: ports/154285
Submitted by: Mikhail T. <michael@fun-box.ru>
Approved by: miwi, wen (mentors implicit)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
|
|
| |
graudeejs@gmail.com
|
| |
|
|
|
|
|
| |
upstream
- reset maintainership to ports@
|
| |
|
|
|
|
|
|
|
| |
include it (i386 does).
PR: 155107
Submitted by: ohauer@
|
| |
|
| |
|
|
|
|
|
| |
PR: 159799
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com>
|
|
|
|
| |
PR: ports/160196
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 159950
Submitted by: Garrett Cooper <gcooper@ixsystems.com>
|
| |
|
|
|
|
| |
Submitted by: portsnap index build bot
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
|
|
|
|
| |
under ICEDTEA option. [1]
- Chase default Korean font directory change.
PR: ports/158304 [1]
Obtained from: IcedTea Project [1]
|
| |
|
|
|
|
|
|
|
| |
- bump portrevision
PR: 159407
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
|
|
|
|
| |
disappeared.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: tg
|
|
|
|
|
|
| |
tar: share/applications/eclipse-devel.desktop: Cannot stat: No such file or directory
Reported by: pointyhat
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
2011-07-28 java/linux-blackdown-jdk14: ancient version of Java
2011-07-28 java/linux-sun-jdk14: ancient version of Java
|
|
|
|
|
| |
2011-07-28 java/jboss3: Depends on expired Java 1.4
2011-07-28 textproc/galax: Depends on expired Java 1.4
|
|
|
|
|
| |
2011-07-12 java/jdk13: ancient version of Java
2011-07-12 java/linux-sun-jdk13: ancient version of Java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
|
|
|
|
|
|
|
|
|
|
| |
devel/colorer
java/jboss3
security/jce_policy14
textproc/galax
PR: ports/158969
Submitted by: rene
|
|
|
|
|
| |
PR: 158859
Submitted by: tg@
|
|
|
|
| |
Submitted by: tg@
|
|
|
|
| |
Submitted by: tg@
|
|
|
|
|
| |
2011-07-12 java/shujit: ancient version of Java
2011-07-09 net-im/skype12: very old version
|
|
|
|
|
| |
Reported by: David Wolfskill (david at catwhisker dot org)
Pointy hat to: jkim
|
|
|
|
|
|
| |
7.4 and 8.2 when both "RHINO" and "TEST" options are enabled.
Suggested by: Warren Block (wblock at wonkity dot com)
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace various Linuxisms in Makefile with little more portable code.
Remove now unnecessary build dependency of sysutils/coreutils.
- Install launcher wrappers with INSTALL_SCRIPT[1].
- Rename javaws launcher to itweb-javaws throughout. This conflicts with
a symlink created by java/javavmwrapper[2].
PR: ports/158826 [1]
Reported by: glewis [2]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Import more complete JPEG class support and turn on ICEDTEA option by
default. [1]
- Remove obsolete WEB option. Note the functionality is now moved to a new
port java/icedtea-web, which depends on ICEDTEA option of this port.
Obtained from: IcedTea project [1]
|
|
|
|
|
|
|
| |
applets written in the Java programming language and an implementation of
Java Web Start, originally based on the NetX project.
WWW: http://icedtea.classpath.org/wiki/IcedTea-Web
|
|
|
|
|
|
|
| |
This gets us closer, but the WITH_TESTS option still does not work.
The build now fails while applying patches.
PR: 157600
|
|
|
|
| |
Submitted by: tg@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
since a number of places in the code check for that and assume that it
means an error occurred. On FreeBSD, in particular, the value of
ifr_flags can be negative if multicast is enabled on the socket since
the possible flags have expanded to fill more than a short.
Instead of blindly promoting ifr_flags to an int, which will preserve
the sign, we fill the int return value with ifr_flagshigh in the high
16 bits and ifr_flags in the low 16 bits.
PR: 155186
Reported by: Alex Hayward <xelah-freebsd-pr@xelah.com>
|
|
|
|
| |
Submitted by: pav via pointyhat
|
| |
|
|
|
|
|
| |
PR: 158280
Submitted by: milki <milki@rescomp.berkeley.edu>
|
| |
|
| |
|
|
|
|
| |
Inspired by: glewis (who proposed to axe them right now)
|
|
|
|
| |
2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer
|
| |
|
|
|
|
|
| |
PR: 158280
Submitted by: milki <milki@rescomp.berkeley.edu>
|
|
|
|
|
| |
PR: 158280
Submitted by: milki <milki@rescomp.berkeley.edu>
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 158361
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
|
|
|
|
|
|
| |
PR: ports/157585
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor)
|
| |
|
|
|
|
|
| |
Submitted by: maintainer
PR: ports/158204 (in followup)
|
| |
|
| |
|
|
|
|
| |
Approved by: rene (mentor)
|
|
|
|
| |
- Use fake JDK update version as IcedTea-Web does.
|
|
|
|
|
| |
ancient and no doubt full of vulnerabilities. There are no dependencies
on them.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
Reported by: Christer Solskogen <christer.solskogen@gmail.com>
Dominic Fandrey <kamikaze@bsdforen.de>
Pointy hat to: glewis
|
| |
|
| |
|
|
|
|
| |
Release information: http://netbeans.org/community/releases/70/
|
|
|
|
|
|
| |
PR: ports/156437
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
|
|
|
|
| |
Submitted by: tg@
|
|
|
|
|
|
|
|
| |
invoking sed manually.
. IGNORE & RESTRICTED messages should not be quoted
PR: 142704
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
|
|
|
|
|
|
|
|
|
|
| |
. Add xft to USE_XORG [1]
. Teach the appropriate Makefile where to look for the FreeType headers.
. Bumping PORTREVISION for paranoia's sake since I have some concerns about
runtime linkage issues with regards to this. Normally that wouldn't be
necessary but I think we're better being safe here.
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
|
| |
|
|
|
|
|
|
|
| |
2011-05-01 java/avalon-logkit: Upstream disapear and distfile is no more available
2011-05-01 java/gnu-regexp: Upstream disapear and distfile is no more available
2011-05-01 java/jce-aba: Upstream disapear and distfile is no more available
2011-05-01 java/jsdk: Upstream disapear and distfile is no more available
|
| |
|
|
|
|
|
|
|
|
| |
. Fix download links. [2]
PR: 156602 [1]
Submitted by: Thomas Johnson <tom@claimlynx.com> [1]
Suggested by: linimon@ [2]
|
|
|
|
|
|
|
|
| |
. Fix download links. [2]
PR: 156602 [1]
Submitted by: Thomas Johnson <tom@claimlynx.com> [1]
Suggested by: linimon@ [2]
|
|
|
|
|
|
|
|
| |
. Fix download links. [2]
PR: 156602 [1]
Submitted by: Thomas Johnson <tom@claimlynx.com> [1]
Suggest by: linimon@ [2]
|
|
|
|
|
|
|
|
| |
. Fix download links. [2]
PR: 156602 [1]
Submitted by: Thomas Johnson <tom@claimlynx.com> [1]
Suggest by: linimon@ [2]
|
|
|
|
|
|
|
| |
- Add PORTDOCS
PR: ports/156095
Submitted by: Chris Rees <utisoft at gmail.com> (maintainer)
|
|
|
|
|
|
| |
COPYTREE_SHARE'ing into target directory
Reported by: PH (via pav)
|
| |
|
| |
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/70/relnotes.html
|
| |
|
| |
|
|
|
|
| |
Reported by: Seva Fwd <seva_fwd@yahoo.com>
|
|
|
|
|
| |
2011-03-31 java/netbeans4: old, unmaintained
2011-03-31 java/netbeans5: old, unmaintained
|
| |
|
|
|
|
|
|
| |
an ancient xulrunner (i.e., 1.9.2.9 and earlier). This commit should fix:
PR: ports/155381
|
|
|
|
|
|
|
|
|
| |
- Use bundled Ant instead of system to resolve build breakage
PR: 153697
Reported by: Makoto Kishimoto <ksmakoto AT dd DOT iij4u DOT or DOT jp>
Patch by: Jimmy Kelley <ljboiler AT gmail DOT com>
Approved by: maintainer timeout (>2 months)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/441f88d39988/src/solaris/native/java/net/net_util_md.c
Note it has no functional change for FreeBSD because sizeof(socklen_t) is
luckily sizeof(int). Actually, this commit is just to note that the regression
was acidentally pulled in from upstream because of my ignorance. Specifically,
the following commit was the culprit:
http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/b7fce4bac617/src/solaris/native/java/net/net_util_md.c
FYI, it also triggered the following upstream PR:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6730740
Obtained from: OpenJDK project
Pointyhat: jkim
|
|
|
|
| |
7.X and up, for removal in one month
|
|
|
|
| |
On amd64 every call to getsocktopt returns a "Bad address" SocketException.
|
|
|
|
| |
JAD development is actual dead, but it's still heavily used.
|
|
|
|
| |
where no distfiles can be found and are not used by maintained ports
|
|
|
|
| |
while here remove MD5
|
|
|
|
| |
- Un-IGNORE
|
| |
|
|
|
|
|
|
|
|
| |
off by default) and sort options. Add a basic wrapper to resurrect
com.sun.image.codec.jpeg using javax.imageio under the new option.
Obtained from: icedtea.classpath.org
PR: java/155288
|
|
|
|
|
| |
PR: 155270
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
|
|
|
| |
the port tinderboxen can build the port again.
PR: 155285
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
|
|
|
|
|
|
|
|
|
|
|
| |
option when IPv6 is enabled and failed to create a socket.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6342561
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6882910
For in-depth analysis of this problem from FreeBSD perspective, please see:
http://diario.beerensalat.info/2008/10/12/java_and_ipv6_on_bsd.html
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/154187
Submitted by: ale
Approved by: portmgr (pav)
|
| |
|