aboutsummaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/xmcd: Unbreak on !amd64, support DragonFlyJohn Marino2014-05-311-4/+4
| | | | | | | | | The staging attempted didn't go quite right as it was hardcoded for FreeBSD 9 AMD. Since I'm fixing this anyway, bring in dports patches to support DragonFly. Notes: svn path=/head/; revision=355992
* Staging support for audio/xmcd, as part of this the setuidMichael Gmelin2014-05-261-7/+33
| | | | | | | | | | | | | bit has been removed and instructions on how to configure devfs.conf to allow access by non-root added to pkg-message. This way the package can be built without root access, plus avoiding setuid root executables are a good thing in general. Reviewed by: bapt (mentor) Approved by: bapt (mentor) Notes: svn path=/head/; revision=355296
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-091-2/+1
| | | | | | | | | While here: Convert to USES=gmake as well Trim headers Notes: svn path=/head/; revision=322579
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-2/+2
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-1/+1
| | | | | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency) Notes: svn path=/head/; revision=255644
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225288
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-2/+2
| | | | | | | | | | | | | worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476 Notes: svn path=/head/; revision=210771
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix build after libmytinfo is gone.Rong-En Fan2007-02-011-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=183883
* Mark broken for FreeBSD 5.x sparc64.Daniel Eischen2006-12-181-0/+4
| | | | Notes: svn path=/head/; revision=180050
* Correct packing list and unbreak.Daniel Eischen2006-10-231-3/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175499
* BROKEN: Incomplete pkg-plistKris Kennaway2006-10-121-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=175231
* Add the man pages.Daniel Eischen2006-09-241-0/+2
| | | | Notes: svn path=/head/; revision=173710
* Remove installation of two html'ized man pages. Pointyhat was complaining,Daniel Eischen2006-09-041-20/+0
| | | | | | | | | | and I don't know where they should go, and don't think we need them anyways. To silence: pointyhat Notes: svn path=/head/; revision=172228
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Move pkg-message to files to automatically replace %%PREFIX%%.Daniel Eischen2006-03-151-0/+2
| | | | | | | | | | | Patch config.sh to default to FreeBSD ioctl method instead of Linux ioctl method. Submitted by: edwin PR: 94398 Notes: svn path=/head/; revision=157129
* new version of libFLACChristian Weisgerber2005-03-161-2/+2
| | | | Notes: svn path=/head/; revision=131401
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-2/+2
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Update to tiny version 3.3.2. This is a bug fix to prevent cda fromDaniel Eischen2004-04-241-9/+2
| | | | | | | | | | crashing and also incorporates the 3.3.0->3.3.1 patch which includes some FreeBSD-specific configuration changes. Approved by: portmgr Notes: svn path=/head/; revision=107805
* libflac -> libFLACEdwin Groothuis2004-04-151-1/+1
| | | | | | | | | | pointy hat to: deischen@ PR: ports/65565 Submitted by: Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp> Notes: svn path=/head/; revision=107124
* Make audio/flac a LIB_DEPENDS instead of a RUN_DEPENDS.Daniel Eischen2004-04-131-2/+2
| | | | Notes: svn path=/head/; revision=106963
* s/ /\t/ in the newly added BUILD_DEPENDS line.Daniel Eischen2004-04-131-1/+1
| | | | | | | | | | portlint didn't catch this, but I may not have been using the latest version of it. Noticed by: krion Notes: svn path=/head/; revision=106856
* Add a BUILD_DEPENDS for audio/flac.Daniel Eischen2004-04-121-0/+1
| | | | | | | Reported by: Helge Oldach <xmcdapr04 at oldach.net> Notes: svn path=/head/; revision=106814
* Update to xmcd-3.3.1.Daniel Eischen2004-04-101-5/+15
| | | | Notes: svn path=/head/; revision=106664
* Make audio/xmcd work on 5.2.1: uname -r returned an x.y.z number,Edwin Groothuis2004-02-281-2/+2
| | | | | | | | | | giving the PLIST_SUB variable a x.y number, while the port itself calculated from x.y.z to x. Informed maintainer. Notes: svn path=/head/; revision=102337
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-1/+2
| | | | Notes: svn path=/head/; revision=96269
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-4/+4
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Update to version 3.2.1.Daniel Eischen2003-08-041-4/+4
| | | | Notes: svn path=/head/; revision=86256
* Strip installed binaries. Remove patch-ae since the file it modifiesDaniel Eischen2003-04-181-0/+6
| | | | | | | | | is not needed when using imake. Submitted by: Carl Mascott <cmascott@att.net> Notes: svn path=/head/; revision=79191
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Upgrade to 3.2.0.Daniel Eischen2003-01-101-4/+7
| | | | | | | | Xmcd now provides audio extraction and playback directly to a sound device. Notes: svn path=/head/; revision=72828
* Fix MASTER_SITE; directory structure has changed.Daniel Eischen2003-01-071-1/+1
| | | | Notes: svn path=/head/; revision=72704
* Upgrade to xmcd-3.1 patchlevel 1.Daniel Eischen2002-06-081-2/+3
| | | | Notes: svn path=/head/; revision=60905
* Upgrade to xmcd 3.0.2. This version fixes a tempfile race condition andKris Kennaway2001-08-061-2/+1
| | | | | | | | a buffer overflow. I'm not exactly sure why a CD player needs to be setuid root. Notes: svn path=/head/; revision=45900
* o fix build for XFree86-4.FUJISHIMA Satsuki2001-07-271-13/+6
| | | | | | | | | | | PR: 29256 Submitted by: Richard Wiwatowski <rjwiwat@betalogic.com.au> o getting rid of dependency on -clients. (rman is now part of imake-4.) o use pre/post.mk to simplify testing. Notes: svn path=/head/; revision=45549
* Update to version 3.0pl1Daniel Eischen2001-07-171-2/+3
| | | | Notes: svn path=/head/; revision=45208
* MASTER_SITE changeDaniel Eischen2001-04-211-1/+1
| | | | Notes: svn path=/head/; revision=41764
* build html manpages for XFree86-4.FUJISHIMA Satsuki2001-02-121-0/+27
| | | | Notes: svn path=/head/; revision=38242