notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/nucleo/Makefile

Number of commits found: 60

Friday, 3 Jan 2020
20:18 jbeich search for other commits by this committer
x11-toolkits/nucleo: put out of misery along with the only consumer
Original commitRevision:521959 
Monday, 16 Sep 2019
08:16 antoine search for other commits by this committer
Mark BROKEN with lld

Reported by:	pkg-fallout
MFH:		2019Q3
Original commitRevision:512144 
Monday, 5 Aug 2019
23:06 jbeich search for other commits by this committer
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/
Original commitRevision:508216 
Thursday, 17 Jan 2019
15:30 danfe search for other commits by this committer
With Qt 4.x sadly going away in less than two months, remove the QT4
option earlier to ease the deprecation process and reduce repo churn
when the time comes.
Original commitRevision:490568 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
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/
Original commitRevision:484273 
Wednesday, 31 Oct 2018
02:32 danfe search for other commits by this committer
In r483285, compiler:c++11-lang was added to USES in order to unbreak the
port on GCC-based architectures, while actually the code predates 2011 by
couple of years.  Turns out that the build against GCC was failing because
of the -Wno-c++11-narrowing option added back in r474518 to unbreak the
build against Clang 6.  Fix the underlying problem with the code instead,
so we can remove offending option from CXXFLAGS and stop bogusly require
C++11-capable compiler just because of that option.

Tested on:	Mac mini G4 (powerpc, gcc-4.2.1-based)
Original commitRevision:483546 
Sunday, 28 Oct 2018
11:46 linimon search for other commits by this committer
Fix build with GCC-based architectures, add USES=gl.

PR:		231709
Submitted by:	Piotr Kubaj
Original commitRevision:483285 
Thursday, 12 Jul 2018
14:11 amdmi3 search for other commits by this committer
- Fix build with clang 6
Original commitRevision:474518 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Thursday, 3 May 2018
19:02 jbeich search for other commits by this committer
x11-toolkits/nucleo: unbreak with ffmpeg 4.0

ffmpegImageSink.cxx:137:39: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
    } else if (output_format->flags & AVFMT_RAWPICTURE) {
                                      ^
ffmpegImageSink.cxx:198:20: error: no member named 'me_method' in
'AVCodecContext'
    codec_context->me_method = ME_EPZS ; // ME_ZERO
    ~~~~~~~~~~~~~  ^
ffmpegImageSink.cxx:198:32: error: use of undeclared identifier 'ME_EPZS'
    codec_context->me_method = ME_EPZS ; // ME_ZERO
                               ^
ffmpegImageSink.cxx:212:27: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
         codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER ;
                                 ^

PR:		227726
Reported by:	antoine (via exp-run)
Original commitRevision:468975 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
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
Original commitRevision:468844 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
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
Original commitRevision:452570 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Tuesday, 18 Apr 2017
10:32 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add missing expat and gl depends
- Fix shebangs
- Switch to USES=localbase
Original commitRevision:438774 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
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)
Original commitRevision:428352 
Friday, 4 Nov 2016
14:24 jbeich search for other commits by this committer
x11-toolkits/nucleo: oops, restore size check after r425305

PR:		207547
Original commitRevision:425324 
08:48 jbeich search for other commits by this committer
x11-toolkits/nucleo: unbreak build with ffmpeg 3.x

In file included from nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:14:
nucleo/plugins/ffmpeg/ffmpegImageSink.H:39:10: error: ISO C++ forbids forward
references to
      'enum' types
    enum PixelFormat srcEncoding ;
         ^
nucleo/plugins/ffmpeg/ffmpegImageSink.H:39:22: error: field has incomplete type
      'enum PixelFormat'
    enum PixelFormat srcEncoding ;
                     ^
nucleo/plugins/ffmpeg/ffmpegImageSink.H:39:10: note: forward declaration of
      'nucleo::PixelFormat'
    enum PixelFormat srcEncoding ;
         ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:131:44: error: use of undeclared
identifier 'CODEC_ID_NONE'; did you mean
      'AV_CODEC_ID_NONE'?
    else if (output_format->video_codec == CODEC_ID_NONE) {
                                           ^~~~~~~~~~~~~
                                           AV_CODEC_ID_NONE
/usr/local/include/libavcodec/avcodec.h:192:5: note: 'AV_CODEC_ID_NONE' declared
here
    AV_CODEC_ID_NONE,
    ^
nucleo/plugins/ffmpeg/ffmpegImageSource.cxx:132:8: error: use of undeclared
identifier 'PIX_FMT_GRAY8'; did you mean
      'AV_PIX_FMT_GRAY8'?
         case PIX_FMT_GRAY8:
              ^~~~~~~~~~~~~
              AV_PIX_FMT_GRAY8
/usr/local/include/libavutil/pixfmt.h:70:5: note: 'AV_PIX_FMT_GRAY8' declared
here
    AV_PIX_FMT_GRAY8,     ///<        Y        ,  8bpp
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:265:34: error: use of undeclared
identifier 'PIX_FMT_GRAY8'; did you mean
      'AV_PIX_FMT_GRAY8'?
    case Image::L: srcEncoding = PIX_FMT_GRAY8 ; break ;
                                 ^~~~~~~~~~~~~
                                 AV_PIX_FMT_GRAY8
/usr/local/include/libavutil/pixfmt.h:70:5: note: 'AV_PIX_FMT_GRAY8' declared
here
    AV_PIX_FMT_GRAY8,     ///<        Y        ,  8bpp
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:266:42: error: use of undeclared
identifier 'PIX_FMT_YUV420P'; did you mean
      'AV_PIX_FMT_YUV420P'?
    case Image::YpCbCr420: srcEncoding = PIX_FMT_YUV420P ; break ;
                                         ^~~~~~~~~~~~~~~
                                         AV_PIX_FMT_YUV420P
/usr/local/include/libavutil/pixfmt.h:62:5: note: 'AV_PIX_FMT_YUV420P' declared
here
    AV_PIX_FMT_YUV420P,   ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per
2x2 Y samples)
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:267:28: error: use of undeclared
identifier 'PIX_FMT_RGB24'; did you mean
      'AV_PIX_FMT_RGB24'?
    default: srcEncoding = PIX_FMT_RGB24 ; break ;
                           ^~~~~~~~~~~~~
                           AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
    AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:270:5: error: use of undeclared
identifier 'avcodec_get_frame_defaults'
    avcodec_get_frame_defaults(&srcPic) ;
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:274:3: error: use of undeclared
identifier 'avcodec_get_frame_defaults'
         avcodec_get_frame_defaults(&convPic) ;
         ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:303:22: error: use of undeclared
identifier 'PIX_FMT_RGB24'; did you mean
      'AV_PIX_FMT_RGB24'?
    if (srcEncoding==PIX_FMT_RGB24) convertImage(img, Image::RGB) ;
                     ^~~~~~~~~~~~~
                     AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
    AV_PIX_FMT_RGB24,     ///< packed RGB 8:8:8, 24bpp, RGBRGB...
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:329:20: error: use of undeclared
identifier 'avcodec_encode_video'; did you mean
      'avcodec_encode_video2'?
    int out_size = avcodec_encode_video(cctx, video_outbuf, video_outbuf_size,
picture) ;
                   ^~~~~~~~~~~~~~~~~~~~
                   avcodec_encode_video2
/usr/local/include/libavcodec/avcodec.h:5322:5: note: 'avcodec_encode_video2'
declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
    ^
nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:329:47: error: cannot initialize a
parameter of type 'AVPacket *' with an lvalue
      of type 'uint8_t *' (aka 'unsigned char *')
    int out_size = avcodec_encode_video(cctx, video_outbuf, video_outbuf_size,
picture) ;
                                              ^~~~~~~~~~~~
/usr/local/include/libavcodec/avcodec.h:5322:60: note: passing argument to
parameter 'avpkt' here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
                                                           ^

PR:		207547
Original commitRevision:425305 
Wednesday, 20 Jul 2016
09:33 dinoex search for other commits by this committer
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Original commitRevision:418829 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Friday, 3 Jul 2015
22:12 riggs search for other commits by this committer
Fix build with ffmpeg 2.7 when built with non-default FFMPEG OPTION

Approved by:	portmgr (antoine)
Original commitRevision:391283 
Thursday, 2 Jul 2015
19:40 riggs search for other commits by this committer
- Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
  this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
  UPDATING
Original commitRevision:391183 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
11:16 bapt search for other commits by this committer
Properly support png 1.5
Original commitRevision:375534 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
08:28 danfe search for other commits by this committer
- Do not advertise that port is BROKEN on PowerPC as it builds fine there
- Rearrange Makefile for better readability, remove extraneous bdeps, etc.
Original commitRevision:362635 
Wednesday, 2 Jul 2014
06:55 bapt search for other commits by this committer
Fix shebang files and strip binaries
Original commitRevision:360145 
Monday, 30 Jun 2014
21:21 tijl search for other commits by this committer
- USES=libtool pathfix tar:bzip2
- Test OPSYS before OSVERSION
- Remove pthread patch
Original commitRevision:359923 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Sunday, 19 Jan 2014
14:22 miwi search for other commits by this committer
- Fix build with clang

PR:		185706
Submitted by:	ports fury
Original commitRevision:340302 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Thursday, 5 Sep 2013
17:37 antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
Original commitRevision:326422 
Thursday, 14 Mar 2013
08:17 pclin search for other commits by this committer
- 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
Original commitRevision:314141 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Friday, 16 Nov 2012
06:42 danfe search for other commits by this committer
- Trim Makefile header per new bylaws
- Convert to the new OPTIONS framework
- Remove explicit shlib versions from LIB_DEPENDS
- Relinquish maintainership

Feature safe:	yes
Original commitRevision:307473 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 19 Nov 2011
12:27 danfe search for other commits by this committer
- Define LICENSE (LGPL21)
- Ensure lines do not exceed 80-char limit
- Touch Makefile header while here

Feature safe:   yes
Original commit
Friday, 11 Nov 2011
05:03 linimon search for other commits by this committer
Mark as broken on powerpc-9: does not compile.

Hat:            portmgr
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 24 Jun 2011
22:39 mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Friday, 4 Mar 2011
02:15 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of libexif
Original commit
Saturday, 24 Jul 2010
16:38 mm search for other commits by this committer
- Update ffmpeg to 0.6
Original commit
Thursday, 13 May 2010
21:53 danfe search for other commits by this committer
- Update to version 0.7.6
- Make libexif dependency mandatory: it is no longer considered optional by
  upstream sources, and there is no --without-exif configure script switch
- Ensure that optional dependencies are recorded correctly (prevent silent
  dependency injection)
- Augment list of available plugins (FFmpeg, GD) and add GnuTLS support
- Correctly depend on QT components (via bpm infrastructure)
- Clean up Makefile a bit and rearrange pkg-plist for better readability
Original commit
Monday, 29 Mar 2010
17:45 dinoex search for other commits by this committer
- fix build for png-1.4.1
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Wednesday, 23 Jul 2008
18:08 danfe search for other commits by this committer
- Augment master sites per portlint(1)
- Kill extraneous whitespace
Original commit
Friday, 6 Jun 2008
14:16 edwin search for other commits by this committer
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)
Original commit
Tuesday, 29 Jan 2008
13:29 danfe search for other commits by this committer
There is no need of the whole avahi bundle, avahi-libdns is enough.

PR:             ports/119023
Submitted by:   Dmitry Panov
Original commit
Friday, 1 Jun 2007
13:17 danfe search for other commits by this committer
Remove superfluous backslash.
Original commit
12:49 danfe search for other commits by this committer
- Register missing dependencies to fix packaging issues [1]
- Deoptionize JPEG and PNG support, it's pointless
- Introduce DNS-SD support option [2]

Reported by:    krismail [1]
Idea from:      Mandriva SRPM (patches) [2]
Original commit
Wednesday, 30 May 2007
16:36 danfe search for other commits by this committer
Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4.
Original commit
14:40 danfe search for other commits by this committer
Add Nucleo, a toolkit for exploring new uses of video and new human-computer
interaction techniques.

It's here mainly for upcoming Metisse port, an alternative X desktop with
nifty OpenGL capabilities.

WWW: http://insitu.lri.fr/~roussel/projects/nucleo/

XXX Currently, FFmpeg plugin is not built since out ffmpeg port lacks proper
pkg-config(1) hooks. XXX
Original commit

Number of commits found: 60