non port: audio/rplay/Makefile |
SVNWeb
|
Number of commits found: 31 |
Fri, 31 Dec 2021
|
[ 13:40 Rene Ladan (rene) ] 75b9550 (Only the first 10 of 323 ports in this commit are shown above. )
cleanup: Remove expired ports:
2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of
net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider
migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release
since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended
(April 6, 2021). Extended support ends December 2021. See
https://www.djangoproject.com/download/ (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Sep 2021
|
[ 07:42 Daniel Engberg (diizzy) ] a584796
audio/rplay: Deprecate and set expiration date to 2021-12-31
Abandoned upstream, no new release since 1999 and considered dead
Reported broken on amd64 in 2012 in fix never confirmed working, PR: 166658
Reference:
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/audio/rplay/Attic/Makefile
PR: 258647
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32044
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 15 Feb 2020
|
[ 08:56 dinoex ]
- update MASTER_SITES, WWW
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
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
|
Tue, 26 Jul 2016
|
[ 16:51 mat ] (Only the first 10 of 1844 ports in this commit are shown above. )
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Thu, 27 Nov 2014
|
[ 02:21 amdmi3 ]
- Add LICENSE
- Strip library
|
Tue, 23 Sep 2014
|
[ 22:24 antoine ]
Do not violate stagedir
|
Thu, 26 Jun 2014
|
[ 07:32 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Allow to build with texinfo from ports
With hat: portmgr
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- 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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Apr 2014
|
[ 10:10 pawel ]
- Add staging support
- Silence cmp execution in pkg-plist
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Wed, 25 Apr 2012
|
[ 22:14 scheidell ]
- Correct previous commit: rplay.in sb rplayd.in, rename file, fix Makefile
PR: ports/166658
Submitted by: scheidell@ (me)
|
[ 22:08 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]
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 14 Aug 2006
|
[ 10:08 clsung ] (Only the first 10 of 29 ports in this commit are shown above. )
- 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>
|
Sun, 4 Dec 2005
|
[ 22:49 edwin ]
Remove install-info from Makefile, it's automatically done when
INFO is defined.
|
Thu, 28 Oct 2004
|
[ 20:07 lkoeller ]
o) Fix missing installation of sample and initial config files.
|
Mon, 27 Oct 2003
|
[ 18:59 kris ]
Utilize INFO
|
Sat, 27 Sep 2003
|
[ 00:01 edwin ]
Update port: audio/rplay
- ECHO -> ECHO_MSG
PR: ports/56766
Submitted: KATO Tsuguru <tkato@prontomail.com>
|
Thu, 20 Feb 2003
|
[ 16:49 knu ] (Only the first 10 of 170 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 30 Jan 2003
|
[ 17:30 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>
|
Sun, 19 May 2002
|
[ 21:41 petef ]
- install rplayd.sh as rplayd.sh.sample
- better config file management
PR: 35634
Submitted by: Alan Eldridge <ports@geeksrus.net>
|
Tue, 29 Jan 2002
|
[ 09:33 knu ] (Only the first 10 of 11 ports in this commit are shown above. )
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.
|
Sat, 12 May 2001
|
[ 11:59 kuriyama ]
Change $MAINTAINER to ports.
|
Wed, 5 Jul 2000
|
[ 13:37 tg ] (Only the first 10 of 99 ports in this commit are shown above. )
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.
|
Wed, 28 Jun 2000
|
[ 17:05 alex ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update to version 3.3.2 - Add WWW: line into pkg/DESCR - Add
INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE
|
Number of commits found: 31 |