aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/compiz
Commit message (Collapse)AuthorAgeFilesLines
* Remove the gnome option, it doesn't work anymore after gnome3 is imported.Koop Mast2014-10-032-41/+6
| | | | Notes: svn path=/head/; revision=369888
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.hTijl Coosemans2014-09-251-1/+2
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=369260
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-2/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365325
* - Update to 0.8.8Martin Wilke2014-06-036-282/+15
| | | | | | | | | | - Pass maintainership to submitter PR: 190534 Submitted by: Daniel Austin Notes: svn path=/head/; revision=356290
* Fix pkg-plist when built without GNOMEBarbara Guida2014-05-012-3/+6
| | | | | | | | | | | While here: - Fix a misspelled option in a test - Strip binaries PR: ports/189014 Notes: svn path=/head/; revision=352745
* Explicitly set libX11 dependency to fix build.Jung-uk Kim2014-05-012-3/+8
| | | | Notes: svn path=/head/; revision=352720
* Fix packaging with pkg_install by workarounding a pkg_install bugBaptiste Daroussin2014-04-302-35/+6
| | | | | | | | | | | While here: - s/disable-kde3/disable-kde/ - Remove .la files, they are useless here Reported by: bar Notes: svn path=/head/; revision=352671
* Explicitly set libXext dependency to fix build after r351936.Jung-uk Kim2014-04-232-1/+12
| | | | Notes: svn path=/head/; revision=351966
* 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
* Fix options helpers conversionAntoine Brodin2014-04-221-1/+1
| | | | Notes: svn path=/head/; revision=351869
* Support stageBaptiste Daroussin2014-04-222-46/+24
| | | | | | | Cleanup a bit (this ports deserves either more love or death) Notes: svn path=/head/; revision=351766
* - Convert USE_GMAKE/BZIP2 to USESMartin Wilke2014-03-151-4/+1
| | | | Notes: svn path=/head/; revision=348347
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* 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
* Remove support for the non-default KDE3 option.Rene Ladan2013-07-021-9/+1
| | | | | | | | Leave KDE3 in pkg-plist (which is now just a comment) to ease any update to KDE4. Notes: svn path=/head/; revision=322169
* - adoption of USES framwork for gettext and pathfixJason Helfman2013-05-061-2/+2
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317466
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-071-7/+2
| | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=310020
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-2/+1
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=308910
* - update png to 1.5.10Dirk Meyer2012-06-011-3/+3
| | | | Notes: svn path=/head/; revision=297915
* Fix multiple options testing in one lineBaptiste Daroussin2012-05-311-1/+1
| | | | Notes: svn path=/head/; revision=297911
* Convert to new options frameworkBaptiste Daroussin2012-05-312-26/+23
| | | | Notes: svn path=/head/; revision=297880
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* - Fix compiz-manager script to work with Nvidia graphics card.Stephen Montgomery-Smith2011-07-123-6/+6
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=277576
* - 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
* Fix gtk-window-decorator with gtk+ 2.22. GdkDrawable got deprecated in favorKoop Mast2010-12-052-9/+181
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=265711
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-202-3/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-102-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - fix build for png-1.4.1Dirk Meyer2010-04-031-7/+13
| | | | | | | | PR: 145262 Submitted by: Barbara Notes: svn path=/head/; revision=252164
* - add missing delependencyDirk Meyer2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252102
* - fix build for png-1.4.1Dirk Meyer2010-04-031-0/+23
| | | | | | | | | | PR: 145262 Submitted by: Ivan Klymenko - add missing delependency Notes: svn path=/head/; revision=252101
* - fix build for png-1.4.1Dirk Meyer2010-03-291-1/+1
| | | | | | | | PR: 145139 Submitted by: Barbara Notes: svn path=/head/; revision=251676
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 0.8.4Robert Noland2009-12-012-5/+5
| | | | | | | I'm not dealing with kde4 support right now, patches welcome. Notes: svn path=/head/; revision=245081
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* -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-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.8.2Robert Noland2009-04-085-8/+448
| | | | | | | o Start removing the fusion name from plugins. Notes: svn path=/head/; revision=231861
* Remove the dynamic test for xcb support, since it is default now.Robert Noland2009-01-252-48/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226822
* Update to 0.7.8Robert Noland2008-10-014-12/+66
| | | | | | | 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-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=217856