aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmradio
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-5/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Readd ONLY_FOR_ARCHS. Although this port builds on all architecturesarved2004-11-291-6/+3
| | | | | only i386 and ia64 seem to have the bktr(4) driver. - Add a more accurate OSVERSION for the bktr header reorganization.
* - bktr(4) seems to be available on all 5.x architectures, so removearved2004-11-292-6/+7
| | | | | | | | ONLY_FOR_ARCHS. - Fix location of bktr headers on 5.x - Fix WWW PR: 74486
* Move package files from plist to Makefile, remove pkg-plist.osa2004-07-273-7/+15
| | | | Respect CFLAGS by comment on CDEBUGFLAGS (aka -O2 -g -Wall).
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Update email adress auf maintainer.josef2004-03-091-1/+1
| | | | | Requested by: maintainer Approved by: simon(mentor)
* - Utilize ONLY_FOR_ARCHSkrion2004-02-261-1/+10
| | | | | PR: ports/62860 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)kris2002-09-083-0/+48
|
* Update to 1.2pat2002-02-172-2/+2
| | | | | | PR: 33351 Submitted by: Nils Holland <nilstisys.org@tisys.org> Approved by: maintainer
* - Update to 1.1mharo2001-04-023-4/+4
| | | | | | | - Change maintainer PR: 25970 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> (new maintainer)
* - Fix MASTER_SITESkevlo2001-02-091-2/+2
| | | | | | | - Change maintainer's email adddress PR: 24897 Submitted by: MAINTAINER
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Update to version 1.0jeh2000-11-014-12/+14
| | | | | PR: 22471 Submitted by: Thomas Runge <runge@rostock.zgdv.de> MAINTAINER
* Update MASTER_SITEjeh2000-11-011-1/+1
| | | | | PR: 22472 Submitted by: Thomas Runge <runge@rostock.zgdv.de> MAINTAINER
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+2
|
* developer's site movedmharo2000-02-152-2/+2
|
* $Id$ -> $FreeBSD$mharo2000-02-031-1/+1
|
* Upgrade to xmradio 0.8roger1999-10-132-5/+6
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Wisten, to the SWwound, of a Whole new WOOhoek1999-05-031-2/+2
| | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings]
* Update xmradio from 0.5 to 0.6mharo1999-04-192-3/+3
| | | | | PR: 11186 Submitted by: maintainer
* Import of xmradio version 0.5.steve1999-04-036-0/+52
Motif based FM tuner (for use with bt848 driver) PR: 10012 Submitted by: Thomas Runge <runge@rostock.zgdv.de>