Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jan 2021 16:16:19
0.4.17

|
arved  |
Add gettext-tools to Build dependency in case NLS is disabled.
autopoint is called during autoreconf stage (see PR 234833 for details)
PR: 251954
Reported by: tjlegg |
16 Dec 2020 18:04:53
0.4.17

|
pkubaj  |
audio/swhplugins: update to 0.4.17
- enable on all architectures, tested to build now on aarch64 and powerpc64
- upstream moved to GitHub, the port needs to as well,
- add dependency for textproc/p5-XML-Parser, it's now necessary,
- add USES=autoreconf, upstream does not provide configure and Makefile,
- add USES=shebangfix for /usr/bin/perl in makestub.pl's shebang,
- add USES=localbase:ldflags instead of specifying flags manually,
- remove post-patch step, it's not necessary now. |
23 Sep 2019 20:25:38
0.4.15_7

|
arved  |
Three plugins used C89 inline semantics, which resulted in unresolved
symbols with C99 compilers.
PR: 239128
Reported by: Marcel Bonnet
While here, portlint.
Grab back maintainership. |
08 Dec 2016 19:52:20
0.4.15_6

|
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
01 Apr 2016 13:29:17
0.4.15_5

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
19 Aug 2015 13:30:00
0.4.15_5

|
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
20 Oct 2014 06:36:00
0.4.15_5

|
bapt  |
Cleanup plist |
31 Aug 2014 16:36:23
0.4.15_5

|
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
28 Jul 2014 23:00:56
0.4.15_4

|
amdmi3  |
- Switch to USES=libtool |
30 Dec 2013 17:24:31
0.4.15_4

|
antoine  |
Stage support |
11 Dec 2013 14:35:37


|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
20 Sep 2013 14:36:37
0.4.15_4

|
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 |
26 Apr 2013 10:44:29
0.4.15_4

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
22 Apr 2013 23:19:09
0.4.15_4

|
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
21 Feb 2013 02:25:42
0.4.15_4

|
miwi  |
- Unbreak build |
01 Jun 2012 12:17:20
0.4.15_4
|
bapt  |
Convert to new options framework |
17 Oct 2011 10:08:33
0.4.15_4
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
23 Sep 2011 22:26:39
0.4.15_3
|
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 |
19 Mar 2011 12:38:54
0.4.15_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.4.15_3
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
0.4.15_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
21 Dec 2009 02:19:12
0.4.15_2
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
02 Aug 2009 19:36:34
0.4.15_2
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
18 May 2009 15:08:58
0.4.15_2
|
pav  |
- Chase fftw3 update |
06 Jun 2008 13:07:20
0.4.15_1
|
edwin  |
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) |
29 Jan 2007 23:51:55
0.4.15
|
kris  |
Use libtool port instead of included version to avoid a.out objformat botch |
23 Jan 2007 11:32:30
0.4.15
|
arved  |
The author fixed a backup restore glitch, the distfile is now fetchable
again.
Submitted by: Steve Harris |
20 Jan 2007 01:12:07
0.4.15
|
kris  |
BROKEN: Unfetchable |
05 Dec 2006 10:49:45
0.4.15
|
jylefort  |
- Update to 0.4.15
- Add missing -lintl
- Use OPTIONS |
14 Aug 2006 10:08:25
0.4.14_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
11 May 2006 15:12:06
0.4.14_1
|
ahze  |
- Chase fftw3 libver bump |
03 May 2006 05:14:35
0.4.14
|
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
23 Feb 2006 10:40:45
0.4.14
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 00:15:04
0.4.14
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
15 Nov 2005 06:52:12
0.4.14
|
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. |
08 Nov 2005 12:56:15
0.4.14
|
arved  |
* Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio |
16 Sep 2005 11:04:25
0.4.14
|
garga  |
- Update to 0.4.14
PR: ports/86116
Submitted by: Ports Fury |
12 Apr 2005 03:26:57
0.4.13
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.4.13
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
06 Mar 2005 21:15:15
0.4.13
|
flz  |
- Update to 0.4.13.
PR: ports/78495
Submitted by: Ports Fury
Approved by: pav (mentor) |
20 Dec 2004 08:39:50
0.4.12
|
krion  |
Update to version 0.4.12
PR: ports/75263
Submitted by: Ports Fury |
26 Nov 2004 00:48:57
0.4.11_2
|
kris  |
Add missing file |
24 Nov 2004 06:26:16
0.4.11_2
|
ahze  |
- Add math/fftw3 to BUILD_DEPENDS since it installs the header files [1]
- Add WITH_SSE knob since fftw3-float supports it
- Add WITH_OPTIMIZED_CFLAGS knob to respect CFLAGS if not defined [1]
Submitted by: KATO Tsuguru [1]
Approved by: adamw (implicit) |
24 Nov 2004 03:36:46
0.4.11_1
|
ahze  |
Bump PORTREVISION due to last commit of dependency changes
Approved by: adamw (implicit) |
24 Nov 2004 03:34:56
0.4.11
|
ahze  |
Change math/fftw3 dependency to math/fftw3-float
Approved by: adamw (implicit) |
09 Nov 2004 22:36:49
0.4.11
|
krion  |
Fix comment: s/assember/assembler |
09 Nov 2004 22:35:23
0.4.11
|
krion  |
Fix build.
Reported by: pointyhat via kris |
01 Nov 2004 17:24:17
0.4.11
|
krion  |
Update to version 0.4.11
PR: ports/73344
Submitted by: Ports Fury |
15 Aug 2004 00:13:36
0.4.7
|
oliver  |
s|%D/libladspa|%D/lib/ladspa| |
19 Jul 2004 17:44:27
0.4.7
|
krion  |
Update to version 0.4.7
PR: ports/69291
Submitted by: Ports Fury |
14 Jul 2004 12:19:07
0.4.4
|
krion  |
Update to version 0.4.4
PR: ports/68997
Submitted by: Ports Fury |
28 Mar 2004 00:04:14
0.4.3
|
kris  |
Support WITHOUT_NLS |
14 Mar 2004 06:17:56
0.4.3
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
28 Feb 2004 11:01:00
0.4.3
|
arved  |
Update to 0.4.3
Add amd64 to ONLY_FOR_ARCHS, since it builds fine here. |
04 Feb 2004 04:36:30
0.4.2_2
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
27 Jan 2004 20:51:07
0.4.2_1
|
trevor  |
Add SIZE. |
23 Jan 2004 18:12:26
0.4.2_1
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
27 Oct 2003 19:04:25
0.4.2_1
|
kris  |
Portlint (reorder variables) |
22 Oct 2003 07:58:23
0.4.2_1
|
linimon  |
This includes x86 assembler code, so mark it as only for i386. |
26 Aug 2003 20:25:58
0.4.2_1
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
0.4.2
|
marcus  |
Chase the libintl.so shared lib version. |
18 Jul 2003 22:26:22
0.4.2
|
arved  |
Fix build on !i386
PR: 54454
Submitted by: Mark Linimon <linimon@lonesome.com> |
18 Jun 2003 10:08:12
0.4.2
|
arved  |
Add USE_LIBTOOL.
Reported by: bento (via kris) |
15 Jun 2003 22:03:37
0.4.2
|
arved  |
Update to 0.4.2
PR: 53338
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
01 May 2003 22:06:36
0.4.0
|
arved  |
Update to 0.4.0
PR: 51669
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
22 Feb 2003 04:44:53
0.3.6
|
kris  |
Add missing files and directories and sort pkg-plist |
20 Feb 2003 16:49:55
0.3.6
|
knu  |
De-pkg-comment. |
02 Feb 2003 15:58:42
0.3.6
|
arved  |
Update to 0.3.6. Drop Maintainership. |
01 Jan 2003 19:57:08
0.3.3
|
arved  |
Update to 0.3.3 |
12 Dec 2002 10:27:30
0.3.0
|
arved  |
Use the right combination of autotools.
Submitted by: bento |
15 Nov 2002 19:25:58
0.3.0
|
arved  |
Add swhplugins, the largest collection of Ladspa plugins |