non port: graphics/gauche-gl/Makefile |
SVNWeb
|
Number of commits found: 56 |
Fri, 18 Nov 2022
|
[ 13:12 Alexey Dokuchaev (danfe) ] c25cc86
lang/gauche: update Gauche to version 0.9.12.
|
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) ] 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.
|
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.
|
Wed, 26 Jun 2019
|
[ 09:07 danfe ]
Unbreak staging against modern Gauche (ABI version had been bumped from
0.9 to 0.97 previously, but this port had slipped though the cracks).
|
Fri, 4 Jan 2019
|
[ 20:57 antoine ]
Mark BROKEN: fails to stage
cd:
/wrkdirs/usr/ports/graphics/gauche-gl/work/stage/usr/local/lib/gauche-0.9/site/amd64-portbld-freebsd11.2:
No such file or directory
Reported by: pkg-fallout
|
Thu, 6 Dec 2018
|
[ 13:51 linimon ]
Add patch to respect CFLAGS. This fixes the build on powerpc64.
While here, add gl to USES, per modern usage.
PR: 232859
Submitted by: Piotr Kubaj
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Tue, 18 Sep 2018
|
[ 07:10 linimon ]
Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.
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, 17 Nov 2016
|
[ 09:00 amdmi3 ]
- Switch to USES=localbase
- Switch to options helpers
|
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
|
Tue, 23 Jun 2015
|
[ 14:12 amdmi3 ]
- Fix library stripping
|
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, 23 Aug 2014
|
[ 16:12 adamw ]
Stage.
PR: 192798
Submitted by: Ports Fury
|
Tue, 29 Jul 2014
|
[ 19:59 antoine ]
Fix make fetch
With hat: portmgr
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 23 Jul 2014
|
[ 17:07 bapt ] (Only the first 10 of 48 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Tue, 1 Jul 2014
|
[ 17:37 antoine ] (Only the first 10 of 16 ports in this commit are shown above. )
Make those ports more likely to build with texinfo from ports
With hat: portmgr
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
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)
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
Thu, 22 Mar 2012
|
[ 20:41 rm ]
- update to 0.5.1
PR: 164354 (based on)
Submitted by: Erik Greenwald <erik at bz.bzflag dot bz> (maintainer)
Feature safe: yes
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Sun, 18 Dec 2011
|
[ 21:45 pav ]
- Mark BROKEN: does not build
Reported by: pointyhat
|
Wed, 1 Dec 2010
|
[ 23:12 linimon ] (Only the first 10 of 26 ports in this commit are shown above. )
Update maintainer's email address.
Submitted by: maintainer (private email)
|
Thu, 19 Nov 2009
|
[ 23:41 pav ] (Only the first 10 of 33 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
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).
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Tue, 21 Aug 2007
|
[ 09:28 miwi ]
- Update to 0.4.4
PR: 115604
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Wed, 6 Jun 2007
|
[ 10:56 miwi ]
- Update to 0.4.3
PR: 113373
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
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}.
|
Tue, 9 Jan 2007
|
[ 22:26 miwi ]
- Update to 0.4.2
PR: ports/107693
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Mon, 5 Jun 2006
|
[ 13:12 pav ]
- Fix build
PR: ports/95221
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sat, 25 Feb 2006
|
[ 21:40 kris ]
BROKEN: Does not build
Approved by: portmgr (implicit)
|
Thu, 12 Jan 2006
|
[ 12:54 sem ] (Only the first 10 of 154 ports in this commit are shown above. )
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
Mon, 5 Dec 2005
|
[ 00:53 edwin ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove install-info from Makefile, it's automatically done when INFO is defined
|
Tue, 29 Nov 2005
|
[ 00:09 pav ]
- Update to 0.4.1
PR: ports/89616
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Wed, 13 Jul 2005
|
[ 21:01 pav ]
- Update to 0.4
PR: ports/83173
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Sat, 9 Apr 2005
|
[ 15:13 pav ]
- Reflect plist changes in gauche port
|
Sat, 3 Jul 2004
|
[ 07:16 krion ]
Add missing dependency
PR: ports/68613
Submitted by: maintainer
|
Thu, 10 Jun 2004
|
[ 18:25 krion ]
- Utilize USE_GL
PR: ports/67803
Submitted by: maintainer
|
Sun, 16 May 2004
|
[ 07:30 kris ] (Only the first 10 of 15 ports in this commit are shown above. )
Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight. Sorry, Erik.
|
[ 04:04 kris ] (Only the first 10 of 15 ports in this commit are shown above. )
Reset bouncing maintainer address:
<eric@smluc.org>:
Sorry, no mailbox here by that name. (#5.1.1)
|
Wed, 17 Dec 2003
|
[ 11:48 krion ]
- Update to version 0.3.1
PR: 60325
Submitted by: maintainer
|
Thu, 21 Aug 2003
|
[ 05:34 daichi ]
update graphics/gauche-gl: add 'scheme' virtual catagory
PR: 55283
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
Tue, 17 Jun 2003
|
[ 14:52 erwin ]
hand maintainership to submitter
PR: 53408
Submitted by: Erik Greenwald <erik@smluc.org>
|
Mon, 2 Jun 2003
|
[ 01:24 naddy ] (Only the first 10 of 46 ports in this commit are shown above. )
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
Sun, 30 Mar 2003
|
[ 11:46 nork ]
Remove pkg-message and sort pkg-plist.
PR: ports/50452
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
|
Sat, 29 Mar 2003
|
[ 00:39 edwin ]
Update port: graphics/gauche-gl to 0.2.2
PR: ports/48188
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Sun, 23 Feb 2003
|
[ 23:37 edwin ]
graphics/gauche-gl to 0.2.2
PR: ports/48188
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Fri, 21 Feb 2003
|
[ 12:15 knu ] (Only the first 10 of 208 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 25 Jan 2003
|
[ 14:06 nork ]
Add gauche-gl 0.2.1, openGL binding for Gauche.
PR: ports/46285
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Number of commits found: 56 |