Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.99.b19_5 16 Jul 2024 12:00:59 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
0.99.b19_4 24 Feb 2024 09:48:10 |
Muhammad Moinur Rahman (bofh) |
graphics/libcaca: Moved man to share/man
Approved by: portmgr (blanket) |
0.99.b19_3 20 Jan 2024 13:55:49 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
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) |
0.99.b19_2 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 ) |
0.99.b19_2 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 ) |
0.99.b19_2 10 Sep 2021 21:18:08 |
Bernhard Froehlich (decke) |
graphics/libcaca: Add CPE information
Approved by: portmgr (blanket) |
0.99.b19_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.99.b19_2 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
0.99.b19_2 05 Jan 2018 02:57:35 |
jbeich |
Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL
The cryptic "error in backend" is emitted by Clang on crash. |
0.99.b19_2 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 |
0.99.b19_1 30 Nov 2016 16:01:30 |
linimon |
Mark various ports as broken on aarch64 due to the same clang bug:
error in backend: Do not know how to split this operator's operand!
Approved by: portmgr (tier-2 blanket) |
0.99.b19_1 04 Nov 2016 09:04:21 |
amdmi3 |
- Verbosify build
- Switch to options helpers
Approved by: portmgr blanket |
0.99.b19_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.99.b19_1 30 Jan 2016 23:52:32 |
marino |
graphics/libcaca: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
0.99.b19_1 29 Dec 2014 14:18:24 |
mat |
Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.
Sponsored by: Absolight |
0.99.b19_1 27 Dec 2014 00:09:03 |
gblach |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
0.99.b19 17 Oct 2014 11:37:30 |
bapt |
Remove a useless left @dir |
0.99.b19 17 Oct 2014 11:37:13 |
bapt |
Update to 0.99 beta19
Strip binaries using the autotools mechanism instead of the manual one |
0.99.b18_9 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) |
0.99.b18_8 27 Aug 2014 11:52:07 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.99.b18_7 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.99.b18_6 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 ) |
0.99.b18_5 02 Mar 2014 22:16:14 |
bapt |
Convert to USES=libtool |
0.99.b18_4 11 Nov 2013 16:46:42 |
wg |
graphics/libcaca: add FTGL option
PR: ports/183426
Submitted by: Dmitry Marakasov <amdmi3 amdmi3.ru> |
0.99.b18_3 19 Oct 2013 00:32:08 |
bapt |
Enable stage
Use options helpers
Strip binaries |
0.99.b18_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.99.b18_2 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
0.99.b18_2 25 Mar 2013 14:06:30 |
makc |
- Add dependence on libglut [1]
- Convert to new option framework
- Convert to USES/PKG_CONFIG
- Pass more switches to configure script in order to avoid auto-detection
- Trim Makefile header
- Update and reformat description
PR: ports/175963 [1]
Submitted by: pawel |
0.99.b18_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.99.b18 12 Apr 2012 22:09:39 |
bapt |
Fix plist
Reported by: pointyhat (pav) |
0.99.b18 10 Apr 2012 20:23:55 |
bapt |
add --disable-python to configure script, to avoid python to be autodetected and
installation failure because of it
do not bump portrevision as the package is unchange
Reported by: Jürgen Galonska <caligula@primamail.de> (private mail) |
0.99.b18 10 Apr 2012 00:23:25 |
bapt |
- update to 0.99.beta18 |
0.99.b17_3 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> |
0.99.b17_3 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.99.b17_3 15 Dec 2010 04:10:53 |
stas |
- Update imlib2 and imlib2_loaders to 1.4.4. This version mainly contains
bugfixes compared to 1.4.1 with some new functions added.
I'm also dropping .la files, so port revisions of dependent library
ports have been bumped accordingly. |
0.99.b17_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.99.b17_2 12 May 2010 20:37:17 |
pav |
- Remove references to now non-existant devel/libslang
PR: ports/145245
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> |
0.99.b17_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.99.b17_1 24 Mar 2010 10:56:51 |
kwm |
Remove empty dir to fix plist.
Submitted by: QAT |
0.99.b17 24 Mar 2010 10:27:27 |
kwm |
Update to 0.99.beta17.
Submitted by: Frank Steinborn <steinex@nognu.de> |
0.99.b13_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.99.b13_2 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 |
0.99.b13_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.99.b13_1 30 Jan 2009 20:49:10 |
pav |
- Update download location, update WWW
Reported by: pointyhat |
0.99.b13_1 19 Jun 2008 19:46:13 |
pav |
- Remove CONFIGURE_ENV definition, they are shadowed by EFL stuff, and in fact
not needed at all
PR: ports/123327 |
0.99.b13_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.99.b13 11 Mar 2008 21:13:53 |
stas |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
0.99.b13 29 Feb 2008 22:44:29 |
mezz |
Fix the build on amd64.
Reported by: pointyhat
Submitted by: Mel <fbsd.multimedia@rachie.is-a-geek.net>
Marcin Cieslak <saper@system.pl> |
0.99.b13 27 Feb 2008 22:51:18 |
mezz |
Update to 0.99.beta13.
PR: ports/118798
Submitted by: delphij |
0.99.b11_2 18 Dec 2007 18:57:35 |
mezz |
It looks like it supports both libslang and libslang2. Remove the autocheck.
Add a check on libslang.so.1 if it exists in system then depend on libslang
instead of libslang2. If libslang.so.1 doesn't exist then libslang2 is the
default in WITH_SLANG. Add '--disable-slang' flag to avoid the autocheck in
configure. Bump the PORTREVISION.
Reported by: Andriy Gapon <avg@icyb.net.ua> |
0.99.b11_1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.99.b11_1 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}. |
0.99.b11 29 Apr 2007 19:36:38 |
mezz |
-Update to 0.99.beta11.
-Update the WWW.
Be sure to read http://libcaca.zoy.org/manual/migrating.html If one of you
that want to migrate from old to new version.
PR: ports/111495
Submitted by: Dima Panov <fluffy@ael.ru> (with a bit tweak by mezz) |
0.9_6 11 Mar 2007 08:51:14 |
stas |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
0.9_5 05 Oct 2006 19:17:34 |
mezz |
Update the MASTER_SITES to fix the fetch. If they move this tarball again, I
shall host it in my freefall space. Sick of cat and mouse game. |
0.9_5 21 Sep 2006 18:50:31 |
mezz |
Fix the fetch and distinfo as it has been re-rolled without make any of
change. The old and new tarballs have been compared.
PR: ports/103334
Submitted by: Simon Olofsson <simon@olofsson.de> |
0.9_5 20 Aug 2006 16:40:47 |
mezz |
Kris doesn't like this hack by add -fPIC flag, so acm has came up with a
better solution to fix graphics/crystalspace build that was committed.
Remove this hack and bump the PORTREVISION. |
0.9_4 20 Aug 2006 05:10:15 |
mezz |
Add -fPIC flag on amd64 and ia64 to fix graphics/crystalspace build.
PR: ports/102155
Submitted by: acm |
0.9_3 09 Jun 2006 18:59:20 |
ahze |
- Give a few homeless ports a home with multimedia@ |
0.9_3 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
0.9_3 11 Feb 2006 12:14:01 |
sem |
- Fix dependencies when WITHOUT_X11 defined
PR: ports/93047
Submitted by: Travis Poppe <tlp@liquidx.org> |
0.9_2 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
0.9_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.9_2 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'. |
0.9_2 07 Mar 2005 16:41:04 |
adamw |
Bump PORTREVISION on all ports that received the imlib2 shlib chase. |
0.9_1 07 Mar 2005 15:10:20 |
vanilla |
1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.
PR: ports/78347
Submitted by: Russell Jackson <raj at cserv62.csub.edu>
Somepart by: me |
0.9_1 15 Jul 2004 16:41:50 |
krion |
- Add WITHOUT_X11 knob
- Support CFLAGS properly
PR: ports/69112
Submitted by: Ports Fury |
0.9 05 Jul 2004 18:08:18 |
pav |
- Update to 0.9
PR: ports/68695
Submitted by: Koop Mast <kwm@rainbow-runner.nl> |
0.7 29 Jun 2004 10:19:55 |
linimon |
Reset bouncing maintainer address. |
0.7 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.7 11 Jan 2004 23:55:54 |
clement |
Add libcaca 0.7, graphics library that outputs text instead of pixels.
PR: 61222
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Approved by: erwin (mentor) (implicitly) |