summaryrefslogtreecommitdiff
path: root/java/java3d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build on i386 by removing two old patches that worked around a bug inTijl Coosemans2020-12-293-29/+1
| | | | | | | the Mesa headers that has since been fixed. Notes: svn path=/head/; revision=559610
* java/java3d: fix build on GCC architecturesPiotr Kubaj2020-10-291-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=553649
* Lock these ports down to OpenJDK version 8, they do not build with neitherAlexey Dokuchaev2020-07-241-1/+1
| | | | | | | | | 7 nor 11+. PR: 248169 Notes: svn path=/head/; revision=543248
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518482
* Add USES=xorg USES=gl, ports categories jNiclas Zeising2019-11-061-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516912
* Correct mistakes made in r484256 by not including newer version ofMark Linimon2019-01-022-4/+2
| | | | | | | | | | | patch. This correctly fixes the build on powerpc64. PR: 231946 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=489072
* When building on powerpc64, libj3dcore-ogl.so library isn't built.Mark Linimon2018-11-051-1/+5
| | | | | | | | | | Fix install target by fixing CFLAGS. PR: 231946 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=484256
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-291-1/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=465900
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226993 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465879
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-261-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* - Fix build when CC contains "/".Jung-uk Kim2016-08-041-2/+2
| | | | | | | - Fix license. Notes: svn path=/head/; revision=419663
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-7/+3
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=418767
* Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones.Jung-uk Kim2015-02-212-3/+20
| | | | Notes: svn path=/head/; revision=379476
* Work around build breakage with recent Mesa 3D.Jung-uk Kim2015-02-051-0/+11
| | | | | | | | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933 https://bugs.freedesktop.org/show_bug.cgi?id=83631 Obtained from: Debian Project Notes: svn path=/head/; revision=378494
* java/java3d: Set to dual GPLv2 and MIT licensingJohn Marino2014-09-251-3/+3
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=369295
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Add staging supportPawel Pekala2014-05-311-7/+7
| | | | | | | - Convert to USES=tar:bzip2 Notes: svn path=/head/; revision=355969
* LEGAL: fix multiple portsEitan Adler2014-05-261-0/+1
| | | | | | | | | Sync make -VLEGAL and /usr/ports/LEGAL Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355275
* Remove trailing whitespaces from category javaEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345415
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Fix build without gccBaptiste Daroussin2013-08-261-0/+4
| | | | Notes: svn path=/head/; revision=325373
* - Fix build with JDK 1.7. [1]Stefan Walter2013-06-163-4/+69
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=321060
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16Baptiste Daroussin2012-12-101-1/+1
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=308615
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* - reset maintainer per maintainerJason Helfman2012-09-272-10/+12
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=304978
* Add 'openjdk' to the list of suitable JDK port vendors.Sahil Tandon2011-05-211-1/+1
| | | | | | | | | PR: ports/156437 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=274423
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix build with custom PREFIX/LOCALBASEDmitry Marakasov2009-08-112-17/+19
| | | | | | | | PR: 136711 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=239347
* - Attempt to fix build on 8.X: this needs libXt, which is provided indirectlyPav Lucistnik2009-06-121-0/+1
| | | | | | | | | on 7.X but not on 8.X Reported by: pointyhat Notes: svn path=/head/; revision=235661
* - Add dependency to libGLPietro Cerutti2008-09-091-0/+2
| | | | | | | | | | PR: 127239 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Reported by: QA Tindie Approved by: portmgr Notes: svn path=/head/; revision=220311
* Remove empty files.Max Khon2008-09-032-0/+0
| | | | Notes: svn path=/head/; revision=219771
* - Update to 1.5.2Max Khon2008-09-037-597/+207
| | | | | | | | | | - Assign maintainership to PR submitter PR: 125828 Submitted by: Jonathan Chen Notes: svn path=/head/; revision=219770
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Mark BROKEN: does not fetchErwin Lansing2008-02-021-0/+2
| | | | Notes: svn path=/head/; revision=206646
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here insteadKris Kennaway2006-09-031-2/+1
| | | | Notes: svn path=/head/; revision=171954
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* New style bsd.java.mk.Norikatsu Shigemura2005-10-231-1/+2
| | | | | | | Pointed out by: hq Notes: svn path=/head/; revision=146182
* . Fix incompatibilities with the new bsd.java.mk (oops).Greg Lewis2004-04-031-1/+1
| | | | | | | | | JAVA_OS == FreeBSD -> JAVA_PORT_OS == native Bug report by: kris Notes: svn path=/head/; revision=106007
* Add SIZE into distinfoDaichi GOTO2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104430
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* o Print pkg-message for setting libmap.conf.Norikatsu Shigemura2004-01-114-7/+62
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=97916