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/gdal/Makefile

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

«  1 | 2 | 3 | 4  »  

Tuesday, 19 Jan 2016
08:36 sunpoet search for other commits by this committer
- Simplify Makefile:
  - Remove SPATIALITE_DESC (added to Mk/bsd.options.desc.mk)
  - Use USES=localbase
  - Remove -L${ICONV_PREFIX}/lib from LDFLAGS
  - Use *_CONFIGURE_WITH
- Bump PORTREVISION for package change
Original commitRevision:406643 
Saturday, 16 Jan 2016
20:49 sunpoet search for other commits by this committer
- Add -flax-vector-conversions to CFLAGS only on FreeBSD 9
Original commitRevision:406274 
Wednesday, 13 Jan 2016
15:52 pawel search for other commits by this committer
Fix build on FreeBSD 9.x

gdaldither.cpp: In function 'int FindNearestColor(int, int*, int, int, int)':
gdaldither.cpp:534: note: use -flax-vector-conversions to permit conversions
between vectors with differing element types or numbers of subparts
gdaldither.cpp:534: error: cannot convert 'int __vector__' to 'long long int
 __vector__' for argument '1' to 'long long int __vector__
 __builtin_ia32_psrlqi128(long long int __vector__, int)'
gdaldither.cpp:539: error: cannot convert 'int __vector__' to 'long long int
 __vector__' for argument '1' to 'long long int __vector__
 __builtin_ia32_psrlqi128(long long int __vector__, int)'
../GDALmake.opt:582: recipe for target 'gdaldither.o' failed
gmake[1]: *** [gdaldither.o] Error 1

PR:		205701
Submitted by:	myself
Approved by:	maintainer timeout
Original commitRevision:406052 
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 
Friday, 13 Nov 2015
19:12 sunpoet search for other commits by this committer
- Add SPATIALITE option
Original commitRevision:401529 
Thursday, 24 Sep 2015
19:02 sunpoet search for other commits by this committer
- Update to 2.0.1
- Add LICENSE_FILE

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News
Original commitRevision:397709 
16:21 sunpoet search for other commits by this committer
- Remove ICONV option and enable iconv unconditionally
- Bump PORTREVISION for dependency change
Original commitRevision:397696 
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 
Friday, 31 Jul 2015
17:17 sunpoet search for other commits by this committer
- Fix ECW option

PR:		201736
Submitted by:	glebius
Original commitRevision:393360 
Thursday, 9 Jul 2015
16:05 sunpoet search for other commits by this committer
- Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Original commitRevision:391657 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Monday, 15 Jun 2015
13:03 wen search for other commits by this committer
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
Original commitRevision:389704 
Tuesday, 9 Jun 2015
18:29 sunpoet search for other commits by this committer
- Remove LDFLAGS
- Move CPPFLAGS to ICONV_CPPFLAGS
Original commitRevision:388963 
Sunday, 24 May 2015
08:41 sunpoet search for other commits by this committer
- Bump PORTREVISION for science/hdf5 shlib change
Original commitRevision:387260 
Friday, 8 May 2015
14:04 amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 1/2)

Approved by:	portmgr blanket
MFH:		2015Q2
Original commitRevision:385787 
Wednesday, 15 Apr 2015
20:05 tijl search for other commits by this committer
Fix ICONV option after r384038

Reported by:	glebius
Original commitRevision:384070 
Sunday, 22 Mar 2015
20:11 sunpoet search for other commits by this committer
- Use -lpthread instead of -pthread

PR:		198116
Submitted by:	marino
Original commitRevision:381955 
Thursday, 19 Feb 2015
21:16 sunpoet search for other commits by this committer
- Update to 1.11.2

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
Original commitRevision:379392 
19:45 sunpoet search for other commits by this committer
- Do not use bundled libraries
- Remove GEOTIFF, GIF, JPEG, JSON_C, PNG and TIFF options
- Bump PORTREVISION for dependency change
Original commitRevision:379373 
Tuesday, 3 Feb 2015
12:28 kwm search for other commits by this committer
Update poppler to 0.30.0 [1].

Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
Original commitRevision:378348 
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 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
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 
Saturday, 22 Nov 2014
19:13 crees search for other commits by this committer
Switch to USES=pgsql
Original commitRevision:373091 
Wednesday, 1 Oct 2014
20:07 sunpoet search for other commits by this committer
- Update to 1.11.1
- Cleanup PLIST

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News
Original commitRevision:369759 
Saturday, 23 Aug 2014
15:52 sunpoet search for other commits by this committer
- Add descriptions for options using external library instead of bundled on
Original commitRevision:365745 
Friday, 22 Aug 2014
11:01 sunpoet search for other commits by this committer
- Add OPENJPEG option
- Fix build with graphics/openjpeg 2.1.0

Obtained from:	https://trac.osgeo.org/gdal/changeset/27538
Original commitRevision:365636 
08:43 sunpoet search for other commits by this committer
- Add JSON_C option
- Fix build with devel/json-c 0.12

Obtained from:	http://trac.osgeo.org/gdal/changeset/27267
Original commitRevision:365616 
Wednesday, 23 Jul 2014
23:02 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:362752 
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 
Saturday, 5 Jul 2014
12:19 tijl search for other commits by this committer
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
Original commitRevision:360738 
Thursday, 8 May 2014
03:25 sunpoet search for other commits by this committer
- Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Original commitRevision:353249 
Sunday, 4 May 2014
15:37 sunpoet search for other commits by this committer
- Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Original commitRevision:352962 
Saturday, 3 May 2014
03:17 sunpoet search for other commits by this committer
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
  dependency change from science/netcdf4 to science/netcdf [1]

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by:	portmgr (bapt) [1]
Original commitRevision:352855 
00:55 sunpoet search for other commits by this committer
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
Original commitRevision:352854 
Saturday, 26 Apr 2014
18:18 sunpoet search for other commits by this committer
- Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
Original commitRevision:352357 
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 
Tuesday, 1 Apr 2014
12:28 sunpoet search for other commits by this committer
- Fix ICONV option
Original commitRevision:349846 
Monday, 24 Mar 2014
12:30 sunpoet search for other commits by this committer
- Strip binary executable and shared library
- Bump PORTREVISION for package change
Original commitRevision:348954 
Wednesday, 5 Feb 2014
20:02 sunpoet search for other commits by this committer
- Bump PORTREVISION for astro/cfitsio shlib change
- While I'm here, convert to new LIB_DEPENDS format

PR:		ports/185951
Submitted by:	Florian Degner <f.degner@gmx.de>
Original commitRevision:342830 
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 
Saturday, 23 Nov 2013
15:55 sunpoet search for other commits by this committer
- Add ARMADILLO, FREEXL and PODOFO options
- Fix whitespace in r329304
- While I'm here, move SLAVEDIRS upward

PR:		ports/183469
Submitted by:	lbartoletti <coder@tuxfamily.org>
Original commitRevision:334681 
Friday, 4 Oct 2013
17:20 sunpoet search for other commits by this committer
- Convert to new OPTIONS helper
- Support STAGEDIR
Original commitRevision:329346 
13:06 madpilot search for other commits by this committer
- Add explicit iconv LDFALGS

Reported by:	marino
Approved by:	portmgr (bapt, implicit)
Original commitRevision:329304 
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 
11:30 sunpoet search for other commits by this committer
- Convert to new LIB_DEPENDS format
- Convert to new OPTIONS simplifier
Original commitRevision:327689 
Thursday, 19 Sep 2013
16:05 sunpoet search for other commits by this committer
- Remove deprecated PTHREAD_*
Original commitRevision:327636 
Monday, 9 Sep 2013
22:49 mm search for other commits by this committer
Bump some PORTREVISIONs due to graphics/webp update to 0.3.1
Original commitRevision:326850 
Saturday, 7 Sep 2013
18:12 sunpoet search for other commits by this committer
- Remove deprecated PTHREAD_*
Original commitRevision:326673 
17:29 sunpoet search for other commits by this committer
- Add options: GTA, LIBXML2, PCRE and POPPLER
Original commitRevision:326664 
Wednesday, 4 Sep 2013
20:01 bsam search for other commits by this committer
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
Original commitRevision:326316 
Sunday, 1 Sep 2013
15:52 sunpoet search for other commits by this committer
- Update to 1.10.1

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
Original commitRevision:325870 
Wednesday, 21 Aug 2013
12:03 sunpoet search for other commits by this committer
- Use USES=gmake
Original commitRevision:325110 
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 
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 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Sunday, 9 Dec 2012
06:01 sunpoet search for other commits by this committer
- Update to 1.9.2
- Add SLAVEDIRS: graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal
graphics/ruby-gdal
- Cleanup Makefile header

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.2-News
Feature safe:	yes
Original commitRevision:308506 
Wednesday, 18 Jul 2012
12:24 sunpoet search for other commits by this committer
- Add LICENSE
- Add missing PTHREAD_LIBS [1]
- Simplify Makefile:
  - Remove HDF-5 1.6.x support (science/hdf5)
  - Remove NetCDF 3.x support (science/netcdf)
  - Remove Xerces-C++ 2.x support (textproc/xerces-c2*)
- Convert to new options framework
- Alter OPTIONS:
  - Remove HDF4
  - Turn TIFF on by default which introduces graphics/tiff as dependency
    In fact, tiff is already a package dependency (brought by libgeotiff)
- Pet portlint
- Bump PORTREVISION for dependency change

Reported by:	swills [1]
Original commit
Tuesday, 12 Jun 2012
18:20 sunpoet search for other commits by this committer
- Update to 1.9.1
- Build with thread-safe support by default
- Add lzma support
- Adjust OPTIONS:
  - Add ICONV, KML and WEBP
  - Remove GRASS (cyclic dependency), PERL, PHP, PYTHON, RUBY and THREADS
(default)
- Move language bindings to separate ports:
  - Move Perl binding to graphics/p5-Geo-GDAL
  - Move PHP binding to graphics/php-gdal
  - Move Python binding to graphics/py-gdal
  - Move Ruby binding to graphics/ruby-gdal
- Add corresponding CONFIGURE_ARGS for disabled features
- Cosmetic change

Changes:        http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News
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 May 2012
10:04 sunpoet search for other commits by this committer
- Update to 1.9.0 [1][2]
- Sort option handlers in alphabetical order
- Turn PYTHON option off by default due to the change in devel/py-setuptools
r1.23 [3]
- Move post-patch: upwards
- Pet portlint
- Cosmetic change

[3]
http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/py-setuptools/Makefile.diff?r1=1.22;r2=1.23;f=h

Changes:        http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News
PR:             ports/164468 [1], ports/167277 [2]
Submitted by:   lbartoletti <coder@tuxfamily.org> [1]
                Muhammad Moinur Rahman <5u623l20@gmail.com> [2]
Original commit
Monday, 7 May 2012
08:12 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of graphics/proj
Original commit
Thursday, 26 Apr 2012
09:03 sunpoet search for other commits by this committer
- Bump PORTREVISION for graphics/libgeotiff shlib change
Original commit
Tuesday, 21 Feb 2012
14:16 sunpoet search for other commits by this committer
- Change gif library from graphics/libungif to graphics/giflib
- Bump PORTREVISION for dependency change

Notified by:    Rainer Hurling <rhurlin@gwdg.de>
Original commit
Tuesday, 7 Feb 2012
13:29 eadler search for other commits by this committer
The variable is USE_PERL5 not USE_PERL

Submitted by:   Alex Kozlov
Reviewed by:    perl (swills)
Approved by:    portmgr (pav)
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Thursday, 22 Sep 2011
04:10 sunpoet search for other commits by this committer
- Fix CONFIGURE_ARGS of several options [1]
- Change OPTIONS: PROJ4 -> PROJ
- Bump PORTREVISION for package change

PR:             ports/159868 [1]
Submitted by:   Igor Zabelin <igorz@yandex.ru>
Original commit
Saturday, 16 Jul 2011
16:27 sunpoet search for other commits by this committer
- Update to 1.8.1

Changes:        http://trac.osgeo.org/gdal/wiki/Release/1.8.1-News
Original commit
Friday, 15 Jul 2011
07:00 sunpoet search for other commits by this committer
- Bump PORTREVISION for science/hdf5-18 shlib change
Original commit
Tuesday, 12 Apr 2011
15:17 sunpoet search for other commits by this committer
- Bump PORTREVISION for science/netcdf4 shlib change
Original commit
Saturday, 29 Jan 2011
13:08 sunpoet search for other commits by this committer
- Update to 1.8.0
- Allow build with NetCDF 4 (by default when WITH_NETCDF is set)
- Fix PLIST when WITHOUT_PYTHON is set
- Update MASTER_SITES
- Make portlint happier
- Take maintainership

Changes:        http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
PR:             ports/154252
Submitted by:   sunpoet (myself)
Approved by:    glebius (maintainer)
Feature safe:   yes
Original commit
Sunday, 2 Jan 2011
17:56 erwin search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             153513
Submitted by:   sunpoet
Original commit
Wednesday, 15 Dec 2010
21:34 makc search for other commits by this committer
Update to 1.7.3

PR:             ports/153174
Submitted by:   glebius (maintainer)
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, 5 Aug 2010
19:03 osa search for other commits by this committer
1) Fix build with threads;
2) ECW support now requires threads;
3) Build with internal libtiff by default (supports BigTiff);

Do not bump PORTREVISION.

Submitted by:   glebius (maintainer)
Original commit
Wednesday, 4 Aug 2010
15:04 osa search for other commits by this committer
Add support for ECW and JPEG2000 formats via graphics/libecwj2.

Do not bump PORTREVISION because support of these formats are
switched off by default.

Submitted by:   glebius (maintainer)
Original commit
Tuesday, 3 Aug 2010
13:53 osa search for other commits by this committer
Fix pkg-plist.
Bump PORTREVISION.

Approved by:    glebius (maintainer)
Original commit
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
Monday, 26 Jul 2010
14:34 sylvio search for other commits by this committer
- BUMP PORTREVISION due of update of graphics/libgeotiff.

PR:             ports/146531
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
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
Friday, 27 Nov 2009
23:17 miwi search for other commits by this committer
- Chase graphics/proj shlib bump
Original commit
Friday, 18 Sep 2009
11:09 pav search for other commits by this committer
- Correct geos depobj

PR:             ports/138897
Reported by:    Jaroslav Stepan <stepan@zabreh.cz>
Feature safe:   yes
Original commit
Friday, 14 Aug 2009
21:29 miwi search for other commits by this committer
- Chase graphics/geos shlib bump
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
Thursday, 23 Jul 2009
19:19 dinoex search for other commits by this committer
- build with system jpeg instead of internal one
Submitted by:   Gleb Smirnoff
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, 22 Jun 2009
20:29 amdmi3 search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

PR:             135394
Submitted by:   myself
Approved by:    maintainer timeout
Original commit
Tuesday, 17 Mar 2009
15:09 rafan search for other commits by this committer
- Update to 1.6.0

PR:             ports/132281
Submitted by:   glebius@
Approved by:    maintainer timeout (2 weeks)
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
Saturday, 17 Jan 2009
19:24 pav search for other commits by this committer
- libmfhdf is now at so.3 in science/hdf port

Reported by:    pointyhat
Original commit
Thursday, 8 Jan 2009
15:32 pav search for other commits by this committer
- USE_THREAD is nothing, remove
Original commit
Wednesday, 22 Oct 2008
20:32 stefan search for other commits by this committer
- Fix plist.
- Bump PORTREVISION.
Original commit
17:13 stefan search for other commits by this committer
- Do not depend on databases/grass, as that results in a cyclic dependency.
- Fix grass installation location.

PR:             125111
Submitted by:   Koji Yokota <yokota@res.otaru-uc.ac.jp>
Approved by:    maintainer timeout (>2 months)
Original commit
Sunday, 24 Feb 2008
08:45 rafan search for other commits by this committer
- Add OPTIONS to explicitly handle dependencies

This committed version is based on the PR and reworked by the maintainer.

PR:             ports/120977 (based on)
Submitted by:   TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:    maintainer
Original commit
Sunday, 17 Feb 2008
05:59 rafan search for other commits by this committer
- Update to 1.5.0

As this port builds Python bindings with its own magic, USE_PYDISTUTILS
does not work in this case. Hence I duplicate some logics from bsd.python.mk.

PR:             119392
Submitted by:   James E. Flemer <jflemer at alum.rpi.edu>
Approved by:    maintainer timeout (6 weeks)
Original commit
Saturday, 15 Dec 2007
22:38 pav search for other commits by this committer
- Update to 1.4.4
- Take maintainership

PR:             ports/118725
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit

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

«  1 | 2 | 3 | 4  »