Commit graph

14837 commits

Author SHA1 Message Date
Olivier Duchateau
000e2c9b5b Update to 0.2.4 2015-10-27 05:36:34 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Baptiste Daroussin
ea41b8aba4 Mark as broken: unfetchable 2015-10-23 16:37:33 +00:00
Alexey Dokuchaev
f1e47a6b14 - Update `audio/libsidplayfp' to version 1.8.2
- Point project home (WWW) to their wiki page
- Fix some Makefile style bugs while I'm here

PR:		203962
Submitted by:	maintainer
2015-10-23 14:44:56 +00:00
Max Brazhnikov
c7a0ddb09b audio/kid3-kde4:
- Update to 3.3.0
- Remove stale bits
2015-10-23 12:34:59 +00:00
Mathieu Arnold
564dc8374d Update to latest github version.
PR:		203896
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-21 14:16:50 +00:00
Dmitry Marakasov
81ab189f39 gnuspeech makes it easy to produce high quality computer speech
output, design new language databases, and create controlled speech
stimuli for psychophysical experiments.

gnuspeechsa is a cross-platform module of gnuspeech that allows
command line, or application-based speech output

WWW: https://www.gnu.org/software/gnuspeech/
2015-10-20 23:19:21 +00:00
Sunpoet Po-Chuan Hsieh
16e64c8e99 - Add LICENSE_FILE
- Use USES=localbase
2015-10-19 20:19:50 +00:00
Dmitry Marakasov
afa2341ad6 - Fix build WITHOUT=DOCS
- Add NO_ARCH

MFH:		2015Q4 (blanket)
2015-10-19 15:37:19 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Dmitry Marakasov
55b8f9796c - Switch to options helpers 2015-10-18 21:19:46 +00:00
Roman Bogorodskiy
3604d77c57 audio/deadbeef: add GTK3 option support
This new option allows to choose between GTK2 and GTK3 for GUI.
GTK2 remains default.

PR:		202822
Submitted by:	novel
Approved by:	maintainer timeout (more than 2 weeks)
2015-10-18 12:29:00 +00:00
Sunpoet Po-Chuan Hsieh
ee690f71e9 - Add LICENSE_FILE
- Cleanup Makefile
- Use PLIST_FILES and PORTDATA instead of PLIST
2015-10-17 18:07:29 +00:00
Sunpoet Po-Chuan Hsieh
f14afe1360 - Add LICENSE_FILE
- Cleanup Makefile
- Pet portlint: fix diff header of patch files
2015-10-17 18:07:24 +00:00
Danilo Egea Gondolfo
298fcb52ef - Add a workaround for a problem caused by clang
For some reason clang is breaking the code when openal-soft is built with
optimizations. If the file alBuffer.c is built with -O1 the problem don't
happens. See https://github.com/kcat/openal-soft/issues/18
The problem seems to happen just on CURRENT due the clang version.

PR:		199488, 203818
Tested by:	ohartman@zedat.fu-berlin.de
Approved by:	mva
MFH:		2015Q4
2015-10-17 16:32:52 +00:00
John Marino
ef8c547149 audio/musicpc: tweaks from obsolete upgrade PR
There was an existing PR to upgrade this port but it was upgraded without
that PR.  Here are some nonfunctional tweaks that PR was going to make.

PR:		201172
submitted by:	ports fury
2015-10-16 16:34:26 +00:00
Dmitry Marakasov
7690e06c80 - Update to 2.1.5
- Add LICENSE_FILE

PR:		203570
Submitted by:	portmaster@bsdforge.com (maintainer)
2015-10-16 13:09:40 +00:00
Dmitry Marakasov
bd52a48867 - Add NO_ARCH 2015-10-15 20:44:56 +00:00
Dmitry Marakasov
54138bd6c3 - Add NO_ARCH 2015-10-14 23:51:12 +00:00
Frederic Culot
1d0b9d3e31 - Reassign lippe@'s ports after his commit bit was taken in for safekeeping 2015-10-14 11:04:10 +00:00
Dmitry Marakasov
d571ca773e - Update to 2.7.1
- Pass maintainership to submitter

PR:		203740
Submitted by:	ports@toco-domains.de
2015-10-13 22:24:28 +00:00
Christian Weisgerber
0b0cf9fc3e Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
2015-10-13 20:07:54 +00:00
Jan Beich
dbd1be6896 audio/alsa-lib: hook lsb tests 2015-10-13 18:01:57 +00:00
Thomas Zander
bb4df476e7 Update to upstream version 0.46.7
PR:		203241
Submitted by:	tkato432@yahoo.com
2015-10-10 16:41:45 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
John Marino
73a3bb2b3e audio/quimup: Upgrade version 1.3.2 => 1.4.0
I tweaked provided patch to revert some unnecessary changes. Technically
the change of ${PORTNAME} to quimup is unnecessary but I fully support
the reversal of PORTNAME abuse.

PR:		199220
Submitted by:	ports fury
2015-10-10 12:15:58 +00:00
John Marino
7e07290790 audio/py-karaoke: Fix runtime error on F9
PR:		199216
Submitted by:	ports fury
2015-10-10 10:13:50 +00:00
John Marino
959ed4569d audio/musescore: Upgrade version 1.3 => 2.0.2
PR:		199214
Submitted by:	ports fury
2015-10-10 05:44:35 +00:00
John Marino
911bd66ab3 audio/qsampler: Upgrade version 0.3.0 => 0.3.1
PR:		199218
submitted by:	ports fury
2015-10-09 23:03:41 +00:00
John Marino
da50850272 audio/qjackctl: Upgrade version 0.3.13 => 0.4.0
PR:		199217
Submitted by:	ports fury
2015-10-09 21:44:27 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
David Chisnall
bae9780745 Fix the post-install message to only refer to ports that actually exist.
While here, sort them a bit so that the user doesn't have to look up the relevant one for their DE / use case.

PR:		202926
2015-10-08 14:18:12 +00:00
Dmitry Marakasov
724c1cfd0d - Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
2015-10-07 01:37:46 +00:00
Dmitry Marakasov
f0c42d3fa2 - Switch to options helpers
Approved by:	portmgr blanket
2015-10-07 01:37:39 +00:00
Dmitry Marakasov
43bb62bdc7 - Switch to options helpers 2015-10-07 01:36:58 +00:00
Thomas Zander
eb1fc8194e Update to upstream version 1.0.7, fix vorbis decoder handling
PR:		203240
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
2015-10-04 17:26:21 +00:00
Nicola Vitale
9169d5579f - Support newer libedit by using different name for a constant
(fixes build on current)
- Switch to USES=libedit as suggested by stage-qa:

http://poudriere.amdmi3.ru/data/10-amd64-default/failures_all_2015_09_28/logs/errors/ufmcontrol-i18n-0.3.5.log

- Fix indentation
- Set DATADIR, fixing xufmrc installation. Without that, incorrect DATADIR is
  created, and xufmrc is installed AS (as opposed to `into') share/ufmcontrol.

PR:	203490
Submitted by:	amdmi3
2015-10-04 16:17:20 +00:00
Thomas Zander
c39d55b880 Update to upstream version 0.4.2, port cleanup
- Simplify fft handling:
  Only allow single precision fftw3 (recommended by upstream)
  or built-in ooula (fallback)
- Use OPTION helpers
- Add LICENSE_FILE
- Pet portlint

PR:		203239
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
2015-10-04 08:41:18 +00:00
Thomas Zander
1cc9bc2ef9 Update to upstream version 1.0
PR:		203238
Submitted by:	tkato432@yahoo.com
2015-10-03 17:17:05 +00:00
Thomas Zander
5aa3414794 Update to upstream version 3.0.11.4
PR:		202796
Submitted by:	hirner@bitfire.at (maintainer)
2015-10-03 12:15:14 +00:00
Jason Unovitch
a1c508e98b audio/soundconverter: pass on maintainership and clean up port
- Pass maintainer from ports@ to submitter
- Add maintainer mirror to MASTER_SITES
- Add NO_ARCH
- Sort USES (portlint)
- Remove unconditional gettext USES and add NLS knob (portlint)
- Update WWW link and update pkg-descr based on upstream verbiage

PR:		200505
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (with changes)
2015-10-03 00:59:57 +00:00
Pawel Pekala
8a8937a543 - Update to version 15.08
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Use CPPFLAGS for preprocessor flags
- Remove INSTALLS_ICONS, it's for Gtk+ applications

PR:		202841
Submitted by:	tkato432@yahoo.com
2015-10-01 20:38:03 +00:00
Vanilla I. Shu
4b3450299e Upgrade to 0.27. 2015-10-01 15:20:32 +00:00
Vanilla I. Shu
ad412be33e Upgrade to 4.3.0. 2015-10-01 13:27:43 +00:00
Vanilla I. Shu
a87b251f98 Upgrade to 1.0.3. 2015-10-01 13:14:34 +00:00
Vanilla I. Shu
04de5a1491 Upgrade to 1.0.3. 2015-10-01 09:35:26 +00:00
Vanilla I. Shu
4650b85a01 Upgrade to 3.0.1. 2015-10-01 08:38:08 +00:00
Vanilla I. Shu
735225bd5f Upgrade to 2015-09-28. 2015-10-01 06:04:26 +00:00
Vanilla I. Shu
6b8dd17038 Upgrade to 2.8.7. 2015-10-01 05:58:56 +00:00
Thomas Zander
67e03fa8b1 Un-break port by providing updated MASTER_SITES
PR:		202977
Submitted by:	christopher.key@cantab.net
MFH:		2015Q3 (build fix blanket)
2015-09-28 08:06:14 +00:00
Thomas Zander
2e9f199525 Update to recent upstream snapshot, bump PORTVERSION to 0.9.7a
PR:		203207
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-09-28 07:12:22 +00:00
Steve Wills
66d314b5f8 audio/optimfrog: fix fetch 2015-09-27 21:11:07 +00:00
Antoine Brodin
3774779a15 Deprecate ports broken for more than 6 months 2015-09-26 21:39:10 +00:00
Jan Beich
00d4634211 Convert my ports to USES=localbase 2015-09-26 20:26:21 +00:00
Koop Mast
7b97259096 Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
  * gstreamer1-validate: Tools to detect if elements are not behaving
    as expected, mainly aimed at developers, or advanced debugging.
  * gstreamer1-rtsp-server: Base foundation for building a rtsp
    server ontop of GStreamer
 * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.

Release announcement:
  http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html

Obtained from:	gnome devel repo
2015-09-26 14:36:23 +00:00
Olivier Duchateau
0f7f16de14 Update to 1.3.3
Changelog: https://raw.githubusercontent.com/pragha-music-player/pragha/master/NEWS
2015-09-26 06:26:11 +00:00
Dmitry Marakasov
1db43fae92 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-25 11:50:12 +00:00
Baptiste Daroussin
ca2bebd85d Convert to @sample 2015-09-24 22:12:09 +00:00
Dmitry Marakasov
076885f7f6 - Drop 8.x support
Approved by:	portmgr blanket
2015-09-23 22:59:06 +00:00
Dmitry Marakasov
c630bb7bde - Drop no-op WX_UNICODE and unneeded {CPP,LD}FLAGS 2015-09-23 00:47:47 +00:00
Dmitry Marakasov
f67b5cd443 Don't create ${PREFIX}/lib/oss/logs - it currently doesn't get to
the package anyway, and doesn't seem to be needed - the only mention
of it in the source references sbin/soundon log, however on FreeBSD
sbin/soundon stores log in /var/log.
2015-09-22 19:23:18 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Alexey Dokuchaev
3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
2015-09-20 14:35:57 +00:00
Jan Beich
da13143a43 audio/gogglesmm: minor cleanup
- Convert to USE_GL
- Drop redundant assignments
2015-09-20 01:13:28 +00:00
John Marino
3f80a1e6b9 Add USES=alias to 10 ports (Aids DragonFly support) 2015-09-19 18:17:03 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Wen Heping
723923702c - Update to 0.6.7
PR:		203095
Submitted by:	yamagi@yamagi.org(maintainer)
2015-09-18 09:00:11 +00:00
Jan Beich
76ae087e1b audio/soundtouch: adjust options
- Make INTEGER_SAMPLES default on platforms with emulated floating point
  to be in sync with r395349 [1]
- Fix SSE detection on 9.x by requesting a modern compiler with cpuid.h [2]

PR:		202642 [1], 202646 [2]
Approved by:	maintainer timeout (3 weeks)
2015-09-17 18:53:18 +00:00
Sunpoet Po-Chuan Hsieh
c2fafdc869 - Add CPE information
PR:		203139
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-09-17 17:12:21 +00:00
Alexey Dokuchaev
0286a22dbe - Update to version 1.2.0
- Allow to build against Qt 5 instead of Qt 4 (off by default)
- Add missing `desktop-file-utils' to USES as suggested by `stage-qa'
- Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)
- Fix a typo and rephrase pkg-message text while I am at it
2015-09-17 15:34:14 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Dmitry Marakasov
0d04547591 - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-16 16:55:47 +00:00
Baptiste Daroussin
5866775cb4 Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3 2015-09-14 21:04:11 +00:00
Chris Rees
1444c56db0 Update to 0.19.10
Add "desc" to rc, to make rclint happy.
2015-09-14 18:46:25 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Baptiste Daroussin
6c76340a88 Use options helpers
Remove LDFLAGS which was a wrong attempt to add -lm to the build (needed to build
modern binutils) a better approach as been committed in previous commit
2015-09-13 21:19:44 +00:00
Baptiste Daroussin
c642f24a58 Switch to GTK2 by default and remove option to switch back to gtk 1.2 2015-09-13 21:18:09 +00:00
Baptiste Daroussin
6acdaad8e9 Convert to use wxGTK3 2015-09-13 17:57:49 +00:00
Baptiste Daroussin
5d6adb3184 Convert to options helpers
Nuke now useless WANT_GNOME
Use BROKEN helpers
2015-09-13 14:57:10 +00:00
Baptiste Daroussin
ba0104be18 Remove useless WANT_GNOME 2015-09-13 14:46:32 +00:00
Roman Bogorodskiy
4d7f69387d The 'NAS" option had handlers but was not listed in OPTIONS,
so add it to OPTIONS_DEFINE.

Reported by:	bapt
2015-09-13 13:27:53 +00:00
Baptiste Daroussin
0c2c9b9e67 Convert the automatically discovered esound into a proper option
Approved by:	novel (maintainer)
2015-09-13 12:56:49 +00:00
Thomas Zander
f640a1a9bd Update to upstream version 2.7
- General port cleanup
- Apply FreeBSD-specific modifications to make it
  work out of the box more conveniently

PR:		201837
Submitted by:	tkato432@yahoo.com
2015-09-13 10:45:01 +00:00
Thomas Zander
eee31f9b22 Turn WMA into a non-default OPTION for all but i386 and amd64
PR:		202350
Submitted by:	sbruno@FreeBSD.org
Approved by:	maintainer timeout
2015-09-13 10:14:25 +00:00
Rodrigo Osorio
29c1630ce3 Fix Github repo declaration
Submitted by:	Jan Beich <jbeich@FreeBSD.org> (private email)
2015-09-12 20:33:47 +00:00
Christian Weisgerber
b10e142cb2 Fix opusenc buffer overflow, channel integer overflow, and division
by zero.  (Same code as vorbis-tools oggenc.)

PR:		202941
Obtained from:	https://trac.xiph.org/ticket/2212
Obtained from:	https://trac.xiph.org/changeset/19117
Obtained from:	Fedora vorbis-tools Git (commit 63a1a62d)
Security:	CVE-2015-6749
Security:	CVE-2014-9638
Security:	CVE-2014-9639
Security:	a35f415d-572a-11e5-b0a4-f8b156b6dcc8
MFH:		2015Q3
2015-09-10 19:46:30 +00:00
Christian Weisgerber
db8b2514ce Fix oggenc crash on raw file close, channel integer overflow, and
division by zero.

PR:		202941
Submitted by:	junovitch
Obtained from:	https://trac.xiph.org/changeset/19117
Obtained from:	Fedora vorbis-tools Git (commit 63a1a62d)
Security:	CVE-2014-9638
Security:	CVE-2014-9639
Security:	a35f415d-572a-11e5-b0a4-f8b156b6dcc8
MFH:		2015Q3
2015-09-10 19:42:05 +00:00
Olivier Duchateau
9b9d541db4 - Update to 1.31
- Add NO_ARCH
- Re-assign to the Python team

Based on PR:	202767 (update to 1.30)
Submitted by:	myself
Approved by:	maintainer, timeout
2015-09-10 15:02:33 +00:00
Dmitry Marakasov
a60b969a95 - Switch to options helpers
- Move message to pkg-message
2015-09-10 14:55:05 +00:00
Dmitry Marakasov
a6d0032235 - Drop unneeded dependency
PR:		202972
Submitted by:	jwbacon@tds.net (maintainer)
2015-09-10 11:15:58 +00:00
Rodrigo Osorio
ec8827b695 Unbreak port, update MASTER_SITES
Fix port Makefile and pkg-plist to comply with new rules and features

Submitted by:	Chris Petrik <chris@bsdjunk.com> (by private email)
2015-09-09 20:19:38 +00:00
Christian Weisgerber
fc5475730b Fix oggenc buffer overflow.
PR:		202941
Submitted by:	junovitch
Obtained from:	https://trac.xiph.org/ticket/2212
Security:	a35f415d-572a-11e5-b0a4-f8b156b6dcc8
Security:	CVE-2015-6749
MFH:		2015Q3
2015-09-09 20:07:01 +00:00
Dmitry Marakasov
813ea6e941 - Respect LDFLAGS
- Switch to options helpers
- Switch to USES=libedit as suggested by stage-qa

Approved by:	portmgr blanket
2015-09-09 14:52:07 +00:00
Dmitry Marakasov
efae00d05a - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2015-09-09 11:14:14 +00:00
Raphael Kubo da Costa
53d279a72a Add USES=libarchive, stop setting LDFLAGS.
1. Import a pull request I've just sent upstream that makes FindHelper.cmake
   behave better and stop using pkg-config's output directly as include and
   library paths. The consequence is that libraries like libarchive,
   libsndfile, jack etc are now found with their full path and we can stop
   setting LDFLAGS in Makefile.

2. Set USES=libarchive. Even though the port does not require any
   functionality that is only present in libarchive from ports, explicitly
   depending on a certain version makes things more consistent.
   Additionally, before this patch there would be no dependency on
   libarchive from ports but since the linker was previously called like
   this:
      c++ ... -o hydrogen -L/usr/local/lib -larchive -lsndfile ...
   so the port would end up linking against libarchive from ports when it
   was present (which is always, since devel/cmake depends on it). And with
   this patch we have
      c++ ... -o hydrogen -larchive /usr/local/lib/libsndfile.so ...
   which does link against libarchive from base, but then fails `make
   stage-qa', which expects all ports to link against ports libarchive.

PR:		202905
Approved by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-09-07 11:12:32 +00:00
Jan Beich
d7b810dcf3 audio/soundtracker: fix options and unbreak ASM=on on 10+
AC_ARG_ENABLE usage in configure.in is broken. Only 'gnome' and 'nls'
are defined properly for both --enable- and --disable- prefix.

  --CONFIGURE_ARGS--
  --disable-gnome --disable-asm --disable-jack --enable-nls --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
  --End CONFIGURE_ARGS--
  [...]
  integer32-asm.S:64:1: error: unexpected token at start of statement
  .0:
  ^
  integer32-asm.S:120:1: error: unexpected token at start of statement
  .1:
  ^
  integer32-asm.S:166:1: error: unexpected token at start of statement
  .2:
  ^
  integer32-asm.S:214:1: error: unexpected token at start of statement
  .3:
  ^

Reported by:	pkg-fallout
Pointy hat to:	mat (option helpers)
2015-09-06 13:43:09 +00:00
Thomas Zander
d2f02c0ec5 Update to upstream version 1.2.4, un-break LILYPOND OPTION
PR:		202840
Submitted by:	tkato432@yahoo.com
2015-09-05 21:37:21 +00:00
Thomas Zander
a5db7d5da7 Update to upstream version 0.4.0
From Changelog:
- Feature: A track can be set as 'loved' on Last.fm, e.g. with 'mpc
  sendmessage mpdas love'
- Migrate to libmpdclient instead of deprecated libmpd along with some code
  refactoring
- Fix typo that would result in an incorrent setgid()-call
- Fix in the handshake to communicate properly with the new Last.fm site
- Several other crash fixes and optimizations

pkg-descr:
- Update WWW

PR:		202899
Submitted by:	henrik@affekt.org (maintainer)
2015-09-05 11:39:00 +00:00
Koop Mast
a8de1f06f8 Update gnome-music to 3.16.2.
Obtained from:	gnome devel repo
2015-09-04 22:15:23 +00:00
Dmitry Marakasov
b7dbb94949 - Add LICENSE
- Strip library
2015-09-04 21:33:48 +00:00