non port: java/java3d/Makefile |
SVNWeb
|
Number of commits found: 47 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 526869d (Only the first 10 of 82 ports in this commit are shown above. )
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 )
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 29 Dec 2020
|
[ 20:47 tijl ]
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 ]
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 ]
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 ] (Only the first 10 of 443 ports in this commit are shown above. )
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 ] (Only the first 10 of 14 ports in this commit are shown above. )
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 ]
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 ]
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 ] (Only the first 10 of 26 ports in this commit are shown above. )
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 ] (Only the first 10 of 18 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 189 ports in this commit are shown above. )
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 ] (Only the first 10 of 32 ports in this commit are shown above. )
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 ] (Only the first 10 of 711 ports in this commit are shown above. )
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 ] (Only the first 10 of 55 ports in this commit are shown above. )
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 ]
- Fix build when CC contains "/".
- Fix license.
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 3171 ports in this commit are shown above. )
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 ]
- Add staging support
- Convert to USES=tar:bzip2
|
Mon, 26 May 2014
|
[ 02:38 eadler ]
LEGAL: fix multiple ports
Sync make -VLEGAL and /usr/ports/LEGAL
Approved by: portmgr (implicit)
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ]
Remove trailing whitespaces from category java
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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 ] (Only the first 10 of 95 ports in this commit are shown above. )
Part 2 at removing now useless FETCH_ARGS redifition
|
Fri, 20 Sep 2013
|
[ 19:48 bapt ] (Only the first 10 of 143 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Mon, 26 Aug 2013
|
[ 06:42 bapt ]
Fix build without gcc
|
Sun, 16 Jun 2013
|
[ 17:05 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]
|
Mon, 10 Dec 2012
|
[ 16:49 bapt ] (Only the first 10 of 12 ports in this commit are shown above. )
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 ] (Only the first 10 of 172 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
Thu, 27 Sep 2012
|
[ 23:03 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
|
Sat, 21 May 2011
|
[ 21:17 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)
|
Tue, 11 Aug 2009
|
[ 17:37 amdmi3 ]
- Fix build with custom PREFIX/LOCALBASE
PR: 136711
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
Fri, 12 Jun 2009
|
[ 19:15 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
|
Tue, 9 Sep 2008
|
[ 18:49 gahr ]
- 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 ]
- Update to 1.5.2
- Assign maintainership to PR submitter
PR: 125828
Submitted by: Jonathan Chen
|
Fri, 6 Jun 2008
|
[ 13:38 edwin ] (Only the first 10 of 130 ports in this commit are shown above. )
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 ]
Mark BROKEN: does not fetch
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- 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 ]
NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here instead
|
Sun, 23 Oct 2005
|
[ 12:03 nork ]
New style bsd.java.mk.
Pointed out by: hq
|
Sat, 3 Apr 2004
|
[ 06:26 glewis ]
. 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 ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 11 Jan 2004
|
[ 10:38 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>
|
Tue, 30 Dec 2003
|
[ 08:58 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>
|
Number of commits found: 47 |