wiz
70bc98434b
Convert to options framework.
2005-05-31 16:28:54 +00:00
jlam
585534220c
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
...
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
2005-05-22 20:07:36 +00:00
jlam
24b4b49ccc
Avoid using != to set RAWPART -- defer using :sh. This avoids executing
...
the same command every time make is invoked.
2005-04-28 22:23:43 +00:00
wiz
58165bf3e8
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
...
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
wiz
da27f63b71
Does not really need GLUT or GLU, so replace Mesa/bl3 with MesaLib/bl3.
...
Addresses PR 29778 by Richard Rauch. Bump PKGREVISION.
2005-03-24 10:21:17 +00:00
agc
71c8259803
Add RMD160 digests to the SHA1 ones.
2005-02-23 20:39:42 +00:00
wiz
9a5f0a3499
PKGREVISION bump for dependency removal.
2005-01-16 18:15:55 +00:00
erh
65e31927fe
xmms doesn't need libxml.
2005-01-16 18:05:49 +00:00
jmmv
835250351d
Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
...
1.8.17nb3).
2004-11-20 22:10:22 +00:00
grant
02d8dfc0d8
apply patches based on what is found at:
...
http://www.steve.org.uk/Software/xmms/
for command line volume control:
-l (louder)
-q (qieter)
bump PKGREVISION.
2004-11-18 06:25:11 +00:00
tv
c487cb967a
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
...
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
...
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
cjep
f6887a97b1
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
...
Georg Schwarz.
2004-06-08 12:23:59 +00:00
minskim
a528cc0ed9
Use sys/soundcard.h instead of soundcard.h; soundcard.h is not
...
available on some platforms (e.g. Linux), but sys/soundcard is always
available since ossaudio.buildlink3.mk creates it.
2004-05-19 06:09:25 +00:00
snj
2ba4cf6c86
Fix lossage from revision 1.10 of Makefile.common by including
...
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c.
xmms-esound now builds. From Peter Bex.
2004-05-17 22:44:37 +00:00
grant
c54ed9b259
explicitly disable OSS support on all platforms except those which
...
have OSS support. the configure test gets it wrong and defaults to
building the OSS module even when OSS support is not present.
2004-05-15 09:18:55 +00:00
drochner
712cf0acdc
use ${LIBOSSAUDIO}, pointed out by wiz
2004-05-12 19:33:14 +00:00
drochner
e4e7176284
-make sure the NetBSD <soundcard.h> is found instead of the version
...
which comes with xmms, and link in -lossaudio
-fix the sun audio configuration dialog to avoid double unlocking of
mutexes which NetBSD's libpthread gets mad about
2004-05-12 18:50:21 +00:00
minskim
55bf627f6e
libsun.* are installed only on {Net,Open}BSD. Move them to OS-specific
...
PLIST files.
2004-05-10 15:56:21 +00:00
xtraeme
3ec070144e
Use the .tar.bz distribution file, it's 1,5M smaller.
2004-05-06 18:10:20 +00:00
drochner
9ff6e778a1
update to 1.2.10
...
changes:
-bugfixes
-IPv6 support integrated
-new translations
-minor feature additions
2004-05-06 14:48:57 +00:00
xtraeme
08d51536e2
Make this build in NetBSD -current (statfs->statvfs).
2004-04-23 15:28:13 +00:00
xtraeme
5b39e64592
Ensure that xmms is linked against libiconv under 1.6, so the vorbis
...
plugin works correctly, fixes PR pkg/24885.
2004-04-12 10:23:24 +00:00
jlam
7db11b582a
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
...
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
snj
73bf10c761
No longer used.
2004-03-13 18:06:48 +00:00
jlam
9ff0e10340
Reorder location and setting of BUILDLINK_PACKAGES to match template
...
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
9968ceda1b
bl3ify
2004-02-17 16:23:53 +00:00
jlam
ec993afa1a
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
...
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
4567e3bf3b
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-22 07:26:08 +00:00
wiz
a6e105fbae
Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.
2003-12-08 14:41:38 +00:00
xtraeme
05317627d3
Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_t
...
definitions. Fixes build on FreeBSD, closes PR pkg/21910.
2003-10-05 10:56:37 +00:00
rh
816727f3fd
Fix main download site URL. Pointed out by Michal Pasternak in private
...
email.
2003-09-26 07:28:38 +00:00
grant
59ae8c750e
xmms joystick support is built on Linux, split the PLIST
...
appropriately.
2003-09-25 05:36:33 +00:00
grant
55af8a8d87
COMMENT tweak.
2003-08-08 09:26:13 +00:00
jmmv
cae28fac07
Do not build the esound plugin by default. This avoids a dependancy on
...
esound on systems where it is not wanted (for example, KDE desktops).
Ok'ed by rh@, the maintainer. Bump PKGREVISION to 9.
2003-07-25 09:22:50 +00:00
jmmv
861b9054b6
Do not build a static version of plugins (this is useless), thought keep
...
the static libxmms library. Pointed out in PR pkg/21242 by Sergey Svishchev.
Bump PKGREVISION to 8. While here, sort PLIST.
2003-07-22 23:23:15 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6
PKGREVISION bump for libiconv update.
2003-07-13 13:50:19 +00:00
grant
b061508848
use ${BUILDLINK_LIBICONV_LDADD} instead of blindly adding -liconv to
...
LIBS, allowing buildlink2 to do its magic. tested on Slackware 8.1.
2003-06-23 07:57:05 +00:00
drochner
3be291c763
use LINK_ALL_LIBGCC_HACK instead of $(WHOLE_ARCHIVE_FLAG) -Wl,-lgcc
...
$(NO_WHOLE_ARCHIVE_FLAG)
2003-06-06 19:31:55 +00:00
drochner
92e1239e25
call "sysctl" by full path to make the build work with a conservative PATH
2003-06-06 19:29:03 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
wiz
7166660e08
Dependency bumps, needed because of devel/pth's major bump, and related
...
dependency bumps.
2003-05-02 11:53:34 +00:00
simonb
c5c505aca9
For NetBSD, default the cdda device and directory to
...
"/dev/rcd0<whatever-raw-part-is>" and "/cdrom". These may
not be correct on every single NetBSD installation, but
are much better defaults than the Solaris-looking defaults
there now.
2003-04-29 01:21:23 +00:00
salo
cfd8650a15
Bump PKGREVISION after pthread/locking fixes.
2003-04-17 23:23:13 +00:00
nathanw
c421a8a356
Pull in a couple of lock fixes from xmms CVS to avoid mutex
...
locking botches. Also, disable the SEGV handler, as it makes bug-hunting
of people's random crashes much harder.
2003-04-17 23:14:12 +00:00
grant
09aadd2f10
use ${WHOLE_ARCHIVE_FLAG} instead of -Wl,--whole-archive.
...
makes this work on Solaris.
2003-04-15 05:48:19 +00:00
grant
a5cb99693c
xmms installs libSolaris' on Solaris, not
libOSS', tweak the PLIST
...
appropriately.
XXX other platforms probably need to be corrected, too!
2003-04-10 12:59:05 +00:00
jschauma
cde6fd8fae
Bump PKGREVISION due to upgrade of Mesa and friends.
...
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 20:05:08 +00:00