Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.11_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.0.11_8 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
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 ) |
2.0.11_8 07 Aug 2021 07:36:08 |
Tobias C. Berner (tcberner) |
graphics/sdl_ttf: prepare for freetype2 update
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
PR: 251512 |
2.0.11_8 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
2.0.11_7 13 Apr 2021 16:18:07 |
Dmitry Marakasov (amdmi3) |
graphics/sdl_ttf: minor cleanup
- Remove OPENGL option, GL is detected regardless of whether option
is enabled which leads to hidden dependency
- Remove needless flags
- Add LICENSE_FILE |
2.0.11_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.11_7 08 Nov 2019 14:36:06 |
tobik |
graphics: Add missing USES={gl,gnome,sdl} |
2.0.11_7 05 Nov 2019 22:16:15 |
zeising |
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. |
2.0.11_7 21 Apr 2019 19:09:34 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
2.0.11_7 25 Mar 2019 14:32:09 |
jbeich |
graphics/sdl_ttf: unbreak --no-allow-shlib-undefined with Gold or LLD 9
Clang 8 on x86 with -O1 converts ceil(float) to ceilf() but wants
-msse4.1 to use builtin. GCC 8 on x86 and aarch64 with -O1 and Clang 8
on aarch64 always use builtin ceil(). To avoid guessing when library
call will be made just append -lm explicitly.
ld: error: ./.libs/libSDL_ttf.so: undefined reference to ceilf
PR: 236141
Reported by: pkg-fallout (via antoine)
Obtained from: upstream
Approved by: portmgr blanket (blocks 144 consumers) |
2.0.11_7 05 Feb 2018 16:24:49 |
amdmi3 |
Take maintainership of SDL/SDL2 ports |
2.0.11_7 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2.0.11_6 22 Jan 2017 22:27:55 |
rene |
Reset mva@'s ports, he handed in his ports bit. |
2.0.11_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.11_6 07 Feb 2015 08:58:21 |
mva |
- Fix font rendering via TTF_RenderGlyph_Shaded()
PR: 196655
Submitted by: jbeich@ |
2.0.11_5 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
2.0.11_4 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2.0.11_4 10 Sep 2014 20:50:37 |
gerald |
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) |
2.0.11_3 01 May 2014 15:11:59 |
tijl |
Convert to USES=libtool. |
2.0.11_2 16 Apr 2014 18:28:50 |
zeising |
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 ) |
2.0.11_1 15 Feb 2014 09:00:19 |
mva |
- Patch the SDL configure script so it no longer adds -liconv to LDFLAGS when
converters/libiconv is installed on FreeBSD 10
- Add USES=iconv to graphics/sdl_ttf. The file showfont utility uses iconv.h
PR: ports/186665
Submitted by: tijl@ |
2.0.11 18 Jan 2014 09:37:50 |
mva |
- Enable stagedir support
- Convert to new LIB_DEPENDS
- Add missing x11 dependency
- Convert to new OPTIONS framework
- Add LICENSE |
2.0.11 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.0.11 01 Sep 2013 22:50:06 |
bapt |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5 |
2.0.11 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
2.0.10 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.0.10 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
2.0.10 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
2.0.10 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.0.10 11 Aug 2010 06:57:34 |
mva |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
2.0.9 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.0.9 19 Feb 2009 21:45:43 |
mva |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
2.0.9 21 Aug 2008 06:18:49 |
rafan |
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 ) |
2.0.9 13 Mar 2008 14:00:48 |
miwi |
- Update to 2.0.9
- Fixed binary installation conflict with x11-fonts/showfont
- Got rid of library renaming as done for devel/sdl12
- Pass maintainership to submitter
PR: 117611
Submitted by: Marcus von Appen <mva@sysfault.org> |
2.0.8_2 28 Oct 2007 12:01:33 |
shaun |
Return to pool: hopefully they will have a chance of being updated
prior to the freeze. |
2.0.8_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.8_1 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
2.0.8 20 Sep 2006 13:23:02 |
shaun |
- Drop dependency on GL libraries if WITHOUT_X11 or WITHOUT_GL is
defined.
PR: ports/102873
Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de> |
2.0.8 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
2.0.7_1 01 Sep 2006 21:34:14 |
shaun |
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints. |
2.0.7_1 17 Aug 2006 08:33:00 |
krion |
Drop maintainership, ENOTIME for these ports now. |
2.0.7_1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
2.0.7_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.0.7 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.7 15 Nov 2005 06:52:12 |
ade |
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. |
2.0.7 26 Apr 2005 08:28:13 |
krion |
Take maintainership. |
2.0.7 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.0.7 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.0.7 23 Dec 2004 10:56:46 |
krion |
Update to version 2.0.7 |
2.0.6_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.0.6_2 18 Mar 2004 16:42:48 |
lofi |
Fix build with freetype2-2.1.7.
Submitted by: Jeremy Prior <jez@netcraft.com> |
2.0.6_2 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
2.0.6_1 14 Mar 2004 06:17:56 |
ade |
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. |
2.0.6_1 08 Mar 2004 01:01:31 |
edwin |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
2.0.6_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.0.6 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.0.6 18 Jan 2004 18:17:37 |
krion |
- Update to version 2.0.6
PR: 61522
Submitted by: Ports Fury |
2.0.5_1 31 Jul 2003 07:15:52 |
daichi |
update graphics/sdl_ttf:
- Utilize USE_SDL
- PERL -> REINPLACE_CMD
PR: 55059
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.0.5 29 Jul 2003 09:12:37 |
sobomax |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
2.0.5 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.0.5 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |
2.0.5 17 Apr 2002 12:36:38 |
sobomax |
Update to 2.0.5. |
12 Mar 2002 22:54:13 |
knu |
Bump PORTREVISION after the freetype2 shlib major update. |
11 Mar 2002 17:25:31 |
sobomax |
Chase increase of freetype2 shlib version. |
21 Jan 2002 11:46:49 |
sobomax |
Update version number of freetype2 shared library. |
19 Dec 2001 12:25:58 |
sobomax |
Update to 2.0.4. |
12 Jul 2001 11:10:30 |
sobomax |
Update version number of freetype2 shared library. |
02 Jul 2001 11:17:16 |
sobomax |
Remove USE_FREETYPE - it's about freetype1, which the port doesn't use anymore.
|
26 Jun 2001 11:17:53 |
sobomax |
Update to 2.0.3. |
09 Apr 2001 12:55:04 |
sobomax |
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 |
16 Feb 2001 19:48:13 |
sobomax |
Update SDL shared library version number. |
27 Jan 2001 21:33:42 |
sobomax |
Unbroke after recent print/freetype changes. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
28 Sep 2000 12:52:07 |
sobomax |
Update to 1.2.2. |
25 Sep 2000 09:14:28 |
sobomax |
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation. |
20 Sep 2000 17:17:38 |
sobomax |
Add sdl_ttf - a library to use TrueType fonts to render text in SDL
applications. |