non port: graphics/Coin/Makefile |
SVNWeb
|
Number of commits found: 73 |
Sat, 13 May 2023
|
[ 21:05 Jan Beich (jbeich) ] 3660e34
graphics/Coin: unbreak fetch
A fork can be renamed or deleted, so get PR commits via upstream.
fetch: https://github.com/unrelentingtech/coin/commit/3053d28b74d.patch: Not
Found
fetch: https://github.com/coin3d/coin/commit/3053d28b74d.patch: size mismatch:
expected 1408, actual 1410
-index 6c039a0a3..007461cbd 100644
+index 6c039a0a36..007461cbd4 100644
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
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 )
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (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.
|
[ 08:11 Jan Beich (jbeich) ] 5254fca
Chase GH_ACCOUNT rename for Greg V
|
Wed, 22 Jul 2020
|
[ 20:08 cmt ]
graphics/Coin: Fix GLX glue trying to use non-GLX display
this is said to make Coin usable on Wayland and the likes
PR: 248154
Submitted by: Greg V
Obtained from: https://github.com/coin3d/coin/pull/404
|
Tue, 3 Mar 2020
|
[ 15:11 mat ]
Regular USE_GITHUB cleanup.
|
Fri, 17 Jan 2020
|
[ 22:16 cmt ] (Only the first 10 of 28 ports in this commit are shown above. )
update the Coin3D stack to it's latest release
Coin has moved to a new place on the web https://coin3d.github.io/
and the project has rolled new releases. Additionally, it's undergoing
relicensing (most parts are now licensed user BSD 3-clause).
This updates
graphics/Coin to 4.0
graphics/py-pivy to 0.6.5
x11-toolkits/soqt to 1.6.0
Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been
renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing
their -devel suffixes). Previously, these ports had been forks and/or
pre-releases of the old Qt4-based pivy and soqt ports. As these old ports (Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Sat, 15 Dec 2018
|
[ 20:21 yuri ]
graphics/Coin: Add USES=gl; Fix USE_GL; Add LICENSE_FILE
|
Sun, 17 Jun 2018
|
[ 21:24 adridg ]
The update to CMake 3.12 showed up compile failures (see the new patches,
all of which are from upstream). All of these show Clang being more strict
in its C++ than before.
Reported by: tcberner
Obtained from: upstream
|
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
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Mon, 29 Aug 2016
|
[ 19:27 thierry ]
Do not require GCC.
PR: 211760
Submitted by: pfg
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 9 May 2015
|
[ 12:26 amdmi3 ]
- Strip library
|
Wed, 25 Mar 2015
|
[ 20:09 marino ] (Only the first 10 of 35 ports in this commit are shown above. )
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
|
Sat, 6 Dec 2014
|
[ 22:13 feld ] (Only the first 10 of 13 ports in this commit are shown above. )
Update "BSD" license in graphics category
|
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)
|
Tue, 26 Aug 2014
|
[ 07:16 gerald ]
Fix the build with GCC 4.8. Coin mixes stdlib.h (the C header) and cstdlib
(the C++ header) quite freely, which results in conflicts and fails with
recent compilers. Address this via a post-patch substitution to avoid some
70 individual patches.
PR: 192133
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
Sun, 17 Aug 2014
|
[ 15:15 adamw ]
Teach 'coin-config --ldflags' to use -Wl,-rpath,/usr/local/lib instead
of -R/usr/local/lib.
This is required on -current but should work fine elsewhere.
|
Wed, 6 Aug 2014
|
[ 21:44 marino ]
Update WWW and MASTER_SITES for four coin3d ports
* graphics/Coin
* graphics/simage
* x11-toolkits/soqt
* x11-toolkits/soXt
PR: 192442
Submitted by: Shane Ambler
Approved by: general blanket (1/4 ports maintained)
|
Sat, 5 Jul 2014
|
[ 18:31 marino ]
graphics/Coin: hardcode debug off
When WITH_DEBUG is set, this port will fail staging as the result won't
match the pkg-plist due to file name changes during a debug regime. To
fix, configure Coin with debug off always.
|
Mon, 23 Jun 2014
|
[ 00:59 amdmi3 ]
- Switch graphics/simage USES=libtool, drop .la files
- Strip library
- Use new LIB_DEPENDS syntax
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
[ 00:57 amdmi3 ]
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Tue, 4 Mar 2014
|
[ 06:07 rm ]
Reset maintainership by maintainer's request.
Thank you for your past work on this, Cristiano!
PR: 187228 187227
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Sun, 1 Dec 2013
|
[ 15:49 sunpoet ]
- Fix build of x11-toolkits/SoXt which depends on graphics/Coin
- Add LICENSE
- Support STAGEDIR
PR: ports/183824
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer (timeout, 21 days)
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Tue, 9 Oct 2012
|
[ 22:12 linimon ] (Only the first 10 of 95 ports in this commit are shown above. )
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 3 Jul 2011
|
[ 06:01 miwi ]
- bump PORTREVISION after graphics/simage update
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 15 Mar 2010
|
[ 15:51 amdmi3 ]
- Update to 3.1.3
- Pass maintainership to submitter
PR: 144501
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Mon, 25 Jan 2010
|
[ 19:15 pav ] (Only the first 10 of 66 ports in this commit are shown above. )
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
|
Fri, 13 Nov 2009
|
[ 00:14 sylvio ]
- Update to 3.1.2
Approved by: itetcu, miwi (mentors)
|
Sat, 7 Nov 2009
|
[ 18:59 sylvio ]
- Update to 3.1.1
PR: ports/139877
Submitted by: sylvio@ (myself)
Approved by: itetcu (mentor)
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
[ 09:56 beech ]
- Update to 3.0.0
PR: ports/130894
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Thu, 27 Dec 2007
|
[ 11:58 lwhsu ]
- Update to version 2.5.0, which achieves full OpenInventor 2.1 compatibility.
- Add experimental JavaScript support
PR: ports/118679
Submitted by: "Pedro F. Giffuni" <giffunip AT tutopia.com>
|
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}.
|
Fri, 20 Apr 2007
|
[ 22:26 miwi ]
- Update to 2.4.6
|
Sat, 7 Oct 2006
|
[ 12:27 miwi ]
- Fix build with gcc41
PR: ports/104078
Submitted by: trasz
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Mon, 17 Oct 2005
|
[ 10:07 vs ]
Update to 2.4.4
|
Sat, 9 Jul 2005
|
[ 13:22 kris ]
Chase master site
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Thu, 3 Mar 2005
|
[ 07:51 vs ]
Update to 2.3.0
PR: ports/77970
Submitted by: Ports Fury
|
Mon, 21 Feb 2005
|
[ 18:13 leeym ]
- fix wrong PLIST and unbreak this port
|
Sun, 20 Feb 2005
|
[ 20:14 kris ]
BROKEN: Incorrect pkg-plist (removes files not installed by this port)
|
Thu, 23 Dec 2004
|
[ 10:17 krion ]
Bump shlib version for graphics/simage
Bump PORTREVISION.
|
Mon, 25 Oct 2004
|
[ 13:39 edwin ] (Only the first 10 of 28 ports in this commit are shown above. )
Clean up time for email addresses MIA!
If you know new email addresses for the people involved, please send-pr it!
<mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550
<mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT
TO command)
<woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name
not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not
found
<esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our
customer (in reply to RCPT TO command)
<crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in (Only the first 15 lines of the commit message are shown above )
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Fri, 30 Jan 2004
|
[ 21:48 kris ]
Fix and sort plist, and bump PORTREVISION
|
Wed, 17 Dec 2003
|
[ 10:13 linimon ]
Chase the USE_MESA -> USE_GL change.
PR: ports/60320
Submitted by: Roland Jesse <roland.jesse@gmx.net> (maintainer)
|
Sat, 27 Sep 2003
|
[ 08:19 krion ]
- Use PTHREAD_LIBS instead of hardcoded -pthread
PR: 57124
Submitted by: maintainer
|
Wed, 16 Jul 2003
|
[ 06:13 daichi ]
update graphics/Coin: 2.0.2 -> 2.1.0
PR: 54494
Submitted by: Roland Jesse <roland.jesse@gmx.net> (maintainer)
|
Mon, 14 Apr 2003
|
[ 13:15 arved ]
Update to 2.0.2
PR: 50639
Submitted by: maintainer
|
Mon, 31 Mar 2003
|
[ 09:28 edwin ]
Update port devel/Coin to the latest and greatest version 2.0.0.
PR: ports/49005
Submitted by: Roland Jesse <roland.jesse@gmx.net>
|
Fri, 21 Feb 2003
|
[ 12:15 knu ] (Only the first 10 of 208 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 18 Nov 2002
|
[ 10:51 ijliao ]
upgrade to 1.0.3
change maintainer's email
PR: 45386
Submitted by: maintainer
|
Thu, 19 Sep 2002
|
[ 08:43 ijliao ]
add Coin 1.0.2
C++ 3D graphics library based on the Open Inventor 2.1 API
PR: 37921
Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
|
Number of commits found: 73 |