aboutsummaryrefslogtreecommitdiff
path: root/audio/xmradio
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-5/+1
| | | | Notes: svn path=/head/; revision=225288
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* - Readd ONLY_FOR_ARCHS. Although this port builds on all architecturesTilman Keskinoz2004-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. Notes: svn path=/head/; revision=122750
* - bktr(4) seems to be available on all 5.x architectures, so removeTilman Keskinoz2004-11-282-6/+7
| | | | | | | | | | | ONLY_FOR_ARCHS. - Fix location of bktr headers on 5.x - Fix WWW PR: 74486 Notes: svn path=/head/; revision=122715
* Move package files from plist to Makefile, remove pkg-plist.Sergey A. Osokin2004-07-273-7/+15
| | | | | | | Respect CFLAGS by comment on CDEBUGFLAGS (aka -O2 -g -Wall). Notes: svn path=/head/; revision=114846
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update email adress auf maintainer.Josef El-Rayes2004-03-091-1/+1
| | | | | | | | Requested by: maintainer Approved by: simon(mentor) Notes: svn path=/head/; revision=103374
* - Utilize ONLY_FOR_ARCHSKirill Ponomarev2004-02-251-1/+10
| | | | | | | | PR: ports/62860 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=102142
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h)Kris Kennaway2002-09-083-0/+48
| | | | Notes: svn path=/head/; revision=65834
* Update to 1.2Patrick Li2002-02-172-2/+2
| | | | | | | | | PR: 33351 Submitted by: Nils Holland <nilstisys.org@tisys.org> Approved by: maintainer Notes: svn path=/head/; revision=54785
* - Update to 1.1Michael Haro2001-04-023-4/+4
| | | | | | | | | | - Change maintainer PR: 25970 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> (new maintainer) Notes: svn path=/head/; revision=40735
* - Fix MASTER_SITESKevin Lo2001-02-081-2/+2
| | | | | | | | | | - Change maintainer's email adddress PR: 24897 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38110
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-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. Notes: svn path=/head/; revision=34892
* Update to version 1.0James E. Housley2000-11-014-12/+14
| | | | | | | | PR: 22471 Submitted by: Thomas Runge <runge@rostock.zgdv.de> MAINTAINER Notes: svn path=/head/; revision=34547
* Update MASTER_SITEJames E. Housley2000-11-011-1/+1
| | | | | | | | PR: 22472 Submitted by: Thomas Runge <runge@rostock.zgdv.de> MAINTAINER Notes: svn path=/head/; revision=34546
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+2
| | | | Notes: svn path=/head/; revision=27415
* developer's site movedMichael Haro2000-02-142-2/+2
| | | | Notes: svn path=/head/; revision=25830
* $Id$ -> $FreeBSD$Michael Haro2000-02-021-1/+1
| | | | Notes: svn path=/head/; revision=25427
* Upgrade to xmradio 0.8Roger Hardiman1999-10-122-5/+6
| | | | Notes: svn path=/head/; revision=22380
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* Wisten, to the SWwound, of a Whole new WOOTim Vanderhoek1999-05-021-2/+2
| | | | | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings] Notes: svn path=/head/; revision=18335
* Update xmradio from 0.5 to 0.6Michael Haro1999-04-182-3/+3
| | | | | | | | PR: 11186 Submitted by: maintainer Notes: svn path=/head/; revision=17984
* Import of xmradio version 0.5.Steve Price1999-04-036-0/+52
Motif based FM tuner (for use with bt848 driver) PR: 10012 Submitted by: Thomas Runge <runge@rostock.zgdv.de> Notes: svn path=/head/; revision=17587