Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.32 21 Feb 2024 15:06:16 |
Po-Chuan Hsieh (sunpoet) |
audio/liblo: Update to 0.32
Changes: https://github.com/radarsat1/liblo/releases |
0.31_2 25 Dec 2023 08:59:17 |
Po-Chuan Hsieh (sunpoet) |
audio/liblo: Fix PLIST after Doxygen update |
0.31_2 05 Apr 2023 17:29:42 |
Po-Chuan Hsieh (sunpoet) |
audio/liblo: Update WWW and clean up pkg-descr |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.31_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.31_2 20 Jul 2022 14:20:54 |
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 ) |
0.31_2 13 May 2022 11:39:13 |
Po-Chuan Hsieh (sunpoet) |
audio/liblo: Add missing DOXYGEN_IMPLIES |
0.31_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.31_2 08 Jan 2021 07:47:03 |
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 |
0.31_1 26 Sep 2020 19:42:28 |
linimon |
Attempt to fix build on powerpcspe.
Approved by: portmgr (tier-2 blanket) |
0.31_1 09 Apr 2020 14:01:26 |
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 |
0.31_1 08 Apr 2020 17:04:04 |
sunpoet |
Convert REINPLACE_CMD to patch file |
0.31_1 02 Apr 2020 12:10:07 |
sunpoet |
Fix PORTEXAMPLES installation: install the program instead of the wrapper
- Convert PORTDOCS and PORTEXAMPLES to PLIST entries
- Bump PORTREVISION for package change |
0.31 01 Mar 2020 06:47:36 |
sunpoet |
Update to 0.31
Changes: https://github.com/radarsat1/liblo/releases
http://liblo.sourceforge.net/NEWS.html |
0.30 22 Feb 2020 15:55: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 |
0.28_3 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.28_3 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.28_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.28_3 19 Aug 2015 13:41:52 |
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? |
0.28_3 08 Dec 2014 16:48:41 |
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 ) |
0.28_2 03 Dec 2014 23:06:57 |
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) |
0.28_2 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.28_2 12 Aug 2014 14:33:43 |
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 |
0.28_1 16 Jun 2014 14:19:51 |
amdmi3 |
- Add missing USES=libtool |
0.28 16 May 2014 19:57:11 |
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 ) |
0.28 31 Jan 2014 19:49:42 |
nemysis |
- Update to 0.28
- Add SHLIB_VER and PLIST_SUB
- Strip library
- Break lines around 80 characters |
0.27 08 Nov 2013 00:40:31 |
nemysis |
- Change maintainer email to @FreeBSD.org
- Remove DOXYGEN Option
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit) |
0.27 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.27 30 Aug 2013 23:10:19 |
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 |
0.27 12 Jul 2013 17:44:49 |
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) |
0.26 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.26 19 Mar 2013 13:04:31 |
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) |
0.26 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.26 29 Oct 2011 10:21:44 |
miwi |
- Fix build with FreeBSD 10
Reported by: ph |
0.26 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.26 25 Oct 2010 20:09:07 |
trasz |
Drop maintainership for ports I can't maintain anymore. |
0.26 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.26 31 Mar 2009 05:25:03 |
trasz |
Update audio/liblo to 0.26. |
0.25 22 Jul 2008 08:10:58 |
trasz |
- Update to 0.25. |
0.24 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
0.24 17 Apr 2007 14:10:56 |
trasz |
Remove workarounds for FreeBSD 4.
PR: ports/111670
Submitted by: edwin
Approved by: miwi (mentor) |
0.24 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
0.24 26 Mar 2007 11:26:06 |
miwi |
- Update to 0.24
PR: 110756
Submitted by: trasz (maintainer) |
0.23_2 23 Jan 2007 16:16:20 |
miwi |
- Fix crash with testlo
- Bump PORTREVISION
PR: 108219
Submitted by: trasz (maintainer) |
0.23_1 22 Jan 2007 08:31:18 |
miwi |
- Fix problem that made it impossible to use GUI for DSSI modules.
PR: ports/108119
Submitted by: trasz (maintainer) |
0.23 04 Dec 2006 23:50:54 |
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> |