Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.2_8 31 Dec 2024 14:39:30 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
1.5.2_7 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.2_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.2_7 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.2_7 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.5.2_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.2_6 29 Dec 2020 20:47:14 |
tijl |
Fix build on i386 by removing two old patches that worked around a bug in
the Mesa headers that has since been fixed. |
1.5.2_5 29 Oct 2020 22:21:58 |
pkubaj |
java/java3d: fix build on GCC architectures
Use C11 compiler:
[exec] from
/wrkdirs/usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/src/native/ogl/Canvas3D.c:47:
[exec] /usr/local/include/GL/glext.h:469: error: redefinition of typedef
'GLsizeiptr'
[exec]
/wrkdirs/usr/ports/java/java3d/work/java3d-1.5.2/j3d-core/src/native/ogl/gldefs.h:70:
error: previous declaration of 'GLsizeiptr' was here |
1.5.2_5 24 Jul 2020 15:24:41 |
danfe |
Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+.
PR: 248169 |
1.5.2_5 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.5.2_5 06 Nov 2019 18:03:34 |
zeising |
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.5.2_5 02 Jan 2019 09:32:49 |
linimon |
Correct mistakes made in r484256 by not including newer version of
patch. This correctly fixes the build on powerpc64.
PR: 231946
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.5.2_5 05 Nov 2018 23:27:50 |
linimon |
When building on powerpc64, libj3dcore-ogl.so library isn't built.
Fix install target by fixing CFLAGS.
PR: 231946
Submitted by: Piotr Kubaj |
1.5.2_5 22 Jun 2018 01:15:20 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.5.2_5 29 Mar 2018 15:02:05 |
emaste |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
1.5.2_5 29 Mar 2018 10:33:46 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226993
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
1.5.2_5 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.5.2_5 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.5.2_5 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.5.2_4 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.5.2_3 04 Aug 2016 23:59:15 |
jkim |
- Fix build when CC contains "/".
- Fix license. |
1.5.2_3 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
1.5.2_3 21 Feb 2015 01:33:00 |
jkim |
Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones. |
1.5.2_3 05 Feb 2015 21:46:48 |
jkim |
Work around build breakage with recent Mesa 3D.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933
https://bugs.freedesktop.org/show_bug.cgi?id=83631
Obtained from: Debian Project |
1.5.2_3 25 Sep 2014 20:52:28 |
marino |
java/java3d: Set to dual GPLv2 and MIT licensing
PR: 193186
Submitted by: pfg@
After examining the LICENSE files in the existing tarball, Pedro came to
the conclusion that the license is a combination between GPLv2 and some
MIT-like licenses. The package is redistributable; the outdated
restriction is probably left over from a previous version, so it has
been removed. |
1.5.2_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.5.2_2 31 May 2014 13:26:33 |
pawel |
- Add staging support
- Convert to USES=tar:bzip2 |
1.5.2_2 26 May 2014 02:38:35 |
eadler |
LEGAL: fix multiple ports
Sync make -VLEGAL and /usr/ports/LEGAL
Approved by: portmgr (implicit) |
1.5.2_2 21 Feb 2014 13:37:41 |
ehaupt |
Remove trailing whitespaces from category java |
1.5.2_2 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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) |
1.5.2_2 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
1.5.2_2 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.5.2_2 26 Aug 2013 06:42:26 |
bapt |
Fix build without gcc |
1.5.2_2 16 Jun 2013 17:05:56 |
stefan |
- Fix build with JDK 1.7. [1]
- Propagate Make environment to Ant to use the correct JDK and not just the one
that Ant was built with.
PR: 173505 [1]
Submitted by: James Raynard <james.raynard@pobox.com> [1]
Patch by: Piotr Smyrak <piotr.smyrak@gmail.com> [1]
Obtained from: https://launchpad.net/ubuntu/+source/java3d/1.5.2+dfsg-8 [1] |
1.5.2_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.5.2_1 10 Dec 2012 16:49:34 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16
vendors:
Remove any reference to bsdjava and freebsd Java Vendors, as the both are
outdated, have security issues and expired.
Mark icedtea6-stubs as broken as it doesn't build with any of the left supported
vendors.
Switch tuxguitar to be able to use openjdk16 [1]
Approved by: gahr [1] |
1.5.2_1 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.5.2_1 27 Sep 2012 23:03:38 |
jgh |
- reset maintainer per maintainer
- while here...
- fix MASTER_SITES
- use optionsNG for DOCS
- add additional CATEGORIES
- adjust COMMENT
- update WWW address and pkg-descr
PR: 172097
Submitted by: maintainer, jonc@chen.org.nz |
1.5.2_1 21 May 2011 21:17:38 |
sahil |
Add 'openjdk' to the list of suitable JDK port vendors.
PR: ports/156437
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer) |
1.5.2_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.5.2_1 11 Aug 2009 17:37:06 |
amdmi3 |
- Fix build with custom PREFIX/LOCALBASE
PR: 136711
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) |
1.5.2_1 12 Jun 2009 19:15:18 |
pav |
- Attempt to fix build on 8.X: this needs libXt, which is provided indirectly
on 7.X but not on 8.X
Reported by: pointyhat |
1.5.2_1 09 Sep 2008 18:49:02 |
gahr |
- Add dependency to libGL
PR: 127239
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Reported by: QA Tindie
Approved by: portmgr |
1.5.2 03 Sep 2008 14:45:10 |
fjoe |
Remove empty files. |
1.5.2 03 Sep 2008 14:41:58 |
fjoe |
- Update to 1.5.2
- Assign maintainership to PR submitter
PR: 125828
Submitted by: Jonathan Chen |
1.3.1_3 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.3.1_2 02 Feb 2008 17:56:33 |
erwin |
Mark BROKEN: does not fetch |
1.3.1_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.1_1 03 Sep 2006 00:15:22 |
kris |
NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here instead |
1.3.1_1 22 Jan 2006 12:39:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.3.1_1 23 Oct 2005 12:03:47 |
nork |
New style bsd.java.mk.
Pointed out by: hq |
1.3.1_1 03 Apr 2004 06:26:11 |
glewis |
. Fix incompatibilities with the new bsd.java.mk (oops).
JAVA_OS == FreeBSD -> JAVA_PORT_OS == native
Bug report by: kris |
1.3.1_1 18 Mar 2004 11:52:05 |
daichi |
Add SIZE into distinfo
Submitted by: trevor |
1.3.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.3.1 11 Jan 2004 10:38:28 |
nork |
o Print pkg-message for setting libmap.conf.
o Cosmetic change.
PR: CBUG-ML/2572
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
Committed at: CBUG 2004 New Year Party
Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org> |
1.3.1 30 Dec 2003 08:58:41 |
nork |
Add Linux Blackdown Java3D 1.3.1, provides a set of object-oriented
interfaces that support a simple, high-level programming model.
Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org> |