| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
work, diablo-jdk15 won't, so the safest way to do this is to just
enforce jdk16 or diablo-jdk16.
. Enforce using something that was compiled on FreeBSD 8.x since the binary
packages are likely to cause problems.
|
|
|
|
|
| |
PR: 125722
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
|
|
| |
- Define USE_LINUX as it installs Linux binaries (bump PORTREVISION)
- Remove ONLY_FOR_ARCH since it's an Linux binary port
- Extract contents in WRKSRC at do-extract target (was done in do-install)
- Move patching work from do-install to do-patch
- Use SUB_FILES for pkg-message substitution
|
|
|
|
|
|
|
|
| |
mark this port works for amd64, too.
- Update download URL since the old one does not work anymore
PR: ports/126755
Submitted by: Douglas William Thrift <douglas at douglasthrift.net>
|
|
|
|
|
|
| |
if it already exists. Since the bootstrap JDK can be an already
installed instance of itself this creates a circular dependency which
breaks portmaster and possibly other port management tools.
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
|
| |
. Unquote RESTRICTED.
. Begin IGNORE with a lower case letter.
. printf -> ${PRINTF}
. Remove some unnecessary whitespace.
|
|
|
|
| |
. printf -> ${PRINTF}.
|
|
|
|
|
| |
nicely formatted and error out rather than trying to use IGNORE and
resetting ECHO_MSG.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Actually create a valid BUILD_DEPENDS for the bootstrap JDK instead of
just skipping it.
. Make the default bootstrap JDK diablo-jdk16 rather than diablo-jdk15.
We should actually try and get this from bsd.java.mk somehow.
. Fix some portlint warnings:
. No quotes for RESTRICTED and NO_CDROM.
. Use variables for executables rather than the raw names.
. If DISTFILES are missing then print out the instructions to get them
nicely formatted and error out rather than trying to use IGNORE and
resetting ECHO_MSG.
. Fix some grammar errors in various messages printed out by the port.
|
|
|
|
| |
Reported by: itetcu@
|
| |
|
| |
|
|
|
|
|
| |
PR: 126220
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
| |
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
|
|
|
| |
MAKE_ENV
|
| |
|
|
|
|
|
| |
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
|
|
|
|
|
| |
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
|
|
|
|
|
| |
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
|
|
|
|
|
|
| |
PR: 125418
Submitted by: maintainer
Reported by: pavbot
|
| |
|
|
|
|
|
|
| |
PR: ports/122955
Submitted by: maintainer
Approved by: clawsie at fastmail dot fm via email
|
| |
|
|
|
|
|
|
|
|
|
| |
(2) Fix CATEGORIES for devel/*-subversion ports
(3) Add note to UPDATING about neon26/neon28 transition and
binding changes.
PR: ports/125168 [2]
Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
|
|
|
|
|
| |
PR 124454
Submitted by: gahr@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Error if the time zone update fails. This is a bit of a double edged
sword. It prevents installing a broken port with a broken packing list
if Diablo won't run on this version of FreeBSD, but it also creates a
situation where the install can fail without really needing to if you
have to retry it for some reason (e.g. you forget the root password when
installing as a user). If the latter is the case, you'll need to first
clean to before trying to install again to resolve the issue.
Making pre-install somewhat bogusly pre-install or checking for the
existence of an updated time zone file before running tzupdate may
alleviate the problem with this solution.
PR: 125085
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer timeout on BotMail
|
|
|
|
|
|
|
|
| |
- use MAN1 for man page anr remove it from plist
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
|
|
|
|
|
|
| |
Implement memory detection in startup script.
Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
confuses portmaster, which (understandably) expects that we didn't
fake up our bootstrap dependency.
Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one
installed. A more complicated and arguably more correct patch would
always set up the BUILD_DEPENDS for the bootstrap JDK but would do so
correctly based on what it found to use.
This almost certainly needs to happen to the other jdk* ports, but I'm
going to await some positive feedback before doing so.
|
|
|
|
|
|
| |
Pointy hat to: lippe
Reported by: araujo
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
| |
PR: 124206
Submitted by: yours truly
Approved by: nemoliu (maintainer)
|
|
|
|
|
| |
Reported by: pavbot
Approved by: maintainer implicit
|
| |
|
|
|
|
|
|
| |
PR: 123624
Submitted by: Andrew Reilly <areilly@bigpond.net.au>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
framework provides a useful abstraction on which to write unit test
fixtures and unit test cases. JTiger tools provide functionality
that is often desired in software unit testing environments. JTiger
development encourages Test Driven Development, though it doesn't
mandate it, and any unit testing software development technique
is sufficient.
WWW: http://www.jtiger.org
PR: ports/124209
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
|
|
|
| |
- Adjust download URL
PR: 124204
Submitted by: yours truly
Approved by: maintainer timeout
|
|
|
|
|
|
| |
fixed in next two months.
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
- Reset maintainer.
PR: ports/123162 [1]
Submitted by: Wen Heping <wenheping@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: ports/123854
Submitted by: maintainer
|
|
|
|
| |
Submitted by: QA Tindy run
|
|
|
|
| |
Submitted by: pavbot/maintainer
|
|
|
|
| |
Submitted by: pavbot/maintainer
|
| |
|
|
|
|
|
|
| |
PR: 120959
Reported by: Andrew Reilly <areilly@bigpond.net.au>
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/123699
Submitted by: Lapo Luchini
|
|
|
|
| |
Submitted by: gahr@
|
| |
|
|
|
|
|
| |
PR: ports/121001
Submitted by: Stefan Schmidt <stefan.schmidt(at)stadtbuch.de>
|
|
|
|
| |
Submitted by: Ken Yamada
|
|
|
|
|
|
|
| |
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123189
Submitted by: Greg Larkin
|
|
|
|
|
|
|
| |
- Remove Java 1.1 related logic
PR: 122520 [1]
Submitted by: Wen heping <wenheping@gmail.com> [1]
|
| |
|
|
|
|
|
|
|
| |
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123190
Submitted by: Greg Larkin
|
|
|
|
|
|
|
| |
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123191
Submitted by: Greg Larkin
|
|
|
|
| |
Noticed by: Andrei V. Lavreniyuk (via -Wformat)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
| |
PR but also fixes the packing list and the path to tzupdater and bumps
PORTREVISION.
PR: 123188
Submitted by: Greg Larkin
|
|
|
|
|
|
|
|
| |
PR but also fixes the packing list and the path to tzupdater and bumps
PORTREVISION.
PR: 123187
Submitted by: Greg Larkin
|
|
|
|
|
| |
PR: 123293
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
|
|
|
| |
pages if LANG is set to ja_JP.eucJP and the port is installed.
Diablo packages contain japanese manual pages and jman seems to format them
mostly fine.
Reviewed by: glewis (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fix reversed vendors (bsdjava <-> freebsd).
- Update port version to 2.3.1.
Reviewed by: glewis (maintainer)
|
|
|
|
|
| |
PR: 123114
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
| |
Submitted by: pointyhat via pav
|
|
|
|
|
| |
PR: 122912
Submitted by: Wen heping <wenheping@gmail.com>
|
| |
|
|
|
|
| |
Submitted by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
PR: 122704
|
|
|
|
| |
- New MASTER_SITE address
|
| |
|
|
|
|
|
|
| |
- Put installed file in PLIST_FILES and remove pkg-plist
Approved by: miwi (mentor)
|
|
|
|
|
| |
PR: 122258
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
JVM specification version 2 (blue book).
It is designed to support the full specification, and includes support
for object finalisation, Soft/Weak/Phantom References, class-unloading,
the Java Native Interface (JNI) and the Reflection API.
WWW: http://jamvm.sourceforge.net/
PR: ports/122312
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
|
|
|
|
|
| |
PR: ports/122399
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/122311
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
|
| |
|
|
|
|
|
| |
PR: 121288
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
|
|
|
|
|
| |
PR: ports/121966
Submitted by: Dominic Fandrey <kamikaze at bsdforen.de />
|
|
|
|
|
|
| |
- build from sources
- add documentation
- add dependencies
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 122247
Submitted by: Simon Olofsson <simon@olofsson.de>
|
|
|
|
|
|
|
| |
. Don't limit this to i386.
PR: 121698
Submitted by: lioux@
|
|
|
|
|
| |
Reported by: danfe
Approved by: miwi (mentor)
|
| |
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
| |
PR: ports/121511
Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
|
|
|
|
|
|
|
| |
- Update maintainer mail adress
PR: 121398
Submitted by: Dominic Fandrey <LoN_Kamikaze@gmx.de> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-20 www/gekko: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/
2008-01-20 www/gekko-modules: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/
2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is to be removed from the ports tree
2008-01-14 french/pluxml: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details
2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated
2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated
2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a
2007-11-01 audio/nogger: "just makes a humming noise""
|
|
|
|
|
|
|
|
|
|
| |
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon)
|
| |
|
|
|
|
| |
Submitted by: Pieter de Goeje <pieter@degoeje.nl>
|
|
|
|
|
|
|
|
| |
- Use SF macro
- Bump PORTREVISION
PR: 120926
Submitted by: Bjoern Koenig (maintainer)
|
|
|
|
|
| |
PR: 120768
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 120467
Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
|
|
|
|
| |
. Allow bootstrapping with jdk 1.6.
|
| |
|
| |
|
|
|
|
|
| |
PR: 119397
Submitted by: Bernhard Froehlich <decke@bluelife.at>
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Elvin protocol.
PR: ports/120111
Submitted by: Benjamin Close <benjsc at FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
| |
framework. Spring delivers significant benefits for many projects,
increasing development productivity and runtime performance while
improving test coverage and application quality.
WWW: http://www.springframework.org/
PR: ports/119273
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
|
|
|
|
| |
- Bump PORTEPOCH
|
|
|
|
|
|
|
|
| |
development -- making Eclipse a first class Python IDE -- It comes with
many goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
WWW: http://pydev.sourceforge.net/
|
|
|
|
|
|
|
| |
for by the JDK sanity check. No CUPS libraries are linked against by
the build, so we don't need it at run time.
Requested by: Stefan Thurner <thurners@nicsys.de>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
- Use SF macro.
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
| |
- Use SF macro.
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
|
| |
port on FreeBSD 7.x and higher as mixing the native 7.x libraries of
eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble.
PR: 118115
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
than eclipse. [1]
. Use a more consistent naming convention as per other -devel ports. [1]
. Remove trailing blank lines in distinfo to make portlint(1) happier. [1]
. Force eclipse-devel to use one of the jdk* ports rather than the
diablo-jdk15 port on FreeBSD 7.x and higher as mixing the native
7.x libraries of eclipse and the native 6.x libraries of diablo-jdk
is a recipe for trouble. [2]
PR: 119403 [1], 118115 [2]
Submitted by: Daniel Rucci <rucci@smurfbsd.warganizer.com> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Features supported are syntax highlighting, on the fly syntax check, graphical
outline, Test::Unit view/runner, Ruby application launching, content assist,
source formatter, Ruby debugging, Type Hierarchy view, Ruby specific Search,
Refactoring, and much, much more.
A regular expression plugin is also available (Thanks to the EPIC project).
WWW: http://sourceforge.net/projects/rubyeclipse/
PR: ports/119630
Submitted by: rehsack at web.de
|
|
|
|
| |
Prompted by: ale, Havard Eidnes <he@uninett.no>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 118735
|
| |
|
| |
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows jconsole to show valid statistics for the following
OperatingSystem MBean statistics (some of these statistics are also shown
in the Summary and VM tab of jconsole):
TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and
TotalPhysicalMemorySize.
Note that MaxFileDescriptorCount has always been correct as far as I
can tell.
. Also, implement the function for ProcessCpuTime using a non-deprecated
function (getrusage(2) rather than times(3)).
These changes are restricted to 6.x and higher and have only been tested
on 6.x (where they appear to work correctly). The changes are not valid
for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome).
The PR is not fully addressed by these changes since
CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus.
Suggestions on how to get these without using kvm(3) would be appreciated.
PR: 118735
|
|
|
|
|
| |
o PLIST can be automatically generated by the target generate-plist-locally
o No PORTREVISION bump since there were no other changes
|
|
|
|
| |
Hibernate3 Tools for the Eclipse IDE
|
|
|
|
|
|
| |
- Use Data Tools SDK distribution from now on for other ports'
benefit
o Fix typo on "Date Created" tag in the port's Makefile
|
|
|
|
|
|
|
|
| |
robust support for HTML, CSS and Javascript (bundled libraries:
ExtJS, jQuery, Mochikit, Scriptaculous, Adobe Spry, YUI, Prototype,
and Dojo). This is the plug-in for Eclipse.
WWW: http://www.aptana.com/
|
|
|
|
|
|
|
|
|
|
|
| |
It features automatic generation of the following methods using
commons-lang builders: toString(), hashCode(), equals(Object),
compareTo(Object).
WWW: http://sourceforge.net/projects/commonclipse/
PR: ports/118890
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Split classpath into separate port
- Switch to libffi-devel to allow build on !386
PR: ports/118288, ports/118312
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
|
|
|
|
|
|
| |
- fix fetch error
Approved by: delphij(mentor)
|
|
|
|
|
|
|
| |
- Restrict to JDK 1.5 only
PR: ports/118642
Submitted by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (marcus)
|
|
|
|
|
|
| |
of tzupdater is no longer available).
Approved by: portmgr (linimon)
|
|
|
|
| |
Approved by: portmgr (linimon)
|
|
|
|
|
|
|
|
| |
- Make fetchable
PR: 117483
Submitted by: miwi
Approved by: portmgr (pav)
|
|
|
|
|
| |
Reviewed by: ade
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
| |
been removed from Java since 1.6.
PR: ports/117606
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
WWW: http://java.sun.com/javase/
Approved by: glewis (mentor)
|
|
|
|
|
|
| |
WWW: http://java.sun.com/j2se/1.5/
Approved by: glewis (mentor)
|
|
|
|
| |
Submitted by: Ken Yamada <ken@tydfam.jp>
|
|
|
|
| |
Submitted by: Ken Yamada <ken@tydfam.jp>
|
| |
|
| |
|
|
|
|
| |
dependency to implicitly pull in the X libraries we need.
|
|
|
|
| |
is released.
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
|
|
|
|
|
|
|
|
|
| |
this plugin is the integration of man page information for content assist
and text hover.
WWW: http://sourceforge.net/projects/shelled
PR: ports/117174
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
| |
|
|
|
|
| |
and FreeBSD local sites.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
before it replaces Eclipse 3.2.
The submitters (listed in alphabetical order) collaborated on this.
Submitted by: Mike Bowie <mbowie@buzmo.com>
Dan Rucci <dan@rucci.org>
Ken Yamada <ken@tydfam.jp>
|
| |
|
|
|
|
|
|
|
| |
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
|
|
|
|
|
|
| |
dependency to implicitly pull in the X libraries we need.
Requested by: linimon
|
|
|
|
|
| |
PR: 117073
Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
|
|
|
|
|
|
|
| |
- Update to 6.0.5
PR: 117023
Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file of J2EE application, internationalization correspondence with desktop
application, etc. being sufficient. However, you have to change the multi-byte
character in a file into Unicode with the native2ascii tool of attachment in
J2SDK on the character platform un-depending.
This editor can directly edit property files written in Unicode reference
characters, and saves the time and effort of converting into Unicode through
native2ascii. In addition to the usual functions of an editor, the plugin is
integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved
in Unicode. It can use by intuitive and simple operation.
WWW: http://propedit.sourceforge.jp/index_en.html
PR: ports/116871
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
|
|
|
| |
Reported by: John Prather <john.c.prather@gmail.com>
|
|
|
|
| |
Reported by: John Prather <john.c.prather@gmail.com>
|
| |
|
|
|
|
|
|
| |
PR: ports/116700
Reported by: Michiel Boland (michiel at boland dot org)
Approved by: glewis (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 115346
Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
|
|
|
|
| |
Approved by: glewis, znerd
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
| |
|
| |
|
|
|
|
|
| |
PR: 116634
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
|
|
| |
WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl
PR: ports/115825
Submitted by: Veit Jahns <vj562001 at yahoo.de>
|
|
|
|
|
|
| |
PR: ports/116465
Submitted by: Sebastian Mindling <dev at mindling.com>
Approved by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
|
|
|
|
|
|
|
| |
- install files in correct locations
- add retrace executable
- remove dead pkg-message
- take maintainership
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
priority threads got time slices. Instead, just call pthread_yield().
On FreeBSD 7.x with libthr, this will still give lower priority threads
some time (with the above flag turned on), although such behaviour is
not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on
an 8 core system, putting it on a par with Solaris (benchmarks by kris@).
The Java standard and the JCK tests are somewhat contradictory on thread
priority being guaranteed to work, and in this case the performance
benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
patching it into a file at build time. This simplifies the Makefile.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
|
|
|
|
|
|
|
|
| |
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
|
|
|
|
|
|
| |
Since the structure members being deferenced into the variables are
short*, just use short as the variable type and eliminate the use of
fastInt and the header include altogether.
|
|
|
|
|
| |
PR: 116204
Submitted by: nrgmilk <nrgmilk@gmail.com>
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to be made gcc 4.2 compliant.
|
|
|
|
|
|
|
|
|
| |
block that Linux and Solaris use.
This was already fixed in the repo but I'd neglected to commit the fix
to the port and it was independently submitted as noted below.
Submitted by: Michiel Boland <michiel@boland.org>
|
|
|
|
|
|
|
|
| |
start closing file descriptors at FAIL_FILENO + 1 rather than 3. This
fixes the problem with determining the exit code for exec()'ed processes.
PR: 115557
Submitted by: Michiel Boland <michiel@boland.org>
|
|
|
|
| |
on 7.x.
|
|
|
|
|
|
|
| |
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
|
|
|
|
|
|
| |
there.
Pointed out by: pointyhat (via kris)
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
Pointed out by: pointyhat (via kris)
|
|
|
|
|
|
|
| |
still experimental.
Tested by: Huang wen hui (hwh at gddsn dot org dot cn)
Approved by: glewis (maintainer)
|
|
|
|
| |
Approved by: glewis (maintainer)
|
| |
|
|
|
|
| |
Submitted by: linimon@'s broken ports reminder
|
|
|
|
|
|
| |
during the port build and not during the package install.
Requested by: kris
|
|
|
|
|
|
| |
during the port build and not during the package install.
Requested by: kris
|
|
|
|
|
|
|
|
| |
- Install FreeBSD-specific NSPR header file instead of default Solaris header.
Note the port revision is not updated because it does not affect most users.
Approved by: glewis (maintainer)
|
|
|
|
| |
Inspired by: scf
|
|
|
|
|
|
|
| |
Linux JDK on all supported FreeBSD versions and doesn't require Linux
emulation to be installed.
Inspired by: scf
|
|
|
|
|
|
|
| |
. Update the main commented out MASTER_SITE.
. Bump PORTREVISION.
Submitted by: "barbara" <barbara.xxx1975@libero.it>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Add some more make environment variables to control the build of the
debug versions. [1]
. Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1]
. Install more of the Gnome desktop files, and provide them with the
correct path for the installation. [1]
. Add ${LOCALBASE}/lib to the default library path in HotSpot. [1]
. Backwards compatibility in time zone updates. [1]
. Bump PORTREVISION.
Submitted by: jkim [1]
Inspired by: scf [2]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The port was done by the submitter for Update 1, I've made the minor
changes for Update 2.
Submitted by: jkim
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
| |
- Assign eclipse@FreeBSD.org as maintainer
PR: ports/113435
Submitted by: Rick Petty, tmclaugh
Approved by: maintainer timeout (more than 3 months)
Approved by: delphij (mentor)
|
|
|
|
|
| |
. Remove dependency on java/collections since they've been a part of
the standard runtime library since 1.2.
|
|
|
|
|
| |
structure members being dereferenced into the variables are 'short*'
after all, not 'fastInt*'.
|
|
|
|
|
|
|
|
|
| |
appears to actually match the type of variable its being used with in the
code (although it seems that it may be even cleaner to just replace 'fastInt'
with 'short').
This also partially bandaids a build problem some are seeing since Hint.h
is a less common header file name than cpu.h.
|
|
|
|
|
|
| |
still experimental.
Approved by: glewis (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/110768
Submitted by: nemoliu
Approved by: maintainer (previous version, with reservations)
|