non port: x11-toolkits/irrlicht/Makefile |
SVNWeb
|
Number of commits found: 57 |
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:23 Tobias C. Berner (tcberner) ] 71b6a9f (Only the first 10 of 134 ports in this commit are shown above. )
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 9 Nov 2021
|
[ 13:12 Dmitry Marakasov (amdmi3) ] 3837774
x11-toolkits/irrlicht: update to 1.8.5
- Pet portlint
- Make sure to remove bundled dependencies
- Strip library
- Remove no longer needed patch
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] 4082fb4
x11-toolkits/irrlicht: Add CPE information
Approved by: portmgr (blanket)
|
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.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
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, 15 Feb 2017
|
[ 19:40 tijl ]
- In x11-toolkits/irrlicht build only the shared library. The upstream
Makefile does not support building both the static and shared library.
It compiles the code without -fPIC first for the static library and then
creates the shared library from the same object files without recompiling
them with -fPIC.
- The upstream install target can now be used as well.
- Use upstream library version and bump dependent ports.
|
Thu, 9 Feb 2017
|
[ 18:53 linimon ] (Only the first 10 of 21 ports in this commit are shown above. )
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
|
Mon, 16 Jan 2017
|
[ 13:19 amdmi3 ]
- Take maintainership
- Cosmetic fixes
|
Tue, 16 Aug 2016
|
[ 21:43 pawel ]
Update to version 1.8.4
PR: 211859
Submitted by: Jochen Neumeister
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 2 Nov 2015
|
[ 10:13 danfe ]
- Update to version 1.8.3 and convert to option helpers
- Reindent EXAMPLEDIRS and other lines to avoid wrapping
PR: 203329
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 13:48 antoine ]
Properly support png 1.5
|
Sun, 2 Nov 2014
|
[ 18:15 marino ]
x11-toolkits/irrlicht: Fix DEBUG option, missing linker symbols
* apply NDEBUG=1 when DEBUG is off
* Depend on libGL instead of libGLU
* Add missing -lX11 -lZ to LDFLAGS
* Add USE_XORG= x11 xxf86vm
PR: 194565
Submitted by: Andriy Voskoboinyk
|
Mon, 20 Oct 2014
|
[ 10:34 marino ] (Only the first 10 of 13 ports in this commit are shown above. )
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
|
Sat, 18 Oct 2014
|
[ 09:49 antoine ]
- Update to 1.8.1 [1]
- Reset Maintainer [2]
- Fix build with new mesa
PR: ports/185001 [1]
Submitted by: Hardy Schumacher [1]
Approved by: maintainer timeout (10 months) [2]
|
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)
|
Sun, 11 May 2014
|
[ 15:46 amdmi3 ]
- Support staging
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
|
Mon, 10 Mar 2014
|
[ 18:09 bapt ] (Only the first 10 of 46 ports in this commit are shown above. )
Convert x* to USES=zip
|
Wed, 2 Oct 2013
|
[ 02:04 acm ]
- Fix MASTER_SITES
- Fix pkg-plist file
- Few minor modifications
|
Tue, 1 Oct 2013
|
[ 19:57 acm ]
- Update to 1.8
PR: ports/173524
Submitted by: Hardy Schumacher <hardy.schumacher_ at _gmx.de>
|
Fri, 20 Sep 2013
|
[ 23:57 bapt ] (Only the first 10 of 288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Fri, 22 Mar 2013
|
[ 08:16 bapt ] (Only the first 10 of 18 ports in this commit are shown above. )
Convert to new options framework left unconverted ports in x* categories
|
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
|
Sat, 31 Mar 2012
|
[ 20:51 acm ]
- Fix build with png and jepg support. They were not detected correctly and it
could cause problems with apps that depends of Irrlicht
Feature safe: yes
|
[ 18:16 acm ]
- Update to 1.7.3
Feature safe: yes
|
Mon, 7 Mar 2011
|
[ 23:26 acm ]
- Install a valid shlib version. No ugly BUILD_DEPENDS entry anymore
- Bump PORTREVISION
PR: 154111
Submitted by: Pascal Stumpf <Pascal.Stumpf __ __ cubes.de>
|
Mon, 13 Dec 2010
|
[ 20:04 acm ]
- Update to 1.7.2
PR: 152854
Submitted by: Pascal Stumpf <Pascal.Stumpf at cubes.de>
|
Mon, 29 Mar 2010
|
[ 18:09 dinoex ]
- fix build for png-1.4.1
|
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
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 21 Jan 2010
|
[ 23:36 amdmi3 ]
- Update to 1.6.1
PR: 142874
Submitted by: myself
Approved by: acm (maintainer)
|
Sat, 5 Sep 2009
|
[ 00:55 acm ]
- Update to 1.5.1
PR: 137939
Submitted by: Hardy Schumacher <hardy.schumacher _at_ globalfoundries.com>
|
Sat, 22 Aug 2009
|
[ 00:39 amdmi3 ] (Only the first 10 of 148 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Tue, 20 Jan 2009
|
[ 08:16 acm ]
- Update to 1.5 [1]
PR : 130373
Submitted by : Hardy Schumacher <hardy.schumacher at amd.com>
Luke Dean <LukeD at pobox.com> [1]
|
Wed, 10 Dec 2008
|
[ 19:41 acm ]
- Update to 1.4.2
|
[ 07:35 linimon ] (Only the first 10 of 29 ports in this commit are shown above. )
Mark as broken on sparc64.
Hat: portmgr
|
Fri, 25 Jul 2008
|
[ 12:48 pav ] (Only the first 10 of 44 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Sat, 22 Mar 2008
|
[ 08:55 miwi ] (Only the first 10 of 58 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Tue, 25 Dec 2007
|
[ 03:11 acm ]
- Update to 1.4
Submitted by: Luke Dean <LukeD___ at _pobox.com> via email
|
Mon, 20 Aug 2007
|
[ 07:02 acm ]
- Update to 1.3.1
|
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, 20 Mar 2007
|
[ 17:17 acm ]
- Update to 1.3
- Remove 4.x support
|
Sat, 30 Dec 2006
|
[ 17:47 acm ]
- Update to 1.2
- Add pkg-message file
- Mark IGNORE on 4.x
- Take maintanership
- Other tiny modifications
|
Tue, 15 Aug 2006
|
[ 01:13 clsung ] (Only the first 10 of 44 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sat, 13 May 2006
|
[ 05:00 edwin ] (Only the first 10 of 191 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with X
|
Thu, 24 Nov 2005
|
[ 14:11 barner ]
Drop maintainership.
|
Mon, 7 Nov 2005
|
[ 19:47 barner ]
Add -fPIC to CFLAGS (for ia64). Since `irrlicht' is a port that consists of
a shared library only (and a few header files, of course), it's ok to do it
in the ports Makefile.
Reported by: pointyhat via kris
|
Sat, 22 Oct 2005
|
[ 10:04 barner ]
Fix build on amd64 by adding -fPIC to CFLAGS.
Reported by: pointyhat via kris
|
Thu, 20 Oct 2005
|
[ 00:29 barner ]
- Update to 0.12.0 [1]
- Explicitely link against libz, libpng, libjpeg
- Remove @'s in do-install: target, so one sees what's going on
Reminded by: Edwin's version nagger [1]
|
Fri, 16 Sep 2005
|
[ 00:12 barner ]
Change to FreeBSD.org email address. Somehow I did no change these ports
when I became a committer.
|
Wed, 29 Jun 2005
|
[ 15:14 okazaki ]
Add irrlicht 0.10.0, high performance realtime 3D engine.
PR: ports/71905
Submitted by: Simon Barner <barner@gmx.de>
|
Number of commits found: 57 |