Commit Graph

118 Commits

Author SHA1 Message Date
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
sthen
330aadedd6 sync WANTLIB 2015-06-10 21:53:49 +00:00
sthen
f0cc675e8f Fix following some libmikmod update; driver interface changed and now has an
additional function pointer in the middle of a struct. Reported by naddy via
bcallah.
2014-10-16 22:53:56 +00:00
miod
aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00
naddy
39f10beb23 Fix CVE-2007-0653, CVE-2007-0654.
Integer overflow and underflow allows user-assisted remote attackers
to execute arbitrary code via crafted header information in a skin
bitmap image, which triggers memory corruption.
2014-04-08 18:56:52 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
naddy
21060679b9 prepare for gettext-0.18.2, sync wantlib, tidy Makefile a bit 2013-01-20 21:46:55 +00:00
jasper
726c061b18 missing bump in previous 2012-10-13 21:58:48 +00:00
robert
eb131c07e5 i am not using this port anymore, so remove myself as maintainer 2012-10-12 18:35:09 +00:00
ratchov
b48e78d96b fix locking problem exposed by rthreads 2012-09-06 22:18:23 +00:00
naddy
c8fc5eef47 drop dead master sites and add a live one, from FreeBSD 2012-08-09 17:54:47 +00:00
naddy
53a9a04410 sync PERMIT_* for the MP3 modules with mpg123, where the code originated 2012-07-12 10:30:27 +00:00
jasper
0e92e082b2 - regen WANTLIB 2011-11-04 08:42:25 +00:00
jasper
75d6ca7ada - regen WANTLIB 2011-10-12 12:54:30 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
naddy
2ec1e00a32 * Allow effects plugins to work; from Thomas Pfaff
* Fix wrong visual when clicking the 'D' button to resize; from FreeBSD
2010-12-05 15:52:19 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +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
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
sthen
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
landry
b08a5a69e5 Remove sparc64-specific patch now that it switched to gcc4.
From Brad.
2010-06-11 20:05:57 +00:00
sthen
1b896462b1 Instead of just commenting out the Sun backend in the PLIST have the
autoconf script not build the backend at all. Fix mikmod WANTLIB while there.
From Brad, ok robert@
2010-04-20 23:43:34 +00:00
pirofti
ed4366b8e1 Let there be xmms on landisk. Okay espie@.
Use -O0 instead of -O2, otherwise compilation fails somewhere along the
way. No package, no bump.
2010-02-06 14:55:24 +00:00
phessler
e3ca944bc0 some more gcc 2.95 fixes 2009-12-27 00:32:56 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
naddy
27635a6555 fix package specs in depends 2009-07-18 15:50:40 +00:00
sthen
b631f0db36 sparc64 has sporadic build failures unless -O0 is used for some files;
this was patched in Makefile.in in the past but a change that was made
to run autoconf has knocked this out. switch to patching Makefile.am
instead. from Brad; ok robert@ (maintainer)
2009-06-14 10:06:07 +00:00
naddy
c4bf963d92 add digital audio extraction to the cdaudio input plugin (pinched from cdio)
ok robert@
2009-02-11 15:44:04 +00:00
jakemsr
6cf9c67d51 audio backends can be called from different threads, so use a mutex
to protect global objects.

from Thomas Pfaff, thanks
2009-01-16 04:15:46 +00:00
jakemsr
992cab61c2 fix build when esound is not installed
from Brad
2009-01-03 17:56:03 +00:00
jakemsr
a1a657c516 - remove esound backend
- disable ossaudio(3) support
- comment out audio(4) module

from Brad, ok robert@ (maintainer)
2008-12-28 22:31:51 +00:00
jakemsr
3b54db1308 - add sndio backend, courtesy of Thomas Pfaff, thanks!
- get rid of PSEUDO_FLAVORS
- gain a bit of contrl over auto*

ok naddy@
2008-12-26 06:34:45 +00:00
jakemsr
f64968da8d libxmms doesn't need libgthread. the shn, sid, and faad xmms modules
don't need libgthread either.

ok naddy
2008-01-14 01:16:37 +00:00
naddy
50c4543def - fix a buffer overflow that garbled the status display of the XMMS sun
audio plugin while playing; use proper unsigned types while there
- sync the gcc workaround patch with the new automake output
2007-12-30 20:23:15 +00:00
jakemsr
839b8918bc libpthread doesn't need to be, and is no longer linked into
xmms modules.

adjust WANTLIBs, bump PKGNAMEs.
2007-12-11 11:00:37 +00:00
ajacoutot
6b2cbddde1 - update to xmms-1.2.11
input from naddy@, help and ok jakemsr@
2007-12-08 21:54:57 +00:00
robert
abbeb94805 do not try to quit the main window twice after recieving a SIGTERM or
SIGINT, because that's going to cause a double free resulting in a
segmentation fault
2007-12-04 09:39:16 +00:00
robert
b61dd773a2 do not try to quit the main window twice after recieving a SIGTERM or
SIGINT, because that's going to cause a double free resulting in a
segmentation fault
noticed by deraadt@
2007-12-04 09:29:22 +00:00
steven
88b4792252 fix WANTLIB 2007-11-13 12:44:22 +00:00
merdely
f3e5408de7 This cleans up the XMMS port. It is not usable on a static arch so there is
no need for the PFRAG fragments. Also this makes use of the central libtool
via USE_LIBTOOL and removes the unnecessary libtool patches.

From brad@
ok ajacoutot@, robert@
2007-10-10 14:54:05 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
sturm
e486911302 simple WANTLIB fixes 2007-04-12 20:24:29 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
0c8a1361dd new MULTI_PACKAGES 2006-11-25 19:04:39 +00:00
espie
b019a77038 new-style specs 2006-08-01 12:13:28 +00:00
robert
5f3ff26204 Notify the user if no input plugin recognizes the current file;
bump PKGNAME
2006-03-13 14:30:43 +00:00
naddy
9d1e13018c omitted package bump 2005-12-28 21:31:15 +00:00
espie
6796c8e722 SHARED_LIBS, regen PLIST with new gettext, tweak versioning to be simpler
to change.
2005-12-23 16:37:10 +00:00