Commit Graph

34 Commits

Author SHA1 Message Date
Niclas Zeising a1b290c54d Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
2020-08-30 09:47:49 +00:00
Tobias C. Berner 4ef72fc2c4 audio/cdplay: fix build on current and deprecate 2020-08-28 16:30:55 +00:00
Baptiste Daroussin e9421faa0b First pass at moving manpages to share/man for category a* 2020-01-16 09:34:42 +00:00
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
John Marino fdc78b1d07 audio/cdplay: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also make cdplay link with libncurses, not libtermcap
2016-01-31 14:15:02 +00:00
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Mathieu Arnold 60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Adam Weinberger 6df3e23245 Rename audio/ patch-xy patches to reflect the files they modify. 2014-07-28 14:12:36 +00:00
Baptiste Daroussin 9939ccc61b Support staging
Remove useless patching
2013-11-24 19:13:44 +00:00
Baptiste Daroussin 183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Shaun Amott 226783f711 - Fix build on clang. [1]
- Respect PREFIX and CFLAGS.

PR:		ports/158546 [1]
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com> [1]
2011-07-26 02:53:57 +00:00
Martin Wilke a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik 07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Mark Linimon 982628f81a Reset andrew.nau.ua@gmail.com at his request due to lack of time.
Hat:		portmgr
2007-03-23 08:38:30 +00:00
Edwin Groothuis 980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Edwin Groothuis 6524cf2656 Welcome Andrew Pogrebennyk as new maintainer
PR:		ports/87412, ports/87411, ports/87410, ports/87409
Submitted by:	Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
2005-10-14 09:59:04 +00:00
Volker Stolz b9c7d71a3f Avoid excessive Makefile-patch 2005-04-19 08:58:44 +00:00
Trevor Johnson 17dfa2daa6 Add size data. 2004-03-19 04:21:39 +00:00
Trevor Johnson c17bf234e3 E-mail to the maintainer bounced:
... while talking to relay.mail.jippii.net.:
>>> DATA
<<< 550 <kaipila@ion.sci.fi>: Recipient address rejected: Remote host has been
unavailable for too long
550 5.1.1 kaipila@ion.sci.fi... User unknown
<<< 554 Error: no valid recipients
[...]
Final-Recipient: RFC822; anttik@iki.fi
X-Actual-Recipient: RFC822; kaipila@ion.sci.fi
Action: failed
Status: 5.1.1
Remote-MTA: DNS; relay.mail.jippii.net
Diagnostic-Code: SMTP; 550 <kaipila@ion.sci.fi>: Recipient address rejected:
Remote host has been unavailable for too long
[...]
2004-03-18 17:44:33 +00:00
Trevor Johnson a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Tim Vanderhoek c4cb43a7d3 Patches for:
1) Avoid becoming confused about the current state of "pause" when
   rewinding/forwarding to the prev/next track.
2) Use capital 'E' instead of lower 'e' for Eject.  The 'e' button
   is too close to the 'r' button and accidentally ejecting when you're
   trying to rewind is really annoying.
3) When multiple subsequent r)ewind or f)orward operations are used
   before the ioctl() from an earlier r)ewind or f)orward has returned,
   perform the delayed 'r' and 'f' operations all at once rather than
   individually (and serially).  This avoids a buffer overflow crash
   that could occur and also makes the 'r' and 'f' controls much more
   usable

Update PORTREVISION for these improvements.
2003-05-19 20:13:03 +00:00
Akinori MUSHA 57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Tim Vanderhoek 878280cf7a Bump PORTREVISION for the $CDROM change in patch-ae. 2003-01-04 17:32:36 +00:00
Tim Vanderhoek 7dbf639c18 - Correct a lie about not supporting ATAPI cdroms.
- typo: confortable -> comfortable
2003-01-04 17:32:11 +00:00
Tim Vanderhoek 4acd28464a Grab the default CDROM device from $CDROM, just like cdcontrol(1). 2003-01-04 17:30:19 +00:00
Daniel Harris ce95849fa5 Use MASTER_SITE_LOCAL -- current MASTER_SITE not working.
Approved by:	MAINTAINER
2000-08-17 19:27:45 +00:00
Michael Haro bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Tim Vanderhoek 5a3bec56c3 Clarify the meaning of "console based" --- ie. "text-based". 2000-01-03 04:37:25 +00:00
David E. O'Brien 78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Tim Vanderhoek e4be841dab Use the MAN1 variable. Add the other half of patch-aa that causes
this port to respect BINOWN and MANOWN.
1998-08-22 06:07:08 +00:00
Tim Vanderhoek d088df7687 Add patches to support IDE cd-roms. While I'm here, respect
${CFLAGS}.  Heck, why not go all the way and respect ${PREFIX},
too (respect now added).  As an intentional side-effect, these
patches also prevent the pause function from blasting the listener's
ears off (the way cdcontrol currently does (and cdplay used to)).
1998-06-27 05:35:02 +00:00
Tim Vanderhoek 606c22ca06 Mention that this doesn't support IDE cdroms... 1998-06-18 13:57:34 +00:00
Vanilla I. Shu 79f3ca30ac Upgrade to 0.92
PR:		ports/5371
Submitted by:	maintainer
1998-01-05 17:12:30 +00:00
Bill Fenner 5426a73ffa A text-mode audio CD player with a nice termcap-and-cbreak-based UI.
Check it out, it's pretty cool!

PR:		ports/4972
Submitted by:	Antti Kaipila <anttik@silic.one.sci.fi>
1997-11-16 22:48:49 +00:00