notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: java/java3d/Makefile
SVNWeb

Number of commits found: 47

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:526869d8dc02563825a24d394e1d087334d654cc  commit hash:526869d8dc02563825a24d394e1d087334d654cc  commit hash:526869d8dc02563825a24d394e1d087334d654cc  526869d  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 29 Dec 2020
[ 20:47 tijl search for other commits by this committer ] Original commit   Revision:559610
Fix build on i386 by removing two old patches that worked around a bug in
the Mesa headers that has since been fixed.
Thu, 29 Oct 2020
[ 22:21 pkubaj search for other commits by this committer ] Original commit   Revision:553649
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
Fri, 24 Jul 2020
[ 15:24 danfe search for other commits by this committer ] Original commit   Revision:543248
Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+.

PR:	248169
Tue, 26 Nov 2019
[ 21:46 jkim search for other commits by this committer ] Original commit   Revision:518482 (Only the first 10 of 443 ports in this commit are shown above. View all ports for this commit)
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
Wed, 6 Nov 2019
[ 18:03 zeising search for other commits by this committer ] Original commit   Revision:516912 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 2 Jan 2019
[ 09:32 linimon search for other commits by this committer ] Original commit   Revision:489072
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)
Mon, 5 Nov 2018
[ 23:27 linimon search for other commits by this committer ] Original commit   Revision:484256
When building on powerpc64, libj3dcore-ogl.so library isn't built.
Fix install target by fixing CFLAGS.

PR:		231946
Submitted by:	Piotr Kubaj
Fri, 22 Jun 2018
[ 01:15 linimon search for other commits by this committer ] Original commit   Revision:473012 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Mark these ports as broken on aarch64, and, where appropriate, on armvX.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Thu, 29 Mar 2018
[ 15:02 emaste search for other commits by this committer ] Original commit   Revision:465900 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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
[ 10:33 krion search for other commits by this committer ] Original commit   Revision:465879
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)
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
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
Fri, 26 May 2017
[ 20:02 linimon search for other commits by this committer ] Original commit   Revision:441814 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Thu, 8 Dec 2016
[ 17:40 tijl search for other commits by this committer ] Original commit   Revision:428144 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 4 Aug 2016
[ 23:59 jkim search for other commits by this committer ] Original commit   Revision:419663
- Fix build when CC contains "/".
- Fix license.
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
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
Thu, 25 Sep 2014
[ 20:52 marino search for other commits by this committer ] Original commit   Revision:369295
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.
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 31 May 2014
[ 13:26 pawel search for other commits by this committer ] Original commit   Revision:355969
- Add staging support
- Convert to USES=tar:bzip2
Mon, 26 May 2014
[ 02:38 eadler search for other commits by this committer ] Original commit   Revision:355275
LEGAL: fix multiple ports
	Sync make -VLEGAL and /usr/ports/LEGAL

Approved by:	portmgr (implicit)
Fri, 21 Feb 2014
[ 13:37 ehaupt search for other commits by this committer ] Original commit   Revision:345415
Remove trailing whitespaces from category java
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 3 Jan 2014
[ 01:13 bapt search for other commits by this committer ] Original commit   Revision:338513 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Part 2 at removing now useless FETCH_ARGS redifition
Fri, 20 Sep 2013
[ 19:48 bapt search for other commits by this committer ] Original commit   Revision:327738 (Only the first 10 of 143 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Mon, 26 Aug 2013
[ 06:42 bapt search for other commits by this committer ] Original commit   Revision:325373
Fix build without gcc
Sun, 16 Jun 2013
[ 17:05 stefan search for other commits by this committer ] Original commit   Revision:321060
- 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]
Mon, 10 Dec 2012
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:308615 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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]
[ 13:18 bapt search for other commits by this committer ] Original commit   Revision:308604 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
Thu, 27 Sep 2012
[ 23:03 jgh search for other commits by this committer ] Original commit   Revision:304978
- 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
Sat, 21 May 2011
[ 21:17 sahil search for other commits by this committer ] Original commit 
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)
Tue, 11 Aug 2009
[ 17:37 amdmi3 search for other commits by this committer ] Original commit 
- Fix build with custom PREFIX/LOCALBASE

PR:             136711
Submitted by:   Jonathan Chen <jonc@chen.org.nz> (maintainer)
Fri, 12 Jun 2009
[ 19:15 pav search for other commits by this committer ] Original commit 
- 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
Tue, 9 Sep 2008
[ 18:49 gahr search for other commits by this committer ] Original commit 
- Add dependency to libGL

PR:             127239
Submitted by:   Jonathan Chen <jonc@chen.org.nz> (maintainer)
Reported by:    QA Tindie
Approved by:    portmgr
Wed, 3 Sep 2008
[ 14:41 fjoe search for other commits by this committer ] Original commit 
- Update to 1.5.2
- Assign maintainership to PR submitter

PR:             125828
Submitted by:   Jonathan Chen
Fri, 6 Jun 2008
[ 13:38 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 2 Feb 2008
[ 17:56 erwin search for other commits by this committer ] Original commit 
Mark BROKEN: does not fetch
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 3 Sep 2006
[ 00:15 kris search for other commits by this committer ] Original commit 
NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here instead
Sun, 23 Oct 2005
[ 12:03 nork search for other commits by this committer ] Original commit 
New style bsd.java.mk.

Pointed out by: hq
Sat, 3 Apr 2004
[ 06:26 glewis search for other commits by this committer ] Original commit 
. Fix incompatibilities with the new bsd.java.mk (oops).

  JAVA_OS == FreeBSD -> JAVA_PORT_OS == native

Bug report by:  kris
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sun, 11 Jan 2004
[ 10:38 nork search for other commits by this committer ] Original commit 
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>
Tue, 30 Dec 2003
[ 08:58 nork search for other commits by this committer ] Original commit 
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>

Number of commits found: 47