1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

75 Commits

Author SHA1 Message Date
Olli Hauer
886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Jung-uk Kim
b0ae28d732 Update to 4.2-build2009. 2014-03-08 00:09:15 +00:00
Baptiste Daroussin
4d353c82e2 Reduce over inclusion of bsd.port.mk 2014-01-15 22:38:21 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Antoine Brodin
cea1298216 Add an explicit dependency on pkgconf (needed to build ossxmix) 2013-09-29 08:35:33 +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
Daniel Eischen
186a67572e Update to 4.2-build2008. The only dependent port, multimedia/qmmp, does not
have a LIB_DEPENDS, just a depends on an include file, so no PORTREVISION
bump is necessary for qmmp.

PR:		179956
Submitted by:	Waitman Gobble uzimac at da3m0n8t3r dot com
2013-07-13 17:45:18 +00:00
Stefan Walter
ab6441e871 Respect additional environment variable ${SYSDIR}.
PR:		170405
Submitted by:	Jan Beich <jbeich@tormail.org>
2013-05-02 20:59:47 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Jason E. Hale
344fd02e37 - Add fix to allow building with clang
- Trim Makefile header

PR:		ports/172609
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-26 05:31:59 +00:00
Jung-uk Kim
c9fc13e852 - Update to 4.2 build2007.
- Release maintainership to the ports pool.
2012-10-05 20:07:33 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Jung-uk Kim
48297dd179 Include bsd.port.pre.mk before SRC_BASE is referenced.
PR:	ports/169212
2012-06-25 20:51:35 +00:00
Jung-uk Kim
dd39ca93f4 Use the new options framework. 2012-06-04 18:09:14 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jung-uk Kim
c3830c644c Do not ignore hardwired device unit number.
Tested by:	rank1seeker at gmail dot com
2012-02-20 20:41:26 +00:00
Jung-uk Kim
be3a92a6bc Fix build on 8.x.
PR:	ports/165193
2012-02-17 19:42:33 +00:00
Jung-uk Kim
09a5792f3e Update to 4.2 build 2006 and add two additional patches from OSS Mercurial:
http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/0500de7fee6f
http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/1a5c5373b72a
2012-02-17 19:02:52 +00:00
Jung-uk Kim
c65143707c - Do not allow loading osscore when sound(4) is loaded. [1]
- Make portlint little happier.

PR:		ports/164567 [1]
Submitted by:	crees (initial version) [1]
2012-01-31 21:03:22 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Jung-uk Kim
6773a691f5 Update to 4.2 build 2005. 2011-08-25 00:35:42 +00:00
Jung-uk Kim
36fb73325e Fix build with Clang. 2011-07-25 17:45:00 +00:00
Jung-uk Kim
71c44039f0 Honor environment variable CC and fix build without cc(1). 2011-06-21 23:15:35 +00:00
Jung-uk Kim
95e18421da Fix build with clang. 2011-06-21 22:17:50 +00:00
Jung-uk Kim
bd5b437bfe Rename CONF_FILES to avoid conflict with an upcoming infrastructure change.
PR:		ports/157156
Submitted by:	Chris Rees (utisoft at gmail dot com)
Discussed with:	bapt
2011-05-19 19:08:54 +00:00
Jung-uk Kim
dc482d7eed Add a missing change in the previous commit. 2011-01-06 19:52:07 +00:00
Jung-uk Kim
5625ff49e4 Update to 4.2 build 2004 and add LICENSE. 2011-01-06 19:33:30 +00:00
Jung-uk Kim
7671fa2fb9 Update to 4.2 build 2003.
Feature safe:	yes
2010-06-28 20:46:44 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jung-uk Kim
e7eda0c234 Fix build on -CURRENT.
Reported by:	QAT
2010-01-19 18:45:01 +00:00
Jung-uk Kim
79eadf6ba8 - Chase distfile change. The previous tarball was actually build 2001.
- Fix soundoff and add a proper prefix to ossdevlinks[1].

PR:		ports/139580, ports/140592[1]
Submitted by:	Michael Hax (nc dot bash at gmail dot com)
2009-11-16 18:12:30 +00:00
Jung-uk Kim
fb979dedab Update to 4.2 build 2002. 2009-11-11 17:40:19 +00:00
Jung-uk Kim
a82c8883c2 Update to 4.2 build 2000.
Feature safe:	yes
2009-09-22 20:51:59 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Jung-uk Kim
1cf4c90e1f Fix build on -CURRENT. 2009-07-10 20:28:12 +00:00
Jung-uk Kim
f4af65460a Update to 4.1 build 1052. 2009-03-25 07:47:11 +00:00
Jung-uk Kim
d67073f3d6 There is no need for minor() on -CURRENT. Just use dev2unit() macro. 2009-02-16 21:28:49 +00:00
Jung-uk Kim
acd6139710 - Fix build on -CURRENT.
- Fix a typo in soundoff and remove a redundant patch[1].
- Install pre-compressed manual pages properly[2].

Reported by:	Jeroen Ruigrok van der Werven (asmodai at in-nomine dot org)[1]
PR:		ports/131420[2]
2009-02-16 20:42:54 +00:00
Jung-uk Kim
94a169aa86 Update to 4.1 build 1051. 2009-01-21 16:29:51 +00:00
Jung-uk Kim
d301aba651 Install an example file and remove redundant command from Makefile. 2008-12-12 01:06:35 +00:00
Jung-uk Kim
3716cb68d8 Update to 4.1 build 1050. 2008-12-12 00:36:44 +00:00
Jung-uk Kim
6c3440ddd0 Work around SNDCTL_DSP_GETBLKSIZE API incompatibility.
PR:		ports/125542
2008-07-15 16:36:13 +00:00
Jung-uk Kim
cfebd7d8be Update to build 1016.
Changelog:	http://www.4front-tech.com/forum/viewtopic.php?p=9334#9334
2008-06-24 21:36:50 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00
Jung-uk Kim
2cc6b60886 Update to build 1015.
Changelog:
http://4front-tech.com/forum/viewtopic.php?p=8138#8138
2008-03-25 17:07:53 +00:00
Jung-uk Kim
7391f280cd Update to build 1014.
Changelog:	http://4front-tech.com/forum/viewtopic.php?p=7888
2008-03-03 22:04:54 +00:00