aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rplay
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-2717-102/+79
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32014-11-271-0/+4
| | | | - Strip library
* Do not violate stagedirantoine2014-09-241-1/+1
|
* Convert to @sample and remove the useless remove of rc script already donebapt2014-09-031-13/+4
|
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
| | | | '__' instead.
* Rename audio/ patch-xy patches to reflect the files they modify.adamw2014-07-2813-0/+0
|
* Allow to build with texinfo from portsantoine2014-06-261-0/+1
| | | | With hat: portmgr
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+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)
* - Add staging supportpawel2014-04-082-21/+29
| | | | - Silence cmp execution in pkg-plist
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | audio)
* - Correct previous commit: rplay.in sb rplayd.in, rename file, fix Makefilescheidell2012-04-263-2/+2
| | | | | PR: ports/166658 Submitted by: scheidell@ (me)
* - Fix crash on amd64 when rplayd parses the rplay.hosts file (extra-patch ↵scheidell2012-04-265-27/+311
| | | | | | | | | | | for amd64 only) [1] - Channel dougb and re-write the rc script [2] - Bump PORTREVISION PR: ports/166658 [1] Submitted by: Callum Gibson <callumgibson@optusnet.com.au> [1] Reviewed by: scheidell@ [2]
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Attempt to fix build for gcc4rafan2006-12-261-0/+10
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-141-1/+1
| | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Remove install-info from Makefile, it's automatically done whenedwin2005-12-051-3/+0
| | | | INFO is defined.
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* o) Fix missing installation of sample and initial config files.lkoeller2004-10-292-2/+13
|
* Add SIZE.trevor2004-01-281-0/+1
|
* Utilize INFOkris2003-10-282-15/+3
|
* Update port: audio/rplayedwin2003-09-271-2/+2
| | | | | | | - ECHO -> ECHO_MSG PR: ports/56766 Submitted: KATO Tsuguru <tkato@prontomail.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o use daemon(3) instead of just fork(2) when daemonize.nork2003-01-313-2/+20
| | | | | | | | o make rc.d script more modern, accordingly. o Bump PORTREVISION. PR: ports/27875 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* - install rplayd.sh as rplayd.sh.samplepetef2002-05-202-6/+8
| | | | | | | - better config file management PR: 35634 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Fix build problem on 5-current.motoyuki2002-04-111-2/+11
| | | | | <machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable and 5-current. See commitlog of src/include/Makefile rev 1.165.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Fix audio detection problem.markp2001-07-221-0/+20
| | | | | PR: 27204 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* Change $MAINTAINER to ports.kuriyama2001-05-121-1/+1
| | | | | >>> RCPT To:<rmallory@csusb.edu> <<< 550 5.1.1 <rmallory@csusb.edu>... User unknown
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* - Update to version 3.3.2alex2000-06-2916-60/+305
| | | | | | | | | - Add WWW: line into pkg/DESCR - Add INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE PR: 19521 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-4/+4
|
* fix my mistakemharo2000-02-081-2/+4
|
* portlintmharo2000-02-031-0/+2
|
* You can't replace "echo" with "@${ECHO}" if it appears in the middle of aasami1999-09-091-4/+4
| | | | multi-line command.... ;)
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* echo -> ${ECHO}. (from submitter).cpiazza1999-06-242-35/+7
| | | | | | | Make portlint happy by removing trailing spaces and shortening DESCR (me). PR: 12363 Submitted by: Will Andrews <andrews@technologist.com>
* s,/usr/local,${PREFIX},gmharo1999-06-061-2/+2
| | | | | PR: 12033 Submitted by: Nick Hibma nick.hibma@jrc.it
* libgsm is now converted to ELF.asami1998-09-231-2/+2
|
* It's not that ports/astro/* had no manpages to remove from theirhoek1998-08-171-7/+0
| | | | | PLISTs, it's just that none of the ones that do use the MANx variables.
* Spelling and grammar police. This commit brought to you by themph1998-08-041-1/+2
| | | | letter "A".
* MASTER_SITE moved.fenner1998-01-221-2/+2
| | | | Submitted by: distfile checker
* Upgrade to b6ache1997-06-144-9/+68
| | | | | | Install rplayd automatically Use gsm library from ports Fix PLIST
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-4/+5
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-161-2/+4
| | | | Added MAINTAINERS to many of them.
* Removed unnecessary @cwd directive.max1996-11-151-1/+0
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* version 3.2.0b5adam1996-10-033-13/+3
|
* Submitted by: chuckrchuckr1996-07-281-0/+10
| | | | tiny change to make rplayd compile. Jordan's crossfire needs it.
* Upgrade, 3.2.0b2 -> 3.2.0b3. xrplay is currently not built becauseasami1995-06-214-9/+11
| | | | | it requires XForms. Notified by: rmallory@wiley.csusb.edu (Rob Mallory)
* Updating Makefiles, audio ports.asami1995-04-121-3/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+3
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Port of rplay 3.2.0b2swallace1995-03-175-0/+61
Submitted by: rmallory@csusb.edu