Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.4_1 30 Sep 2022 20:30:48 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-09-30 net/libmms: Obsolete, Microsoft deprecated MMS protocol in favour of
RTSP in 2003 |
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.6.4_1 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.6.4_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.6.4_1 12 Jul 2022 06:43:19 |
Daniel Engberg (diizzy) |
net/libmms: Deprecate and set expiration date to 2022-09-30
Microsoft deprecated MMS in 2003
Reference:
https://en.wikipedia.org/wiki/Microsoft_Media_Server
PR: 264708
Approved by: multimedia (tcberner) |
0.6.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.4_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.6.4_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.6.4_1 17 Mar 2016 23:43:37 |
mat |
libmms dropped the dependency on glib a long time ago, and forgot to
remove it from there.
If a port tries to use pkg-config to depend on it, and does not bring in
glib, it'll end up failing with:
% pkg-config --libs libmms
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glib-2.0', required by 'libmms', not found
This fixes a long standing issue with multimedia/mediainfo. (via
multimedia/libmediainfo.)
PR: 204847
Sponsored by: Absolight |
0.6.4 25 Apr 2015 00:10:10 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
0.6.4 09 Jan 2015 15:32:37 |
kwm |
Update libmms to 0.6.4. |
0.6.3_2 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.6.3_2 20 Sep 2014 18:26:36 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.6.3_1 23 Apr 2014 13:25:17 |
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 ) |
0.6.3 04 Apr 2014 20:54:04 |
kwm |
Update to 0.6.3.
Drop depends on glib and iconv.
Sort USES, add libtool, strip library. |
0.6.2 09 Mar 2014 14:43:07 |
miwi |
- Stage support |
0.6.2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6.2 31 Aug 2013 00:26:08 |
bapt |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake |
0.6.2 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.6.2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.6.2 23 Sep 2011 22:26:39 |
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 |
0.6.2 13 Aug 2011 12:13:34 |
kwm |
Update to 0.6.2.
Project moved to SF, update urls. |
0.6.2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.5_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.5_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.5 11 Feb 2010 15:47:40 |
kwm |
Update to 0.5.
Take maintainer, update pkg-descr. |
0.4_1 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.4_1 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.4_1 06 Jun 2008 13:50:32 |
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) |
0.4 18 May 2008 18:59:35 |
chinsan |
- Take maintainership. (I forgot to set in last commit) |
0.4 18 May 2008 18:58:16 |
chinsan |
- Update to 0.4.
- Take maintainership. |
0.3 09 Oct 2006 08:22:19 |
sat |
- Require gcc 3.4+
Reported by: pointyhat via kris |
0.3 20 Sep 2006 10:23:44 |
sat |
- Update to 0.3 |
0.2 15 Aug 2006 00:56:24 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.2 01 May 2006 02:40:51 |
tmclaugh |
Update to 0.2
- Fixes build with latest gstreamer-plugins-libmms
- Remove old USE_REINPLACE
PR: 95802
Submitted by: Joel Diaz |
0.1_3 14 Apr 2006 23:25:09 |
linimon |
Reset kwm due to no response about email.
Hat: portmgr |
0.1_3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.1_2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.1_2 15 Nov 2005 06:52:12 |
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. |
0.1_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.1_1 13 Oct 2005 00:54:39 |
linimon |
Chase mastersite.
Source: distfile survey |
0.1_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.1 13 Jan 2005 20:27:09 |
kwm |
Add glib20 to USE_GNOME.
So where are those pointhat's stored?
Submitted by: pointyhat via kris |
0.1 09 Jan 2005 17:40:59 |
kwm |
LibMMS aims to be common mms:// and mmsh:// (Microsoft streaming protocols)
parsing library, licensed on LGPL |