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: multimedia/handbrake/Makefile

Number of commits found: 148 (showing only 48 on this page)

«  1 | 2 

Thursday, 15 May 2014
10:41 tijl search for other commits by this committer
multimedia/libdvdcss:
- USES=gmake libtool pathfix tar:bzip2.
- INSTALL_TARGET=install-strip.
- Use options.
- Staging.
- Simplify post-patch commands.
- This update changes the library version but this allows removing
  libdvdcss related patches from dependent ports.

multimedia/libxine: [1]
- Add USES=libtool:keepla and remove libtool related patches and post-patch
  commands.
- Move bsd.port.pre.mk include down and remove WANT_GNOME.
- Remove USE_XORG=sm.  libxine doesn't link to it.
- Remove CONFIGURE_ENV.  Not needed.
- Clean up CPPFLAGS and CFLAGS.
- Rename the GTK2 option PIXBUF and depend on gdkpixbuf2 instead of gtk20.
- Remove PATCH_DIST_ARGS.  Leftover from when there were external patches.
- Remove -fno-force-addr clang hack.  Modern gcc does not support the flag
  either and it was only added in case the user has -fforce-addr in CFLAGS
  in make.conf.
- Fix IMAGEMAGICK option.
- Merge pre-configure with post-patch and remove most commands because they
  don't do anything.

multimedia/libdvdread:
- USES=libtool:oldver pathfix.
- INSTALL_TARGET=install-strip.

multimedia/handbrake:
- Add build dependency on devel/libtool because configure script expects
  to find existing libtool program.
- Turn dependency on libdvdcss into library dependency such that headers
  are available during build.
- Add USES=libtool to patch libtool scripts in contrib code.
- Remove run-autotools-aclocal target and replace USE_AUTOTOOLS=aclocal
  with "autoconf:env automake:env" to indicate only build dependencies
  are needed and the tools don't have to be run.

Approved by:	nox [1]
Original commitRevision:354106 
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, 16 Feb 2014
22:41 riggs search for other commits by this committer
Fix include order that could lead to build failures when conflicting
versions of bundled libraries are already installed

Approved by:	thierry (mentor)
Original commitRevision:344637 
Friday, 14 Feb 2014
20:00 riggs search for other commits by this committer
- Update port to upstream release 0.9.9
- Stagify
- USES cleanups

PR:		ports/186387
Submitted by:	Arjan Gijsberts <arjan@liralab.it>
Approved by:	jadawin (co-mentor)
Original commitRevision:344308 
Saturday, 8 Feb 2014
23:23 bapt search for other commits by this committer
Reset maintainership

Submitted by:	dmarion
Original commitRevision:343407 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Wednesday, 11 Sep 2013
17:17 antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
Original commitRevision:326995 
Wednesday, 14 Aug 2013
11:58 danfe search for other commits by this committer
Unbreak the build after r324037:
1) `devel/libnotify' no longer pulls gtk20; we must depend explicitly;
2) `x11-toolkits/pango' now depends on `print/harfbuzz', which installs
    header file ($localbase/include/harfbuzz/hb.h) that in turn confuses
    bundled libass' configure script and conflicts with HandBrake's own
    internal header.

NB: supposedly it should have been caught by exp-run for r324037, but it
was not for some reason.

Reported by:	Sergey V. Dyatko
Original commitRevision:324705 
Monday, 17 Jun 2013
09:23 danfe search for other commits by this committer
Handbrake tries to dlopen() libdvdcss.so.2, while library installed by the
libdvdcss package is actually libdvdcss.so.3, so the call always fails and
handbrake is unable to properly read CSS-encoded DVDs.

Patch in the PR suggested bumping requested shlib version accordingly, but
methinks it is better to just remove it completely from CSS_LIB definition.
While here, register run-time dependency on `multimedia/libdvdcss'.

PR:		ports/171473
Submitted by:	Heath Nielson
Approved by:	maintainer timeout (dmarion, over 9 months)
Original commitRevision:321090 
Friday, 22 Feb 2013
15:31 danfe search for other commits by this committer
Unfortunately, it is not suitable for parallel builds just yet.

Confirmed by:	my nifty Q9550
Original commitRevision:312774 
13:43 danfe search for other commits by this committer
- Look inside ${LOCALBASE} when checking if recent binutils (from ports) are
  installed (change as(1) to ld(1) as well, since linker is invoked directly,
  while assembler is not)
- Trim the Makefile header while I am here
Original commitRevision:312765 
Friday, 24 Aug 2012
07:25 danfe search for other commits by this committer
Rename GUI option to X11 (to respect global OPTIONS_UNSET=X11 setting when
building for e.g. headless servers).

Suggested by:	crees
Original commit
Thursday, 23 Aug 2012
16:37 danfe search for other commits by this committer
- Provide GUI (GTK+2 based) OPTION and default it to "on"
- Pass maintainership to dmarion@ per his agreement
- Adjust port description, bump port revision

Approved by:	dmarion (new maintainer)
Original commit
03:47 danfe search for other commits by this committer
- Update to version 0.9.8, the latest to date
- Define LICENSE knob, cleanup Makefile, add comments, etc.
- Do not rename binary name upon install to match packages for other OSes
- Tidy up port description to match upstream text closer
- Make COMMENT more user-friendly (looking at Ubuntu)

PR:		ports/169799 (version update + patches)
Submitted by:	dmarion
Original commit
Tuesday, 21 Aug 2012
08:27 danfe search for other commits by this committer
Sanitize Makefile formatting (and, to a less extent, port description).
Original commit
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Tuesday, 17 Jan 2012
14:35 martymac search for other commits by this committer
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
Original commit
Wednesday, 8 Dec 2010
22:26 ade search for other commits by this committer
LIBTOOLFILES uses relative paths, not absolute.

Reported by:    Charlie Kester <corky1951 at comcast.net>
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Thursday, 7 Oct 2010
15:18 ade search for other commits by this committer
Migration of final set of working ports from automake{19,110} -> 111
Original commit
Wednesday, 26 Aug 2009
20:52 linimon search for other commits by this committer
Reset maintainer per his request on ports@.
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Monday, 22 Dec 2008
07:51 beech search for other commits by this committer
- Fix faad depend

Submitted by:   jonathan@kc8onw.net (maintainer)
Original commit
Wednesday, 17 Dec 2008
23:44 beech search for other commits by this committer
- Update to 0.9.3

PR:             ports/129668
Submitted by:   Jonathan Stewart <jonathan@kc8onw.net> (maintainer)
Original commit
Thursday, 17 Jul 2008
21:06 erwin search for other commits by this committer
 - Update multimedia/handbrake to 0.9.2 (current release).
 - Make some patches upstream-friendlier.
 - Remove some private mirrors (which we shouldn't have in the port according to
   the devs).
 - Mark broken on amd64. Some people reported trouble (even though it should
   build fine). Neither submitter nor me can test on this platform.
 - Pass maintainership to the submitter.

PR:             123849
Submitted by:   Jona Joachim <jaj@hcl-club.lu> (old maintainer),
                Jonathan Stewart <jonathan@kc8onw.net> (new maintainer)
Original commit
Wednesday, 20 Feb 2008
01:19 rafan search for other commits by this committer
- Unbreak on amd64 7.x and above

PR:             ports/120510
Submitted by:   Wes Morgan <morganw at chemikals.org>
Approved by:    maintainer
Original commit
Thursday, 17 Jan 2008
23:30 pav search for other commits by this committer
- Mark BROKEN on amd64: does not compile

Reported by:    pointyhat
Original commit
Thursday, 13 Dec 2007
16:50 mezz search for other commits by this committer
- Update to 0.9.1, remove BROKEN and add NO_CDROM. The handbrake builds as in
  static with libdvdcss in its binary, so forced to have NO_CDROM[1].
- Pass the maintainership to the submitter.

[1] NO_CDROM=CSS code may violate the DMCA

PR:             ports/118458
Submitted by:   Jona Joachim <jaj@hcl-club.lu>
Original commit
Thursday, 4 Oct 2007
02:01 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 18 Aug 2007
01:06 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Friday, 25 May 2007
17:08 ahze search for other commits by this committer
Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 5 Apr 2007
19:28 koitsu search for other commits by this committer
* LIB_DEPENDS changes (require libdvdread.so.5)
* PORTREVISION increment

Reviewed by:    philip
Original commit
Sunday, 1 Oct 2006
04:08 ahze search for other commits by this committer
- Chase x264 update
Original commit
Wednesday, 9 Aug 2006
15:32 ahze search for other commits by this committer
- Chase libver bump in x264
Original commit
Sunday, 2 Jul 2006
15:47 mezz search for other commits by this committer
Update to 0.7.1.

Submitted by:   Rainer Alves <rainer.alves@gmail.com> (tweaked by mezz)
Original commit
Friday, 9 Jun 2006
18:59 ahze search for other commits by this committer
- Give a few homeless ports a home with multimedia@
Original commit
Sunday, 7 May 2006
17:33 mezz search for other commits by this committer
- Update the MASTER_SITES to fix the fetch.
- Fix the build if multimedia/x264 is installed in system. [1]
- Add --exclude in extract to not extract beos, macosx, liba52, libavcodec,
  libdvdcss and other un-need directories to make sure they do build with the
  system (use external dependencies) libraries. Only keep libx264.
- Remove a few missing leftover of ffmpeg in post-patch and in one of patch.
- Add '-dx' in jam by default to give the verbose of build. Easier for me to
  collect the bug report or/and read in log from tinderboxes.
- Clean distinfo, remove a leftover of ffmpeg and add SHA256.
- Clean pkg-descr to make it looks nicer.
- Make portlint a bit happier.

Before anyone ask/request me to update it to 7.x. I don't know yet, I haven't
dig in what 7.x has. I think, this port needs to have a good last clean up
before update it to 7.x.

PR:             ports/88838 [1]
Reported by:    Zach Dykstra <md@anduin.org> [1], bite on me too
Original commit
Wednesday, 15 Mar 2006
18:54 novel search for other commits by this committer
Drop maintainership.

PR:             94153
Submitted by:   thompsa
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Tuesday, 31 May 2005
08:28 flz search for other commits by this committer
- Change maintainer address to his new shiny FreeBSD.org address.

PR:             ports/81687
Submitted by:   maintainer
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 19 Dec 2004
01:59 ahze search for other commits by this committer
- Remove ffmpeg snapshot and depend on multimedia/ffmpeg
- Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2
- Fix build on some configurations on 4.x
- Bump PORTREVISION

PR:             ports/74754
Submitted by:   Andrew Thompson (maintainer)
Original commit
Thursday, 25 Nov 2004
04:01 ahze search for other commits by this committer
Add USE_GETOPT_LONG to fix 4.x build
Remove faad from ffmpeg since no dvd's have mp4 audio.

PR:             ports/74353
Submitted by:   maintainer
Approved by:    adamw (implicit)
Original commit
Monday, 22 Nov 2004
21:31 ahze search for other commits by this committer
Remove double entry of libdvdread

Approved by:    adamw (implicit)
Original commit
20:39 ahze search for other commits by this committer
Add missing dependency on libdvdread

Approved by:    adamw (implicit)
Original commit
20:26 ahze search for other commits by this committer
HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper and
converter. HandBrake was originally available on the BeOS, but now has been
ported over to MacOS X, GNU/Linux and FreeBSD.

Features:
* Can encode directly from DVDs (even encrypted ones) or from
VIDEO_TS folders
* Supports AC3, LPCM and MPEG audio tracks
* Outputs MP4, AVI or OGM files
* Outputs AAC, MP3 or Vorbis audio
* Supports 2-pass encoding
* Supports encoding of two audio tracks
* Includes a bitrate calculator
* Supports picture deinterlacing, cropping and scaling

Known limitations:
* Does not handle DTS audio tracks
* Does not handle single VOB files or any other file format

WWW: http://handbrake.m0k.org/

PR:                     74214
Submitted by:   Andrew Thompson
Approved by:    adamw (mentor)
Original commit

Number of commits found: 148 (showing only 48 on this page)

«  1 | 2