aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xfce4-mixer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+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
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-291-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
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-061-22/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* - Install documentation in standard locationtijl2014-07-021-0/+1
| | | | | - Add USES=libtool and bump dependent ports - Use OPTIONS_SUB
* - Update to 4.11.0 (bugfix)olivierd2014-05-201-4/+14
| | | | | | | | | | | | | | | | - Add LICENSE - Add NLS (Native Language Support) option Despite odd number (development release, see announce [1]), there's nothing new. Still uses the old GStreamer API (0.10). Likewise, GstMixerInterface (opaque structure for sound card in GStreamer) has been removed in the new API (1.0). [1] https://mail.xfce.org/pipermail/xfce-announce/2014-April/000321.html Reviewed by: Ivan Klymenko Obtained from: Xfce repo.
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-4/+3
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* - Support STAGEDIRolivierd2013-10-161-6/+3
| | | | | | | | | | While I'm here - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Enhance COMMENT entry (misc/xfce4-wm-themes) - Adjust Xfce dependencies, and bump PORTREVISION (sysutils/xfce4-power-manager)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-2/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-7/+4
| | | | | | | | 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
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categorybapt2013-04-231-1/+0
|
* Bump PORTREVISION for keybinder-related portsolivierd2012-12-261-2/+2
| | | | | | | While here, - audio/xfce4-mixer improve KEYBIND_DESC Approved by: rene, miwi (mentors, implicit)
* xfce4-mixer needs multimedia/gstreamer-plugins-good to access any OSS devices.olivierd2012-12-261-2/+2
| | | | | | PR: ports/174039 Submitted by: David Demelier <demelier.david_AT_gmail.com> Approved by: rene, miwi (mentors, implicit)
* Patch pixmaps path to fix broken chain icons in xfce4-mixer.ehaupt2012-12-251-2/+3
|
* - Update to 4.10.0olivierd2012-10-161-15/+32
| | | | | | | | | - Cleanup Makefile header - Use USE_PKGCONFIG - Add new option, KEYBIND (for multimedia keys) Approved by: rene, miwi (mentors) Feature safe: yes
* Mark ports unsafe per wiki page of broken ports.eadler2012-09-031-0/+2
| | | | | Approved by: doceng (gabor, maintainer) [print/ghostscript8] Redports: ignore
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Welcome XFCE 4.10 to the portstree!miwi2012-05-261-1/+2
| | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-271-1/+1
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* Re-assign to the Xfce team.rene2011-10-231-1/+1
| | | | Approved by: oliver (previous maintainer)
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Welcome XFCE 4.8 to the portstree!oliver2011-03-031-3/+2
| | | | Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
* looks like 4.6.1 versions disappeared from the 4.6.2 directoryoliver2010-10-051-0/+1
| | | | force the load from the old 4.6.1 directory
* update xfce to 4.6.2oliver2010-05-311-1/+1
| | | | bump PORTREVISION on all depending ports
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* bump PORTREVISION for the recent update ofoliver2010-01-101-1/+1
| | | | | | | | x11/libexo x11-toolkits/libxfce4gui sysutils/xfce4-settings x11-wm/xfce4-panel x11/Terminal
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* update xfce to 4.6.1oliver2009-05-061-2/+1
| | | | bump PORTREVISION where necessary
* add patch-r29703 to fix the coredump on exitoliver2009-04-061-0/+1
|
* update Xfce to 4.6oliver2009-03-031-3/+5
| | | | | | for more information please read http://www.xfce.org/about/news?id=21
* update xfce to 4.4.3oliver2008-10-311-2/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* replace USE_XLIB by USE_XORG to reduce the dependenciesoliver2008-03-091-2/+3
| | | | bump PORTREVISION
* update xfce4 to 4.4.2oliver2008-02-131-2/+2
| | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532
* - Fix a typo in bsd.sites.mk along with all the places it affectedsat2007-10-261-1/+1
| | | | Approved by: oliver (maintainer of the respective ports)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* update to 4.4.1oliver2007-04-211-2/+2
|
* update xfce to 4.4.1oliver2007-04-121-0/+1
| | | | bump PORTREVISION where needed
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-141-3/+1
| | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
* fix objformat problem more properlyoliver2007-02-061-1/+3
|
* fix build (by using libtool:15) with recent CURRENTs where objformat went awayoliver2007-02-041-0/+1
| | | | Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
* Import xfce 4.4oliver2007-01-231-24/+12
| | | | | | - remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+1
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Conversion to a single libtool environment.ade2006-02-231-2/+2
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* update to xfce 4.2.3.1oliver2005-11-091-2/+2
| | | | Changelog: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Fix a MASTER_SITE entry to match the site layout.fenner2005-10-041-1/+1
| | | | Approved by: oliver@FreeBSD.org (MAINTAINER)
* update to 4.2.2oliver2005-05-201-1/+1
|
* adjust MASTER_SITESoliver2005-04-021-2/+3
|
* update to 4.2.1oliver2005-03-191-2/+2
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* add some dependenciesoliver2005-01-281-3/+6
| | | | Noted by: pointyhat
* - bring xfce4 to 4.2oliver2005-01-271-6/+7
| | | | | | | | - remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update) - take maintainership of x11-wm/xfce4-session [1] - bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs Approved by: maintainer [1]
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* update to xfce4-4.0.6oliver2004-07-191-1/+1
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* update to 4.0.5oliver2004-04-191-5/+4
| | | | use libtool version 15 instead of 13
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* update to xfce 4.0.4oliver2004-03-151-5/+4
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Update xfce to 4.0.3oliver2004-01-111-2/+4
| | | | | | | | | | | | | | 4.0.3: - Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added 4.0.2: * Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
* update xfce to 4.0.1oliver2003-12-051-2/+2
|
* - Get the translations installed (Make configure able to detectoliver2003-10-191-2/+8
| | | | | | | | | | | | gettext and add it to LIB_DEPENDS.). [1] - INSTALLS_SHLIB added to the Makefile (Only in case a library get installed by the port.) - remove NO_FILTER_SHLIB - Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was set in the Makefile - bump PORTREVISION Noted By: Dinesh Nadarajah <dinesh_list@sbcglobal.net> [1]
* Add back DIST_SUBDIR. It was removed by mistake.demon2003-09-291-0/+1
| | | | Approved by: maintainer
* Update to 4.0.0 release.demon2003-09-271-6/+3
|
* Update to version 4.0 RC3.demon2003-09-031-6/+5
|
* add xfce4-panel to RUN_DEPENDS toooliver2003-08-171-0/+1
| | | | Noted by: demon
* take maintainershipoliver2003-08-171-1/+1
|
* Start using the new xfce sub-categoryoliver2003-08-161-1/+1
|
* bumped PORTREVISIONoliver2003-07-311-0/+1
| | | | Noted by: kris
* add trailing backslash..oliver2003-07-311-1/+1
|
* Add missing dependenciesoliver2003-07-311-1/+3
| | | | Pointed out by: bento
* Add xfce4-mixer, an XFce 4 volume mixer module for xfce4-paneloliver2003-07-291-0/+29
Submitted by: James Earl <jdearl@telus.net>