Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Jun 2022 20:18:19 0.8.8_15 |
Baptiste Daroussin (bapt)  |
compiz: disable gconf support
Approved by: maintainer (private email) |
10 Apr 2022 19:11:41 0.8.8_14 |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 0.8.8_13 |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
22 Jun 2021 18:53:08 0.8.8_12 |
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 |
07 Apr 2021 08:09:01 0.8.8_11 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.8_11 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Dec 2020 19:20:39
0.8.8_11 |
fernape  |
x11-wm/compiz: pkg-desc: Fix WWW home page
Previous WWW lead to a credit card informational page
PR: 251634
Submitted by: portmaster@bsdforge.com (maintainer)
Reported by: newton.ja.terry@gmail.com |
09 Nov 2020 17:08:12
0.8.8_11 |
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
04 Oct 2020 19:04:20
0.8.8_10 |
0mp  |
x11-wm/compiz: Fix compiz-manager texture size parsing error
compiz-manager doesn't cover the possibility of duplicate output from
glxinfo at line 238, which causes check_texture_size() to fail. Let's fix
it by limiting the number of output lines to 1.
PR: 247476
Submitted by: Vladimir Bychik
Approved by: maintainer (Chris Hutchinson)
MFH: 2020Q4 |
14 Jun 2020 16:01:50
0.8.8_9 |
zeising  |
Reset maintainer on compiz and related ports
Reset the maintainer on x11-wm/compiz and a few related ports.
Update MASTERDIR to make them fetchable again.
PR: 246461 246442
Submitted by: Chris Hutchinson (new maintainer)
Approved by: Daniel Austin (previous maintainer)
MFH: 2020Q2 |
07 Jan 2020 11:48:18
0.8.8_9 |
pkubaj  |
x11-wm/compiz: depend on nvidia-settings only on amd64 and i386
Nvidia drivers are not available on other architectures.
PR: 242832
Approved by: freebsd-ports@dan.me.uk (maintainer timeout)
MFH: 2020Q1 (fix build blanket) |
03 Nov 2019 21:56:38
0.8.8_9 |
zeising  |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
14 Aug 2019 12:25:52
0.8.8_9 |
mat  |
Convert to UCL & cleanup pkg-message (categories x) |
02 May 2019 18:52:04
0.8.8_9 |
0mp  |
x11-wm/compiz: Add the amdgpu to driver whitelist
The elements of the list are prefixes of display drivers located in
/usr/local/lib/xorg/modules/drivers, so these refer to Xorg display
drivers, not kernel modules.
The "intel" driver covers i915 if and only if intel_drv.so is loaded. If
modesetting_drv.so is loaded then "intel" does not cover i915 anymore.
As xf86-video-amdgpu installs amdgpu_drv.so, "amdgpu" should also be added
to the list. "ati" and "radeon" cover display drivers installed by both
xf86-video-ati and xf86-video-ati-legacy.
PR: 230894
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: portmgr (maintainer timeout, > 14 days) |
02 May 2019 15:37:52
0.8.8_8 |
0mp  |
x11-wm/compiz: Clean up port's makefile
- Add modesetting to the drivers whitelist
- Use upstream name xfwm4 instead of xfwm to properly fall back
- Remove reference to former option GNOME
- Simplify option DBUS
- Add missing dependencies
- Add LICENSE
- Add USES=gnome, USES=gl and USE_GL=gl
- Reorder the variables to pet portlint
- Regenerate patch files to pet portlint
Metacity migrated to GTK+ 3 while Compiz still uses GTK+ 2. This
incompatibility was left unseen at make time because of a reference to
former option GNOME in an assertion which resulted in METACITY being always (Only the first 15 lines of the commit message are shown above ) |
30 Sep 2018 20:27:44
0.8.8_7 |
kwm  |
The updated libgtop included in the GNOME 3.28 update broke runtime for
mate ports that use libgtop [1]. Bump all users not included in the GNOME
update to fix these issues.
Reported by: Barbara Guida <barbara.freebsd@gmail.com> [1] |
11 Sep 2018 18:34:28
0.8.8_6 |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
31 Jul 2018 18:41:30
0.8.8_5 |
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
23 May 2017 05:03:16
0.8.8_4 |
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 |
19 May 2016 10:53:06
0.8.8_3 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
0.8.8_3 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
02 Aug 2015 20:23:56
0.8.8_3 |
kwm  |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
25 Dec 2014 20:54:43
0.8.8_3 |
bapt  |
Bump portrevision after png update |
24 Dec 2014 01:28:16
0.8.8_2 |
antoine  |
Properly support png15 |
03 Oct 2014 12:32:55
0.8.8_2 |
kwm  |
Remove the gnome option, it doesn't work anymore after gnome3 is imported. |
25 Sep 2014 15:18:28
0.8.8_1 |
tijl  |
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect
value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
to intltool so move DATADIRNAME patching from USES=pathfix to
USE_GNOME=intlhack.
- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use
Exp-run by: antoine
Approved by: portmgr (antoine) |
10 Sep 2014 20:50:37
0.8.8_1 |
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) |
18 Aug 2014 16:43:25
0.8.8 |
bdrewery  |
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr |
03 Jun 2014 05:13:13
0.8.8 |
miwi  |
- Update to 0.8.8
- Pass maintainership to submitter
PR: 190534
Submitted by: Daniel Austin |
01 May 2014 11:08:29
0.8.4_12 |
bar  |
Fix pkg-plist when built without GNOME
While here:
- Fix a misspelled option in a test
- Strip binaries
PR: ports/189014 |
01 May 2014 04:32:55
0.8.4_11 |
jkim  |
Explicitly set libX11 dependency to fix build. |
30 Apr 2014 05:47:09
0.8.4_11 |
bapt  |
Fix packaging with pkg_install by workarounding a pkg_install bug
While here:
- s/disable-kde3/disable-kde/
- Remove .la files, they are useless here
Reported by: bar |
23 Apr 2014 19:26:06
0.8.4_10 |
jkim  |
Explicitly set libXext dependency to fix build after r351936. |
23 Apr 2014 13:25:17
0.8.4_10 |
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 ) |
22 Apr 2014 18:22:58
0.8.4_9 |
antoine  |
Fix options helpers conversion |
22 Apr 2014 08:13:53
0.8.4_9 |
bapt  |
Support stage
Cleanup a bit (this ports deserves either more love or death) |
15 Mar 2014 16:32:41
0.8.4_9 |
miwi  |
- Convert USE_GMAKE/BZIP2 to USES |
21 Jan 2014 23:40:23
0.8.4_9 |
bapt  |
Fix properties on pkg-plist |
22 Oct 2013 14:04:02
0.8.4_9 |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
21 Sep 2013 00:01:17
0.8.4_9 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
02 Jul 2013 13:20:09
0.8.4_9 |
rene  |
Remove support for the non-default KDE3 option.
Leave KDE3 in pkg-plist (which is now just a comment) to ease any update
to KDE4. |
06 May 2013 06:27:42
0.8.4_9 |
jgh  |
- adoption of USES framwork for gettext and pathfix
Approved by: portmgr (bapt@) |
06 Mar 2013 16:52:02
0.8.4_9 |
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
23 Jan 2013 15:00:19
0.8.4_9 |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
07 Jan 2013 02:07:27
0.8.4_8 |
makc  |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
14 Dec 2012 15:47:01
0.8.4_8 |
flo  |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
0.8.4_8 |
dinoex  |
- update png to 1.5.10 |
31 May 2012 22:35:33
0.8.4_7 |
bapt  |
Fix multiple options testing in one line |
31 May 2012 14:49:27
0.8.4_7 |
bapt  |
Convert to new options framework |
24 Oct 2011 04:17:38
0.8.4_7 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
23 Sep 2011 22:26:39
0.8.4_7 |
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 |
12 Jul 2011 05:27:57
0.8.4_7 |
stephen  |
- Fix compiz-manager script to work with Nvidia graphics card.
- Add run_depends needed by compiz-manager script.
- Portlint.
- Bump portrevision.
PR: ports/151137
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: gabor (mentor) |
05 Jul 2011 02:51:42
0.8.4_6 |
tabthorpe  |
- Reassign to the heap |
20 Mar 2011 12:54:45
0.8.4_6 |
miwi  |
- Get Rid MD5 support |
05 Dec 2010 11:44:21
0.8.4_6 |
kwm  |
Fix gtk-window-decorator with gtk+ 2.22. GdkDrawable got deprecated in favor
of cairo in 2.22. However it seems to be pretty buggy now.
Submitted by: jkim@
Approved by: fixing gnome 2.32 update fallout
Obtained from: compiz git |
04 Dec 2010 07:34:27
0.8.4_5 |
ade  |
Sync to new bsd.autotools.mk |
20 Nov 2010 15:37:08
0.8.4_5 |
kwm  |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
31 May 2010 02:01:56
0.8.4_4 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
10 May 2010 21:19:08
0.8.4_3 |
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
03 Apr 2010 20:33:27
0.8.4_2 |
dinoex  |
- fix build for png-1.4.1
PR: 145262
Submitted by: Barbara |
03 Apr 2010 06:51:12
0.8.4_2 |
dinoex  |
- add missing delependency |
03 Apr 2010 06:50:44
0.8.4_2 |
dinoex  |
- fix build for png-1.4.1
PR: 145262
Submitted by: Ivan Klymenko
- add missing delependency |
29 Mar 2010 05:40:53
0.8.4_2 |
dinoex  |
- fix build for png-1.4.1
PR: 145139
Submitted by: Barbara |
28 Mar 2010 06:47:48
0.8.4_2 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.8.4_1 |
dinoex  |
- update to jpeg-8 |
01 Dec 2009 21:57:44
0.8.4 |
rnoland  |
Update to 0.8.4
I'm not dealing with kde4 support right now, patches welcome. |
28 Nov 2009 20:06:37
0.8.2_2 |
marcus  |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
02 Aug 2009 19:36:34
0.8.2_1 |
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.8.2_1 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
08 Apr 2009 06:55:30
0.8.2 |
rnoland  |
Update to 0.8.2
o Start removing the fusion name from plugins. |
25 Jan 2009 03:30:38
0.7.8_1 |
rnoland  |
Remove the dynamic test for xcb support, since it is default now.
Approved by: garga (mentor, implicit) |
01 Oct 2008 12:32:04
0.7.8 |
rnoland  |
Update to 0.7.8
Approved by: garga (mentor), portmgr |
21 Aug 2008 06:18:49
0.6.2_2 |
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 ) |
30 Jul 2008 19:00:36
0.6.2_2 |
rnoland  |
Update my email address to my @FreeBSD.org address.
Approved by: garga (mentor) |
06 Jun 2008 14:17:21
0.6.2_2 |
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) |
19 Apr 2008 17:56:05
0.6.2  |
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) |
24 Mar 2008 15:44:31
0.6.2 |
wxs  |
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!
Approved by: garga (implicit) |
20 Mar 2008 16:10:07
0.6.2 |
wxs  |
Reset maintainer due to bouncing mails.
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor) |
29 Oct 2007 19:20:43
0.6.2 |
flz  |
Update compiz to 0.6.2.
Submitted by: maintainer |
25 Oct 2007 20:24:14
0.5.2_1 |
pav  |
- Fix the run depends syntax
Reported by: maintainer |
25 Oct 2007 17:10:42
0.5.2_1 |
mezz  |
- Fix the plist.
- While I am here, remove ${BUILD_DEPENDS} from RUN_DEPENDS to avoid all of
un-need stuff to be in runtime dependencies from build dependencies such as
gmake.
- Bump the PORTREVISION.
Reported by: pointyhat-exp
Approved by: Related with our (FreeBSD GNOME Team) big change |
30 Sep 2007 12:05:03
0.5.2 |
stefan  |
Add textproc/libxslt to the dependencies.
PR: 115734
Submitted by: Olivier Smedts <olivier@gid0.org>
Approved by: maintainer |
22 Aug 2007 17:39:04
0.5.2 |
flz  |
Force commit to note that previous commit was ports/115703, not ports/112826. |
22 Aug 2007 15:55:03
0.5.2 |
flz  |
Update x11-wm/compiz to 0.5.2.
PR: ports/112826
Submitted by: maintainer |
19 May 2007 20:32:57
0.5.0 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |