notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/mediatomb/Makefile
SVNWeb

Number of commits found: 67

Sun, 26 Jul 2020
[ 18:28 tobik search for other commits by this committer ] Original commit   Revision:543490
net/mediatomb: Unbreak build with GCC 10 (-fno-common default)

/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-gena_device.o):(.bss+0x20):
multiple definition of `gUserHTTPHeaders';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xc80): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-gena_device.o):(.bss+0x0):
multiple definition of `gMaxHTTPTimeoutRetries';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xc70): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-gena_device.o):(.bss+0x4):
multiple definition of `gUpnpSdkShutdown';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xc74): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-gena_device.o):(.bss+0x40):
multiple definition of `pUserHTTPHeaderList';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xca0): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-gena_device.o):(.bss+0x48):
multiple definition of `pVirtualDirList';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xca8): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-miniserver.o):(.bss+0x4): multiple
definition of `gMaxHTTPTimeoutRetries';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xc70): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-miniserver.o):(.bss+0x8): multiple
definition of `gUpnpSdkShutdown';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xc74): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-miniserver.o):(.bss+0x20):
multiple definition of `gUserHTTPHeaders';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xc80): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-miniserver.o):(.bss+0x40):
multiple definition of `pUserHTTPHeaderList';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xca0): first
defined here
/usr/local/bin/ld:
../tombupnp/build/libtombupnp.a(libtombupnp_a-miniserver.o):(.bss+0x48):
multiple definition of `pVirtualDirList';
../tombupnp/build/libtombupnp.a(libtombupnp_a-upnpapi.o):(.bss+0xca8): first
defined here

http://package22.nyi.freebsd.org/data/113amd64-default-PR244008/2020-06-10_18h05m01s/logs/errors/mediatomb-0.12.1_26.log

PR:		246700
Mon, 5 Aug 2019
[ 23:06 jbeich search for other commits by this committer ] Original commit   Revision:508216 (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Wed, 1 Nov 2017
[ 13:10 olgeni search for other commits by this committer ] Original commit   Revision:453284 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sat, 5 Aug 2017
[ 10:56 rakuco search for other commits by this committer ] Original commit   Revision:447398
Explicitly build with -std=gnu++11.

This is a workaround for FreeBSD 10, whose libc++ does not have an overload for
C++14's `operator delete(void*, size_t)'.

Since GCC 6 uses -std=gnu++14 by default, linking fails when a dependency (such
as taglib) is built with clang and lacking the overload. FreeBSD >= 11 is fine.

PR:		219489
Approved by:	portmgr (blanket approval)
Sun, 30 Jul 2017
[ 14:34 kwm search for other commits by this committer ] Original commit   Revision:446936
Move spidermonkey17's headers out of LOCALBASE and in there own subdir. [1]

This fixes build issues with other spidermonkey using ports when
SM 1.7 is installed, due to SM 1.7's headers being found first. [2]

Update SM 1.7 users to take this change into account.

PR:		219761 [1], 214724 [2], 202246 [2]
Approved by:	maintainer timeout (nearly 2 months)
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Thu, 29 Dec 2016
[ 14:03 amdmi3 search for other commits by this committer ] Original commit   Revision:429915
- Mark LIBEXTRACTOR option BROKEN

Approved by:	portmgr blanket
[ 09:00 amdmi3 search for other commits by this committer ] Original commit   Revision:429879
- Switch to USES=localbase
- Switch to options helpers

Approved by:	portmgr blanket
Thu, 22 Dec 2016
[ 09:56 amdmi3 search for other commits by this committer ] Original commit   Revision:429151
- Mark broken on FreeBSD 9.x i386

Approved by:	portmgr blanket
Fri, 16 Dec 2016
[ 05:08 jbeich search for other commits by this committer ] Original commit   Revision:428641 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems

PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Thu, 8 Dec 2016
[ 17:01 tijl search for other commits by this committer ] Original commit   Revision:428136 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Mon, 25 Apr 2016
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414019 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.

Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 24 Sep 2015
[ 19:49 pi search for other commits by this committer ] Original commit   Revision:397755
net/mediatomb: remove BROKEN, fix build

- now uses UIDs/GIDs
- fix build in certain cases

PR:		198436, 202467
Submitted by:	Pavel Nedoshivkin <nedoshivkin@gmail.com>, dim
Approved by:	maintainer (timeout)
Sat, 16 May 2015
[ 13:57 tijl search for other commits by this committer ] Original commit   Revision:386547
Fix iconv related build problem.  The port is still marked BROKEN.

PR:		200232
Thu, 2 Apr 2015
[ 15:33 antoine search for other commits by this committer ] Original commit   Revision:383011
Mark BROKEN: Fails to configure, does not use USERS/GROUPS

Reported by:	pkg-fallout
Wed, 25 Mar 2015
[ 23:51 marino search for other commits by this committer ] Original commit   Revision:382278 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
net category: Remove $PTHREAD_LIBS

openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
Wed, 16 Jul 2014
[ 08:26 bapt search for other commits by this committer ] Original commit   Revision:362050 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Mon, 14 Jul 2014
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:361812 (Only the first 10 of 280 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Fri, 27 Jun 2014
[ 17:21 miwi search for other commits by this committer ] Original commit   Revision:359586 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Thu, 26 Jun 2014
[ 13:31 sanpei search for other commits by this committer ] Original commit   Revision:359351
support stage.
Thu, 20 Feb 2014
[ 14:38 tijl search for other commits by this committer ] Original commit   Revision:345236
Add USES=iconv to fix compilation on FreeBSD 10 with libiconv installed.
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 23 Jun 2013
[ 18:27 rakuco search for other commits by this committer ] Original commit   Revision:321645
Remove duplicate SQLITE and MYSQL options.

They are already in OPTIONS_MULTI, so there is no need to have them in
OPTIONS_DEFINE as well.

PR:		ports/179359
Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
Approved by:	maintainer timeout (17 days)
Wed, 5 Jun 2013
[ 12:22 bapt search for other commits by this committer ] Original commit   Revision:319985
Convert to new options framework, while here cleanup linknx
Wed, 22 May 2013
[ 14:30 miwi search for other commits by this committer ] Original commit   Revision:318768
- Remove mysql 4X reference
Thu, 14 Mar 2013
[ 08:17 pclin search for other commits by this committer ] Original commit   Revision:314141 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- graphics/libexif:
  * Update to 0.6.21
  * Add LICENSE
  * Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here

PR:		ports/175910
Approved by:	swills (mentor)
Security:	d881d254-70c6-11e2-862d-080027a5ec9a
Tue, 29 Jan 2013
[ 07:35 danfe search for other commits by this committer ] Original commit   Revision:311153
- Fix a typo in rc script
- Trim Makefile headers while here

PR:	ports/175138
Sun, 2 Sep 2012
[ 20:02 tj search for other commits by this committer ] Original commit   Revision:303571
Chase rename of lang/spidermonkey to lang/spidermonkey17.

Approved by:	eadler (mentor)
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 16 Feb 2012
[ 15:57 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of multimedia/libvpx
Mon, 17 Oct 2011
[ 04:35 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 24 Jun 2011
[ 22:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Bump due to ffmpeg update to 0.7.1
Sat, 19 Mar 2011
[ 13:15 ale search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports linking to default libmysqlclient.
Fri, 4 Mar 2011
[ 02:15 wen search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of libexif
Wed, 29 Dec 2010
[ 02:26 swills search for other commits by this committer ] Original commit 
- Allow build with MySQL 5.1 and higher

PR:             ports/153135
Submitted by:   swills (myself)
Approved by:    wxs (mentor)
Mon, 29 Nov 2010
[ 14:43 sanpei search for other commits by this committer ] Original commit 
From some information, YouTube was changed some configurations from
2010/July/22. And we need to update URL for mediatomb.

Approved by:    maintainer timeout
Sat, 30 Oct 2010
[ 23:37 rene search for other commits by this committer ] Original commit 
- Install mediatomb binary as group-executable instead of world-executable
- Use ffmpeg instead of vlc for audio/video transcoding
- Add profile for audio/xmp (MODule files), disable by default because the
  dependency on xmp is optional
PR:             ports/149305
Submitted by:   Douglas Carmichael [dcarmich dcarmichael.net]
Approved by:    maintainer timeout (11 weeks)
Sat, 24 Jul 2010
[ 16:38 mm search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
- Update ffmpeg to 0.6
Wed, 2 Jun 2010
[ 15:06 pav search for other commits by this committer ] Original commit 
- Update to 0.12.1

PR:             ports/147201
Submitted by:   Carey Jones <mcj@bluetonic.org>
Approved by:    Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
Sat, 3 Apr 2010
[ 10:44 roam search for other commits by this committer ] Original commit  (Only the first 10 of 202 ports in this commit are shown above. View all ports for this commit)
Chase the ftp/curl shlib version bump.
Wed, 2 Dec 2009
[ 17:16 fluffy search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
- Chase taglib update

Approved by:    miwi (mentor)
Exp-run by:     miwi
Sat, 22 Aug 2009
[ 00:32 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 341 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with N
Fri, 23 Jan 2009
[ 15:43 roam search for other commits by this committer ] Original commit  (Only the first 10 of 182 ports in this commit are shown above. View all ports for this commit)
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Fri, 6 Jun 2008
[ 13:50 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 3 Mar 2008
[ 23:03 ehaupt search for other commits by this committer ] Original commit 
Update to 0.11.0

PR:             121273
Submitted by:   Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Sun, 15 Jul 2007
[ 15:05 miwi search for other commits by this committer ] Original commit 
- Update to 0.10.0

PR:             114542
Submitted by:   Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
Wed, 30 May 2007
[ 06:16 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.1

PR:             113097
Submitted by:   Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
Sun, 27 May 2007
[ 15:25 pav search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Chase libexif update
Fri, 25 May 2007
[ 12:07 pav search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Chase libexif update
Tue, 17 Apr 2007
[ 23:44 miwi search for other commits by this committer ] Original commit 
- Fix build with sqlite3

PR:             111797
Submitted by:   Leonhard Wimmer <leo@mediatomb.cc> (maintainer)
[ 18:33 miwi search for other commits by this committer ] Original commit 
UPnP media server

MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.

MediaTomb implements the UPnP MediaServer V 1.0 specification that can
be found on http://www.upnp.org/. The current implementation focuses
on parts that are required by the specification, however we look into
extending the functionality to cover the optional parts of the spec as
well.

WWW: http://mediatomb.cc/

- Leonhard Wimmer
leo@mediatomb.cc

PR:             ports/111038
Submitted by:   Leonhard Wimmer <leo at mediatomb.cc>

Number of commits found: 67