Commit graph

14454 commits

Author SHA1 Message Date
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Dmitry Marakasov
f6e655255c - Strip library 2015-05-11 00:03:34 +00:00
Sunpoet Po-Chuan Hsieh
23f8980b61 - Update to 0.15.15 and unbreak this port with Ruby 2.2
- Add EXAMPLES option: use PORTEXAMPLES for RUBY_MODEXAMPLESDIR to pet portlint
- Update WWW
2015-05-10 20:16:35 +00:00
Jason E. Hale
91f74ee5c6 Update to 1.0.9
Rename TESTS option to the more standard TEST
2015-05-09 12:13:35 +00:00
Dmitry Marakasov
1b64c50388 - Add LICENSE_FILE
- Strip library
2015-05-09 01:32:04 +00:00
Adam Weinberger
f595f90b05 Reassign audio/ perl modules to perl@.
While here:

p5-Audio-MPD-Common: update to 2.002
p5-MP3-Find: Add a DB option to use the optional database backend
p5-MP3-ID3v1Tag: Sort plist
2015-05-08 17:47:38 +00:00
Frederic Culot
87bf1c689a - Reassign to the heap after sahil@'s bit was taken in for safekeeping 2015-05-08 13:34:30 +00:00
Antoine Brodin
75df120cde Remove spurious @dirrm that crept back in 2015-05-07 22:24:33 +00:00
Jan Beich
2a404e09f5 audio/cplay: switch to Debian distfile 2015-05-07 16:44:44 +00:00
Jan Beich
9aa91a7ce5 audio/oss: update to 4.2.b2011
Changes:	http://opensound.com/forum/viewtopic.php?f=19&t=5791
Changes:	http://opensound.com/forum/viewtopic.php?f=19&t=5765
2015-05-07 10:04:15 +00:00
Wen Heping
e76775b95e - Update to 0.10.0 2015-05-07 02:06:02 +00:00
Mathieu Arnold
575e381168 Fix after last commit. 2015-05-06 14:34:39 +00:00
Koop Mast
91e619d421 Update midipp to 1.2.17.
- Added support for RePlay tab.
 - Added support for Metronome.
 - Fixed bug parsing all uppercased lyrics
 - Added detection of label marks in lyrics
 - Reworked show tab and its animations

Submitted by:	maintainer
2015-05-06 14:18:33 +00:00
Mathieu Arnold
6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00
Mark Felder
3ed2da81ff Disable pch to fix building with gcc
Add LICENSE
Unmute some of the installation steps
2015-05-05 01:39:59 +00:00
Eitan Adler
415737f338 By request, reset maintainership of multiple ports
PR:		199903
Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:33:14 +00:00
Thomas Zander
fea7b304fa - Update to upstream version 1.2.2
- Add non-default OPTION PDF
- Disable LILYPOND OPTION for now due to conflicting dependencies
- Retire pkg-plist in favor of PLIST_*

PR:		199208
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
2015-05-03 20:02:29 +00:00
Johannes Jost Meixner
c0ab8dfa5e audio/linux-c6-sdl_mixer: update to 1.2.12
- update to 1.2.12
2015-05-03 15:57:39 +00:00
Thomas Zander
abe2a0ea4c - Update to upstream version 14.4.2
- Bump PORTREVISION on lib-dependent ports

PR:		199567
Submitted by:	takefu@airport.fm
Approved by:	dnelson@allantgroup.com (maintainer)
2015-05-02 14:02:54 +00:00
Jan Beich
19e3386783 audio/sphinx: update to the redirected WWW and distfile fetches fine again 2015-05-02 02:21:46 +00:00
Jan Beich
96f0984fd0 audio/festival: unbreak fetching Debian patches
Append git hash to filenames without changing current checksums.

Approved by:	portmgr blanket
2015-05-01 22:22:55 +00:00
Ruslan Makhmatkhanov
484b696c12 audio/exaile: update to 3.4.5 2015-05-01 18:07:02 +00:00
Dmitry Marakasov
b85d7151c4 - Add LICENSE 2015-04-30 20:00:23 +00:00
Olivier Duchateau
d2d9dee332 Update to 0.9.15 2015-04-30 17:09:04 +00:00
Mark Felder
5fc54686d8 "But be aware that some variables will not work as expected after the
inclusion of bsd.port.pre.mk, typically some USE_* flags."

relocate to ensure port options don't end up broken

pointyhat -> me
2015-04-30 15:34:28 +00:00
Mark Felder
8fe6ad9b9c Disable PCH when compiler is GCC to unbreak builds on 8.x and 9.x 2015-04-30 15:12:00 +00:00
Wen Heping
d71116ab95 - Update to 1.3.11
PR:		199710
Submitted by:	stiginge@pvv.org(maintainer)
2015-04-29 06:22:55 +00:00
Romain Tartière
ce47705b5b Update to 3.0
PR:		ports/199762
Submitted by:	olivierd
2015-04-28 22:32:05 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Bryan Drewery
63408327b0 USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
2015-04-28 17:01:46 +00:00
Antoine Brodin
61e130efc3 Unbreak INDEX 2015-04-27 21:00:10 +00:00
Thierry Thomas
a159b521fd - Update of qTox and toxcore after their new API is eventually fixed
(this unbreak qTox)

- Rename audio/filter_audio to audio/libfilteraudio.

PR:		ports/199726
Submitted by:	yuri (at) rawbw.com
2015-04-27 20:28:13 +00:00
Bartek Rutkowski
55791c70ce audio/py-discogs-client: update 2.0.2 -> 2.1.0
PR:		199709
Submitted by:	Stig Inge Lea Bjornsen <stiginge@pvv.org> (maintainer)
2015-04-27 11:11:25 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Koop Mast
c5dc6a3d0d Unbreak by adding extra distfile location outside the freebsd cluster. 2015-04-24 07:48:02 +00:00
Alexey Dokuchaev
43538931c9 Add a port of Skype call recorder, version 8.0.
WWW: http://atdot.ch/scr/
2015-04-23 03:48:24 +00:00
Mathieu Arnold
8bbc0d8838 Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02)
With hat:	perl@
Sponsored by:	Absolight
2015-04-22 13:17:26 +00:00
Raphael Kubo da Costa
7dd1ba839a Look for icons in places other than /usr/share/icons.
Incorporate upstream commit 5750:
  - When checking for icon themes, also check in $PREFIX
  - Also ensure path is in QIcon's theme path

This makes the port correctly find/show icons in the UI.

PR:		199549
Submitted by:	Tobias Berner <tcberner@gmail.com>
MFH:		2015Q2
2015-04-21 11:58:32 +00:00
Tijl Coosemans
68edbeeaae - Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
  when CONFIGURE_ARGS already sets it.  (GNU configure scripts set it to
  PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
  they aren't affected by this change (for now at least).  This commit is
  meant to ensure that new ports don't make the same mistake.

- games/acm: the configure script in this port is very old; instead of
  patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
  changed the behaviour of the configure script; adjust the port to this.

PR:		199506
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-20 19:06:29 +00:00
Mathieu Arnold
a3cf578973 Fix build with Perl 5.21.6+
With hat:	perl@
Sponsored by:	Absolight
2015-04-20 12:00:02 +00:00
John Marino
6754de5660 audio/sooperlooper: Unbreak on some platforms
This unmaintained port is breaking on Wx 3.0, which is only an GUI option.
Downgrading to Wx 2.8 allows it to build on all platforms (as well as
having the option by default).  The second iteration of the PR suggested
Wx3.0 for FreeBSD 8 and 9, but Wx  2.8 for F10+, but I didn't like that
approach.  It only works on F8 and F9 because of compiler deficiencies.
Simple attempts of setting -std to c++11 didn't work, of course.

PR:		199221
Submitted by:	ports fury
2015-04-20 07:19:33 +00:00
Olivier Duchateau
863bb399c1 Update to 0.9.11 2015-04-18 20:28:20 +00:00
Tijl Coosemans
7ad981c89d Remove pre-configure target. It doesn't do anything because the variables
are all undefined.
2015-04-18 19:24:27 +00:00
Tijl Coosemans
2358c08a33 Convert to USES=autoreconf 2015-04-18 19:09:03 +00:00
Jan Beich
19ca485076 Unbreak INFO build on DragonFly and FreeBSD 11+
./gldb.texi:34: raising the section level of @subsection which is too low

Reported by:	pkg-fallout
2015-04-18 18:41:09 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
Roman Bogorodskiy
d1a9133052 Update to 1.22.1. 2015-04-18 04:35:27 +00:00
Dmitry Marakasov
89f9adda31 - Add CPE info
Approved by:	portmgr blanket
2015-04-17 11:46:03 +00:00
Tijl Coosemans
fa4a8de0b2 Create a separate port for the Mediastreamer plugin in audio/bcg729
Approved by:	madpilot
2015-04-17 10:43:16 +00:00
Grzegorz Blach
45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00