Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:20:54 0.47.1_1 |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
02 Aug 2021 16:03:15 0.47.1_1 |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
06 Apr 2021 14:31:07 0.47.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Feb 2021 22:08:10
0.47.1 |
linimon  |
Mark BROKEN in 13/14 (via latest llvm update). |
26 Mar 2018 15:36:35
0.47.1 |
mat  |
The sixth parameter of DESKTOP_ENTRIES is either true, false or empty,
it is not the shell builtin named false.
Sponsored by: Absolight |
26 Jul 2016 16:51:16
0.47.1 |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
24 Jul 2016 20:18:43
0.47.1 |
pawel  |
- Update to version 0.47.1
- Make JACK option on by default
PR: 211326
Submitted by: Tobias Brodel (maintainer) |
23 Jun 2016 07:09:57
0.47.0_2 |
bapt  |
Prefer relative links to make packages more relocation friendly |
14 May 2016 15:08:08
0.47.0_1 |
pi  |
audio/pd: Fix builtin documentation
- also pet portlint
PR: 209493
Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer) |
11 May 2016 06:35:31
0.47.0 |
pi  |
audio/pd: 0.46-7 -> 0.47-0
- The "deken" plug-in is integrated into the Pd help menu - you can
download and install Pd libraries using the "Find Externals" menu
command.
- New clone object that opens multiple copies of an abstraction and
routes messages and signals to/from them, for making banks of voices or
whatnot
- "Zoom" feature for dealing with high-resolution displays. IEM GUIs are
only somewhat dodgily handled (font sizes of labels aren't managed well).
- Controllable font sizes for menus and dialogs: setting the "pd window"
font size also sets font sizes for menus/dialogs.
- The expr, expr~, and fexpr~ objects are included in Pd proper,
not loaded as externs as before. THis reflects their new license
(lgpl) and should allow them to be used in IOS apps via libpd. (Only the first 15 lines of the commit message are shown above ) |
01 Apr 2016 13:29:17
0.46.7_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 11:21:46
0.46.7_1 |
jbeich  |
audio/pd: pass maintainership
PR: 208296
Submitted by: Tobias Brodel |
06 Feb 2016 08:49:50
0.46.7_1 |
pi  |
audio/pd: some fixes
- repair the loading of external objects
- reduce portlint complaints
PR: 206965
Submitted by: Tobias Brodel <brittlehaus@gmail.com> |
10 Oct 2015 16:41:45
0.46.7 |
riggs  |
Update to upstream version 0.46.7
PR: 203241
Submitted by: tkato432@yahoo.com |
28 Jun 2015 07:47:28
0.46.6 |
wen  |
- Update to 0.46.6
PR: 199215
Submitted by: tkato432@yahoo.com |
18 Apr 2015 19:24:28
0.46.5 |
tijl  |
Remove pre-configure target. It doesn't do anything because the variables
are all undefined. |
20 Jan 2015 14:05:00
0.46.5 |
vanilla  |
Upgrade to 0.46-5. |
18 Dec 2014 11:37:59
0.46.2 |
bapt  |
Convert to USES=autoreconf |
01 Nov 2014 11:05:24
0.46.2 |
riggs  |
Update to upstream version 0.46.2
PR: 194162
Submitted by: tkato432@yahoo.com |
20 Oct 2014 06:36:00
0.46.0 |
bapt  |
Cleanup plist |
13 Sep 2014 18:25:05
0.46.0 |
tijl  |
Use default LIBTOOLIZE_ARGS |
10 Sep 2014 11:24:56
0.46.0 |
riggs  |
- Update to upstream version 0.46.0
- Fix LICENSE*
- Retire FFTW option
PR: 193321
Submitted by: tkato432@yahoo.com |
31 Aug 2014 16:36:23
0.45.5_1 |
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
17 May 2014 10:52:33
0.45.5 |
miwi  |
- Update to 0.45.5
PR: 188857
Submitted by: Ports Fury |
23 Apr 2014 13:25:17
0.45.4_1 |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
09 Feb 2014 22:08:33
0.45.4 |
tijl  |
Let libtoolize copy missing files instead of linking them so that
USES=libtool can patch them. |
18 Dec 2013 16:58:10
0.45.4 |
danilo  |
- Update from 0.45-3 to 0.45-4
- Add shebangfix to USES
PR: ports/184872
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
28 Oct 2013 16:06:16
0.45.3 |
pawel  |
- Update to version 0.45.3
- Support STAGEDIR
While here:
- Use options helpers
- Install dektop entry file
PR: ports/181877
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
23 Sep 2013 10:07:35
0.44.3 |
gahr  |
- Convert to USES+=tcl
- Convert to new LIB_DEPENDS format
- Use PORTDOCS=* instead of listing them in pkg-plist |
20 Sep 2013 14:36:37
0.44.3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
 |
bapt  |
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 |
14 Aug 2013 22:35:54
0.44.3  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
26 Apr 2013 07:01:32
0.44.3 |
miwi  |
- Update to 0.44-3
PR: 178027
Submitted by: Ports Fury |
22 Apr 2013 23:19:09
0.44.2 |
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
08 Feb 2013 18:22:34
0.44.2 |
bdrewery  |
- Actually update to 0.44-2
PR: ports/175569
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
07 Feb 2013 14:26:46
0.44.1 |
miwi  |
- Update to 0.44.2
PR: 175569
Submitted by: Ports Fury |
27 Jan 2013 05:55:20
0.43.4 |
tabthorpe  |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
30 Nov 2012 23:51:24
0.43.4 |
sperber  |
- Update to version 0.43-4
- Trim Makefile header
PR: ports/171966
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
05 Aug 2012 04:41:42
0.43.3 |
miwi  |
- Update to 0.43.3
PR: 170136
Submitted by: Ports Fury |
01 Jun 2012 12:17:20
0.43.2 |
bapt  |
Convert to new options framework |
21 Apr 2012 18:48:34
0.43.2 |
miwi  |
- Update to version 0.43.2
PR: 166876
Submitted by: Ports Fury |
25 Mar 2012 03:55:37
0.43.1 |
miwi  |
- Update to 0.43.1
PR: 166015
Submitted by: Ports Fury
Feature safe: yes |
06 Nov 2011 23:45:43
0.43.0 |
dougb  |
Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion
While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.
Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
23 Sep 2011 22:26:39
0.43.0 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
09 Aug 2011 15:19:47
0.43.0 |
ehaupt  |
Update to 0.43.0
PR: 158494
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
19 Mar 2011 12:38:54
0.42.6 |
miwi  |
- Get Rid MD5 support |
25 Apr 2010 14:02:33
0.42.6 |
sylvio  |
- Update to 0.42.6 |
20 Nov 2009 22:53:09
0.42.5 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
23 May 2009 14:23:42
0.42.5 |
miwi  |
- Update to 0.42.5
PR: 134623
Submitted by: Ports Fury |
23 Feb 2009 14:46:38
0.42.4 |
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
14 Feb 2009 20:03:00
0.42.4 |
miwi  |
- Update to 0.42-4
PR: 131669
Submitted by: Dennis Herrmann <adox@mcx2.org> |
27 Jan 2009 14:21:02
0.42.3 |
jadawin  |
- Update to 0.42-3
PR: ports/130984
Submitted by: Dennis Herrmann <adox _AT_ mcx2.org> |
16 Jan 2009 00:10:08
0.42.2 |
miwi  |
- Update to 0.42
PR: 130470
Submitted by: Ports Fury |
27 Aug 2008 15:34:40
0.40.2_2 |
arved  |
Fix misplaced .endif
Reported by: QAT |
27 Aug 2008 14:21:58
0.40.2_2 |
arved  |
Unbreak compile on 64bit platforms |
20 Aug 2008 00:57:32
0.40.2_2 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
19 Apr 2008 17:56:05
0.40.2_2  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
30 Sep 2007 04:47:37
0.40.2_2 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
02 Jul 2007 04:54:59
0.40.2_1 |
danfe  |
- Fix the build with recent GCC [1]
- Improve upon port description
- Clean up Makefile, pet portlint(1)
Reported by: pointyhat (logs) [1] |
19 May 2007 20:32:57
0.40.2_1 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Mar 2007 12:23:05
0.40.2 |
miwi  |
- Update to 0.4.2
PR: 110825
Submitted by: Rasmus Kaj<kaj@kth.se> |
12 Feb 2007 23:50:00
0.39 |
miwi  |
- Update to 0.39 |
09 Jul 2006 10:35:36
0.37_1 |
itetcu  |
portlint
PR: ports/99145
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
30 May 2006 12:22:16
0.37_1 |
edwin  |
Fix WWW
PR: ports/98135
Submitted by: markzero <markzero@corolla.ath.cx> |
07 May 2006 12:40:10
0.37_1 |
sem  |
- Clean up distinfo for unmaintained ports: remove CVS tags, empty lines etc.
Obtained from: distinfo survey |
11 Feb 2006 21:03:14
0.37_1 |
netchild  |
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1] |
07 Jan 2006 20:00:09
0.37_1 |
trevor  |
Hash with SHA-256. |
15 Nov 2005 06:52:12
0.37_1 |
ade  |
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. |
13 Feb 2005 05:37:22
0.37_1 |
das  |
Make this port build again by removing a SunOS shared library hack
copied from an old version of Tcl. |
18 Nov 2004 08:21:11
0.37_1 |
kris  |
BROKEN on !i386: Does not compile |
17 Aug 2004 10:32:10
0.37_1 |
kris  |
This now builds on 5.x, remove BROKEN tag. |
01 Jul 2004 17:06:41
0.37_1 |
ade  |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
12 Mar 2004 02:48:25
0.37_1 |
ade  |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups. |
08 Feb 2004 02:58:41
0.37_1 |
kris  |
BROKEN on 5.x: does not compile |
04 Feb 2004 05:21:48
0.37_1 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
27 Jan 2004 16:12:37
0.37 |
trevor  |
Add size data. |
22 Jan 2004 08:05:25
0.37 |
trevor  |
Use PAX macro. |
12 Nov 2003 00:55:20
0.37 |
trevor  |
Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.
to do: the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program |
12 Nov 2003 00:32:26
0.36.0 |
trevor  |
Wrap to 80 columns. |
29 Sep 2003 12:26:23
0.36.0 |
trevor  |
Use sed, rather than perl, for patching, in case there is a user
who does not have perl. |
29 Sep 2003 12:18:46
0.36.0 |
trevor  |
The malloc.h problem is gone. |
29 Sep 2003 11:35:54
0.36.0 |
trevor  |
Update to 0.36-0. |
23 May 2003 01:29:04
0.35.23 |
trevor  |
According to an unreliable source, when _POSIX_MEMLOCK is defined
as -1, that means it is "never available." |
18 May 2003 12:22:25
0.35.23 |
kris  |
BROKEN on 5.1: does not build |
01 Mar 2003 14:34:34
0.35.23 |
trevor  |
Retire comment file. |
20 Oct 2002 09:55:52
0.35.23 |
kris  |
Fix some of the build problems on -current. This is still broken
because it tries to use mlockall() which is not implemented on FreeBSD. |
25 May 2002 11:48:30
0.35.23 |
kris  |
Add pd-0.35.23
Pd is a real-time graphical programming environment for audio and
graphical processing. It resembles the Max/MSP system but is much
simpler and more portable; also Pd has two features not (yet) showing
up in Max/MSP: first, via Mark Dank's GEM package, Pd can be used
for simultaneous computer animation and computer audio. Second, an
experimental facility is provided for defining and accessing data
structures.
Submitted by: trevor |