Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Oct 2020 18:32:04
1.0.9_4

|
se  |
Fix build with -fno-common |
06 Nov 2019 18:07:22
1.0.9_3

|
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
31 Jul 2018 22:00:53
1.0.9_3

|
jhale  |
Remove the BRAINZ3 option.
The webservice provided by audio/libmusicbrainz3 will cease operation on
2018-08-01. Libmusicbrainz3 has been marked deprecated for 6 months and is
scheduled for removal.
https://blog.musicbrainz.org/2018/02/01/web-service-ver-1-0-ws-1-will-be-removed-in-6-months/
While here, convert the rest of the options logic to options helpers. |
25 Apr 2017 08:20:31
1.0.9_2

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
08 Dec 2016 19:52:20
1.0.9_1

|
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. |
20 Sep 2016 18:27:18
1.0.9

|
marino  |
multimedia/gnome-mplayer: new ubuntu MASTER_SITE to unbreak
The distfile name changed but the hash still matches.
The WRKSRC had to be explicitly defined with the distname change. |
14 Sep 2016 15:59:34
1.0.9

|
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
09 Sep 2016 19:42:46
1.0.9

|
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
19 May 2016 10:44:12
1.0.9

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
1.0.9

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
25 Oct 2014 16:38:27
1.0.9

|
riggs  |
- Update to version 1.0.9 [1]
- Simplify Makefiles [1]
- Fix build problem in gecko-mediaplayer with xulrunner>=30 [2]
PR: 194498
Submitted by: tkato432@yahoo.com [1]
Reviewed by: riggs [2] |
10 Sep 2014 20:50:37
1.0.8_4

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
23 Jul 2014 07:02:55
1.0.8_3

|
amdmi3  |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
11 Jun 2014 14:50:00
1.0.8_2

|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
05 Apr 2014 23:32:40
1.0.8_2

|
antoine  |
Unbreak, for some reasons the glib schema files are not installed
Reported by: pkg-fallout
PR: ports/187568 |
11 Mar 2014 19:09:15
1.0.8_2

|
kwm  |
Disable nautilus support, not compatibly with nautilus 3.x.
There is no --disable-nls configure flag so remove the option.
Use new LIB_DEPENDS syntax, stagify.
Add desktop-file-utils, and add missing GLIB_SCHEMAS. |
22 Oct 2013 13:56:27
1.0.8_1

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
20 Sep 2013 20:57:49
1.0.8_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
03 Sep 2013 06:36:42


|
bapt  |
Add an explicit dependency on pkgconf |
25 Jul 2013 21:20:22
1.0.8_1

|
bapt  |
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. [1]
While here:
- Remove useless MACROS
- Convert from USE_GMAKE to USES=gmake
Obtained from: DPorts [1] |
11 Jul 2013 16:26:27
1.0.8_1

|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
13 May 2013 16:11:09
1.0.8

|
stefan  |
Add missing USE_GMAKE.
PR: 169807
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> |
24 Apr 2013 18:10:32
1.0.8

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
06 Mar 2013 20:49:42
1.0.8

|
jkim  |
Update to 1.0.8. |
22 Feb 2013 19:18:45
1.0.7

|
jkim  |
Add LICENSE. |
22 Feb 2013 18:47:13
1.0.7

|
jkim  |
Update to 1.0.7. |
21 Feb 2013 22:30:28
1.0.0_3

|
jkim  |
Fix DOCS option. |
20 Feb 2013 18:17:07
1.0.0_3

|
bapt  |
Convert to new options framework |
20 Feb 2013 16:08:59
1.0.0_3

|
fluffy  |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
01 Jun 2012 05:26:28
1.0.0_3
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
1.0.0_2
|
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 |
23 Aug 2011 18:39:19
1.0.0_2
|
kwm  |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
15 Mar 2011 15:05:40
1.0.0_1
|
danfe  |
Chase libgpod shlib version bump. |
27 Dec 2010 01:59:33
1.0.0
|
avl  |
- Update to 1.0.0 |
31 May 2010 02:01:56
0.9.9.2_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
03 May 2010 02:35:24
0.9.9.2
|
avl  |
- Update to 0.9.9.2 |
28 Mar 2010 06:47:48
0.9.5_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.9.5_3
|
dinoex  |
- update to jpeg-8 |
07 Aug 2009 17:03:22
0.9.5_2
|
miwi  |
- Chase audio/libgpod shlib bump |
31 Jul 2009 13:57:52
0.9.5_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
28 May 2009 20:44:16
0.9.5
|
avl  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
31 Mar 2009 22:08:31
0.9.5 
|
miwi  |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
16 Mar 2009 22:48:04
0.9.5
|
beat  |
- Update to 0.9.5
PR: ports/132661
Submitted by: Alexander Logvinov <ports AT logvinov.com> (maintainer)
Approved by: miwi (mentor) |
01 Mar 2009 14:18:06
0.9.4
|
miwi  |
GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight
player and provide a simple and clean interface to MPlayer. GNOME MPlayer has
a rich API that is exposed via DBus. Using DBus you can control a single or
multiple instances of GNOME MPlayer from a single command.
The player can be used to play media on websites
when used with Gecko Mediaplayer
WWW: http://kdekorte.googlepages.com/gnomemplayer
PR: ports/131971
Submitted by: Alexander Logvinov <ports at logvinov.com> |