Commit Graph

2799 Commits

Author SHA1 Message Date
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
jasper
7e06cae5a3 - unbreak after vorbis-tools update
from Oliver Klima
2010-11-24 08:24:32 +00:00
jasper
286f038a14 - minor style 2010-11-23 18:14:02 +00:00
espie
ce6c04a151 fix regress 2010-11-22 16:11:40 +00:00
jasper
5160e43211 - drop maintainership of ports i don't use anymore, and take maintainership of three new ones. 2010-11-22 08:56:47 +00:00
millert
377cb454a5 Update picard to version 0.12.1 and link with libavcodec, libavformat
and libofa to support tagging by audio fingerprint.  OK phessler@
2010-11-20 15:48:57 +00:00
ajacoutot
ae9c1b49ab Lowercase COMMENT.
ok millert@ (out of pity I guess ;-))
2010-11-19 18:34:18 +00:00
millert
e1ed4406ac add libofa; ok martynas@ 2010-11-19 17:12:43 +00:00
millert
217ddf06bd libofa port 2010-11-19 17:12:15 +00:00
jasper
3960e26f12 - missing gettext module 2010-11-18 12:03:28 +00:00
dcoppa
3310fa009f HOMEPAGE has changed (plus small bugfix) 2010-11-17 08:54:39 +00:00
espie
99fe429f1a missed libspecs 2010-11-15 13:08:37 +00:00
espie
9de7d94549 a few depends I missed 2010-11-15 12:44:20 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
dcoppa
a85afc8609 Update to pianobar-2010.11.06
Fixing "Error: Protocol incompatible. Please upgrade libpiano."

pianobar is playing cat and mouse with pandora.com...
2010-11-13 12:59:18 +00:00
phessler
0585d1ca27 Include 'MusicBrainz' in the COMMENT, so searches can find this
OK sthen@
2010-11-10 13:18:42 +00:00
jasper
08f27d6e2a - switch to pkg-readmes
ok sir jake@
2010-11-10 08:00:02 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jeremy
1952f8e4f2 Enable speex, mod, cdda, and cddb support, now that all related
libraries have been imported.  These all appear to work correctly,
except that CD audio playback has some occassional gaps, but
jakemsr@ reports that other libcdio users have similar issues.

OK jakemsr@
2010-11-07 00:50:22 +00:00
jeremy
37da804a39 This is a library based on the mod rendering code from ModPlug, a
popular Windows mod player written by Olivier Lapicque, found at
http://www.modplug.com.

Based on a diff from Alexandr Shadchin.

OK jakemsr@
2010-11-07 00:44:09 +00:00
landry
6ffd15fd5a Stop the auto* madness and bring this port inline with today's standards:
- use ${SUBST_CMD} instead of perl -pi
- remove auto*/aclocal*.am patches and only patch configure/Makefile.in.
- use @sample to install a config file instead of @cwd, and default
to sndio output
- remove auto* dependency, unbreaks it with new metaauto
2010-11-06 12:19:38 +00:00
jasper
0e1a9e1229 - tweak 2010-11-03 18:18:51 +00:00
jasper
04a4667a98 - update to 1.100430 2010-11-03 09:21:00 +00:00
ratchov
3d84b3442f update to 1.0.4 which fixes bugs. Also remove USE_GROFF (man
pages are fine for mandoc), and remove REVISION (requested by
sthen).

ok sthen
2010-10-30 20:14:54 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
jakemsr
fdac5b52ed + lmms 2010-10-28 22:38:38 +00:00
jakemsr
2a227085fc initial import of audio/lmms
LMMS is a music production program.  This includes the creation of
melodies and beats, the synthesis and mixing of sounds, and arrangement
of samples.  You can have fun with your MIDI keyboard and much more.

Features:

* Song Editor for composing songs
* A Beat+Bassline Editor for creating beats and basslines
* An easy to use Piano Roll for editing patterns and melodies
* An FX mixer with 64 FX channels and arbitrary number of effects
  allow unlimited mixing possibilities
* Many powerful instrument and effects plugins out of the box
* Full user defined track based automation and computer controlled
  automation sources
* Compatible with many standards such as SoundFont2, LADSPA, and full
  MIDI support
* Import of MIDI and FLP (Frootyloops Project) files

import requested by armani@, some midi bits improved by ratchov@,
reviewed by ratchov@ and stsp@ "why isn't that imported yet" from
several
2010-10-28 22:33:41 +00:00
edd
e8e05cc9ab link mpd-add-similar and py-last. 2010-10-28 16:14:03 +00:00
edd
c4f31f01be Import mpd-add-similar - tool to add similar tracks to your mpd playlist.
OK, sthen@
2010-10-28 16:11:52 +00:00
edd
fb2be06952 Import py-last, last.fm library for python.
OK sthen@
2010-10-28 16:10:24 +00:00
jasper
edfc0085d4 - obvious MESSAGE is obvious, zap it.
prompted by aja
2010-10-28 11:30:08 +00:00
jasper
86b330d994 - add rc script for mpd
ok robert@
2010-10-28 11:24:35 +00:00
steven
08cec9fd54 this builds fine with openbsd libtool so set USE_LIBTOOL=yes
however auto* needs libtoolize or some other libtool macros, therefore add
a build dependency on gnu libtool
2010-10-28 10:02:04 +00:00
espie
39c51767b6 use default QString(), avoids ambiguity with upcoming qt 4.7.0. 2010-10-27 22:06:13 +00:00
jasper
fad8923eb9 - add a backup master site, as the upstream one is rather flaky 2010-10-27 10:23:42 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
dcoppa
f0dd39275f Upstream rerolled the distfile.
OK landry@
2010-10-26 08:25:26 +00:00
landry
f92fc82f29 Unbreak on clean box, add audio/ladspa to BUILD_DEPENDS.
spotted by and ok jasper@
2010-10-25 08:41:27 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jakemsr
2f0812f770 enable ladspa effects via liblrdf and update WANTLIB
while here

ok jeremy@ (and he already committed the plugin.c patch
upstream!)
2010-10-24 19:10:15 +00:00
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
naddy
b652d545f7 proactively fix for gmake 3.82 2010-10-24 13:29:43 +00:00
jakemsr
541ad548f1 + {swh,tap}-plugins 2010-10-24 13:21:27 +00:00
jakemsr
3074b93528 initial import of audio/swh-plugins
This package is a collection of several LADSPA plugins from Steve
Harris.

ok landry@
2010-10-24 10:32:48 +00:00
jakemsr
62d324f038 initial import of audio/tap-plugins
TAP (Tom's Audio Processing) LADSPA plugins is a varied collection
of filters, processors and effects.

ok landy@
2010-10-24 10:12:15 +00:00
landry
b22bd9befa Auto* uses libtool m4 macros, set USE_LIBTOOL=gnu 2010-10-24 07:53:23 +00:00
jakemsr
2a7bbcebd6 + calf, caps-plugins, mcp-plugins 2010-10-23 22:08:47 +00:00
jakemsr
d4610492a5 initial import of audio/caps-plugins
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio
plugins capable of (and mainly intended for) realtime operation.  The
suite includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal oscillation,
reverb, equalization and more.

looks ok to landry@
2010-10-23 21:59:58 +00:00
jakemsr
5264503d42 initial import of audio/mcp-plugins
The MCP plugins consist of:
- cs_phaser: a series connection of 1 to 30 first order allpass
  filters with feedback.
- cs_chorus: two low frequency oscillators, each having 3 outputs
  that are 120 degree apart in phase.
- mvclpf24: accurate digital implementation of voltage controlled
  lowpass Moog filter.
- mvchpf24: digital implementation of voltage controlled hipass
  Moog filter.

looks ok to landry@
2010-10-23 21:57:04 +00:00
jakemsr
aa095b265e initial import of calf
Calf is a pack of audio plugins - effects and instruments, currently in
development. The goal is to create a set of plugins using decent
algorithms and parameter settings, available in a form which is
compatible with as many open source applications as possible.

looks ok to landry@
2010-10-23 21:52:00 +00:00
jakemsr
7f4a330ee4 enable liblrdf support 2010-10-23 17:04:14 +00:00
steven
83c4da679d replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER 2010-10-23 15:09:57 +00:00
ajacoutot
4d4aa6e3a1 Better HOMEPAGE. 2010-10-22 07:33:47 +00:00
sthen
964abd415e avoid constructs deprecated in perl 5.12 and triggering warnings 2010-10-21 21:44:36 +00:00
naddy
4be689a796 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-19 21:04:52 +00:00
espie
b02283c3fe LIB_DEPENDS -> WANTLIB 2010-10-19 19:45:53 +00:00
sthen
0ba368727a Fix typo pointed out by Markus Lude, didn't build -> no bump 2010-10-19 14:37:01 +00:00
sthen
3892176975 new-style WANTLIB/LIB_DEPENDS 2010-10-18 22:43:10 +00:00
sthen
16fb1a7783 fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin 2010-10-18 21:35:47 +00:00
espie
3cb03e4598 typoes, thx Alexandr Shadchin 2010-10-18 21:17:11 +00:00
landry
78ffb4bdd6 this port needs libtoolize 2010-10-18 21:15:57 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
jasper
675e2631d0 - use_x11 is default now from gnome.port.mk 2010-10-18 13:19:50 +00:00
giovanni
6ea3d66dea Update to 0.3.2.0
ok stephan@
2010-10-13 17:11:10 +00:00
jasper
70308c140c - it helps to set REVISION for an existing subpackage 2010-10-13 15:04:28 +00:00
jasper
71d252f28e - fix WANTLIB after cairo update.
these and upcoming fixes test built by landry@
2010-10-11 08:11:16 +00:00
naddy
2cff698f32 Update to 1.12.5:
Fix a buffer overflow issue in the mpg123 frontend application when
printing ID3 data in non-UTF-8 environments.  This was introduced
in version 1.12.4
2010-10-10 18:28:00 +00:00
dcoppa
7be5152acf Update to pianobar-2010.10.07
Unbreak after pandora.com API changes ("Error: Protocol incompatible. Please upgrade libpiano.")
2010-10-07 14:27:36 +00:00
jakemsr
02a38b8b19 * avoid using a negative array index (fixes crash in supertuxkart)
* block size vs buffer size correction in sndio backend
* disable audio(4) backend
2010-10-07 04:34:59 +00:00
kili
f65cf1f6fc Didn't apply (wrong paths). 2010-10-03 15:06:56 +00:00
landry
9b60645409 Fix for a stack overflow when parsing vbr mp3 files, from Ido Admon on
ports@. Refs:
https://bugs.launchpad.net/ubuntu/+source/id3lib3.8.3/+bug/444466
http://sourceforge.net/tracker/?func=detail&aid=1863981&group_id=979&atid=100979
2010-10-03 06:55:17 +00:00
sthen
fae9d1732f No point marking a couple of packages as not-for-ftp due to space
constraints when they're only ~100MB, we have much larger things in the
tree. Changing PERMIT affects packages, so bump REVISION.
2010-10-02 12:09:08 +00:00
jasper
b60db7669e - switch to new CPAN_MODULES 2010-10-01 21:57:53 +00:00
landry
92ddf5e4b3 Bump after gtk+2/gdk-pixbuf split 2010-09-30 07:42:54 +00:00
landry
281b417ff6 Bump after gtk+2/gdk-pixbuf split, as gtk+2 gets out of the dependency
chain.
2010-09-30 07:40:53 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
jasper
3370aee8bf - cp(1) the file at a better moment 2010-09-29 20:35:39 +00:00
jasper
c3f7c992ac - update to Audio-MPD-1.102260 2010-09-29 17:19:30 +00:00
ajacoutot
a539078e1a Merge from upstream:
rename 'pause' to avoid conflict with pause(2) (bug #620199)

Needed for the upcoming glib2 update.

thanks to landry@ for the bulk result
2010-09-29 07:42:59 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
landry
bd5b8a933c Add gnu libtool to BUILD_DEPENDS, autoconf needs some macros from it. 2010-09-28 19:32:50 +00:00
martynas
814a52ad6b switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.
2010-09-26 20:08:11 +00:00
naddy
8d07663180 remove -Lxxx/.libs workarounds required with GNU libtool 2010-09-26 13:40:11 +00:00
steven
62065cc690 substitute /usr/bin/env ruby by ${LOCALBASE}/bin/ruby18 in ruby scripts.
ok jeremy@
2010-09-26 08:06:16 +00:00
ajacoutot
9b35e3b26e Make rhythmbox start again after recent python 2.6.6 update.
Merged from upstream git.
2010-09-25 18:13:13 +00:00
jeremy
8ba7ce0e92 Update my MAINTAINER email address
OK landry@
2010-09-24 15:27:00 +00:00
sthen
33fe97dfb9 bump 2010-09-24 15:23:05 +00:00
millert
95ec969f17 No longer need these patches now that perl 5.12.2 is in. 2010-09-24 15:12:42 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
jeremy
f3ba7fefc2 Handle changes caused by splitting the ruby port and bump
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00
naddy
4122a05b09 update to 1.12.4: bugfix release that improves printout of metadata
(ID3) in UTF-8 terminals
2010-09-23 19:15:51 +00:00
sthen
f6791797ad change homepage, pointed out aja@ 2010-09-21 10:28:11 +00:00
sthen
29e9f06fcd add a note about why this isn't updated, people keep asking 2010-09-21 10:12:07 +00:00
ajacoutot
f0cdd311c6 Several cleanups:
- add missing run_depends on py-gnome-desktop (needed for the magnatune
plugin)
- remove the audiocd plugin which requires cdda support in gvfs and that
is only possible with either HAL or gudev
- remove the "Scan Removable Media" from the interface, as for the same
reason we disable the audiocd plugin
- enable support for iPod (untested I own no such device)
2010-09-19 14:48:18 +00:00
ajacoutot
8cb52ae966 tyop. 2010-09-18 08:08:27 +00:00
jasper
c567a136d8 - update to 1.0 2010-09-17 14:35:29 +00:00
dcoppa
0a58c70784 Update to pianobar-2010.08.21
"go ahead" jasper@
2010-09-14 15:10:12 +00:00
dcoppa
332f2d347d Fix wrong path in port's Makefile
OK naddy@
2010-09-14 14:28:21 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
jasper
e09ef99ef4 - update p5-CDDB to 1.220 2010-09-09 20:41:19 +00:00
jasper
779b35e7fc - missing USE_X11 2010-09-07 18:40:23 +00:00
ajacoutot
e7144cd756 - Remove support for deprecated gnomevfs2.
- Set GPL version number.
- Loosen up LIB_DEPENDS and regen WANTLIB.

tested by and ok ckuethe@ (MAINTAINER)
2010-09-06 17:07:24 +00:00
jasper
36bcb889b3 - fix build with gcc2 2010-09-06 11:40:39 +00:00
sthen
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
sthen
98011141a0 missing p5- 2010-09-05 22:11:58 +00:00
sthen
ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
sthen
9b6abd6fab regen patch 2010-09-05 21:55:42 +00:00
sthen
70bcc2b338 new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary 2010-09-05 10:25:16 +00:00
sthen
0ae734824e really use mod fortran 2010-09-05 10:23:45 +00:00
ajacoutot
a5dcdf3885 sndio gstreamer support is provided in gstreamer-plugins-good, so add it
as a RUN_DEPENDS.
I'm not forcing a dependency on gstreamer-plugins-ugly (needed for e.g.
mp3 support) because it doesn't have a full PERMIT_* = YES.
Users can install it manually if needed.
2010-09-03 11:53:24 +00:00
ajacoutot
04fe057389 Yet another broken PKGNAME after the round of bumps. 2010-09-02 08:03:01 +00:00
jasper
36ee32415b - fix implicit declaration 2010-08-31 20:50:33 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
ajacoutot
4d94390e75 Add a comment about why we explicitely use the PKGNAME=${DISTNAME}
construct here.
2010-08-31 08:08:17 +00:00
fgsch
f65bda4762 Yet another round of bumps. 2010-08-30 21:36:14 +00:00
jasper
0018da7936 - remove unneeded patch 2010-08-29 17:41:34 +00:00
jakemsr
257b6a89b7 * quit building audio(4) backend
* fix compilation of xaw FLAVOR
* REVISION and bump
* fix and new style LIB_DEPENDS/WANTLIB
ok ajacoutot
2010-08-27 00:52:01 +00:00
ajacoutot
f327873820 Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2
releases ago in favor or giosync (gvfs).

ok jasper@
2010-08-26 12:09:32 +00:00
ajacoutot
b33862bd03 Remove gstreamer-gnome dependency. It was deprecated in gstreamer 2
releases ago in favor or giosync (gvfs).
While here, remove duplicate --without-all configure args which was also
noticed by Markus Bergkvist.

ok jasper@
2010-08-26 12:08:32 +00:00
jasper
58b398abb9 - missing USE_X11 2010-08-26 11:17:31 +00:00
sthen
adfaa8987d - chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
sthen
a7f643f9ea add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:45:52 +00:00
sthen
6548c7a188 add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:27:16 +00:00
jasper
c0b723ca44 - update xmp to 3.2.0
from Alexandr Shadchin, with some tweaks by me
2010-08-23 18:13:58 +00:00
jasper
96a6dfc31b - update mpd to 0.15.12
* from tobias ulmer (MAINTAINER)

some tweaks by me:
- set license version
- new-style WANTLIB/LIB_DEPENDS
- fix MODULES and MASTER_SITES
2010-08-23 14:46:55 +00:00
sthen
8a7a8adf74 fix MASTER_SITES0; pointed out by Rodney Hopkins on misc 2010-08-23 11:17:17 +00:00
ajacoutot
b281a0dfe8 Remove MESSAGE. We cannot add the same blurb to each and every GNOME
programs, so we will probably factorise it in a MESSAGE in the gtk+2 pkg.

"yes yes yes" sthen@
2010-08-22 10:23:34 +00:00
jasper
786059a7ce - update ncmpc to 0.17
ok MAINTAINER
2010-08-19 08:08:24 +00:00
jasper
ba25f40b56 - update pms to 0.42
- add missing module
2010-08-18 13:56:03 +00:00
landry
44fa7cfd6e Remove BROKEN-hppa. It builds fine now with gcc4.
While here switch to REVISION.
2010-07-29 18:06:33 +00:00
ajacoutot
6303508fb6 Remove powerpc workaround, it is not needed anymore, from Brad. 2010-07-26 18:59:18 +00:00
dcoppa
9ca00f379f Update to pianobar-3631791.
No more cmake, build system is plain make now.

OK landry@, sthen@
2010-07-20 09:47:18 +00:00
giovanni
c2dd3a09c9 Update to 0.3.1.2 2010-07-15 09:58:47 +00:00
kili
05628c87ee Fix WANTLIB and bump. 2010-07-13 20:48:20 +00:00
sthen
3f913dcdaa use REVISION 2010-07-13 19:46:10 +00:00
naddy
654fc7af21 update to 1.12.3 for some bugfixes 2010-07-13 16:39:55 +00:00
espie
7101bcb229 cddb is not a direct dependency 2010-07-05 07:41:23 +00:00
naddy
51a6428228 Do not use the RUN_DEPENDS=${BUILD_DEPENDS} idiom, it picks up unwanted
dependencies!
2010-07-02 22:44:57 +00:00
jasper
f35d327cd1 - make the no_xmms the default, so you won't endup with xmms, glib1, gtk1, etc
when you build mpd..

ok landry@
2010-07-01 21:12:50 +00:00
jakemsr
92f2a0ed85 convert to sndio(7), add @bin makers 2010-07-01 02:36:54 +00:00
jakemsr
56cbd2c6ca convert to sndio(7), which allows this port to be used with all
non-"isdn bullshit" audio devices OpenBSD currently (and most
likely ever will) supports.  sndio(7) doesn't support audioamd(4)
(which is an isdn device), but the audio(4) backend here didn't
support that device either.

tested on a 195 MHz r10k O2 extracting install tarballs +
'cvs co ports' + repeatedly compiling tracker in a loop +
'find /', all running simultaneously over the built-in mec0 NIC,
a zaurus with hw.setperf set to 0 + 'find /' running on the
console + tracker and an audio device monitoring program run
from an ssh session through a wi(4) pcmcia card, a 233MHz
Toshiba Tecra 8000 with wss(4), and various other machines.
2010-06-30 11:50:51 +00:00
ajacoutot
431b957a17 Lowercase COMMENT. 2010-06-28 18:22:02 +00:00
robert
ee0149a89c add mono-taglib 2010-06-28 18:20:56 +00:00
robert
43c7c9a917 Import of mono-taglib:
TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono
frameworks which will let you tag your software with as much or as
little detail as you like without slowing you down.
2010-06-28 18:19:31 +00:00
landry
91d9a23e3b Add libtool to BUILD_DEPENDS instead of overriding it. Fixes build on a
clean machine so that it correctly installs autoconf/automake/metaauto.
2010-06-25 08:16:51 +00:00
landry
1aad8ff35d Explicitely add libtool to BUILD_DEPENDS as jack autohell uses macros from
libtool.m4. Builds fine with ports libtool otherwise.
2010-06-23 17:06:44 +00:00
landry
b90389df26 Explicitely add libtool to BUILD_DEPENDS as bootstrap script checks for
libtoolize. Builds fine with ports libtool otherwise.
2010-06-23 17:02:46 +00:00
landry
35e7d80620 Explicitely add libtool to BUILD_DEPENDS as faac bootstrapping checks for
libtoolize and thereafter uses macros from libtool.m4. Builds fine with
ports libtool otherwise.
2010-06-23 16:57:30 +00:00
steven
0249dd854f autogen.sh needs libtoolize, so add gnu libtool as build dep.
builds fine with in tree libtool however.
2010-06-23 14:44:42 +00:00