Commit graph

77 commits

Author SHA1 Message Date
Bernhard Froehlich
60c452364d
audio/streamripper: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 18:53:13 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Tobias Kortkamp
6a379e2d3a a-b: Add missing USES={gnome,php,sdl,xorg} 2019-11-08 09:27:56 +00:00
Tobias Kortkamp
67edcd43a0 audio/streamripper: Fix VORBIS option
checking for Ogg... no
2019-10-23 11:39:23 +00:00
Koichiro Iwao
4dc3ca8d8b audio/streamripper: Unbreak, use devel/cdk instead of its own
PR:		240975
Submitted by:	Bryan Erickson <freebsdports@xorcara.com>
2019-10-23 00:16:38 +00:00
Koichiro Iwao
e7f2797b14 audio/streamripper: Assign new maintainer
- Extend expiry date to give maintainer grace time to fix unfetchable issue

PR:		240975
Submitted by:	Bryan Erickson <freebsdports@xorcara.com>
2019-10-06 13:36:23 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Antoine Brodin
87fccb9835 Mark BROKEN: unfetchable 2019-08-04 08:22:52 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
John Marino
6e5f23ff54 audio/streamripper: re-enable post-patch target 2016-02-07 13:44:26 +00:00
John Marino
88a5931a2a audio/streamripper: USES+= ncurses, respect LDFLAGS
Also:
  * bring in dports patch to support DF
  * Modify build to avoid potential name clash with menu.h
    (the same file name exists on ncurses, common issue)
2016-02-07 13:16:27 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
John Marino
112f62e6b9 audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 21:37:39 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
John Marino
20ab0e623a audio/streamripper: Simplify port, reset maintainer, pet portlint
This port was using an unecessary roll-your-own extraction to control
where it was extracted.  Just let the standard mechanisms extract the
second tarball and move in the post-extract target.

Also:
 * minor alignment
 * pet portlint
 * reset maintainer (MIA for 16 months)
2014-05-30 17:48:24 +00:00
Martin Wilke
e3b681363d - Stage support 2014-02-17 10:00:36 +00:00
Baptiste Daroussin
1ada6e33a5 Chase libmad changes 2014-02-05 15:53:18 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +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
Baptiste Daroussin
1160a894f6 Add needed pkg-config to fix configure 2013-07-08 11:51:37 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
17a19dc04e Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
2013-03-21 17:32:34 +00:00
Thomas Abthorpe
49626f567a - Strip header at request of original creator
Submitted by:	trevor
With hat:	portmgr
2013-01-27 05:55:20 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Sylvio Cesar Teixeira
da9a918f01 - Add license 2011-05-19 18:25:58 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Martin Wilke
e624cceb93 - Chase libtre shlib bump 2009-12-22 11:36:22 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Marcelo Araujo
761bfe6554 - Update to 1.64.6.
PR:		ports/138224
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-30 23:40:10 +00:00
Mark Linimon
5729f56900 Reset maintainer at his request due to current lack of time. 2009-08-28 15:56:52 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Martin Wilke
e997aeb2b2 - Update to 1.64.5
PR:		132522
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2009-03-14 14:10:35 +00:00
Martin Wilke
cc584e38d2 - Chase audio/faad shlib bump 2009-02-21 15:51:15 +00:00
Wesley Shields
94058300ba - Update to 1.64.1
- Assign maintainer to submitter

PR:		ports/129768
Submitted by:	Chess Griffin <chess@chessgriffin.com>
2008-12-20 15:52:42 +00:00
Martin Wilke
d80b2954ec - Update to 1.64.0
PR:		128999
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Security:	http://www.vuxml.org/freebsd/4d4caee0-b939-11dd-a578-0030843d3802.html
2008-11-23 08:55:30 +00:00
Pav Lucistnik
761bd752c2 - Update to 1.63.5
PR:		ports/124735
Submitted by:	Chess Griffin <chess@chessgriffin.com>
2008-06-19 11:09:47 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Martin Wilke
4e0f3ff63a - Update to 1.63.4
PR:		124310
Submitted by:	Ports Fury
2008-06-05 22:31:06 +00:00
Martin Wilke
c3ced2e516 - Update to 1.63.1
PR:		123499
Submitted by:	Ports Fury
2008-05-16 14:10:44 +00:00
Martin Wilke
7d3613c13c - Update to 1.62.3
PR:		116921
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-05 21:53:54 +00:00
Lars Engels
11ed3c722f Update to 1.62.1
PR:		    114736
Submitted by:	    KATO Tsuguru <tkato432 (at) yahoo.com>
Approved by:	    miwi (mentor)
2007-09-20 21:14:24 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Mark Linimon
0c0a374650 Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
2007-06-29 19:33:24 +00:00
Martin Wilke
b2bb15c9f5 - Update to 1.61.27
PR:		107776
Submitted by:	miwi
Approved by:	maintainer timeout
2007-01-24 21:18:06 +00:00
Erwin Lansing
37c9c020bf Update to 1.61.24
PR:		100293
Submitted by:	Rainer Alves <rainer.alves@gmail.com> (maintainer)
2006-07-14 15:57:40 +00:00