| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Apr 2012 22:14:19
3.3.2_3
|
scheidell  |
- Correct previous commit: rplay.in sb rplayd.in, rename file, fix Makefile
PR: ports/166658
Submitted by: scheidell@ (me) |
25 Apr 2012 22:08:28
3.3.2_3
|
scheidell  |
- Fix crash on amd64 when rplayd parses the rplay.hosts file (extra-patch 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] |
23 Sep 2011 22:26:39
3.3.2_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
19 Mar 2011 12:38:54
3.3.2_2
|
miwi  |
- Get Rid MD5 support |
26 Dec 2006 08:07:29
3.3.2_2
|
rafan  |
- Attempt to fix build for gcc4 |
14 Aug 2006 10:08:25
3.3.2_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 Dec 2005 22:49:37
3.3.2_2
|
edwin  |
Remove install-info from Makefile, it's automatically done when
INFO is defined. |
23 Nov 2005 23:29:54
3.3.2_2
|
pav  |
- Add some SHA256 checksums |
28 Oct 2004 20:07:05
3.3.2_2
|
lkoeller  |
o) Fix missing installation of sample and initial config files. |
27 Jan 2004 20:51:07
3.3.2_1
|
trevor  |
Add SIZE. |
27 Oct 2003 18:59:42
3.3.2_1
|
kris  |
Utilize INFO |
27 Sep 2003 00:01:16
3.3.2_1
|
edwin  |
Update port: audio/rplay
- ECHO -> ECHO_MSG
PR: ports/56766
Submitted: KATO Tsuguru <tkato@prontomail.com> |
20 Feb 2003 16:49:55
3.3.2_1
|
knu  |
De-pkg-comment. |
30 Jan 2003 17:30:49
3.3.2_1
|
nork  |
o use daemon(3) instead of just fork(2) when daemonize.
o make rc.d script more modern, accordingly.
o Bump PORTREVISION.
PR: ports/27875
Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> |
19 May 2002 21:41:22
3.3.2
|
petef  |
- install rplayd.sh as rplayd.sh.sample
- better config file management
PR: 35634
Submitted by: Alan Eldridge <ports@geeksrus.net> |
11 Apr 2002 00:11:41
3.3.2
|
motoyuki  |
Fix build problem on 5-current.
<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. |
29 Jan 2002 09:33:26 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; 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.
|
22 Jul 2001 11:30:11 
|
markp  |
Fix audio detection problem. |
12 May 2001 11:59:43 
|
kuriyama  |
Change $MAINTAINER to ports. |
08 Oct 2000 00:19:06 
|
asami  |
Convert category audio to new layout. |
05 Jul 2000 13:37:07 
|
tg  |
As threatened on freebsd-ports: all startup scripts know about the two 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. |
28 Jun 2000 17:05:11 
|
alex  |
- Update to version 3.3.2 - Add WWW: line into pkg/DESCR - Add
INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE |