Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 0.14_9
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
22 Jun 2021 18:53:08 0.14_9
|
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 |
06 Apr 2021 14:31:07 0.14_8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 18:36:56
0.14_8
|
zeising  |
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. |
30 Sep 2019 03:59:23
0.14_8
|
tobik  |
Drop OPTIONS_SUB in ports that have no options |
25 Feb 2019 12:15:17
0.14_8
|
bapt  |
First step at deorbitting esound:
remove esound options where it is possible to, categories x11* |
10 Nov 2018 19:57:08
0.14_7
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
19 Aug 2018 16:24:03
0.14_6
|
gblach  |
Add option to disable esound applet
PR: 230709
Submitted by: tobik |
23 May 2017 05:03:16
0.14_5
|
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 |
01 Apr 2016 14:33:58
0.14_4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Apr 2015 22:16:08
0.14_4
|
bapt  |
over to enlightenment@ |
16 Apr 2015 20:13:44
0.14_4
|
gblach  |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
27 Jan 2015 22:48:46
0.14_4
|
amdmi3  |
- Fix plist
- Drop @dirrm* from plist
Approved by: portmgr blanket |
27 Dec 2014 00:09:03
0.14_4
|
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 |
11 Dec 2014 00:06:47
0.14_3
|
gblach  |
Take maintainership |
10 Dec 2014 22:29:15
0.14_3
|
gahr  |
- Reset maintainership of my ports |
10 Sep 2014 20:50:37
0.14_3
|
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) |
30 Jun 2014 14:24:44
0.14_2
|
tijl  |
Add USES=libtool. |
16 Apr 2014 18:28:50
0.14_1
|
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 ) |
14 Feb 2014 13:59:17
0.14
|
gahr  |
- STAGE-clean |
21 Sep 2013 00:01:17
0.14
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
05 Sep 2013 05:35:31
0.14
|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
23 May 2013 14:59:30
0.14
|
gahr  |
- Initialize variables to avoid giving incorrect values |
15 May 2013 07:52:11
0.14
|
gahr  |
- Remove debug printf introduced in my last commit |
14 May 2013 16:19:38
0.14
|
gahr  |
- Fix swap usage values in E-MemWatch.epplet |
10 Oct 2012 13:14:27
0.14
|
gahr  |
- Update to 0.14 |
04 Aug 2012 22:52:04
0.13_3
|
kwm  |
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. |
18 Jun 2012 09:35:41
0.13_2
|
gahr  |
- Fix PLIST
Reported by: PH (pav, linimon) |
11 Jun 2012 08:01:59
0.13_2
|
gahr  |
- fix linking |
01 Jun 2012 05:26:28
0.13_2
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.13_1
|
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 |
11 Aug 2011 19:20:17
0.13_1 
|
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> |
20 Mar 2011 12:54:45
0.13_1
|
miwi  |
- Get Rid MD5 support |
22 Dec 2010 20:05:49
0.13_1
|
ade  |
Sync to final (for now) bsd.autotools.mk |
04 Dec 2010 07:34:27
0.13_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
0.13_1
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
0.13_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
31 May 2010 11:27:32
0.13
|
gahr  |
- Update to 0.13 |
28 Mar 2010 06:47:48
0.12_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.12_3
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:39:37
0.12_2
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
02 Aug 2009 19:36:34
0.12_2
|
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 |
31 Jul 2009 13:57:52
0.12_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
08 Jun 2009 06:56:20
0.12_1
|
gahr  |
- Chase repocopy x11-wm/enlightenment --> x11-wm/e16 |
09 Mar 2009 20:21:37
0.12
|
gahr  |
- Update to 0.12 |
23 Jan 2009 16:28:36
0.11_2
|
flz  |
- 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). |
05 Jan 2009 20:34:01
0.11_1
|
wxs  |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
20 Aug 2008 00:57:32
0.11_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
06 Jun 2008 14:17:21
0.11_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
05 May 2008 20:37:41
0.11
|
gahr  |
- Update to 0.11
Approved by: miwi (mentor) |
14 Apr 2008 11:32:16
0.10_1
|
gahr  |
- Fix E-Cpu and E-Load on UP systems
PR: 122605
Submitted by: Daniel Holmes <danielh@holmesonics.com>
Approved by: miwi (mentor) |
11 Mar 2008 15:13:26
0.10
|
gahr  |
- Update pkg-descr to reflect the fact that more epplets are supported
- Set myself as maintainer
Submitted by: gj
Approved by: miwi (mentor) |
10 Mar 2008 20:41:58
0.10
|
gahr  |
- Update to 0.10
- Port most epplets to FreeBSD
- Exclude Mountbox from the build (too much Linux-dependent)
- Exclude Xss from the build (what is it really good for?)
Approved by: miwi (mentor) |
19 May 2007 20:32:57
0.9_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
11 Mar 2007 08:51:14
0.9_1
|
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] |
04 Dec 2006 04:16:54
0.9
|
rafan  |
- Respect X11BASE
Reported by: pointyhat |
14 Aug 2006 10:03:13
0.9
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g |
03 Jun 2006 12:03:39
0.9
|
vanilla  |
Upgrade to 0.9. |
13 May 2006 05:00:46
0.7_5
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
13 Apr 2006 18:45:32
0.7_5
|
vs  |
Fix packaging: remove left-over directory |
05 Apr 2006 07:44:42
0.7_5
|
vanilla  |
change enlightenment's binary to e16.
Submitted by: kris@ |
07 Mar 2006 08:28:06
0.7_4
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.7_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
05 Jan 2006 03:57:35
0.7_3
|
edwin  |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
25 Nov 2005 19:33:59
0.7_2
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.7_2
|
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. |
18 May 2005 18:03:47
0.7_2
|
vs  |
Use MAKE_ARGS & libtool 15 |
17 Mar 2004 18:29:46
0.7_2
|
trevor  |
SIZEify. |
14 Mar 2004 06:17:56
0.7_2
|
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. |
28 Feb 2004 15:16:22
0.7_2
|
arved  |
Fix the !APM case.
Reported by: bento |
18 Feb 2004 20:53:33
0.7_2
|
krion  |
- Fix build
PR: ports/63011
Submitted by: Ports Fury |
17 Feb 2004 22:30:30
0.7_2
|
kris  |
BROKEN on 5.x: Does not compile (missing dependency) |
07 Feb 2004 04:49:34
0.7_2
|
marcus  |
Remove the dependency on libgtop. |
04 Feb 2004 05:10:27
0.7_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
21 Dec 2003 17:58:29
0.7
|
krion  |
- Fix build on architecture other than i386
PR: 60468
Submitted by: Ports Fury |
09 Dec 2003 20:31:11
0.7
|
krion  |
- Update to version 0.7
PR: 60076
Submitted by: Ports Fury |
08 Dec 2003 00:19:58
0.5_1
|
pav  |
- Fix build in post if_xname world
- Pet portlint
PR: ports/59452
Submitted by: brooks |
20 Feb 2003 19:21:36
0.5_1
|
knu  |
De-pkg-comment. |
30 Nov 2002 20:38:56
0.5_1
|
arved  |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento |
29 Nov 2002 05:56:58
0.5_1
|
kris  |
Reset undeliverable maintainer email address to ports@FreeBSD.org |
11 Nov 2002 17:39:25
0.5_1
|
ijliao  |
fix malloc.h problem
PR: 45191
Submitted by: thinker@branda.to |
21 Jan 2002 19:59:51 
|
dan  |
Maintainer update. Remove duplicate MASTER_SITES. |
07 Dec 2001 20:56:49 
|
dan  |
Update MASTER_SITES. |
11 Aug 2001 21:19:46 
|
dan  |
Change MAINTAINER from nakai to cmc@groupofnine.net. |
11 Aug 2001 21:18:20 
|
dan  |
Make some of the linux-centric epplets work. |
19 Jun 2001 05:20:34 
|
dwcjr  |
Fix MASTER_SITES patch |
03 Jun 2001 09:56:12 
|
olgeni  |
Fix typo in description. |
20 Mar 2001 13:41:37 
|
nakai  |
Add a dependency to ImageMagick |
05 Feb 2001 21:06:00 
|
olgeni  |
Layout fixes in x11-wm. |
08 Oct 2000 08:00:02 
|
asami  |
Convert category x11-wm to new layout. |
18 Jul 2000 07:43:40 
|
kbyanc  |
Extract libepplet from the epplets port now that has it's own port. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |