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/libxine/files/patch-configure

Number of commits found: 18

Thursday, 18 Apr 2024
13:28 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
audio/libmad: Fix build with libmad 0.16.4
commit hash: dbda1c23ea918a144c81888ff87dc6e127620f86 commit hash: dbda1c23ea918a144c81888ff87dc6e127620f86 commit hash: dbda1c23ea918a144c81888ff87dc6e127620f86 commit hash: dbda1c23ea918a144c81888ff87dc6e127620f86 dbda1c23
Saturday, 7 May 2022
21:04 Daniel Engberg (diizzy) search for other commits by this committer
multimedia/libxine: Fix build with libmad 0.16

Filename for libmad's pc file is now libmad.pc

Approved by:	portmgr (blanket)
commit hash: ba0f767392d911d9cff7a47704fce9a2c355d671 commit hash: ba0f767392d911d9cff7a47704fce9a2c355d671 commit hash: ba0f767392d911d9cff7a47704fce9a2c355d671 commit hash: ba0f767392d911d9cff7a47704fce9a2c355d671 ba0f767
Friday, 31 Aug 2018
08:16 tobik search for other commits by this committer
multimedia/libxine: Update to 1.2.9

- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]

Changes:	https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI:		https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR:		219921
Reported by:	emorrasg@yahoo.es
Submitted by:	w.schwarzenfeld@utanet.at (initial version), Nathan
<ndowens@yahoo.com>
Reviewed by:	mat, tobik
Differential Revision:	https://reviews.freebsd.org/D16840
Original commitRevision:478529 
Wednesday, 4 Sep 2013
16:45 nox search for other commits by this committer
- Convert to USES=gmake perl5.
- Fix register allocation problems with clang on i386:
  * Remove the q modifier from inline asm such that clang no longer
    uses a 64 bit register. Instead cast the operand to register_t
    which is 32 bit on i386 and 64 bit on amd64.
  * Add -fomit-frame-pointer to CFLAGS to free up an extra register.
- Fix the issue with WITH_DEBUG by adding --disable-real-codecs
  which apparently never really worked anyway.
- Patch configure so it no longer adds -mtune=i386 to CFLAGS.
- Bump PORTREVISION.

PR:		ports/181786
Submitted by:	tijl
Original commitRevision:326292 
Saturday, 23 Jun 2012
13:21 nox search for other commits by this committer
- Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default.
Original commit
Sunday, 26 Feb 2012
15:22 nox search for other commits by this committer
- Update multimedia/libxine to 1.2.1 with a commit merged from hg
  to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
  multimedia/xfce4-media [5],
  multimedia/xine_artsplugin,
  multimedia/k9copy-kde4 [6]

- Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7]

- Mark multimedia/phonon-xine BROKEN which refuses to build with
  libxine 1.2.x and is deprecated upstream. [3]

- Disable XINE knob for x11/eaglemode for which I don't have a fix. [2]

- Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix,
  but it only shows a green window at least with mp4 or ts files.
  (avi files and audio still work.)  It seems the kaffeine developers
  have found this too and are now switching away from libxine in
  their git repo - so I guess we'll have a broken kaffeine at least
  until they release a new version.

- Bump PORTREVISIONs for ports depending on libxine by default.

- Add optional libbluray support to multimedia/libxine and
  multimedia/vdr-plugin-xineliboutput.

PR:             ports/165057 [6]
Submitted by:   nox (self) [6], rakuco [3]
Approved by:    dinoex (maintainer, via irc) [1],
                amdmi3 (maintainer, via private email) [2],
                kde@ (rakuco, via irc) [3],
                Phil Oleson <oz@nixil.net> (maintainer, via private email) [4],
                xfce@ (rene, via irc) [5],
                Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer)
[6],
                lme (maintainer, via irc) [7]
Thanx to:       Darren Salt (upstream libxine maintainer) for a few
                hints on irc to help with patching ports depending
                on deprecated libxine features
Original commit
Saturday, 19 Jun 2010
11:06 makc search for other commits by this committer
Update to 1.1.18.1
Build with external ffmpeg by default
Mark MAKE_JOBS_SAFE

Feature safe:   yes
Original commit
Wednesday, 23 Sep 2009
14:37 nobutaka search for other commits by this committer
Add WITH_FFMPEG knob to use external ffmpeg.

PR:             ports/137792
Submitted by:   "Dima Panov" <fluffy@fluffy.khv.ru>
Feature safe:   yes
Original commit
Sunday, 10 May 2009
05:51 nobutaka search for other commits by this committer
- Update to 1.1.16.3.
- Fix hardcoded libdvdcss shared library version. [*]

PR:             ports/134153 [*]
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> [*], jpaetzel [*]
Original commit
Sunday, 22 Feb 2009
14:34 nobutaka search for other commits by this committer
- Update to 1.1.16.2.
- Add FAAD option for external libfaad support. [*]

PR:             ports/131955 [*]
Submitted by:   Jan Henrik Sylvester <me@janh.de>
Original commit
Saturday, 12 Jul 2008
12:17 nobutaka search for other commits by this committer
- Update to 1.1.14. [1]
- Enable XCB support by default. [2]

PR:             ports/125089 [1], ports/125331 [2]
Submitted by:   "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> [1],
                Max Brazhnikov <makc@issp.ac.ru> [2]
Original commit
Sunday, 23 Mar 2008
09:49 nobutaka search for other commits by this committer
Update to 1.1.11.
Original commit
Thursday, 7 Dec 2006
17:13 nobutaka search for other commits by this committer
- Update to 1.1.3. This version fixes heap overflow vulnerability in libmms
  and buffer overflow vulnerability in Real Media input plugin. [1]
- Fix 'pkg-config --libs libxine' output. [2]
- Replace WITH_POLYPAUDIO knob with WITH_PULSEAUDIO knob since polypaudio audio
  output plugin is replaced with pulseaudio audio output plugin.

Notified by:    miwi [1]
PR:             ports/106282 [2]
Submitted by:   thierry [2]
Original commit
Saturday, 29 Jul 2006
18:00 nobutaka search for other commits by this committer
- Update to 1.1.2.
- Enable Theora codec support by default and remove WITH_THEORA knob.
Original commit
Sunday, 30 Apr 2006
17:26 nobutaka search for other commits by this committer
- Remove USE_REINPLACE. [1]
- Use DATADIR macro. [1]
- Make WITHOUT knobs actually disable features with configure. [1]
- Fix build error for the case when libtool15 is not installed. [2]
- Correct pkg-plist. [2]
- Modify files/patch-configure to disable libtheora support properly for
WITHOUT_THEORA knob.

PR:             ports/95639 [1], ports/96140 [2]
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com> [1], oliver [2]
Original commit
Saturday, 10 Dec 2005
21:05 nobutaka search for other commits by this committer
Update to 1.1.1.
Original commit
Thursday, 30 Dec 2004
00:39 nobutaka search for other commits by this committer
Update to 1.0. (At last!)
Original commit
Monday, 14 Apr 2003
15:33 nobutaka search for other commits by this committer
Update to 1-beta10.
Original commit

Number of commits found: 18