| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Bundle libfreetype.so.6.
|
|
|
|
| |
- Support staging.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
. Use version 1.9.3 of ant [1]
. Don't insist on GCC since compilation with clang now works [2].
Obtained from: jkim@'s openjdk7 redport repo ([1], [2])
|
| |
|
| |
|
|
|
|
|
|
| |
- Use USES=shebangfix instead of rolling our own. Simplify and clean up.
Reported by: Andrzej Tobola (ato at iem dot pw dot edu dot pl)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
. Remove support for diablo* and j* ports.
. Add support for linux-oracle* ports.
. Remove support for Java version 1.5.
. Add support for Java version 1.8.
. Add support for Oracle as a vendor.
. Bump PORTVERSION.
. Remove CONFLICTS for ports that no longer exist.
|
| |
|
| |
|
|
|
|
|
|
| |
Release notes: https://netbeans.org/community/releases/80/relnotes.html
New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80
- IGNORE netbeans-devel
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
respect examples
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
. Replace hardcoding of "8" with ${JDK_VERSION}.
|
| |
|
| |
|
|
|
|
|
| |
While here stagify what was not staged yet
Convert to USES=webplugin where needed and add desktop-file-utils dependency to icedtea-web
|
|
|
|
|
|
| |
Use options helpers
Modernise LIB_DEPENDS
use pax instead of copytree_share to install, this allows preserving the modes and thus avoid playing with ${CHMOD}
|
| |
|
| |
|
|
|
|
| |
WWW: http://www.oracle.com/us/technologies/java/index.html
|
|
|
|
|
|
| |
- Prefer PKGNAMESUFFIX to deprecated LATEST_LINK.
Reported by: sunpoet
|
|
|
|
| |
Reported by: swills@
|
| |
|
|
|
|
| |
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)
|
|
|
|
|
|
| |
- Kill files/
Submitted by: Johannes Jost Meixner <xmj@chaot.net> (via irc)
|
|
|
|
|
|
| |
- Kill files/
Submitted by: Johannes Jost Meixner <xmj@chaot.net> (via irc)
|
|
|
|
|
| |
PR: ports/187538
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
| |
PR: ports/187536
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
|
|
| |
- Kill files/
PR: ports/187537 (second half)
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
|
|
| |
- Kill files/
PR: ports/187535 (second half)
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
| |
PR: ports/187535
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
| |
PR: ports/187537
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
|
|
|
|
|
| |
Support staging.
Struts is now an Apache project, adjust the package name and comment
accordingly to honor their branding guidelines.
PR: 183127
Submitted by: pfg
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://java.net/jira/browse/OPENJDK6-29
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
|
| |
|
|
|
|
|
|
| |
actually fixes java/icedtea-web because libsplashscreen.so was looking for
libiconv_open() and libiconv_close() from libiconv instead of iconv_open()
and iconv_close() from libc. Tidy up compiler/linker flags while I am here.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
|
|
|
|
|
| |
- Re-enable mixed mode by default. Now we know it is not our problem.
- Do not build with system zlib and include libstdc++.so.6 in the distfile
to avoid misc/compat8x dependency.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
|
|
|
|
|
|
|
|
|
| |
always empty without this. [1]
- Add -DLIBICONV_PLUG to CFLAGS to enforce the use of libc iconv even when
libiconv is installed. [2]
PR: ports/184204 [1], ports/184782 [1], ports/186956 [2]
Approved by: glewis (maintainer)
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support staging
PR: ports/186424
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
|
|
|
|
|
| |
- Add stage support
- Improve COMMENT
- Change MASTER_SITES to GH
- Take maintainership
|
|
|
|
|
|
| |
tzdata 2013i from the upstream. Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here.
|
|
|
|
| |
- Thank you hq@ for your years of service!
|
| |
|
| |
|
| |
|
|
|
|
|
| |
STAGEfy java/java-subversion.
Make java/java-subversion build on 10.0-RELEASE.
|
|
|
|
| |
- This port requires gcc
|
| |
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
|
|
|
| |
- Use OPTIONS helpers
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
| |
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
|
|
|
| |
- Remove infozip dependency
|
| |
|
|
|
|
| |
- Remove deprecated NOPORTDATA
|
|
|
|
| |
PR: 186636
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
- STAGE-clean
- Use anti-aliased fonts in the editor
- Remove article from COMMENT line
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
OSVERSION bumps to check for on the release branches (even though they
have had the fix MFC'ed).
People seeing kernel panics on their machines need to update and pick up
those fixes.
|
| |
|
|
|
|
|
|
| |
available for part or all the needed distfiles.
Reported by: distillator
|
|
|
|
|
| |
. Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that
fix isn't detectable), since kernel panics may result there.
|
|
|
|
|
|
| |
- Switch to -ml multi lingual download so all languages get included
- Support STAGEDIR
- Install icon and .desktop file
|
| |
|
| |
|
|
|
|
| |
- Convert to USES
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Implement sigset(2) for libjsig. All supported FreeBSD releases have it.
- Turn UseMembar back on by default until we find better solution.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
It fails to fetch from every listed MASTER_SITE.
It fetches from FreeBSD, but the checksum doesn't match.
PR: ports/185231
Forced by: maintainer timeout
|
|
|
|
| |
- adjust master_sites to archive for ECLIPSE
|
| |
|
| |
|
|
|
|
|
| |
PR: 185423
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
|
|
| |
With hat: portmgr-lurker
|
|
|
|
| |
With hat: portmgr-lurker
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
| |
|
| |
|
|
|
|
| |
Pointed out by: cperciva's make index bot
|
|
|
|
| |
Cleanups in several places
|
|
|
|
| |
A fix is being investigated
|
|
|
|
|
|
|
| |
files again.
PR: 185015
Submitted by: Phil Phillips <pphillips@experts-exchange.com>
|
| |
|
|
|
|
|
|
|
| |
- Tidy up signal handler.
- Disable a Linux-specific hack.
- Do not create stack guard for Java threads.
- Implement thread CPU time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587
|
| |
|
|
|
|
| |
Reset maintainer of java/jmf and java/dbvis due to email bounce.
|
|
|
|
|
|
| |
iterating over all files under /usr/share/zoneinfo. All supported FreeBSD
versions create the file with tzsetup(8). This change usually improves
java.util.TimeZone performance because we only need to test just one file.
|
| |
|
|
|
|
|
|
| |
PKGNAMESUFFIX can be used in the devel/subversion* ports
Approved by: lev@ (implicit)
|
| |
|
| |
|
|
|
|
|
|
| |
http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26
Obtained from: IcedTea Project
|
|
|
|
| |
necessary fixes on them for the past months.
|
|
|
|
|
|
|
|
|
| |
of the JAR it was installing from getopt.jar to java-getopt.jar
This broke jode and, possibly, some other ports depending on
getopt.jar.
Submitted by: pkg-fallout
|
|
|
|
| |
- While at it convert to gmake.mk ports that still USE_GMAKE.
|
| |
|
|
|
|
|
| |
- Convert to use USES=webplugin:native.
- Remove an article from comment.
|
|
|
|
|
|
|
| |
While here remove previous workarounds.
Submitted by: ale
Discussed with: jkim, glewis
|
| |
|
|
|
|
|
|
|
|
|
| |
Clang does not support "-fcheck-new". Note it is a backport of S8021954
(http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299).
- Re-implement signal_name() with sys_signame(3) and adjust the comments.
- Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE.
- Fix DEBUG build with Clang on i386. Clang does not support "-gstabs".
- Limit allocatable physical memory per getrlimit(2).
|
| |
|
|
|
|
|
|
| |
- Micro-optimize and tidy up some patches.
PR: java/183656 [1]
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
Release notes: https://netbeans.org/community/releases/74/relnotes.html
Submitted by: Federico Bernoldi <federico@bernoldi.com.ar>
|
|
|
|
|
|
|
| |
to instead create an instance of BsdAsynchronousChannelProvider().
PR: 183389
Submitted by: girgen@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
- Add few minor patches related to thread ID that were mis-merged.
- Add couple of minor HotSpot patches from upstream while I am here.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
| |
- Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for
extreme safety. Although it may be too conservative and/or slow, it is okay
because it is not useful for anything but bootstrapping OpenJDK itself. In
fact, it does not seem stable within jails (e. g., QAT) for unknown reasons.
- Revert r330422. Now it is obsolete by r330500.
|
|
|
|
| |
- Fix COMMENT
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Scott Ballantyne (sdb at ssr dot com)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Re-enable -Werror for HotSpot build with GCC.
- Revert couple of unnecessary local changes to reduce diff.
- Add inactive pages as availble memory. Note it is a cosmetic change.
PR: ports/182907 [1]
|
|
|
|
|
| |
- Fix build with libiconv. This problem was introduced in r330018.
- Update CA list to Oracle Java 7u40. An expired CA was removed.
|
| |
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new formats.
Submitted by: bar
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fix fastdebug installation.
- Update jtreg version to Build b05.
- Refine r327353. Use an extra patch instead.
- Install proper license file. OpenJDK6 has GPLv2 + "Classpath" exception.
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
- Break lines after 80 chars
|
|
|
|
| |
package name conflicts with java/netbeans
|
|
|
|
| |
java/jboss5
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
whatever happens to be on the stack.
. Bump PORTREVISION.
Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com>
|
|
|
|
| |
java)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: java/182100
Submitted by: m.viey@wanadoo.fr
Approved by: portmgr (bapt, implicit)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
|
| |
At the same time, fix some errors for logging in the rc script.
PR: ports/179927
Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
| |
|
| |
|
|
|
|
|
|
| |
USES=pkgconfig
USES=desktop-file-utils
USES=gmake
|
|
|
|
|
|
|
|
|
|
| |
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE
With hat: portmgr
|
|
|
|
|
|
| |
a fetch error trying FreeBSD mirrors
With hat: portmgr
|
|
|
|
|
|
| |
a fetch error trying FreeBSD mirrors
With hat: portmgr
|
| |
|
|
|
|
| |
2013-08-27 java/icedtea6-stubs: Broken for more than 6 month
|
|
|
|
| |
base
|
| |
|
|
|
|
|
| |
Always use gcc whatever the default compiler is to build openjdk (it needs gcc -dumpspecs)
Define HOST_CC to ${CC} to make avoir direct call to "/usr/bin/gcc"
|
|
|
|
| |
Pointed out by: swills
|
|
|
|
|
| |
PR: 181187
Submitted by: Jonathan Chen <jonc@chen.org.nz>
|
|
|
|
|
|
|
| |
switching to and from Emacs and Default keybindings pollutes
both sets with duplicates.
Bump the port revision.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
| |
Tested on HEAD, 9.1 and 8.4.
PR: ports/181124
Submitted by: Jonathan Chen jonc at chen.org.nz
|
| |
|
| |
|
|
|
|
| |
- Trim Makefile header
|
| |
|
| |
|
|
|
|
| |
an IcedTea6 patch nor a security fix.
|
|
|
|
|
|
|
|
|
| |
building cluster from dying when building java ports.
This bug is referenced upstream here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110
Submitted by: dim
With hat: portmgr
|
|
|
|
| |
- Disable test_gamma by default.
|
|
|
|
|
|
| |
for OpenJDK ports.
Obtained from: IcedTea Project
|
| |
|
|
|
|
|
|
|
| |
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html
Obtained from: IcedTea Project
PR: ports/180541
|
| |
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
| |
|
|
|
|
| |
location to MASTER_SITES instead and remove the manual download prompt.
|
|
|
|
|
| |
- Trim Makefile header
- Fix format of WWW field in pkg-descr
|
|
|
|
| |
. Unbreak the port by committing the other half of the patch-set split.
|
|
|
|
|
| |
the port since I can't commit the split all at once due to subversion
size limits. Yay.
|
|
|
|
| |
Submitted by: Andriy Gapon <avg@FreeBSD.org>
|
| |
|