aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/libcompizconfig
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.8Martin Wilke2014-06-033-5/+10
| | | | | | | | PR: 190535 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356291
* UnbreakAntoine Brodin2014-06-021-2/+1
| | | | Notes: svn path=/head/; revision=356252
* - Convert USE_BZIP2/XZ to USESMartin Wilke2014-06-021-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=356196
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Add stage supportDanilo Egea Gondolfo2014-02-102-10/+6
| | | | | | | | | | - Convert USE_GMAKE to USES - Remove the indefinite article from COMMENT - Add libtool to USES - Use options helpers Notes: svn path=/head/; revision=343669
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Fix pkg-plistAntoine Brodin2013-06-241-1/+1
| | | | Notes: svn path=/head/; revision=321696
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-282-25/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-6/+3
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* Add USE_PKGCONFIGBaptiste Daroussin2012-07-271-0/+1
| | | | Notes: svn path=/head/; revision=301618
* Fix optionsBaptiste Daroussin2012-06-031-1/+1
| | | | | | | | PR: ports/168615 Submitted by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=298090
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-311-3/+5
| | | | Notes: svn path=/head/; revision=297880
* - Fix hidden dependency on libinotifyDmitry Marakasov2012-03-211-9/+19
| | | | | | | | | | | | - Link with libinotify correctly which fixes dependent ports dying with rtld error - Minor port cleanups PR: 166296 Submitted by: Ivan Klymenko <fidaj@ukr.net> Feature safe: yes Notes: svn path=/head/; revision=293643
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* - Reassign to the heapThomas Abthorpe2011-07-051-1/+1
| | | | Notes: svn path=/head/; revision=277083
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Add some additional brackets to clarify when the extra patch is neededRobert Noland2010-03-141-1/+1
| | | | Notes: svn path=/head/; revision=251037
* Fix build with or without the scandir changes.Robert Noland2010-02-152-2/+30
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249897
* Remove a patch that doesn't seem to be needed anymore.Robert Noland2010-02-112-21/+1
| | | | | | | Reported by: andrew deryabin <andrew@deryabin.com> Notes: svn path=/head/; revision=249600
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 0.8.4Robert Noland2009-12-012-5/+4
| | | | | | | I'm not dealing with kde4 support right now, patches welcome. Notes: svn path=/head/; revision=245081
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.8.2Robert Noland2009-04-084-7/+25
| | | | | | | o Start removing the fusion name from plugins. Notes: svn path=/head/; revision=231861
* Update to 0.7.8Robert Noland2008-10-014-15/+16
| | | | | | | Approved by: garga (mentor), portmgr Notes: svn path=/head/; revision=221082
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update my email address to my @FreeBSD.org address.Robert Noland2008-07-301-2/+2
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=217856
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Pass maintainership back to rnoland - he's back online.Wesley Shields2008-03-241-1/+1
| | | | | | | | | Sorry about this and welcome back! Approved by: garga (implicit) Notes: svn path=/head/; revision=209690
* Reset maintainer due to bouncing mails.Wesley Shields2008-03-201-1/+1
| | | | | | | | | | Discussed with pav. Submitted by: miwi on IRC Approved by: garga (mentor) Notes: svn path=/head/; revision=209453
* - Update compiz-fusion components to 0.6.0.Florent Thoumie2007-10-293-6/+7
| | | | | | | | | - Add new compiz-fusion meta-port. Submitted by: maintainer Notes: svn path=/head/; revision=202341
* Libcompizconfig is an alternative configuration system forFrank J. Laszlo2007-09-065-0/+102
compiz and provides the following features: - Automatic plugin list generation. - Import/Export of the current configuration. - Configuration profiles. - Parsing of Compiz metadata files to provide an easy to use API for configuration managers. - Conflict handling for plugins and actions. - Support for different configuration storage backends. - Desktop environment integration. If a backend provides desktop environment integration, then Compiz will share the keybindings and settings with the default desktop environment window manager like metacity or kwin. - Its own Compiz configuration plugin "ccp" to provide all features of libcompizconfig with compiz. WWW: http://forums.compiz-fusion.org/ PR: ports/116136 Submitted by: Robert Noland <rnoland@2hip.net> Notes: svn path=/head/; revision=198924