aboutsummaryrefslogtreecommitdiff
path: root/audio/rplay
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - update MASTER_SITES, WWWDirk Meyer2020-02-152-4/+2
| | | | Notes: svn path=/head/; revision=526211
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2617-102/+79
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Add LICENSEDmitry Marakasov2014-11-271-0/+4
| | | | | | | - Strip library Notes: svn path=/head/; revision=373472
* Do not violate stagedirAntoine Brodin2014-09-231-1/+1
| | | | Notes: svn path=/head/; revision=369130
* Convert to @sample and remove the useless remove of rc script already doneBaptiste Daroussin2014-09-021-13/+4
| | | | Notes: svn path=/head/; revision=367113
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename audio/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2813-0/+0
| | | | Notes: svn path=/head/; revision=363157
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359318
* Support LIBS like LDFLAGS.Tijl Coosemans2014-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) Notes: svn path=/head/; revision=357486
* - Add staging supportPawel Pekala2014-04-082-21/+29
| | | | | | | - Silence cmp execution in pkg-plist Notes: svn path=/head/; revision=350593
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | 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-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Correct previous commit: rplay.in sb rplayd.in, rename file, fix MakefileMichael Scheidell2012-04-253-2/+2
| | | | | | | | PR: ports/166658 Submitted by: scheidell@ (me) Notes: svn path=/head/; revision=295527
* - Fix crash on amd64 when rplayd parses the rplay.hosts file (extra-patch ↵Michael Scheidell2012-04-255-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] Notes: svn path=/head/; revision=295526
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Attempt to fix build for gcc4Rong-En Fan2006-12-261-0/+10
| | | | Notes: svn path=/head/; revision=180783
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-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> Notes: svn path=/head/; revision=170572
* Remove install-info from Makefile, it's automatically done whenEdwin Groothuis2005-12-041-3/+0
| | | | | | | INFO is defined. Notes: svn path=/head/; revision=150424
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* o) Fix missing installation of sample and initial config files.Lars Koeller2004-10-282-2/+13
| | | | Notes: svn path=/head/; revision=120422
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Utilize INFOKris Kennaway2003-10-272-15/+3
| | | | Notes: svn path=/head/; revision=92340
* Update port: audio/rplayEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | - ECHO -> ECHO_MSG PR: ports/56766 Submitted: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89486
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o use daemon(3) instead of just fork(2) when daemonize.Norikatsu Shigemura2003-01-303-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> Notes: svn path=/head/; revision=74294
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - install rplayd.sh as rplayd.sh.samplePete Fritchman2002-05-192-6/+8
| | | | | | | | | | - better config file management PR: 35634 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59485
* Fix build problem on 5-current.Motoyuki Konno2002-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. Notes: svn path=/head/; revision=57550
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53947
* Fix audio detection problem.Mark Pulford2001-07-221-0/+20
| | | | | | | | PR: 27204 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Notes: svn path=/head/; revision=45368
* Change $MAINTAINER to ports.Jun Kuriyama2001-05-121-1/+1
| | | | | | | | >>> RCPT To:<rmallory@csusb.edu> <<< 550 5.1.1 <rmallory@csusb.edu>... User unknown Notes: svn path=/head/; revision=42550
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-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. Notes: svn path=/head/; revision=30229
* - Update to version 3.3.2Alexander Langer2000-06-2816-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> Notes: svn path=/head/; revision=29943
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-4/+4
| | | | Notes: svn path=/head/; revision=27415
* fix my mistakeMichael Haro2000-02-071-2/+4
| | | | Notes: svn path=/head/; revision=25569
* portlintMichael Haro2000-02-021-0/+2
| | | | Notes: svn path=/head/; revision=25422
* You can't replace "echo" with "@${ECHO}" if it appears in the middle of aSatoshi Asami1999-09-091-4/+4
| | | | | | | multi-line command.... ;) Notes: svn path=/head/; revision=21492
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* echo -> ${ECHO}. (from submitter).Chris Piazza1999-06-232-35/+7
| | | | | | | | | | Make portlint happy by removing trailing spaces and shortening DESCR (me). PR: 12363 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=19723