Commit graph

14541 commits

Author SHA1 Message Date
Thomas Zander
7fa927df12 Fix support for 24-bit and 32-bit resolution
While on it:
- Pet portlint

PR:		199558
Submitted by:	hselasky@FreeBSD.org
2015-06-14 15:05:09 +00:00
Thomas Zander
6681485d76 Update to recent upstream snapshot as of 20150603 2015-06-14 07:32:08 +00:00
Koop Mast
9396414c12 Replace LOCALBASE with PREFIX, since this is where we install it.
Submitted by:	jbeich@
2015-06-14 02:54:49 +00:00
Koop Mast
f2b1b51d41 * Fix segfault on HEAD part 2.
* Make sure that linux/kFreeBSD code isn't run on FreeBSD itself.
  * Pass the correct value back via the argument of the calling function. [1]
  * Fix white space to match the rest of the file, so upstream can't complain
    about that.

* Drop freedesktop-sound-theme it isn't used by default. Add line to
  pkg-message to mention that it needs to be installed if enabled in
  default.pa.
* Don't use ETCDIR in pkg-message.in, it gets expanded to
  ${LOCALBASE}/etc/pulseaudio which isn't correct since pulseaudio uses
  etc/pulse/

[1] I have no idea what I did to break this in the first version, while
  it worked at the time localy.
2015-06-13 21:32:14 +00:00
Sunpoet Po-Chuan Hsieh
730a2b4bfd - Add LICENSE
- Add WWW
- Sort PLIST
- Pass maintainership to perl@
2015-06-13 13:56:49 +00:00
Sunpoet Po-Chuan Hsieh
e59c463b04 - Add LICENSE
- Strip shared library
- Regenerate patch file with makepatch:
- Sort PLIST
- Bump PORTREVISION for package change
- Pass maintainership to perl@
2015-06-13 13:56:44 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Pawel Pekala
4c0cc5a159 - Remove GNOME option, according to port Changelog file this program
is no longer GNOME app for at least few years. Also it uses
  USE_GNOME=pygnomeextras removed in r372768
- Correct spelling in COMMENT, "ear training" is used all over homepage
  and project documentation
2015-06-12 17:51:11 +00:00
Koop Mast
d8a0424e79 Fix py3-libpeas line.
Submitted by:	Freshports sanity checker
2015-06-12 15:39:13 +00:00
Koop Mast
3c7ab36d9b Chase libpeas change in r389277.
Disable and don't build plugins that don't work.
* Context - needs python 3 version of textproc/py-mako
* rbzeitgeist - needs python 3 of the zeitgeist bindings.
  (The python2 version is bundled in the zeitgeist port)
2015-06-12 15:25:21 +00:00
Alberto Villa
00b5ccc5af - Chase libplist shlib version bump.
- Disable unsupported Mono bindings.
2015-06-11 15:09:27 +00:00
Johannes Jost Meixner
55e63d7557 audio/linux-c6-pulseaudio-libs: add net/linux-c6-tcp_wrappers-libs dependency
- add missed net/linux-c6-tcp_wrappers-libs dependency

PR:		200772
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-06-11 14:55:40 +00:00
Johannes Jost Meixner
0e6b4beffe audio/linux-skype_oss_wrapper: add port.
A fake libpulse.so library that mimics pulseaudio behavior for skype

WWW: https://github.com/waterlaz/skype_oss_wrapper

PR:		200675
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-06-11 14:49:50 +00:00
Dmitry Marakasov
53f4acfd79 - Disable precompiled headers to fix build with old gcc on -current kernel 2015-06-11 10:28:40 +00:00
Dmitry Marakasov
bf577d66cc - Fix shebangs
MFH:		2015Q2
2015-06-11 10:17:20 +00:00
Ruslan Makhmatkhanov
3bf9ea1d77 audio/py-eyed3: update to 0.7.8
- update to 0.7.8
- change MASTER_SITES to pypi following upstream
- relax python version check - port is now python3 ready
- remove CONFLICTS with no more existing port
2015-06-10 20:28:41 +00:00
Dmitry Marakasov
8e57df7a40 - Add LICENSE_FILE
- Add USES=desktop-file-utils as suggested by stage-qa
2015-06-10 17:34:51 +00:00
Dmitry Marakasov
6c847e69d5 - Fix library installation 2015-06-10 17:22:42 +00:00
Dmitry Marakasov
368ec2b481 - Add LICENSE_FILE
- Strip libraries
2015-06-10 17:20:21 +00:00
Dmitry Marakasov
31350879c2 - Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2 (blanket)
2015-06-09 19:52:43 +00:00
Jan Beich
6828ea7d03 bsd.sites.mk: cleanup MOZILLA mirrors
- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
2015-06-09 14:24:41 +00:00
Guido Falsi
3b8bf8296b - Update to 6.05
- Regenerate patches to silence portlint warnings

PR:		200290
Submitted by:	tkato432 at yahoo.com
2015-06-09 10:37:22 +00:00
Antoine Brodin
f0d0f3d8e0 Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
2015-06-08 05:59:13 +00:00
Antoine Brodin
3c517227e2 Mark BROKEN: Fails to configure with gcc, fails to link with clang
On FreeBSD 8 and 9:
checking for FXApp class in -lFOX-1.4... yes
checking for reswrap... no
configure: error: reswrap not found (it comes with fox) -- perhaps you need to add reswrap's location to your PATH

On FreeBSD 10:
c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include -I/usr/local/include -fstack-protector -Wl,-lpthread -o rezound main.o  -L/usr/local/lib ./.libs/libfrontend.a ../../src/backend/.libs/libbackend.a -logg -lvorbisfile -lvorbisenc -lvorbis -lFLAC++ -lFLAC ../../src/backend/File/.libs/libFile.a ../../src/backend/Edits/.libs/libEdits.a ../../src/backend/Effects/.libs/libEffects.a ../../src/backend/Filters/.libs/libFilters.a ../../src/backend/Looping/.libs/libLooping.a ../../src/backend/Remaster/.libs/libRemaster.a -lSoundTouch ../../src/backend/Generate/.libs/libGenerate.a ../../src/backend/LADSPA/.libs/libLADSPA.a ../../src/misc/CNestedDataFile/.libs/libmiscCN.a ../../src/PoolFile/.libs/libPoolFile.a -lFOX-1.4 -lpthread -lm -lX11 -lportaudio
./.libs/libfrontend.a(settings.o): In function `void CNestedDataFile::setValue<std::__1::vector<bool, std::__1::allocator<bool> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<bool, std::__1::allocator<bool> >, bool)':
settings.cpp:(.text._ZN15CNestedDataFile8setValueINSt3__16vectorIbNS1_9allocatorIbEEEEEEvRKNS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEET_b[_ZN15CNestedDataFile8setValueINSt3__16vectorIbNS1_9allocatorIbEEEEEEvRKNS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEET_b]+0xdc): undefined reference to `_ZL17anytype_to_stringINSt3__121__bit_const_referenceINS0_6vectorIbNS0_9allocatorIbEEEEEEEKNS0_12basic_stringIcNS0_11char_traitsIcEENS3_IcEEEERKT_'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2015-06-07 19:57:30 +00:00
Dmitry Marakasov
5d471ce47a - Strip binary
- Pet portlint
2015-06-07 15:01:30 +00:00
Dmitry Marakasov
81c0cdd9eb - Provide distfile mirror
- Add LICENSE

PR:		200157
Submitted by:	portmaster@bsdforge.com
Approved by:	maintainer timeout (mark@mkproductions.org, 3 weeks)
2015-06-05 14:18:24 +00:00
Dmitry Marakasov
0930307266 - Strip libraries 2015-06-04 22:00:14 +00:00
Oliver Lehmann
397306e3a3 update audacious to 3.6.2 2015-06-04 19:53:09 +00:00
Renato Botelho
aa5e6ba371 - Add pkg-message [1]
- Fix build with non-root
- Bump PORTREVISION

PR:		200642 [1]
Submitted by:	Andrey Fesenko <andrey@bsdnir.info> [1]
2015-06-04 17:58:14 +00:00
Renato Botelho
9bd6a9af1f Take maintainership 2015-06-02 13:01:29 +00:00
Renato Botelho
d35843ae56 Ressurrect audio/beep and host source on my local area
Sponsored by:	Netgate
2015-06-02 13:00:37 +00:00
Dmitry Marakasov
10892d992a - Strip libraries 2015-06-02 12:29:22 +00:00
Dmitry Marakasov
236b6f420b - Strip library 2015-06-02 12:27:39 +00:00
Dmitry Marakasov
0f25c909e2 - Fix build
Approved by:	portmgr blanket
2015-06-01 13:09:29 +00:00
Koop Mast
59ac13dba5 Fix a segfault by using some FreeBSD sysctl to get the info needed.
This can happen when /proc isn't mounted.

While here, teach where the dbus machine-id file lives.
2015-05-31 16:12:17 +00:00
Dmitry Marakasov
4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +00:00
Dmitry Marakasov
7eee6e2076 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-31 13:15:59 +00:00
Dmitry Marakasov
4f9a80a57e - Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2
Approved by:	portmgr blanket
2015-05-31 13:07:53 +00:00
Antoine Brodin
763d60e203 - Add back part of LDFLAGS removed in r387982, it's needed to link at least
on FreeBSD 9.3:
fluid_sys.c:(.text+0xced): undefined reference to `pthread_setschedparam'

- While here, fix a typo in an option helper
2015-05-31 07:18:00 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
Baptiste Daroussin
3fef6c52f0 Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken

Approved by:	maintainer
2015-05-30 20:39:12 +00:00
Olivier Duchateau
af7674f559 Update to 1.29
PR:		200080
Submitted by:	myself
Approved by:	Peter Johnson (maintainer, timeout 3 weeks)
2015-05-30 14:42:15 +00:00
Baptiste Daroussin
f60f88fd55 Remove dependency on portaudio
This drops a circular dependency between portaudio and jack. Given jack supports
OSS there is no real point in using portaudio as a backend
2015-05-30 14:13:04 +00:00
Dmitry Marakasov
43b1096ff0 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:37:20 +00:00
Thomas Zander
65476f6171 Un-break build (MASTER_SITE updated, distfile is fetchable again)
PR:		200479
Submitted by:	root@cooltrainer.org
MFH:		2015Q2
2015-05-30 06:31:47 +00:00
Antoine Brodin
2ed473d286 Deprecate ports broken for more than 6 months 2015-05-29 17:46:25 +00:00
Sunpoet Po-Chuan Hsieh
c16279737f - Move audio/rubygem-shout to audio/rubygem-ruby-shout
- Fix build with ruby22
- Add LICENSE
- Update WWW
2015-05-27 16:22:17 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Dmitry Marakasov
8859051a1b - Don't strip static libraries making them unusable
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-26 23:28:51 +00:00
Guido Falsi
8f8dced228 - Update to 0.3.9
- Add option to compile against Qt5

PR:		199219
Submitted by:	tkato432 atyahoo.com
2015-05-26 22:33:59 +00:00