notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/beast/Makefile

Number of commits found: 91

Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Saturday, 4 Nov 2017
15:02 gerald search for other commits by this committer
Mark DEPRECATED with an EXPIRATION_DATE of 2018-01-04 since this port
is based on a 4.5 years old version, at least six versions behind, and
requires an old toolchain [1], and nobody seems to even care.

PR:		196849 [1]
Original commitRevision:453470 
Saturday, 14 Oct 2017
05:59 tobik search for other commits by this committer
audio/beast: Unbreak, the distfile has just moved and is still available

- Update pkg-descr with new site as well
Original commitRevision:452043 
Friday, 13 Oct 2017
08:57 bapt search for other commits by this committer
Mark as broken a bunch of ports with no public distfiles available
Original commitRevision:451964 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 27 May 2017
00:43 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "bad C++ code".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441823 
Sunday, 21 May 2017
13:21 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441395 
Saturday, 4 Feb 2017
12:08 antoine search for other commits by this committer
Do not include bsd.port.pre.mk twice
Original commitRevision:433298 
Thursday, 1 Dec 2016
05:29 linimon search for other commits by this committer
Attempt to fix build on non-x86 archs.

I admit to not understanding the A= B= construct.  This hack was the only
way I could figure out to make the flags properly conditionalize.
Original commitRevision:427471 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Tuesday, 9 Feb 2016
21:46 gerald search for other commits by this committer
Update MASTER_SITES; still in the same domain.
Original commitRevision:408598 
Friday, 15 Jan 2016
06:51 marino search for other commits by this committer
audio/beast is not jobs safe

It tries to use gxkmarshal.h before it's completely generated
Original commitRevision:406142 
Sunday, 13 Dec 2015
16:07 swills search for other commits by this committer
mark some of the ports that don't build on powerpc64 for me
Original commitRevision:403676 
Thursday, 3 Sep 2015
08:59 danfe search for other commits by this committer
- Convert to option helpers, provide better support and defaults for SSE
- Remove BROKEN on powerpc statement which is no longer true these days
- Wrap overly long USES line and move OPTIONS block lower while I'm here
Original commitRevision:395933 
Sunday, 2 Aug 2015
20:23 kwm search for other commits by this committer
Part 1 of adding USE_GNOME=intltool to ports that require it.

The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
Original commitRevision:393444 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 18 Jan 2015
22:23 gerald search for other commits by this committer
Require building with GCC 4.8 due to non-conforming C++ code.

PR:		196849, 196712
Original commitRevision:377353 
Saturday, 20 Dec 2014
23:11 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375137 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Saturday, 29 Nov 2014
12:22 antoine search for other commits by this committer
Allow building without /usr/bin/perl symlink

PR:		ports/195494
Original commitRevision:373615 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Sunday, 31 Aug 2014
15:17 tijl search for other commits by this committer
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:366777 
Wednesday, 11 Jun 2014
00:31 amdmi3 search for other commits by this committer
- Add missing USES=libtool, drop .la files
- Add missing files to plist
Original commitRevision:357404 
Sunday, 1 Jun 2014
13:03 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Original commitRevision:356114 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Wednesday, 5 Feb 2014
15:53 bapt search for other commits by this committer
Chase libmad changes
Original commitRevision:342735 
Saturday, 7 Dec 2013
22:58 danilo search for other commits by this committer
- Use USE_GCC=yes instead of =4.6+

Suggested by:	gerald
Original commitRevision:335856 
17:21 danilo search for other commits by this committer
- Fix port build (remove BROKEN). Remove -DG_DISABLE_DEPRECATED from
Makefile.(in|am), this port uses deprecated functions from glib20.
- Use gcc 4.6+ to support -std=gnu++0x
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Add desktop-file-utils and shared-mime-info to USES
Original commitRevision:335835 
Sunday, 1 Dec 2013
21:06 antoine search for other commits by this committer
Mark as broken: doesn't compile since August 2013
Original commitRevision:335439 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 6 Sep 2013
12:12 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326491 
Friday, 30 Aug 2013
23:01 bapt search for other commits by this committer
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Original commitRevision:325727 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Monday, 25 Mar 2013
08:41 miwi search for other commits by this committer
- Update to 0.7.8

PR:		177274
Submitted by:	ports fury
Original commitRevision:315203 
Wednesday, 13 Mar 2013
11:54 danfe search for other commits by this committer
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Original commitRevision:314074 
Monday, 11 Mar 2013
13:05 gahr search for other commits by this committer
- Give up maintainership on this port
Original commitRevision:313884 
Monday, 29 Oct 2012
08:04 gahr search for other commits by this committer
- Update to 0.7.6
  Release notes: http://git.gnome.org/browse/beast/plain/NEWS
- Some C sources have moved to C++, hence the renaming of patch files

Feature safe:	yes
Original commitRevision:306593 
Monday, 6 Aug 2012
15:50 gahr search for other commits by this committer
- Make fetchable again by fixing MASTER_SITES
Original commit
12:07 gahr search for other commits by this committer
- Use correct paths to perl and sh binaries

PR:		169895
Submitted by:	Jan Beich <jbeich@tormail.org>
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 28 Dec 2011
03:21 linimon search for other commits by this committer
Mark as broken on powerpc: fails to compile.

Hat:            portmgr
Original commit
Saturday, 5 Nov 2011
20:07 linimon search for other commits by this committer
Add a redirect for a sysctl's stderr.  This fixes the package logfile
header being bogus on pointyhat on powerpc, and should have no other
effect.

Approved by:    maintainer
Original commit
Wednesday, 7 Sep 2011
14:36 gahr search for other commits by this committer
- Unbreak
- Use sysctl to find out whether SSE is supported
Original commit
Sunday, 31 Jul 2011
15:07 jlaffaye search for other commits by this committer
- Chase guile shared lib bump
- Add an entry to UPDATING
Original commit
Wednesday, 18 May 2011
06:57 erwin search for other commits by this committer
Mark BROKEN: leaves files behind on deinstallation
Original commit
Monday, 11 Apr 2011
15:37 gahr search for other commits by this committer
- Update to 0.7.4
  See http://git.gnome.org/browse/beast/plain/NEWS for details
Original commit
Friday, 8 Apr 2011
14:20 gahr search for other commits by this committer
- Use MACHINE_CPU to detect SSE features [1]
- Remove CPPFLAGS from CONFIGURE_ENV

Inspired by:    audio/ardour [1]
Original commit
Monday, 21 Mar 2011
09:58 gahr search for other commits by this committer
- Fix detection of SSE features
- Assume amd64 and i386 have SSE
Original commit
Saturday, 26 Feb 2011
16:31 gahr search for other commits by this committer
- Fix MASTER_SITES

Reported by:    miwi
Original commit
Monday, 27 Sep 2010
14:55 gahr search for other commits by this committer
- Update to 0.7.2
  Changes: http://beast.gtk.org/news-file
- Unbreak on sparc64
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 19 Nov 2009
22:07 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Friday, 29 May 2009
04:07 linimon search for other commits by this committer
Mark as broken on sparc64: does not compile.
Original commit
Thursday, 22 Jan 2009
16:04 miwi search for other commits by this committer
- Chase lang/guile shlib bump
Original commit
Monday, 21 Jul 2008
04:49 rafan search for other commits by this committer
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:             ports/125435
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
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)
Original commit
Monday, 10 Mar 2008
13:56 gahr search for other commits by this committer
- Remove USE_XLIB in favor of USE_XORG

Approved by:    miwi (mentor)
Original commit
Thursday, 28 Feb 2008
21:43 gahr search for other commits by this committer
- Update to 0.7.1
- Fix build with GCC 4.2
- Adopt maintainship

Approved by:    miwi (mentor)
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Tuesday, 3 Jul 2007
20:09 pav search for other commits by this committer
Mark BROKEN: does not compile with GCC 4.2
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 14 Apr 2007
16:20 gabor search for other commits by this committer
- Remove 4.X support from unmaintained ports in categories starting with
  letter a-c
Original commit
Sunday, 4 Mar 2007
16:22 nobutaka search for other commits by this committer
Fix build after objformat removal.
Original commit
Friday, 3 Nov 2006
13:10 jylefort search for other commits by this committer
Drop maintainership
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Sunday, 7 May 2006
14:47 jylefort search for other commits by this committer
Unbreak after GLib 2.10 import.

Reported by:    pointyhat via kris
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Tuesday, 6 Sep 2005
11:33 jylefort search for other commits by this committer
- Update to 0.6.6
- Preserve vendor non-optimization compiler flags
- Reformat the Makefile
Original commit
Wednesday, 20 Jul 2005
23:57 kris search for other commits by this committer
BROKEN on ia64: Does not compile
Original commit
Tuesday, 12 Apr 2005
22:10 jylefort search for other commits by this committer
Change my MAINTAINER email address to jylefort@FreeBSD.org

Approved by:    adamw (mentor)
Original commit
Saturday, 26 Mar 2005
22:26 kris search for other commits by this committer
BROKEN on sparc64: Does not compile

Approved by:    portmgr (self)
Original commit
Wednesday, 16 Mar 2005
21:47 mezz search for other commits by this committer
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Wednesday, 19 Jan 2005
21:08 pav search for other commits by this committer
- Update to 0.6.4
- Mark IGNORE on FreeBSD 4.x, missing some mathematical functions in math.h

PR:             ports/76440
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Original commit
Sunday, 2 Jan 2005
00:43 kris search for other commits by this committer
BROKEN on alpha (does not build) and ia64 (does not compile)

Approved by:    portmgr (self)
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Thursday, 24 Jun 2004
15:41 krion search for other commits by this committer
Add beast 0.6.1,

Beast is a powerful music composition and modular synthesis
application. It supports a wide range of standards in the
field, such as MIDI, WAV/AIFF/MP3/OggVorbis/etc audio files and
LADSPA modules. It has excellent technical abilities like
multitrack editing, unlimited undo/redo support, real-time
synthesis support, 32bit audio rendering, full duplex support,
multiprocessor support, precise timing down to sample
granularity, on demand loading of partial wave files, on the
fly decoding and full scriptability in scheme. The plugins,
synthesis core and the user interface are actively being
developed and translated into a variety of languages, regularly
assimilating user feedback such as from our FeatureRequests
page.

WWW: http://beast.gtk.org/

PR:             ports/68251
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Original commit

Number of commits found: 91