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: databases/grass/Makefile
SVNWeb

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

1 | 2  »  

Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Fri, 21 Apr 2017
[ 16:28 amdmi3 search for other commits by this committer ] Original commit   Revision:439094
- Fix shebangs
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 7 Dec 2016
[ 13:24 gerald search for other commits by this committer ] Original commit   Revision:428057 (Only the first 10 of 227 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Tue, 22 Nov 2016
[ 21:56 antoine search for other commits by this committer ] Original commit   Revision:426869
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
[ 03:31 marino search for other commits by this committer ] Original commit   Revision:426551
databases/grass: Document and configure ncurses requirement
Fri, 4 Nov 2016
[ 14:30 jbeich search for other commits by this committer ] Original commit   Revision:425326
databases/grass: unbreak build with ffmpeg 3.x

lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in
this function)
 #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                        ^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
     c->pix_fmt = STREAM_PIX_FMT;
                  ^
lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only
once for each function it appears in
 #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
                        ^
lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT'
     c->pix_fmt = STREAM_PIX_FMT;
                  ^
lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first
use in this function)
     if (c->codec_id == CODEC_ID_MPEG2VIDEO) {
                        ^

PR:		207547
Sun, 11 Sep 2016
[ 14:29 wen search for other commits by this committer ] Original commit   Revision:421824
- Update to 6.4.6
Mon, 25 Apr 2016
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Thu, 1 Oct 2015
[ 15:50 amdmi3 search for other commits by this committer ] Original commit   Revision:398286
- Fix more shebangs
- Drop unneeded WX_UNICODE
- Remove useless checks to fix packaging as non-root
Wed, 16 Sep 2015
[ 19:51 bapt search for other commits by this committer ] Original commit   Revision:397077 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Sun, 13 Sep 2015
[ 18:36 bapt search for other commits by this committer ] Original commit   Revision:396848
Switch to use unicode version of wx
Wed, 29 Jul 2015
[ 12:15 wen search for other commits by this committer ] Original commit   Revision:393153
- Update to 6.4.5

PR:		201838
Submitted by:	tkato432@yahoo.com
Thu, 9 Jul 2015
[ 16:05 sunpoet search for other commits by this committer ] Original commit   Revision:391657 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Mon, 15 Jun 2015
[ 13:03 wen search for other commits by this committer ] Original commit   Revision:389704 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 10 Jan 2015
[ 19:45 thierry search for other commits by this committer ] Original commit   Revision:376723
Uses blaslapack.mk.
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 6 Oct 2014
[ 15:18 jhale search for other commits by this committer ] Original commit   Revision:370186
- Convert python and pgsql to USES
- Clean up plist
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)
Sun, 31 Aug 2014
[ 16:36 tijl search for other commits by this committer ] Original commit   Revision:366788 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Sat, 9 Aug 2014
[ 14:53 marino search for other commits by this committer ] Original commit   Revision:364445
databases/grass: Upgraade version 6.4.3 => 6.4.4

PR:		191813
Submitted by:	Ports Fury
Fri, 11 Jul 2014
[ 11:16 sunpoet search for other commits by this committer ] Original commit   Revision:361523 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
Sat, 5 Jul 2014
[ 12:19 tijl search for other commits by this committer ] Original commit   Revision:360738 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 26 Apr 2014
[ 18:18 sunpoet search for other commits by this committer ] Original commit   Revision:352357 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- 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
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)
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Thu, 27 Feb 2014
[ 08:54 miwi search for other commits by this committer ] Original commit   Revision:346269
- Update to 6.4.3
- Convert to USES
- Use options helper

PR:		181057
Submitted by:	ports fury
Mon, 27 Jan 2014
[ 17:35 bapt search for other commits by this committer ] Original commit   Revision:341435 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 month
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
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)
Wed, 23 Oct 2013
[ 15:35 gahr search for other commits by this committer ] Original commit   Revision:331391
- Remove useless USE_TCL
Wed, 25 Sep 2013
[ 10:50 gahr search for other commits by this committer ] Original commit   Revision:328265
- Convert to USES+=tk and USES+=gmake
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
Wed, 21 Aug 2013
[ 03:46 sunpoet search for other commits by this committer ] Original commit   Revision:325086 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- 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
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, 3 Aug 2013
[ 08:45 az search for other commits by this committer ] Original commit   Revision:324181 (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
Wed, 24 Jul 2013
[ 06:16 bapt search for other commits by this committer ] Original commit   Revision:323559
Mark as broken:

Error: cc -E -I/usr/local/include  -I/usr/local/include    
-DPACKAGE="grasslibs" -DPACKAGE="grasslibs" 
-I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: In
file included from
/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gis.h:25,
Error: cc -E -I/usr/local/include  -I/usr/local/include    
-DPACKAGE="grasslibs" -DPACKAGE="grasslibs" 
-I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include:       
          from /tmp/tmpAeHg0r.h:1:
Error: cc -E -I/usr/local/include  -I/usr/local/include    
-DPACKAGE="grasslibs" -DPACKAGE="grasslibs" 
-I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include:
/usr/include/stdarg.h:72:2: error: #error this file needs to be ported to your
compiler
Status: Parsing /tmp/tmpAeHg0r.h
Error: /usr/include/stdio.h:67: Syntax error at 'va_list'
Error: /usr/include/stdio.h:271: Syntax error at '__va_list'
Error: /usr/include/stdio.h:272: Syntax error at '__va_list'
Error: /usr/include/stdio.h:274: Syntax error at '__va_list'
Error: /usr/include/stdio.h:279: Syntax error at '__va_list'
Error: /usr/include/stdio.h:281: Syntax error at '__va_list'
Error: /usr/include/stdio.h:283: Syntax error at '__va_list'
Error: /usr/include/stdio.h:284: Syntax error at '__va_list'
Error: /usr/include/stdio.h:348: Syntax error at '__va_list'
Error: /usr/include/stdio.h:401: Syntax error at '__va_list'
Error:
/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gisdefs.h:126:
Syntax error at 'va_list'
Status: Processing description list.

Reported by:	pkg-fallout
Mon, 6 May 2013
[ 15:34 bapt search for other commits by this committer ] Original commit   Revision:317525 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Thu, 28 Mar 2013
[ 15:51 eadler search for other commits by this committer ] Original commit   Revision:315474 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Drop support for old versions of FreeBSD from unmaintained ports

Reviewed by:	miwi
Fri, 14 Dec 2012
[ 09:36 araujo search for other commits by this committer ] Original commit   Revision:308893
- Support USE_READLINE.
- Trim header.

PR:		ports/171974
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Sat, 4 Aug 2012
[ 22:52 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
Tue, 26 Jun 2012
[ 20:59 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not build

Reported by:    pointyhat
Fri, 1 Jun 2012
[ 16:59 bapt search for other commits by this committer ] Original commit 
Convert to new options framework
[ 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
Sat, 19 May 2012
[ 10:07 sunpoet 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)
- Bump PORTREVISION for graphics/gdal shlib change
Mon, 7 May 2012
[ 08:12 wen search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION to chase the update of graphics/proj
Sun, 25 Mar 2012
[ 03:55 miwi search for other commits by this committer ] Original commit 
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Fix LIB_DEPENDS
- Fix pkg-plist

PR:             166021
Submitted by:   Ports Fury
Feature safe:   yes
Thu, 8 Mar 2012
[ 10:17 wen search for other commits by this committer ] Original commit 
- Update to 6.4.2
Mon, 6 Feb 2012
[ 12:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Chase unixODBC shlib bump
Sat, 22 Oct 2011
[ 21:40 pav search for other commits by this committer ] Original commit 
- Chase fftw3 shlib bump (no PORTREVISION bump because rev. 1.69 could never
build)

Reported by:    pointyhat
Thu, 20 Oct 2011
[ 03:09 wen search for other commits by this committer ] Original commit 
- Update to 6.4.1

PR:             ports/161582
Submitted by:   Bartoletti <coder@tuxfamily.org>
Mon, 17 Oct 2011
[ 10:08 bf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
Wed, 10 Aug 2011
[ 08:47 linimon search for other commits by this committer ] Original commit 
Mark as broken on sparc64: does not configure.
Wed, 9 Mar 2011
[ 08:19 wen search for other commits by this committer ] Original commit 
- Fix the build with mysql odbc and sqlite
[ 02:01 wen search for other commits by this committer ] Original commit 
- Fix build with postgresql

Reported by:    ohartman@zedat.fu-berlin.de <via email>
Sat, 29 Jan 2011
[ 13:09 sunpoet 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)
- Bump PORTREVISION for gdal shlib change

Feature safe:   yes
Thu, 21 Oct 2010
[ 01:12 wen search for other commits by this committer ] Original commit 
- Update to 6.4.0

Thanks to:      lbartoletti <coder@tuxfamily.org>
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.
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
Fri, 27 Nov 2009
[ 23:17 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Chase graphics/proj shlib bump
Mon, 5 Oct 2009
[ 12:58 pav search for other commits by this committer ] Original commit 
- Not make jobs safe
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Tue, 17 Mar 2009
[ 15:09 rafan search for other commits by this committer ] Original commit 
- Chase graphics/gdal 1.6.0 update
Mon, 23 Feb 2009
[ 14:46 mm search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
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).
Fri, 6 Jun 2008
[ 13:17 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 155 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)
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)
Tue, 15 Apr 2008
[ 19:13 tabthorpe search for other commits by this committer ] Original commit 
- Reassign to ports@
- Thank you for your service, we hope to see you back

PR:             ports/122796, ports/122797, ports/122798
Submitted by:   Laurent Courty <lrntct gmail.com>
Fri, 4 Apr 2008
[ 06:26 rafan search for other commits by this committer ] Original commit 
- Resolve conflict with devel/ruby-gems: bin/gem is installed by these two
  ports. As ruby-gems is more popular, change grass's gem to
  grass%%VER%%-gem. [1,2]
- Use LOCALBASE/bin/bash instead of /bin/bash in some shell scripts [2,3]
- Add supports for ODBC and SQLite in OPTIONS (default off) [2]
- Bump PORTREVISION

PR:             ports/115818 [1], ports/121919 [2,3]
Reported by:    Chris Calvey <chris at infosec.yi.org> [1],
                Sajo Zsolt Attila <sajozsattila at citromail.hu> [3]
Submitted by:   TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> [2]
Approved by:    maintainer timeout (2 weeks)
Sun, 17 Feb 2008
[ 06:00 rafan search for other commits by this committer ] Original commit 
- Update to 6.2.3

PR:             ports/119373
Submitted by:   TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:    maintainer timeout (6 weeks)
Thu, 4 Oct 2007
[ 00:21 edwin 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)
Remove always-false/true conditions based on OSVERSION 500000
Sun, 22 Jul 2007
[ 19:33 laszlof search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Add ports to "geography" virtual category

Approved by:    Pav (wearing portmgr hat)
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}.
Wed, 21 Feb 2007
[ 13:24 rafan search for other commits by this committer ] Original commit 
- Update to 6.2.1

PR:             ports/107336 (based on)
Submitted by:   Steven Kreuzer<skreuzer@f2o.org>
Approved by:    maintainer timeout (20 days)
Mon, 8 Jan 2007
[ 00:00 pav search for other commits by this committer ] Original commit 
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Mon, 12 Jun 2006
[ 18:41 erwin search for other commits by this committer ] Original commit 
Remove non-existent knob USE_FFTW.

Approved by:    maintainer
Sat, 15 Apr 2006
[ 23:33 lawrance search for other commits by this committer ] Original commit 
Update to 6.0.2.
- Add OPTIONS for selecting database support.
- Set USE_LDCONFIG to handle ldconfig startup script.

PR:             ports/93830
Submitted by:   Laurent Courty <lrntct@gmail.com> (maintainer)
Sat, 7 Jan 2006
[ 00:40 edwin search for other commits by this committer ] Original commit 
It seemed that the 4.x build was generating more files than the 6.x build.
Fixed pkg-plist accordingly.

Noticed by: YAPHR
Mon, 2 Jan 2006
[ 09:52 edwin search for other commits by this committer ] Original commit 
[maintainer update]/databases/grass fix start-up script

        Fix the start-up script in order to run ld-config in the
        right directory.

PR:             ports/91173
Submitted by:   Laurent Courty <lrntct@gmail.com>
Thu, 29 Dec 2005
[ 22:24 edwin search for other commits by this committer ] Original commit 
databases/grass add libs handling

        Change install directory and add a start-up script for
        ldconfig.  PORTREVISION bumped because libraries wasn't
        usable for other applications before.

PR:             ports/91069
Submitted by:   Laurent Courty <lrntct@gmail.com>
Tue, 27 Dec 2005
[ 00:40 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
[Maintainer Update] /databases/grass update to 6.0.1

        - removed all patches
        - added new patches to get rid of matherr references

PR:             ports/89769
Submitted by:   Laurent Courty <lrntct@gmail.com>
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Mon, 31 Jan 2005
[ 00:35 girgen search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
Wed, 27 Oct 2004
[ 00:46 edwin search for other commits by this committer ] Original commit 
Bump port-epoch to shut up chkversion (Hi eik@!)
Mon, 25 Oct 2004
[ 21:56 mharo search for other commits by this committer ] Original commit 
Backout changes until I figure out where the rest of the patches went
Mon, 18 Oct 2004
[ 01:38 mharo search for other commits by this committer ] Original commit 
upgrade to 5.0.3
Sun, 11 Jul 2004
[ 11:20 fjoe search for other commits by this committer ] Original commit 
- Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x.
- Provide really working fix for odbc driver.
- Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in
pkg-deinstall.
- Bump PORTREVISION.
Wed, 7 Jul 2004
[ 15:10 fjoe search for other commits by this committer ] Original commit 
- USE_MESA -> USE_GL.
- Fix build with thread-safe unixODBC.
- Partially fix pkg-plist (still broken on FreeBSD 5).
- Bump PORTREVISION.
Sun, 6 Jun 2004
[ 23:30 pav search for other commits by this committer ] Original commit 
- Fix fetching

PR:             ports/67641
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>

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

1 | 2  »