Commit graph

12260 commits

Author SHA1 Message Date
Pietro Cerutti
1b7b5213fd - Convert to USES+=tcl
- Refactor a bit the Makefile
2013-09-23 12:58:03 +00:00
Pietro Cerutti
a0076a25df - Convert to USES+=tcl 2013-09-23 10:18:11 +00:00
Pietro Cerutti
a15dc5af48 - Fix build with clang 2013-09-23 10:17:38 +00:00
Pietro Cerutti
a60abea840 - Convert to USES+=tcl
- Convert to new LIB_DEPENDS format
- Use PORTDOCS=* instead of listing them in pkg-plist
2013-09-23 10:07:35 +00:00
Lars Engels
f5c66ec1d6 - Update to 3.1.1
- Change to new LIB_DEPENDS syntax
2013-09-22 20:42:04 +00:00
Marcus von Appen
5555c00c1e - Add mikmod support for audio/sdl_mixer and audio/sdl2_mixer
- While here, simplify the OPTIONS usage

PR:		ports/181695
Submitted by:	Jan Beich <jbeich@tormail.org>
2013-09-21 12:02:02 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
fd8fc97738 Fix NO_STAGE 2013-09-20 22:58:38 +00:00
Martin Matuska
e602585c8d Returning maintainership on my multimedia ports to ports@freebsd.org 2013-09-20 21:49:30 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Koop Mast
70e4086ba5 Update to 1.2.0.
Improved undo/redo support.
New editing tools.
New show mode, which allows showing of lyrics in a different window or
monitor while playing.

Submitted by:	maintainer (via irc)
2013-09-19 18:00:44 +00:00
David Naylor
7bee832705 Import audio/flake's configure file about custom $CC.
Most of the parameters are picked up through environment variables however
CC is not one of them.

Reported by:	pkg-fallout@
2013-09-19 16:45:32 +00:00
Christian Weisgerber
c8d9d34f2b bsd.port.options.mk can handle testing of ARCH, and is less expensive
then inclusion of bsd.port.pre.mk

PR:		180585
Submitted by:	jgh
2013-09-19 15:30:16 +00:00
Guido Falsi
73b55d2814 - Fix typo in post-patch sed expression
- Add explicit LDFLAGS

Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-18 11:40:34 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Baptiste Daroussin
9f62a1d83d Add an explicit dependency on pkgconf 2013-09-18 08:00:44 +00:00
Baptiste Daroussin
b15e495041 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:28:07 +00:00
Guido Falsi
e5ec23072b - Fix build with clang (Respect CC)
- Make it respect LOCALBASE
- Trim Makefile headers
- Convert LIB_DEPENDS to new format and remove ABI version number
- USES gmake

PR:		ports/181615
Submitted by:	Me
Approved by:	Maintainer timeout
2013-09-16 17:38:50 +00:00
Baptiste Daroussin
926c80457b Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-16 17:07:26 +00:00
Baptiste Daroussin
ed41ba1ef5 Remove unsupported and old ices0 (consider using audio/ices if you need the functionnality)
Modernize audio/ices
2013-09-16 13:57:52 +00:00
Antoine Brodin
2d9b5a640b Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-15 12:27:30 +00:00
Ruslan Makhmatkhanov
e00c0e2d6b - move pkg-plist entry into PLIST_FILES 2013-09-14 11:56:42 +00:00
Dmitry Marakasov
99b46e2014 Fix build with clang/libc++ 2013-09-14 03:44:51 +00:00
Sunpoet Po-Chuan Hsieh
31c9fcf732 - Add favicon.ico
- Bump PORTREVISION for package change

PR:		ports/161763
Submitted by:	Takefu <takefu@airport.fm>
2013-09-13 16:55:51 +00:00
Matthias Andree
e487af5f22 Add CC=${CC} through MAKE_ARGS, to override hard-coded gcc by actual
compiler. To fix FreeBSD 10-CURRENT fallout (untested on 10 because flac
is broken due to libstdc++ removal; flac needs to be told to use
libc++, 9.X Tinderbox has no complaints though).

Drop library versions from LIB_DEPENDS.

NOPORTDOCS -> PORT_OPTIONS.

${MKDIR} ${RUBY_SITELIBDIR} in installation to support "port test".
2013-09-13 00:32:17 +00:00
Baptiste Daroussin
b1f3258488 Fix build with libc++
Submitted by:	Gustau Perez (gusi via #poudriere on freenode)
2013-09-12 21:53:45 +00:00
Andrej Zverev
46b556be1c - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 17:07:08 +00:00
Baptiste Daroussin
1f9270b0bc Reassign to the heap as maintainer no longer use FreeBSD
While here:
Use options helpers where possible

Submitted by:	Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
2013-09-12 09:39:19 +00:00
John Marino
a862a2b7dc Add explicit dependency on pkgconf (18 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 09:07:08 +00:00
Jason E. Hale
adb28aab16 - Update audio/libdiscid to 0.5.2
- Switch to CMake build system
- Trim Makefile headers
- Bump PORTREVISION on dependent ports
2013-09-12 08:00:37 +00:00
Jason E. Hale
0a79dd8b7d - Remove dead MASTER_SITES
- Trim Makefile header
- Pet portlint(1)
- Update pkg-descr to reflect the fact that this library isn't so new
2013-09-12 07:05:49 +00:00
Jason E. Hale
ce3840ccd5 - Update to 0.77b1
- Add missing dependency on libkcompactdisc
- Make COMMENT more concise
2013-09-12 02:59:16 +00:00
John Marino
a10f987e18 Add explicit dependency on pkgconf (11 ports) 2013-09-12 00:48:38 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
Andrej Zverev
1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00
John Marino
b38bbaec1f Add explicit dependency on pkgconf (6 ports) 2013-09-11 09:36:48 +00:00
Andrej Zverev
950fd3cbc2 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:36:43 +00:00
Baptiste Daroussin
549e16d92d Add an explicit dependency on pkgconf 2013-09-10 17:39:41 +00:00
Raphael Kubo da Costa
39bb27e14c Add my upstream commits to fix the build with libc++. 2013-09-10 15:31:48 +00:00
William Grzybowski
04214ff398 audio/audacity: update to 2.0.4
- Update to 2.0.4 [1]
- Add SOXR option [1]
- Convert lib depends to new syntax

PR:		ports/181922 [1]
Submitted by:	Jack Low <xxjack12xx gmail.com> (maintainer)
2013-09-09 22:58:16 +00:00
Sunpoet Po-Chuan Hsieh
084f82f369 - Update to 11.0.0.0
- Convert to new options framework
- While I'm here, simplify PORTDOCS installation

Changes:
- Uses new upstream version 11.0.0 (which does not contain any code changes)

PR:		ports/177681
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2013-09-09 18:19:14 +00:00
Sunpoet Po-Chuan Hsieh
244bac250b - Update to 11.0.0.0
- Convert to new options framework
- While I'm here, simplify PORTDOCS installation

Changes:
- Uses new upstream version 11.0.0 (which does not contain any code changes)

PR:		ports/177681
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2013-09-09 18:19:09 +00:00
Sunpoet Po-Chuan Hsieh
32cb91cb62 - Fix make package
- Cosmetic change

PR:		ports/181956
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
Reported by:	gergely.czuczy@harmless.hu
2013-09-09 10:09:00 +00:00
Antoine Brodin
df1104c674 Add an explicit dependency on pkgconf
Obtained from:	portmgr (bapt)
2013-09-08 08:27:08 +00:00
Sunpoet Po-Chuan Hsieh
e2833862e4 - Update to 2.3.3
Changes:	http://svn.xiph.org/icecast/trunk/icecast/NEWS
PR:		ports/181712
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
2013-09-07 18:40:45 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Ruslan Makhmatkhanov
7ac09b4adc - add dependency on pkgconfig
- use new syntax in LIB_DEPENDS
- remove indefinite article from COMMENT and not needed LICENSE_FILE
  for standard license while here

PR:		181850
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-09-07 09:58:31 +00:00
Ruslan Makhmatkhanov
135d83279d - update to 2.8.6
- sort knobs alphabetically
2013-09-07 06:06:44 +00:00