1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Tijl Coosemans
2ffbea1568 Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.

audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.

audio/xmms-bonk:
- Don't link with libstdc++.

audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.

audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.

audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.

audio/xmms-volnorm:
- Remove do-install.
2014-05-04 18:48:54 +00:00
Emanuel Haupt
28f065c2eb Use @sample pkg-plist macro. 2014-04-16 14:48:09 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Emanuel Haupt
2e85cab952 Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
2014-02-12 19:23:14 +00:00
Emanuel Haupt
0b40d53702 Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning. 2014-01-21 10:50:53 +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
Emanuel Haupt
a40faaaef5 Support stage. 2013-11-13 11:27:19 +00:00
Emanuel Haupt
a40fcc59b3 Remove dead BERLIOS mirror. 2013-10-10 08:27:17 +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
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Emanuel Haupt
6fe706fd4b - Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00
Emanuel Haupt
79e6679346 Convert to USES=gettext 2013-04-23 10:26:09 +00:00
Emanuel Haupt
c4c14fd156 - Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
2013-01-15 13:40:28 +00:00
Emanuel Haupt
00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00
Emanuel Haupt
ce6a1d1eab - Convert to OPTIONSng
- Remove deprecated header information
- Pacify portlint
2012-09-07 18:37:52 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Emanuel Haupt
a8557170fb Fix build with clang. 2011-06-21 13:39:16 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Emanuel Haupt
da1434f49d Update MASTER_SITES 2010-09-27 21:30:39 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Emanuel Haupt
28e1c55b2c Mark MAKE_JOBS_SAFE 2009-03-27 18:18:59 +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
Emanuel Haupt
7f1a7b52d5 Use MASTER_SITE_CRITICAL 2008-03-27 22:15:47 +00:00
Emanuel Haupt
c1611cdcce Get rid of USE_X_PREFIX. 2008-03-17 15:00:25 +00:00
Emanuel Haupt
5695677cb5 Forget about X11BASE 2007-06-02 15:44:10 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Emanuel Haupt
7be606cdf6 Add an additional mirror. 2006-06-01 12:13:54 +00:00
Emanuel Haupt
69afce6507 - Fix build on i386
- Remove deprecated USE_REINPLACE
- Remove files/patch-Makefile

Notified by:	kris via dosirak
2006-02-13 14:15:39 +00:00
Emanuel Haupt
8be47392ee - Update to 0.0.8 [1]
- Add additional master site

[1] Changes in this release:
The sound routine now uses a bandwidth limited synthesizer, which results in
truer emulation. Channel 2 was updated to interpolation and dc offset. The NAS
output now honors a requested endianness. Several enhancements were made to the
player code, including for 64-bit architectures.
2006-02-10 13:55:05 +00:00
Emanuel Haupt
92444025d7 - Add additional master site
- Add SHA256 hash

Notified by:	pointyhat via kris
2005-11-16 08:44:22 +00:00
Emanuel Haupt
4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00
Jean-Yves Lefort
71d63a1a04 Add gbsplay.
gbsplay emulates the sound hardware of the Nintendo Game Boy(TM). It is able
to play the sounds from a Game Boy(TM) module dump (.GBS format) through
/dev/dsp, standard output or NAS.

WWW: http://gbsplay.berlios.de/

PR:		ports/82694
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-28 18:11:44 +00:00