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: graphics/osg/Makefile

Number of commits found: 207 (showing only 100 on this page)

«  1 | 2 | 3  »  

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 
Thursday, 29 Nov 2018
11:23 linimon search for other commits by this committer
-Wno-narrowing is supported by Clang.  Make unconditional and add a
comment why it's necessary.

PR:		232826
Submitted by:	Piotr Kubaj
Reported by:	jbeich
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:486168 
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 
Friday, 2 Nov 2018
01:50 linimon search for other commits by this committer
USES=compiler:c++11-lang is necessary to link against libosg
on GCC-based architectures.

To make it build, also add CXXFLAGS_${ARCH}=-Wno-narrowing.

PR:		232826
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:483763 
Saturday, 22 Sep 2018
10:15 mandree search for other commits by this committer
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
Original commitRevision:480374 
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 
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 
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 
Tuesday, 13 Mar 2018
20:09 amdmi3 search for other commits by this committer
- Update to 3.4.1
Original commitRevision:464404 
Friday, 19 Jan 2018
17:04 mat search for other commits by this committer
Options are already optional.

Sponsored by:	Absolight
Original commitRevision:459451 
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 
Wednesday, 12 Jul 2017
02:39 araujo search for other commits by this committer
Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.

PR:			ports/220565 (based on)
Submitted by:		Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by:		iXsystems, Inc.
Original commitRevision:445565 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
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 
Thursday, 9 Jun 2016
11:12 amdmi3 search for other commits by this committer
- Update to 3.4.0 and fix build with ffmpeg 3.0.x

PR:		209056
Submitted by:	woodsb02@gmail.com
Original commitRevision:416590 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 21 Jan 2016
19:40 kwm search for other commits by this committer
Update poppler to 0.40.0. [1]

Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
Original commitRevision:406872 
Thursday, 3 Dec 2015
20:01 antoine search for other commits by this committer
Update giflib to 5.1.1

PR:		204492
Original commitRevision:402898 
Sunday, 2 Aug 2015
16:06 kwm search for other commits by this committer
Update poppler to 0.34.0. [1]

Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
Original commitRevision:393431 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 14 Jan 2015
18:19 antoine search for other commits by this committer
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Original commitRevision:377033 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 25 Nov 2014
12:55 makc search for other commits by this committer
Bump PORTREVISION after graphics/poppler update to 0.26.3
Original commitRevision:373404 
Monday, 20 Oct 2014
09:34 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371248 
Saturday, 18 Oct 2014
21:10 nox search for other commits by this committer
- 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)
Original commitRevision:371159 
Thursday, 2 Oct 2014
19:55 amdmi3 search for other commits by this committer
- Update to 3.2.1
Original commitRevision:369856 
Tuesday, 30 Sep 2014
02:04 amdmi3 search for other commits by this committer
- Fix shift key getting stuck on some cases

PR:		193630
Submitted by:	mike.d.ft402@gmail.com
Original commitRevision:369567 
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 
Friday, 11 Jul 2014
11:16 sunpoet search for other commits by this committer
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:361523 
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 
Monday, 10 Mar 2014
14:49 bapt search for other commits by this committer
Convert g* to USES=zip
Original commitRevision:347760 
Monday, 20 Jan 2014
14:35 amdmi3 search for other commits by this committer
- Update to 3.2.0
- Update MASTER_SITES
- Add license [1]
- Switch to outsource cmake build
- Add missing NVTT, GTA and QT4 options
- Remove ITK option
- Some pathes were integrated upstream

PR:		185227 [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> [1]
Original commitRevision:340402 
Friday, 27 Dec 2013
16:54 kwm search for other commits by this committer
Update poppler to 0.24.4.

Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Original commitRevision:337749 
Wednesday, 20 Nov 2013
14:25 nemysis search for other commits by this committer
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Original commitRevision:334422 
Thursday, 31 Oct 2013
00:32 nemysis search for other commits by this committer
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
Original commitRevision:332189 
Thursday, 26 Sep 2013
17:19 amdmi3 search for other commits by this committer
- Fix build with clang
- Support staging
- Convert to new LIB_DEPENDS syntax and OPTIONS features

PR:		182205
Submitted by:	nemysis <nemysis@FreeBSD.org>
Original commitRevision:328395 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Wednesday, 21 Aug 2013
03:46 sunpoet search for other commits by this committer
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
Original commitRevision:325086 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Thursday, 23 May 2013
02:35 jgh search for other commits by this committer
- adoption of optionsNG
- convert to USES in some cases (pkgconfig,pathfix)
- trim COMMENT/historical headers in some cases

Approved by:	portmgr (miwi)
Original commitRevision:318829 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Thursday, 17 Jan 2013
16:05 swills search for other commits by this committer
- Chase lib version changes from ilmbase and OpenEXR updates
Original commitRevision:310553 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Original commitRevision:305610 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 19 May 2012
10:07 sunpoet search for other commits by this committer
- Bump PORTREVISION for graphics/gdal shlib change
Original commit
Thursday, 26 Apr 2012
00:47 amdmi3 search for other commits by this committer
- Update graphics/osg to 3.0.1
- Bump revisions on dependent ports due to shlib version bump
- Remove option to use graphics/osg-devel instead of graphics/osg from simgear
and flightgear (1)
- Remove option to use graphics/osg-devel instead of graphics/osg from fgrun for
consistency

Submitted by:   martymac (1)
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
Wednesday, 22 Feb 2012
21:51 amdmi3 search for other commits by this committer
- Switch from libungif to giflib

PR:             165370, 165372
Submitted by:   Steve Wills <swills@freebsd.org>
Original commit
Monday, 31 Oct 2011
09:53 kwm search for other commits by this committer
Update poppler to 0.18.0.

The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:      pav for a exp-runs
                bapt for double checking the libreoffice ports
Original commit
Saturday, 3 Sep 2011
12:38 amdmi3 search for other commits by this committer
- Add USE_GCC as it doesn't compile with clang

PR:             160413
Submitted by:   Hartmann@FreeBSD.org, "O." <ohartman@zedat.fu-berlin.de>
Original commit
Saturday, 29 Jan 2011
13:09 sunpoet search for other commits by this committer
- Bump PORTREVISION for gdal shlib change

Feature safe:   yes
Original commit
Saturday, 20 Nov 2010
15:38 kwm search for other commits by this committer
Chase poppler update.
Original commit
Tuesday, 3 Aug 2010
13:35 osa search for other commits by this committer
Update from 1.6.0 to 1.7.2.

Since port isn't updated regularly and previous update was made a
year ago with a maintainer timeout, pass the maintainership to the
submitter of the last two updates.

Bump PORTREVISIONs in dependent ports.

Submitted by:   glebius
PR:             ports/149072
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
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
Wednesday, 3 Feb 2010
00:55 amdmi3 search for other commits by this committer
- Update to 2.8.2

PR:             142124
Submitetd by:   Hardy Schumacher <hardy.schumacher@gmx.de>
Original commit
Tuesday, 28 Jul 2009
16:34 amdmi3 search for other commits by this committer
- Update URL of my distfile mirror in 87 ports

Approved by:    portmgr (erwin)
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
Monday, 15 Jun 2009
13:49 amdmi3 search for other commits by this committer
- Update to 2.8.1

Submitted by:   Hardy Schumacher <hardy.schumacher@globalfoundries.com>
Original commit
Monday, 8 Jun 2009
12:18 amdmi3 search for other commits by this committer
- Support custom LOCALBASE
- Fix poppler-gtk dependency

Reported by:    QATty
Original commit
Wednesday, 1 Apr 2009
02:49 amdmi3 search for other commits by this committer
- Update to 2.8.0
- Add CONFLICTS with osg-devel
- Mark MAKE_JOBS_SAFE
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Tuesday, 17 Mar 2009
15:09 rafan search for other commits by this committer
- Chase graphics/gdal 1.6.0 update
Original commit
Tuesday, 17 Feb 2009
22:30 amdmi3 search for other commits by this committer
- Fix dependency on graphics/inventor

Noticed by:     Edward Sutton <mirror176 at hotmail dot com>
Original commit
Tuesday, 10 Feb 2009
03:57 amdmi3 search for other commits by this committer
- Fix installation
- Merge some changes from osg-devel
  - Add more knobs (for things detected via pkg-config)
  - Remove OPENVRML knob, which is broken
  - Add PORTSCOUT
  - Plist fixes
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
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.
Original commit
Monday, 5 Jan 2009
16:14 amdmi3 search for other commits by this committer
- Update address of my distfile mirror
Original commit
Saturday, 15 Nov 2008
19:00 amdmi3 search for other commits by this committer
- Update to 2.6.1
- Substitude shared lib versions in plist, as they're likely to change often
- Add mirror

PR:             128880
Submitted by:   Hardy Schumacher <hardy dot schumacher at amd dot com>
Original commit
Thursday, 25 Sep 2008
17:51 amdmi3 search for other commits by this committer
- Fix build on 8.x
Original commit
Tuesday, 23 Sep 2008
20:50 amdmi3 search for other commits by this committer
- Add USE_LDCONFIG
- Minor portlint fixes
Original commit
20:46 amdmi3 search for other commits by this committer
- Add options for various osg plugins, remove possible hidden depends
- Take maintainership
Original commit
Wednesday, 27 Aug 2008
07:50 pav search for other commits by this committer
- Update to 2.6.0

PR:             ports/126663
Submitted by:   Hardy Schumacher <hardy.schumacher@amd.com>
Original commit
Tuesday, 29 Apr 2008
05:11 linimon search for other commits by this committer
Reset jylefort's port maintainerships.  portmgr has taken his commit bit
into safekeeping due to inactivity.
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
Sunday, 26 Nov 2006
04:09 jylefort search for other commits by this committer
- Update openthreads to 1.5
- Update openproducer to 1.1 and move to LOCALBASE
- Update osg to 1.2 and move to LOCALBASE
- Take maintainerships

PR:             ports/105729
Submitted by:   jylefort
Approved by:    maintainers
Original commit
Saturday, 2 Sep 2006
16:51 kris search for other commits by this committer
Schedule these broken ports for termination on 2006-12-01
Original commit
Sunday, 16 Jul 2006
20:08 linimon search for other commits by this committer
Mark broken: fails to install.
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Tuesday, 4 Oct 2005
09:25 lawrance search for other commits by this committer
Hand maintainership to Matthew May <rrghphar@bigpond.net.au>
Original commit
Saturday, 2 Apr 2005
19:45 thierry search for other commits by this committer
Fix build on i386 4: a hunk of a patch in ports/77257 wasn't committed.

PR:             ports/77257
Reported by:    Kris via pointyhat
Submitted by:   Sam Lawrance (maintainer)
Original commit
Wednesday, 2 Mar 2005
18:50 thierry search for other commits by this committer
- Upgrade to 0.9.8 and unbreak;

- Take maintainership.

PR:             ports/77257
Submitted by:   Sam Lawrance <boris (at) brooknet.com.au>
Approved by:    previous maintainer time-out
                (waiting for feedback since Feb 8th)
Original commit
Saturday, 18 Dec 2004
23:02 kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Original commit
Saturday, 11 Dec 2004
21:43 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Thursday, 13 Nov 2003
11:36 vanilla search for other commits by this committer
Upgrade to 0.9.6.2

PR:             ports/58171
Submitted by:   maintainer
Original commit
Tuesday, 29 Jul 2003
15:53 maho search for other commits by this committer
a) Update to 0.9.4.2
b) take over maintainer ship to
   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
   (from ports@)

PR:             54793
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Original commit
01:25 maho search for other commits by this committer
Backout to 0.9.3. I committed working port by mistake

Pointy hat to: myself
Original commit
01:13 maho search for other commits by this committer
Added ONLY_FOR_ARCH=i386, since it breaks somehow
on Alpha.

Submitted by:   kris via bento
Original commit
Tuesday, 6 May 2003
21:35 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Thursday, 20 Feb 2003
18:08 knu search for other commits by this committer
de-pkg-comment
Original commit
Thursday, 30 Jan 2003
04:49 ijliao search for other commits by this committer
upgrade to 0.9.3
Original commit
Friday, 24 Jan 2003
05:10 ijliao search for other commits by this committer
upgrade to 0.9.2
add WWW
utilize PORTDOCS, DOCSDIR, DATADIR
Original commit
Monday, 18 Nov 2002
03:48 kris search for other commits by this committer
Reset undeliverable maintainer addresses to ports@FreeBSD.org
Original commit
Saturday, 25 May 2002
17:38 ijliao search for other commits by this committer
upgrade to 0.8.45

PR:             38547
Submitted by:   maintainer
Original commit
Saturday, 11 May 2002
09:08 kris search for other commits by this committer
Whoops again!  ijliao didn't actually test whether this package installs
(find --delete -> find -delete).

Pointy hat to:  ijliao (broke the port 4 different ways with a single commit!)
Original commit
09:05 kris search for other commits by this committer
Whoops, ijliao forgot another library.
Original commit
08:33 kris search for other commits by this committer
Add missing LIB_DEPENDS on libungif.

Pointy hat to:  ijliao
Original commit

Number of commits found: 207 (showing only 100 on this page)

«  1 | 2 | 3  »