aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-verve-plugin
Commit message (Collapse)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Update to 1.1.0Olivier Duchateau2015-07-113-6/+8
| | | | Notes: svn path=/head/; revision=391767
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-281-2/+1
| | | | | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr Notes: svn path=/head/; revision=384919
* The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com> Notes: svn path=/head/; revision=380565
* - Update to 1.0.1Olivier Duchateau2015-01-275-35/+40
| | | | | | | | | | - Adjust dependencies - Add patch, when NLS option is not set - Remove DBUS option, dbus-glib is mandatory in some Xfce's libraries - Update URL in pkg-descr Notes: svn path=/head/; revision=377979
* Cleanup plistBaptiste Daroussin2014-12-081-12/+0
| | | | Notes: svn path=/head/; revision=374318
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.Tijl Coosemans2014-05-061-4/+2
| | | | | | | | | | | | | | | And USES=tar:bzip2 here and there. deskutils/xfce4-notification-daemon: - Don't patch Makefile.am. - Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not imply it. x11/xfce4-wmdock-plugin: - Make it fetchable. Notes: svn path=/head/; revision=353097
* - Support STAGEDIROlivier Duchateau2014-01-291-8/+7
| | | | | | | | | | While I'm here - Use USES= gmake - Convert to new LIB_DEPENDS syntax - Add LICENSE Notes: svn path=/head/; revision=341743
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelOlivier Duchateau2013-05-081-1/+1
| | | | | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file Notes: svn path=/head/; revision=317695
* - conversion to USES frameworkJason Helfman2013-05-011-6/+6
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=317031
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Bump PORTREVISION for libexo-related portsOlivier Duchateau2012-12-301-2/+2
| | | | | | | Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=309676
* Bump PORTREVISION for libexo-related portsOlivier Duchateau2012-12-141-4/+5
| | | | | | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=308916
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Convert to OptionsNGEitan Adler2012-10-061-9/+4
| | | | Notes: svn path=/head/; revision=305422
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump all XFCE after XFCE importMartin Wilke2012-05-251-1/+1
| | | | Notes: svn path=/head/; revision=297442
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+1
| | | | Notes: svn path=/head/; revision=291338
* Consistify spelling of "Xfce", and some other projects while there.Rene Ladan2011-10-261-1/+1
| | | | | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke Notes: svn path=/head/; revision=284387
* Re-assign to the Xfce team.Rene Ladan2011-10-231-1/+1
| | | | | | | Approved by: miwi (previous maintainer, Xfce team member) Notes: svn path=/head/; revision=284172
* update x11/libexo to 0.6.2Oliver Lehmann2011-07-271-1/+1
| | | | | | | | | | | | | | | update sysutils/garcon to 0.1.8 update sysutils/xfce4-utils to 4.8.2 update x11-wm/xfce4-panel to 4.8.5 update x11/Terminal to 0.4.8 bump PORTREVISION of affected ports PR: ports/157768, ports/158144, ports/158145, ports/158148, ports/158170 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=278395
* update libexo to 0.6.1Oliver Lehmann2011-06-071-0/+1
| | | | | | | | | | bump PORTREVISION on depending ports PR: ports/156913 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=275173
* Welcome XFCE 4.8 to the portstree!Oliver Lehmann2011-03-031-2/+2
| | | | | | | Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=270185
* - Update to 1.0.0Martin Wilke2011-01-293-46/+81
| | | | | | | | | PR: 153428 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268386
* update xfce to 4.6.2Oliver Lehmann2010-05-311-1/+1
| | | | | | | bump PORTREVISION on all depending ports Notes: svn path=/head/; revision=255394
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* bump PORTREVISION for the recent update ofOliver Lehmann2010-01-101-1/+1
| | | | | | | | | | | x11/libexo x11-toolkits/libxfce4gui sysutils/xfce4-settings x11-wm/xfce4-panel x11/Terminal Notes: svn path=/head/; revision=247524
* - 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 xfce to 4.6.1Oliver Lehmann2009-05-061-1/+1
| | | | | | | bump PORTREVISION where necessary Notes: svn path=/head/; revision=233310
* Bump PORTREVISION after xfce 4.6 updateOliver Lehmann2009-03-061-0/+1
| | | | Notes: svn path=/head/; revision=229569
* - Update to 0.3.6Martin Wilke2008-11-293-28/+43
| | | | Notes: svn path=/head/; revision=223576
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB in favor of USE_XORGMartin Wilke2008-03-211-2/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=209540
* update xfce4 to 4.4.2Oliver Lehmann2008-02-121-0/+1
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* The Verve panel plugin is a comfortable command line plugin for the Xfce panel.Martin Wilke2007-09-114-0/+67
It supports several nice features, such as: * Command history * Auto-completion (including command history) * Open URLs and eMail addresses in your favourite applications * Focus grabbing via D-BUS (so you can bind a shortcut to it) * Custom input field width WWW: http://goodies.xfce.org/projects/panel-plugins/verve-plugin Notes: svn path=/head/; revision=199318