Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:20:54 0.31_2 |
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 ) |
13 May 2022 11:39:13 0.31_2 |
Po-Chuan Hsieh (sunpoet)  |
audio/liblo: Add missing DOXYGEN_IMPLIES |
06 Apr 2021 14:31:07 0.31_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Jan 2021 07:47:03
0.31_2 |
fluffy  |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
26 Sep 2020 19:42:28
0.31_1 |
linimon  |
Attempt to fix build on powerpcspe.
Approved by: portmgr (tier-2 blanket) |
09 Apr 2020 14:01:26
0.31_1 |
pkubaj  |
audio/liblo: fix packaging on GCC architectures
cpp_example needs C++11 compiler to be built, its lack makes it to be omitted
and packaging error to happen:
pkg-static: Unable to access file
/wrkdirs/usr/ports/audio/liblo/work/stage/usr/local/share/examples/liblo/cpp_example:No
such file or directory |
08 Apr 2020 17:04:04
0.31_1 |
sunpoet  |
Convert REINPLACE_CMD to patch file |
02 Apr 2020 12:10:07
0.31_1 |
sunpoet  |
Fix PORTEXAMPLES installation: install the program instead of the wrapper
- Convert PORTDOCS and PORTEXAMPLES to PLIST entries
- Bump PORTREVISION for package change |
01 Mar 2020 06:47:36
0.31 |
sunpoet  |
Update to 0.31
Changes: https://github.com/radarsat1/liblo/releases
http://liblo.sourceforge.net/NEWS.html |
22 Feb 2020 15:55:30
0.30 |
sunpoet  |
Update to 0.30
- Convert to options target helper
- Take maintainership
Changes: http://liblo.sourceforge.net/NEWS.html
https://github.com/radarsat1/liblo/releases |
16 Jan 2020 09:34:42
0.28_3 |
bapt  |
First pass at moving manpages to share/man for category a* |
26 Jul 2016 16:51:16
0.28_3 |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
0.28_3 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
19 Aug 2015 13:41:52
0.28_3 |
mat  |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight |
19 Aug 2015 13:30:00
 |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
08 Dec 2014 16:48:41
0.28_3 |
tijl  |
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. (Only the first 15 lines of the commit message are shown above ) |
03 Dec 2014 23:06:57
0.28_2 |
dim  |
Fix audio/liblo build with clang 3.5.0
On 64-bit arches, audio/liblo will fail to compile with clang 3.5.0, due
to the following -Werror warning:
message.c:1000:17: error: absolute value function 'abs' given an argument of
type 'long' but has parameter of type 'int' which may cause truncation of value
[-Werror,-Wabsolute-value]
abs((char *) d - (char *) end), m);
^
On 64-bit arches, pointer differences are usually longs, but simply
replacing the abs() call with labs() is also not a good solution,
because then the code is incorrect for 32-bit arches.
Fix this by using a ternary operator expression, which is type-safe.
While here, fix the printf format conversion specifier for printing
ptrdiff_t's.
Approved by: portmgr (antoine) |
20 Oct 2014 06:36:00
0.28_2 |
bapt  |
Cleanup plist |
12 Aug 2014 14:33:43
0.28_2 |
danfe  |
- Unbreak the build on PowerPC and consumers' builds on i386
- Make DOXYGEN builddep optional (and off by default)
- Sort USES values alphabetically
- Simplify Makefile a bit (get rid of DOCSRCDIR1 and DOC_FILES1)
- Remove traces of markdown in pkg-descr (unsupported in ports)
Approved by: maintainer |
16 Jun 2014 14:19:51
0.28_1 |
amdmi3  |
- Add missing USES=libtool |
16 May 2014 19:57:11
0.28 |
nemysis  |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/liblo
- Pass maintainership to koalative at gmail.com
cad/brickutils
- Bump PORTREVISION for adding PDF
- Add DIST_SUBDIR because more files
- Pass maintainership to koalative at gmail.com
- Add PDF to DOCS (Only the first 15 lines of the commit message are shown above ) |
31 Jan 2014 19:49:42
0.28 |
nemysis  |
- Update to 0.28
- Add SHLIB_VER and PLIST_SUB
- Strip library
- Break lines around 80 characters |
08 Nov 2013 00:40:31
0.27 |
nemysis  |
- Change maintainer email to @FreeBSD.org
- Remove DOXYGEN Option
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit) |
20 Sep 2013 14:36:37
0.27 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:10:19
0.27 |
bapt  |
Fix typos |
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 |
12 Jul 2013 17:44:49
0.27 |
deischen  |
From the (new) maintainer:
- Update to 0.27
- Take maintainership
- Shorten header
- Add license (LGPL21)
- Add dependency for devel/doxygen
- Add manual pages
- Add docs
- Add examples
- Add DOCS DOXYGEN EXAMPLES Options
- Trim files/patch-src-lo_types_internal.h
- Remove not needed patch files/patch-src-server.c
- Trim pkg-descr
- Trim pkg-plist
Note that the previous maintainer was ports@.
PR: 179916
Submitted by: nemysis at gmx dot ch (new maintainer) |
28 Mar 2013 16:29:01
0.26 |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
19 Mar 2013 13:04:31
0.26 |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
09 Nov 2011 15:26:04
0.26 |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 10:21:44
0.26 |
miwi  |
- Fix build with FreeBSD 10
Reported by: ph |
19 Mar 2011 12:38:54
0.26 |
miwi  |
- Get Rid MD5 support |
25 Oct 2010 20:09:07
0.26 |
trasz  |
Drop maintainership for ports I can't maintain anymore. |
22 Aug 2009 00:13:27
0.26  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
31 Mar 2009 05:25:03
0.26 |
trasz  |
Update audio/liblo to 0.26. |
22 Jul 2008 08:10:58
0.25 |
trasz  |
- Update to 0.25. |
11 Jul 2007 22:06:17
0.24 |
trasz  |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
17 Apr 2007 14:10:56
0.24 |
trasz  |
Remove workarounds for FreeBSD 4.
PR: ports/111670
Submitted by: edwin
Approved by: miwi (mentor) |
13 Apr 2007 13:03:49
0.24 |
trasz  |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
26 Mar 2007 11:26:06
0.24 |
miwi  |
- Update to 0.24
PR: 110756
Submitted by: trasz (maintainer) |
23 Jan 2007 16:16:20
0.23_2 |
miwi  |
- Fix crash with testlo
- Bump PORTREVISION
PR: 108219
Submitted by: trasz (maintainer) |
22 Jan 2007 08:31:18
0.23_1 |
miwi  |
- Fix problem that made it impossible to use GUI for DSSI modules.
PR: ports/108119
Submitted by: trasz (maintainer) |
04 Dec 2006 23:50:54
0.23 |
miwi  |
liblo is an implementation of the Open Sound Control
protocol for POSIX systems.
WWW: http://liblo.sourceforge.net/
PR: ports/106353
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |