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

Number of commits found: 97

Sat, 26 Jun 2021
[ 11:24 Rene Ladan (rene) search for other commits by this committer ]    commit hash:e7caeb58488c6a6924571a5297ac8a745c2e1c52  commit hash:e7caeb58488c6a6924571a5297ac8a745c2e1c52  commit hash:e7caeb58488c6a6924571a5297ac8a745c2e1c52  e7caeb5  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
*/*: Remove expired ports:

2021-06-23 multimedia/gxine: Uses EOL Python 2.7 via lang/spidermonkey185
2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 24 Mar 2021
[ 13:34 rene search for other commits by this committer ] Original commit   Revision:569118 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Mark ports recursively depending on Python 2.7 for expiration on June 23.

For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
Tue, 12 Jan 2021
[ 12:34 tcberner search for other commits by this committer ] Original commit   Revision:561322 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
multimedia/libxine: Update to 1.2.11, Add ImageMagick7 support

Changelog:
https://sourceforge.net/p/xine/xine-lib-1.2/ci/default/tree/ChangeLog:
xine-lib (1.2.11) 2020-12-06
  * Add gopher input plugin.
  * Add user settings for IPv6.
  * Split a52 spdif output to separate decoder.
  * Code cleanup.
  * More engine optimization.
  * Small optimizations (opengl2, dvb subtitles, png, mpeg-ts).
  * Better A/V sync.
  * Fix a few crashes.
  * Fix bluray playback.
  * Fix VAAPI picture jitter and green flashes.
  * Fix Opus and EAC3 audio playback.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 6 Nov 2019
[ 18:09 zeising search for other commits by this committer ] Original commit   Revision:516917 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories l and m

Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Fri, 7 Sep 2018
[ 17:16 tobik search for other commits by this committer ] Original commit   Revision:479201
Cleanup multimedia/gxine

- Add NLS option
- Drop GNOME option which does not do anything anymore without
  gnome-screensaver which was removed in 2014
- Fix build of LIRC option

Submitted by:	ndowens@yahoo.com
Reviewed by:	mat, tobik
Differential Revision:	https://reviews.freebsd.org/D16978
Fri, 31 Aug 2018
[ 08:16 tobik search for other commits by this committer ] Original commit   Revision:478529 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
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
Tue, 27 Mar 2018
[ 14:44 emaste search for other commits by this committer ] Original commit   Revision:465708
multimedia/gxine: set LLD_UNSAFE

Ports using libxine fail to link due to shared library protected
visibility symbol preemption issues.  Set LLD_UNSAFE to use ld.bfd.

PR:		214864, 226981
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Thu, 22 Feb 2018
[ 07:59 wen search for other commits by this committer ] Original commit   Revision:462568
- Update to 0.5.910 [1]
- Regenerate patch with makepatch

PR:		226084 [1]
Submitted by:	w.schwarzenfeld@utanet.at [1]
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
Sun, 9 Oct 2016
[ 12:10 jbeich search for other commits by this committer ] Original commit   Revision:423591 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
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
Sat, 18 Oct 2014
[ 21:10 nox search for other commits by this committer ] Original commit   Revision:371159 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Update libxine to 1.2.6 - changelog is here:

	http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog

- Remove an inline from include/xine/xineutils.h for the benefit
  of using libxine with base gcc 4.2 .

- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
  rdeps as per the new rule)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 11 Aug 2014
[ 13:59 tijl search for other commits by this committer ] Original commit   Revision:364613 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
Sat, 5 Jul 2014
[ 23:20 marino search for other commits by this committer ] Original commit   Revision:360839
multimedia/gxine: explicitly link libm (dports)
Sat, 14 Jun 2014
[ 05:52 miwi search for other commits by this committer ] Original commit   Revision:357743
- Update to 0.5.098
- Modify options

PR:		190902
Submitted by:	ports fury
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 9 Apr 2014
[ 13:43 bapt search for other commits by this committer ] Original commit   Revision:350701
Use USES=webplugin, USES=libtool
Sun, 23 Feb 2014
[ 15:55 miwi search for other commits by this committer ] Original commit   Revision:345742
- Change Javascript engine to spidermonkey185
- Convert to USES
- Stage support

PR:		180683
Submitted by:	port fury
Thu, 7 Nov 2013
[ 08:26 bapt search for other commits by this committer ] Original commit   Revision:333069
Does not build anymore with recent libxul

Reported by:	pkg-fallout
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 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:
multimedia)
Tue, 10 Sep 2013
[ 20:01 bapt search for other commits by this committer ] Original commit   Revision:326927
Add an explicit dependency on pkgconf
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 15 Jun 2013
[ 11:10 flo search for other commits by this committer ] Original commit   Revision:320984 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
  quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout

Approved by:	portmgr (miwi)
Thu, 28 Mar 2013
[ 03:28 eadler search for other commits by this committer ] Original commit   Revision:315433 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Mon, 10 Sep 2012
[ 19:19 beat search for other commits by this committer ] Original commit   Revision:304053 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
Fri, 29 Jun 2012
[ 12:42 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert to new option framework
Sat, 23 Jun 2012
[ 13:21 nox search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default.
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
Wed, 23 May 2012
[ 01:51 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.907

PR:             168042
Submitted by:   Ports Fury
Sun, 13 May 2012
[ 15:47 makc search for other commits by this committer ] Original commit 
Back to pool. I'm not interested in xine ports anymore.
Sun, 26 Feb 2012
[ 15:22 nox search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
- 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,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Sun, 3 Apr 2011
[ 19:10 makc search for other commits by this committer ] Original commit 
Mark broken on 7.x if built with mozilla plugin

PR:             ports/154230
Submitted by:   "RandomUser" <rannumgen at globaleyes.net>
Sat, 26 Feb 2011
[ 22:11 nox search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
  support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

        http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:    portmgr (miwi) [2]
Thanks to:      Warren Block <wblock@wonkity.com> for testing [1]
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Fri, 29 Oct 2010
[ 18:04 makc search for other commits by this committer ] Original commit 
Switch to libxul from seamonkey when building with ns plugin (requested by
gecko@)
Remove stale configure option
Remove md5 sum while here
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sat, 24 Apr 2010
[ 09:38 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Chase audio/libmodplug update.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Tue, 5 Jan 2010
[ 13:18 makc search for other commits by this committer ] Original commit 
Update to 0.5.905
clean up USE_XORG [1]
merge DBUS option to GNOME
update www link

PR:             based on ports/141789 [1]
Submitted by:   Carlos A. M. dos Santos <unixmania at gmail.com>
Fri, 27 Nov 2009
[ 09:09 beat search for other commits by this committer ] Original commit 
- Remove obsolete gecko providers
- Bump PORTREVISION

Approved by:    portmgr (miwi)
Exp-run by:     miwi
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 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 M
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sun, 5 Apr 2009
[ 18:45 makc search for other commits by this committer ] Original commit 
Update to 0.5.904 (bugfix release).
Release notes:
http://sourceforge.net/project/shownotes.php?group_id=9655&release_id=672806

Mark MAKE_JOBS_SAFE
Sun, 15 Mar 2009
[ 21:18 makc search for other commits by this committer ] Original commit 
remove check for XCB, fix build without MOZILLA_PLUGIN
Sat, 21 Feb 2009
[ 11:31 makc search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Use my @FreeBSD.org email for the rest of my ports
Fri, 23 Jan 2009
[ 16:28 flz search for other commits by this committer ] Original commit  (Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- 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).
Sat, 10 Jan 2009
[ 02:45 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:    portmgr
Sun, 22 Jun 2008
[ 19:54 miwi search for other commits by this committer ] Original commit 
- Fix build

Reported by:    pavbot
Approved by:    maintainer via im
Wed, 18 Jun 2008
[ 23:34 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.903
- Add GNOME and XCB options

PR:             124619
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Fri, 6 Jun 2008
[ 13:48 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 149 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)
Wed, 30 Apr 2008
[ 16:44 miwi search for other commits by this committer ] Original commit 
- Remove www/firefox15 support

Reviewed by:    mezz
Sat, 26 Apr 2008
[ 16:09 miwi search for other commits by this committer ] Original commit 
- Fix build on 6.X when CFLAGS is defined in make.conf
- Remove unneeded args for configure

PR:             123106
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Wed, 23 Apr 2008
[ 09:48 itetcu search for other commits by this committer ] Original commit 
Fix build on 5.

Submitted by:   maintainer
Tue, 22 Apr 2008
[ 08:48 itetcu search for other commits by this committer ] Original commit 
- update to 0.5.902

PR:             ports/122891
Submitted by:   maintainer
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Wed, 26 Mar 2008
[ 15:20 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.901

PR:             121714
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (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
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 16 Feb 2007
[ 13:16 rafan search for other commits by this committer ] Original commit 
- Update to 0.5.11

PR:             ports/109205
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Thu, 15 Feb 2007
[ 08:35 jylefort search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Track libxine update.
Sat, 27 Jan 2007
[ 11:42 pav search for other commits by this committer ] Original commit 
- Update to 0.5.10

PR:             ports/108350
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Thu, 4 Jan 2007
[ 03:56 rafan search for other commits by this committer ] Original commit 
- Update to 0.5.9

PR:             ports/107460
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Sun, 31 Dec 2006
[ 14:04 pav search for other commits by this committer ] Original commit 
- Pass nspr flags to configure, instead of patching them in

PR:             ports/107320
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Thu, 7 Dec 2006
[ 17:17 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Sync with libxine shared library version bump.
Fri, 1 Dec 2006
[ 14:49 laszlof search for other commits by this committer ] Original commit 
Respect X11BASE

PR:     ports/106097
Submitted by:   self
Reviewed by:    "M. Yu. Brazhnikov" <makc@issp.ac.ru> (maintainer)
Mon, 13 Nov 2006
[ 09:48 miwi search for other commits by this committer ] Original commit 
- Fix pkg-plist
- Add dbus optional
- Bump PORTREVISION

PR:             105438
Submitted by:   Max Brazhnikov<makc@issp.ac.ru> (maintainer)
Mon, 6 Nov 2006
[ 19:26 alepulver search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update gxine to 0.5.8.
- Add LIRC option (default off).

PR:             ports/105201
Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Sat, 14 Oct 2006
[ 08:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 893 ports in this commit are shown above. View all ports for this commit)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Fri, 6 Oct 2006
[ 22:27 pav search for other commits by this committer ] Original commit 
- Fix build by forcing known good CFLAGS

PR:             ports/103832
Submitted by:   Randy Pratt <bsd-unix@earthlink.net>
Approved by:    M. Yu. Brazhnikov <makc@issp.ac.ru> (maintainer)
Mon, 28 Aug 2006
[ 22:52 pav search for other commits by this committer ] Original commit 
- Give maintainership to the submitter of last update (forced commit)
[ 22:51 pav search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update to 0.5.7
- Provide WITHOUT_NLS knob

PR:             ports/101530
Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
Approved by:    maintainer timeout (1 and half month)
Fri, 23 Jun 2006
[ 22:04 itetcu search for other commits by this committer ] Original commit 
- Add OPTION to turn off Mozilla/Firefox plugin installation [1]
- Use DATADIR macro in plist [1]
- add gnomehier to USE_GNOME to fix deinstallation [2]

PR:             ports/98507 [1]
Submitted by:   Kim Scarborough <sluggo@unknown.nu> [1]. itetcu (me) [2]
Approved by:    maintainer timeout
Thu, 2 Mar 2006
[ 03:11 ade search for other commits by this committer ] Original commit 
Fix up a little more post-libtool fallout

Submitted by:   various
Approved by:    portmgr (implicit)
Thu, 5 Jan 2006
[ 03:57 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 90 ports in this commit are shown above. View all ports for this commit)
Chase libversion bumb to libMagick.so.9

PR:             ports/91270
Sat, 10 Dec 2005
[ 21:06 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Sync with libxine shared library version bump.
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Wed, 21 Sep 2005
[ 18:26 arved search for other commits by this committer ] Original commit 
- Chase libxine shared library version
- Fix compile on amd64
Thu, 28 Apr 2005
[ 17:40 nobutaka search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Chase the libxine shared lib version bump.
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Thu, 30 Dec 2004
[ 00:59 nobutaka search for other commits by this committer ] Original commit 
Sync with libxine shared library version bump.
Sun, 7 Nov 2004
[ 22:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 631 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Mon, 5 Apr 2004
[ 03:31 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 575 ports in this commit are shown above. View all ports for this commit)
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Wed, 7 Jan 2004
[ 14:18 nobutaka search for other commits by this committer ] Original commit 
Sync with libxine shared library version bump.
Mon, 17 Nov 2003
[ 12:29 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Sat, 15 Nov 2003
[ 15:24 nobutaka search for other commits by this committer ] Original commit 
Sync with libxine shared library version bump.
Sun, 22 Jun 2003
[ 04:52 nobutaka search for other commits by this committer ] Original commit 
Sync with libxine shared library version bump.
Mon, 12 May 2003
[ 09:19 ijliao search for other commits by this committer ] Original commit 
make the browser plugin usable

PR:             52004
Submitted by:   maintainer
Sat, 19 Apr 2003
[ 18:34 adamw search for other commits by this committer ] Original commit 
Add gxine, a GTK interface to xine. The interface is simple, but stable.

PR:             51156
Submitted by:   Grigori Goronzy <greg@chown.ath.cx>

Number of commits found: 97