summaryrefslogtreecommitdiff
path: root/audio/xtuner (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix build on 5.x (gcc 3.3)Greg Lewis2003-10-272-7/+15
| | | | | | | | PR: 58426 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=92335
* BROKEN on 5.x: does not compileKris Kennaway2003-10-151-1/+7
| | | | Notes: svn path=/head/; revision=91368
* o Delete WWW: line in pkg-desc, cause the site didn't exist anymoreLars Koeller2003-07-221-2/+0
| | | | Notes: svn path=/head/; revision=85374
* 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-081-4/+8
| | | | Notes: svn path=/head/; revision=65835
* Fix for new XForms version.Mike Heffner2002-07-041-10/+10
| | | | Notes: svn path=/head/; revision=62426
* Bump XForms lib. version.Mike Heffner2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=62421
* Prepare for xforms update.Mike Heffner2002-07-042-5/+6
| | | | Notes: svn path=/head/; revision=62419
* use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.FUJISHIMA Satsuki2000-12-302-5/+15
| | | | | | | | | | | honor CC. PR: 23510 Submitted by: myself Approved by: maintainer Notes: svn path=/head/; revision=36474
* We're defining TRUE, might as well FALSE alongside it to make thisSatoshi Asami2000-11-141-1/+4
| | | | | | | | | port compile. Submitted by: bento Notes: svn path=/head/; revision=35140
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add TRUE const if not already defined. Should fix bento-build.Alexander Langer2000-07-191-33/+29
| | | | Notes: svn path=/head/; revision=30846
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-4/+4
| | | | Notes: svn path=/head/; revision=27415
* All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends.Steve Price1999-09-201-0/+14
| | | | Notes: svn path=/head/; revision=21799
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* The xforms ports is no longer an i386-only port.Steve Price1999-06-081-4/+1
| | | | Notes: svn path=/head/; revision=19323
* Adding missing WWW Site references ...Marc G. Fournier1999-06-051-0/+2
| | | | Notes: svn path=/head/; revision=19212
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.Hidetoshi Shimokawa1999-01-071-1/+4
| | | | | | | XForms has not been available for FreeBSD/alpha yet. Notes: svn path=/head/; revision=15906
* Unbreak for ELFJustin M. Seger1998-11-031-3/+1
| | | | Notes: svn path=/head/; revision=14320
* Mark broken for ELF because of xforms port.Steve Price1998-09-261-2/+4
| | | | Notes: svn path=/head/; revision=13406
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-041-6/+6
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* New port xtuner. xtuner is an X-windows interface for the RadioREVEALThomas Gellekum1998-04-306-0/+70
and RadioTrack FM radio cards. I couldn't test the functionality, but it builds and installs. PR: part of 5228 Submitted by: Lars Köller <Lars.Koeller@uni-bielefeld.de> Notes: svn path=/head/; revision=10787