aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xosd
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories mzeising2019-11-071-1/+2
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1
|
* - Add missing dependencyamdmi32016-10-311-1/+1
|
* - Clarify LICENSEamdmi32016-03-291-12/+8
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-1/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* 5 ports categories: Remove $PTHREAD_LIBSmarino2015-03-251-2/+1
| | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
* Cleanup plistbapt2014-12-091-1/+0
|
* Support LIBS like LDFLAGS.tijl2014-06-111-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵amdmi32014-05-272-5/+6
| | | | | | | | | | | polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files - Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket
* Remove dependency on deprecated and forbidden xmmsantoine2014-03-223-20/+4
|
* - Add stage supportdanilo2013-12-092-27/+30
| | | | | - Use options helpers - Convert LIB_DEPENDS to new syntax
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* Add explicit dependency on pkgconf (18 ports)marino2013-09-121-1/+1
|
* Conditionalize previous fix, it should only be applied for Xft patch.danfe2012-11-141-1/+2
| | | | Feature safe: yes
* - Unbreak when building with CC=clangdanfe2012-11-141-0/+3
| | | | | Reported by: madpilot Feature safe: yes
* - Add DOCS knob to OPTIONS_DEFINEdanfe2012-11-131-3/+2
| | | | | | | - Drop no longer relevant adjustment of ltmain.sh - Move PATCH_STRIP downstairs a bit Feature safe: yes
* Forgot to actually commit patch rebase change.danfe2012-11-111-10/+10
| | | | Feature safe: yes
* - Allow to build with unofficial Xft supportdanfe2012-11-112-2/+603
| | | | | | | | | - Rebase existing milliseconds timeout patch up to -p1 so we can have Xft patch unmodified to avoid gratuitous differences with various GNU/Linux distributions out there Obtained from: Puppy Linux Discussion Forum Feature safe: yes
* - Provide a custom patch which changes timeout units from seconds todanfe2012-11-104-32/+126
| | | | | | | | | | | | | | | milliseconds (obviously, since it breaks API compatibility, it must be disabled by default) - Specify correct delay units in osd_cat program (including usage information), its manual page, and XMMS plugin code - Drop explicit shlib version numbers from LIB_DEPENDS (but not for libgdk-pixbuf, to avoid a clash with `graphics/gdk-pixbuf2') - Explicitly disable Beep Media Player plugin (just in case) - Cleanup Makefile, define LICENSE (GPLv2), sort the knobs - Install a few documentation files while I am here - Improve COMMENT and port description, update WWW line Feature safe: yes
* - unbreak the buildrm2012-07-061-1/+1
| | | | | PR: 169677 Reported by: Alfred Bartsch <bartsch at dssgmbh dot de>
* Convert to new option frameworkbapt2012-06-291-3/+5
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Fix build with clangarved2011-07-141-1/+2
| | | | | PR: 158663 Submitted by: Guido Falsi
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Update to 2.2.14sahil2010-06-082-9/+6
| | | | | | PR: ports/136375 Submitted by: Olexandr Davydenko <o.davydenko@gmail.com> Approved by: wxs@/itectu@ (mentors, implicit)
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1
| | | | | | to email. Hat: portmgr
* - 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
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* 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)
* - Add missing xorg dependencymiwi2008-06-011-1/+2
| | | | | | | | - Bump PORTREVISION PR: 123493 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3
| | | | | | | | | | | | | | | - 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)
* Fix PORTREVISION bump.bland2008-03-271-1/+1
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - 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}.
* - Fix after objformat removalpav2007-03-241-3/+3
| | | | | | PR: ports/109925 (based on) Submitted by: rafan Approved by: maintainer timeout (perky; 18 days)
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Pet portlint by using DATADIR macro in plist.novel2006-02-111-11/+10
| | | | | | PR: 91285 (part of) Submitted by: David Le Brun <david@dyn-ns.net> Approved by: maintainer timeout (more than month)
* - gdk-pixbuf and gtk12 are required only for xmms plugin, so dependnovel2006-02-091-7/+5
| | | | | | | | | | on gdk-pixbuf only if building xmms plugin and remove gtk12 dependency as it would be catched up xmms. - Don't print sed's output PR: 92347 Submitted by: novel Approved by: maintainer timeout (2 weeks)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 2.2.12perky2004-11-302-3/+3
| | | | | PR: 73662 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Update to 2.2.10krion2004-08-283-32/+3
| | | | | PR: ports/71066 Submitted by: maintainer
* Enable to build with C89 compilers for -STABLE.perky2004-07-141-2/+20
| | | | Submitted by: Greg J. <xcas@cox.net>
* Update to 2.2.8 and unmark BROKEN.perky2004-07-123-15/+13
| | | | | PR: 68906 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* BROKEN: Unfetchablekris2004-07-111-0/+2
|
* Update to 2.2.7perky2004-06-042-19/+22
| | | | | PR: 67352 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to 2.2.5perky2003-09-284-14/+14
|
* Chase multimedia/xmms library bump.edwin2003-09-181-2/+3
| | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-3/+4
| | | | use USE_GETOPT_LONG instead.
* - Update to 2.2.1 [1]perky2003-05-064-13/+23
| | | | | | | | - Allow building WITHOUT_XMMS. [2] PR: 51494 [1] Submitted by: Sebastian Yepes <Sebastian@mail.x123.info> [1] Suggested by: Andy Fawcett <andy@athame.co.uk> [2]
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Fix build on -current.perky2003-04-093-24/+7
| | | | | (We don't need to run autotools anymore here. The original tarball is shipped with `configure' now. :)
* Update to 2.1.3perky2003-03-315-27/+16
|
* De-pkg-comment for my ports.perky2003-02-252-1/+1
|
* - Update to 2.1.0perky2003-02-143-3/+6
| | | | | | | - Add LIB_DEPEND on gdk-pixbuf [1] Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1] PR: 47726 [1]
* Update to 2.0.2 and added our MASTER_SITE_LOCAL to MASTER_SITE becauseperky2003-01-222-3/+5
| | | | the author removes his old distfiles when every new version comes out.
* Update to 2.0.1perky2003-01-024-11/+21
|
* After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Update to 1.1.1perky2002-10-263-7/+9
|
* Fix bug when building with an older version installed.alane2002-09-192-0/+18
| | | | Approved by: perky (maintainer)
* Update to 1.0.4perky2002-09-184-23/+21
|
* Deploy USE_GNOMENG infrastructurelioux2002-09-011-1/+2
| | | | | PR: 42286 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 1.0.0perky2002-08-095-99/+35
|
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.sobomax2002-07-161-1/+0
|
* Updating my email address.perky2002-06-251-1/+1
| | | | Approved by: cjh (mentor)
* Fix ports for building with -current without perlpat2002-05-231-3/+0
| | | | | PR: 38359 Submitted by: maintainer
* Chase xmms shlib major #.petef2002-03-261-1/+1
| | | | | | PR: 36253 Submitted by: Norikatsu Shigemura <FreeBSD-gnats-submit@freebsd.org> Approved by: maintainer
* Update maintainer email addresspat2002-01-291-1/+1
| | | | | PR: 34372 Submitted by: maintainer
* Chase increased version number of libxmms.sobomax2001-06-211-1/+1
|
* Resurrect xosd.c patch that I accidentally nuked with revision 1.2 ofwill2001-05-211-0/+20
| | | | | | files/patch-aa; this fixes xosd's needless squandering of cpu resources. Submitted by: maintainer
* Correct a few mistakes:will2001-05-213-30/+47
| | | | | | | | | | | | | | | From MAINTAINER: 1) Add GTK/GLIB lib depends. 2) Fix building without xmms. 3) Install header file. 4) Correct xmms-config && gtk12-config paths. From will@: 5] Respect ${CC}. 6] Respect ${GLIB_CONFIG}. 7] Respect ${PTHREAD_[CFLAGS,LIBS]}. PR: 27479 Submitted by: maintainer
* Add xosd 0.7.0, X On-Screen-Display Library and XMMS plug-in.will2001-05-206-0/+112
PR: 27015 Submitted by: Hye-Shik Chang <perky@python.or.kr>