non port: databases/gigabase/Makefile |
SVNWeb
|
Number of commits found XX: 144 (showing only 100 on this page) 1 | 2 » |
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] 
475857 Mk/bsd.ruby.mk
475857 accessibility/atkmm/Makefile
475857 archivers/brotli/Makefile
475857 archivers/c-blosc/Makefile
475857 archivers/innoextract/Makefile
475857 archivers/kf5-karchive/Makefile
475857 archivers/lazperf/Makefile
475857 archivers/libpar2/Makefile
475857 archivers/paq/Makefile
475857 archivers/pxz/Makefile
(Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] 
464084 archivers/pxz/Makefile
464084 archivers/zip-ada/Makefile
464084 astro/R-cran-maptools/Makefile
464084 astro/astrometry/Makefile
464084 astro/kstars-kde4/Makefile
464084 astro/nightfall/Makefile
464084 astro/py-RO/Makefile
464084 astro/py-aipy/Makefile
464084 astro/py-astLib/Makefile
464084 astro/py-astropy/Makefile
(Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] 
449591 accessibility/atkmm/Makefile
449591 archivers/brotli/Makefile
449591 archivers/c-blosc/Makefile
449591 archivers/kf5-karchive/Makefile
449591 archivers/libpar2/Makefile
449591 archivers/paq/Makefile
449591 archivers/pxz/Makefile
449591 archivers/py-brotli/Makefile
449591 archivers/rvm/Makefile
449591 astro/geographiclib/Makefile
(Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sun, 14 May 2017
|
[ 18:30 jbeich ] 
440885 databases/gigabase/Makefile
databases/gigabase: work around GCC >= 6 bustage
testtimeseries.cpp: In function 'float fmax(float, float)':
testtimeseries.cpp:50:35: error: 'float fmax(float, float)' conflicts with a
previous declaration
inline float fmax(float x, float y) { return x > y ? x : y; }
^
In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0,
from testtimeseries.cpp:15:
/usr/local/lib/gcc6/include/c++/cmath:1452:3: note: previous declaration
'constexpr float std::fmax(float, float)'
fmax(float __x, float __y)
^~~~
testtimeseries.cpp: In function 'float fmin(float, float)':
testtimeseries.cpp:51:35: error: 'float fmin(float, float)' conflicts with a
previous declaration
inline float fmin(float x, float y) { return x < y ? x : y; }
^ (Only the first 15 lines of the commit message are shown above )
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] 
437439 archivers/kf5-karchive/Makefile
437439 archivers/paq/Makefile
437439 archivers/pxz/Makefile
437439 archivers/py-brotli/Makefile
437439 archivers/rvm/Makefile
437439 astro/geographiclib/Makefile
437439 astro/gpstk/Makefile
437439 astro/kstars/Makefile
437439 astro/libosmium/Makefile
437439 astro/nightfall/Makefile
(Only the first 10 of 1118 ports in this commit are shown above. )
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, 20 Nov 2016
|
[ 09:38 gerald ] 
426566 archivers/paq/Makefile
426566 archivers/pxz/Makefile
426566 astro/gpstk/Makefile
426566 audio/codec2/Makefile
426566 audio/csound/Makefile
426566 audio/deadbeef/Makefile
426566 audio/firefly/Makefile
426566 audio/funktrackergold/Makefile
426566 audio/idjc/Makefile
426566 audio/libsoxr/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
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.
|
Sun, 7 Jun 2015
|
[ 15:23 amdmi3 ] 
388722 databases/gigabase/Makefile
- Strip libraries
|
Sat, 18 Apr 2015
|
[ 19:09 tijl ] 
384248 audio/openspc/Makefile
384248 cad/repsnapper/Makefile
384248 databases/gigabase/Makefile
384248 databases/gigabase/files/patch-Makefile.in
384248 databases/gigabase/files/patch-configure.in
384248 databases/mdbtools/Makefile
384248 databases/mysql-workbench51/Makefile
384248 databases/mysql-workbench51/files/patch-configure.in
384248 databases/mysql-workbench52/Makefile
384248 databases/tora/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
Convert to USES=autoreconf
|
Sat, 13 Sep 2014
|
[ 18:25 tijl ] 
368126 archivers/unadf/Makefile
368126 astro/libnova/Makefile
368126 audio/libtremor/Makefile
368126 audio/pd/Makefile
368126 benchmarks/siege/Makefile
368126 cad/gerbv/Makefile
368126 comms/hidapi/Makefile
368126 comms/owfs/Makefile
368126 comms/ser2net/Makefile
368126 databases/gigabase/Makefile
(Only the first 10 of 30 ports in this commit are shown above. )
Use default LIBTOOLIZE_ARGS
|
Wed, 18 Jun 2014
|
[ 07:41 miwi ] 
358226 databases/gigabase/Makefile
358226 databases/gigabase/distinfo
358226 databases/gigabase/files/patch-Makefile.in
358226 databases/gigabase/pkg-descr
358226 databases/gigabase/pkg-plist
- Update to 3.91
PR: 190893
|
Mon, 26 May 2014
|
[ 06:55 bapt ] 
355278 astro/gpstk/Makefile
355278 biology/muscle/Makefile
355278 cad/meshdev/Makefile
355278 cad/openvsp/Makefile
355278 chinese/phpbb-tw/Makefile
355278 comms/openobex/Makefile
355278 comms/usrp/Makefile
355278 converters/p5-WAP-wbxml/Makefile
355278 databases/gigabase/Makefile
355278 deskutils/myitcrm/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
Convert to USES=dos2unix
With hat: portmgr
|
Thu, 6 Feb 2014
|
[ 03:17 miwi ] 
342932 audio/sooperlooper/Makefile
342932 databases/gigabase/Makefile
- Drop maintainership
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] 
327717 databases/R-cran-DBI/Makefile
327717 databases/R-cran-RMySQL/Makefile
327717 databases/R-cran-RSQLite.extfuns/Makefile
327717 databases/R-cran-RSQLite/Makefile
327717 databases/R-cran-sqldf/Makefile
327717 databases/WWWdb/Makefile
327717 databases/adminer/Makefile
327717 databases/adodb/Makefile
327717 databases/adodb5/Makefile
327717 databases/akonadi-googledata/Makefile
(Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 16 May 2012
|
[ 04:10 miwi ]
1.131 databases/gigabase/Makefile
1.4 databases/gigabase/files/patch-Makefile.in
- Unbreak build
|
Sun, 13 May 2012
|
[ 20:09 pav ]
1.130 databases/gigabase/Makefile
- Mark BROKEN: does not patch
Reported by: pointyhat
|
Thu, 3 May 2012
|
[ 16:04 miwi ]
1.129 databases/gigabase/Makefile
1.114 databases/gigabase/distinfo
1.3 databases/gigabase/files/patch-Makefile.in
- Update to 3.86
PR: 166967
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
Mon, 7 Nov 2011
|
[ 03:25 miwi ]
1.93 databases/fastdb/Makefile
1.128 databases/gigabase/Makefile
1.36 databases/glom/Makefile
1.8 databases/jrrd/Makefile
1.19 databases/mysql-workbench51/Makefile
1.10 databases/mysqlard/Makefile
1.9 databases/php5-rrdtool/Makefile
1.102 databases/rrdtool/Makefile
1.66 databases/sqlite3/Makefile
1.2 databases/sqlite3/files/pthread_equal_stub
(Only the first 10 of 22 ports in this commit are shown above. )
- Get rid FreeBSD 6.x support
|
Sun, 6 Nov 2011
|
[ 15:34 miwi ]
1.127 databases/gigabase/Makefile
1.113 databases/gigabase/distinfo
- Update to 3.84
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ]
1.37 archivers/libcomprex/Makefile
1.27 archivers/rvm/Makefile
1.4 archivers/squeeze/Makefile
1.14 archivers/unshield/Makefile
1.16 astro/cfitsio/Makefile
1.35 astro/libnova/Makefile
1.34 astro/nightfall/Makefile
1.28 astro/starplot/Makefile
1.13 audio/ario/Makefile
1.34 audio/ccaudio2/Makefile
(Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sun, 12 Jun 2011
|
[ 03:54 miwi ]
1.124 databases/gigabase/Makefile
1.112 databases/gigabase/distinfo
- Update to 3.82
|
Sat, 12 Feb 2011
|
[ 18:36 miwi ]
1.123 databases/gigabase/Makefile
1.111 databases/gigabase/distinfo
- Update to 3.80
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.164 Mk/bsd.gnome.mk
1.63 Mk/bsd.php.mk
1.660 Mk/bsd.port.mk
1.1001 UPDATING
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Thu, 4 Nov 2010
|
[ 10:00 miwi ]
1.121 databases/gigabase/Makefile
1.110 databases/gigabase/distinfo
- Update to 3.79
|
Sat, 10 Jul 2010
|
[ 07:38 miwi ]
1.120 databases/gigabase/Makefile
1.109 databases/gigabase/distinfo
- Update to 3.77
|
Fri, 2 Apr 2010
|
[ 16:50 miwi ]
1.119 databases/gigabase/Makefile
1.108 databases/gigabase/distinfo
- Update to 3.76
PR: 145153
Submitted by: Sahil Tandon <sahil@tandon.net>
|
Thu, 11 Mar 2010
|
[ 21:25 miwi ]
1.118 databases/gigabase/Makefile
1.107 databases/gigabase/distinfo
1.5 databases/gigabase/pkg-descr
- Update to 3.75
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ]
1.5 databases/WWWdb/Makefile
1.8 databases/adminer/Makefile
1.51 databases/adodb/Makefile
1.8 databases/adodb5/Makefile
1.5 databases/aolserver-nsmysql/Makefile
1.8 databases/aolserver-nspostgres/Makefile
1.10 databases/bbdb/Makefile
1.2 databases/buzhug/Makefile
1.61 databases/clip/Makefile
1.10 databases/dbXML/Makefile
(Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.31 Mk/bsd.autotools.mk
1.842 UPDATING
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.2 archivers/libcomprex/files/patch-Makefile.in
(Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Sat, 11 Jul 2009
|
[ 16:21 miwi ]
1.115 databases/gigabase/Makefile
1.106 databases/gigabase/distinfo
- Update to 3.70
|
Sun, 22 Mar 2009
|
[ 14:39 miwi ]
1.114 databases/gigabase/Makefile
1.105 databases/gigabase/distinfo
- Update to 3.69
|
Tue, 3 Feb 2009
|
[ 09:42 miwi ]
1.113 databases/gigabase/Makefile
1.104 databases/gigabase/distinfo
- Update to 3.68
|
Tue, 23 Dec 2008
|
[ 19:48 miwi ]
1.112 databases/gigabase/Makefile
1.103 databases/gigabase/distinfo
- Update to 3.67
- Take maintainership
|
Fri, 4 Jul 2008
|
[ 23:54 gahr ]
1.111 databases/gigabase/Makefile
1.102 databases/gigabase/distinfo
- Update to 3.66
PR: 125230
Submitted by: Ports Fury
|
Fri, 30 May 2008
|
[ 13:43 miwi ]
1.110 databases/gigabase/Makefile
1.101 databases/gigabase/distinfo
- Update to 3.65
PR: 124037
Submitted by: Ports Fury
|
Fri, 14 Dec 2007
|
[ 16:51 miwi ]
1.109 databases/gigabase/Makefile
1.100 databases/gigabase/distinfo
1.2 databases/gigabase/files/patch-Makefile.in
1.2 databases/gigabase/files/patch-configure
1.10 databases/gigabase/pkg-plist
- Update to 3.61
PR: 118605
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 23 Jul 2007
|
[ 22:49 mm ]
1.108 databases/gigabase/Makefile
1.99 databases/gigabase/distinfo
- update to 3.58
PR: ports/114781
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: garga (mentor, implicitt)
|
Thu, 14 Sep 2006
|
[ 17:51 osa ]
1.107 databases/gigabase/Makefile
Drop maintainership.
|
Tue, 13 Jun 2006
|
[ 10:20 osa ]
1.106 databases/gigabase/Makefile
1.98 databases/gigabase/distinfo
Update to 3.49.
|
Mon, 17 Apr 2006
|
[ 09:25 osa ]
1.105 databases/gigabase/Makefile
1.97 databases/gigabase/distinfo
Update to 3.48.
|
Fri, 14 Apr 2006
|
[ 10:24 osa ]
1.104 databases/gigabase/Makefile
1.96 databases/gigabase/distinfo
Update to 3.47.
|
Wed, 15 Mar 2006
|
[ 08:55 osa ]
1.103 databases/gigabase/Makefile
1.95 databases/gigabase/distinfo
Update to 3.46.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.23 accessibility/at-spi/pkg-plist
1.44 accessibility/atk/Makefile
1.22 accessibility/atk/pkg-plist
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.30 accessibility/gail/pkg-plist
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomemag/pkg-plist
1.17 accessibility/gnomespeech/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Mon, 20 Feb 2006
|
[ 07:47 osa ]
1.101 databases/gigabase/Makefile
1.8 databases/gigabase/pkg-plist
Fix build depended port (i.e. www/oops) by install addition header.
Bump PORTREVISION.
No cookie for: author
Notice about broken build from: az, kris
|
Wed, 15 Feb 2006
|
[ 10:23 osa ]
1.100 databases/gigabase/Makefile
1.94 databases/gigabase/distinfo
Update to 3.45.
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.18 Mk/bsd.php.mk
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
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, 14 Nov 2005
|
[ 14:30 osa ]
1.98 databases/gigabase/Makefile
1.92 databases/gigabase/distinfo
Update to 3.43.
|
Tue, 30 Aug 2005
|
[ 12:09 osa ]
1.97 databases/gigabase/Makefile
1.91 databases/gigabase/distinfo
Update to 3.42.
|
Mon, 1 Aug 2005
|
[ 12:18 osa ]
1.96 databases/gigabase/Makefile
1.90 databases/gigabase/distinfo
Update to 3.41.
|
Thu, 7 Jul 2005
|
[ 13:24 osa ]
1.95 databases/gigabase/Makefile
1.89 databases/gigabase/distinfo
Update to 3.40.
|
Thu, 16 Jun 2005
|
[ 07:01 osa ]
1.94 databases/gigabase/Makefile
1.88 databases/gigabase/distinfo
1.1 databases/gigabase/files/patch-Makefile.in
1.8 databases/gigabase/files/patch-aa
Update to 3.39.
Make patch directory more punctual.
|
Thu, 26 May 2005
|
[ 13:12 osa ]
1.93 databases/gigabase/Makefile
1.87 databases/gigabase/distinfo
Update to 3.38.
|
Mon, 25 Apr 2005
|
[ 09:59 osa ]
1.92 databases/gigabase/Makefile
1.86 databases/gigabase/distinfo
Update to fresh version 3.37.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 4 Apr 2005
|
[ 07:09 osa ]
1.89 databases/gigabase/Makefile
1.85 databases/gigabase/distinfo
Update to 3.35.
|
Fri, 24 Dec 2004
|
[ 13:55 osa ]
1.88 databases/gigabase/Makefile
1.84 databases/gigabase/distinfo
Update to 3.31.
|
Tue, 30 Nov 2004
|
[ 08:48 osa ]
1.87 databases/gigabase/Makefile
1.83 databases/gigabase/distinfo
Update to latest release - 3.30.
|
Mon, 22 Nov 2004
|
[ 07:21 osa ]
1.86 databases/gigabase/Makefile
1.82 databases/gigabase/distinfo
Update to 3.29.
|
Mon, 1 Nov 2004
|
[ 15:00 osa ]
1.85 databases/gigabase/Makefile
1.81 databases/gigabase/distinfo
Update to 3.28.
|
Mon, 25 Oct 2004
|
[ 11:26 osa ]
1.84 databases/gigabase/Makefile
1.80 databases/gigabase/distinfo
Update to 3.27.
|
Mon, 23 Aug 2004
|
[ 11:33 osa ]
1.83 databases/gigabase/Makefile
1.79 databases/gigabase/distinfo
1.2 databases/gigabase/files/patch-localcli.h
Update to 3.26.
Remove needless patch.
|
Wed, 11 Aug 2004
|
[ 22:02 osa ]
1.82 databases/gigabase/Makefile
1.78 databases/gigabase/distinfo
1.1 databases/gigabase/files/patch-localcli.h
Update to 3.25 [1]
Add temporary fix for build with gcc-3.4.x [2]
[2] Notice from: kris
|
Mon, 19 Jul 2004
|
[ 08:56 osa ]
1.81 databases/gigabase/Makefile
1.77 databases/gigabase/distinfo
Update to 3.24.
|
Mon, 5 Jul 2004
|
[ 11:36 osa ]
1.80 databases/gigabase/Makefile
1.76 databases/gigabase/distinfo
1.7 databases/gigabase/files/patch-aa
Update to latest release 3.23.
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
|
Mon, 21 Jun 2004
|
[ 10:38 osa ]
1.79 databases/gigabase/Makefile
1.75 databases/gigabase/distinfo
Update to latest release 3.22.
From CHANGES:
<quote>
1. Introduce area_t type to specify type used for rectangle
coordinates multiplication (spatial index)
2. Fix critical bug in query deallocation synchronization
(which can cause crash in mu tithreaded environment)
</quote>
|
Mon, 31 May 2004
|
[ 09:00 osa ]
1.78 databases/gigabase/Makefile
1.74 databases/gigabase/distinfo
Update to 3.21.
|
Wed, 12 May 2004
|
[ 11:19 osa ]
1.77 databases/gigabase/Makefile
1.73 databases/gigabase/distinfo
Update to 3.20.
|
Thu, 29 Apr 2004
|
[ 09:36 osa ]
1.76 databases/gigabase/Makefile
1.72 databases/gigabase/distinfo
Update to 3.19.
|
Sun, 28 Mar 2004
|
[ 19:37 osa ]
1.75 databases/gigabase/Makefile
1.71 databases/gigabase/distinfo
Update to 3.17.
|
Fri, 19 Mar 2004
|
[ 12:18 osa ]
1.74 databases/gigabase/Makefile
1.70 databases/gigabase/distinfo
Update to latest release 3.16.
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Wed, 10 Mar 2004
|
[ 09:48 osa ]
1.72 databases/gigabase/Makefile
1.69 databases/gigabase/distinfo
Update to 3.15.
|
Mon, 1 Mar 2004
|
[ 14:17 osa ]
1.71 databases/gigabase/Makefile
1.68 databases/gigabase/distinfo
Update to 3.14.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 26 Jan 2004
|
[ 12:15 osa ]
1.69 databases/gigabase/Makefile
1.66 databases/gigabase/distinfo
1.7 databases/gigabase/pkg-plist
Update to 3.12.
|
Thu, 22 Jan 2004
|
[ 12:34 osa ]
1.68 databases/gigabase/Makefile
1.65 databases/gigabase/distinfo
Update to 3.11.
|
Thu, 8 Jan 2004
|
[ 10:00 osa ]
1.67 databases/gigabase/Makefile
1.64 databases/gigabase/distinfo
Update to 3.10.
|
Tue, 6 Jan 2004
|
[ 15:34 osa ]
1.66 databases/gigabase/Makefile
1.63 databases/gigabase/distinfo
Update to 3.09.
|
Mon, 15 Dec 2003
|
[ 10:59 osa ]
1.65 databases/gigabase/Makefile
1.62 databases/gigabase/distinfo
Update to 3.07.
|
Tue, 9 Dec 2003
|
[ 11:43 osa ]
1.64 databases/gigabase/Makefile
1.61 databases/gigabase/distinfo
1.4 databases/gigabase/files/patch-ab
Update to 3.06.
|
Thu, 4 Dec 2003
|
[ 10:52 osa ]
1.63 databases/gigabase/Makefile
1.60 databases/gigabase/distinfo
Update to 3.05.
|
Tue, 11 Nov 2003
|
[ 12:28 osa ]
1.62 databases/gigabase/Makefile
1.59 databases/gigabase/distinfo
Update to 3.02.
|
Fri, 17 Oct 2003
|
[ 15:29 osa ]
1.61 databases/gigabase/Makefile
1.58 databases/gigabase/distinfo
Update to 3.01
|
Mon, 29 Sep 2003
|
[ 09:56 osa ]
1.60 databases/gigabase/Makefile
1.57 databases/gigabase/distinfo
Update to 2.99.
|
Wed, 24 Sep 2003
|
[ 09:45 osa ]
1.59 databases/gigabase/Makefile
1.56 databases/gigabase/distinfo
Update to 2.98
PR: 56888
|
Wed, 3 Sep 2003
|
[ 10:42 osa ]
1.58 databases/gigabase/Makefile
1.55 databases/gigabase/distinfo
Update to 2.97.
|
Thu, 17 Jul 2003
|
[ 10:38 osa ]
1.57 databases/gigabase/Makefile
1.54 databases/gigabase/distinfo
Update to 2.96.
|
Fri, 4 Jul 2003
|
[ 13:48 osa ]
1.56 databases/gigabase/Makefile
1.53 databases/gigabase/distinfo
Update to 2.93.
Approved by: fjoe (mentor) (implicit)
|
Thu, 26 Jun 2003
|
[ 16:16 osa ]
1.55 databases/gigabase/Makefile
1.52 databases/gigabase/distinfo
Update to 2.92
Approved by: fjoe (mentor) (implicit)
|
Thu, 19 Jun 2003
|
[ 15:00 osa ]
1.54 databases/gigabase/Makefile
1.51 databases/gigabase/distinfo
Update to latest release 2.91
Approved by: fjoe (implicit) (mentor)
|
[ 13:58 osa ]
1.53 databases/gigabase/Makefile
1.6 databases/gigabase/files/patch-aa
1.6 databases/gigabase/pkg-plist
Fix problem with database/fastdb port:
gigabase and fastdb pkg-plist's contain a cross-files
Approved by: fjoe (implicit)
|
Tue, 10 Jun 2003
|
[ 13:06 osa ]
1.52 databases/gigabase/Makefile
1.50 databases/gigabase/distinfo
Update to 2.90
Approved by: fjoe (implicit)
|
Fri, 6 Jun 2003
|
[ 13:27 osa ]
1.15 databases/fastdb/Makefile
1.51 databases/gigabase/Makefile
1.25 www/oops/Makefile
Change my e-mail address
Approved by: fjoe (mentor)
|
Thu, 22 May 2003
|
[ 09:42 foxfair ]
1.50 databases/gigabase/Makefile
1.49 databases/gigabase/distinfo
PR: 52470
[MAINTAINER update] databases/gigabase: update from 2.86 to 2.88
|
Wed, 14 May 2003
|
[ 12:53 fjoe ]
1.49 databases/gigabase/Makefile
1.48 databases/gigabase/distinfo
Update to 2.86.
PR: 52220
Submitted by: Sergey A. Osokin (MAINTAINER)
|
Tue, 13 May 2003
|
[ 13:12 tobez ]
1.48 databases/gigabase/Makefile
1.47 databases/gigabase/distinfo
Update to 2.85.
PR: 52117
Submitted by: maintainer
|
Tue, 29 Apr 2003
|
[ 10:19 tobez ]
1.47 databases/gigabase/Makefile
1.46 databases/gigabase/distinfo
Update to 2.83.
PR: 51565
Submitted by: maintainer
|
Number of commits found XX: 144 (showing only 100 on this page) 1 | 2 » |