CVS log for ports/lang/gambas/Makefile
Up to [FreeBSD] / ports / lang / gambas
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Mar 19 13:15:23 2011 UTC (10 months, 3 weeks ago) by ale
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Bump PORTREVISION for ports linking to default libmysqlclient.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:20 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:31 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Apr 3 10:44:18 2010 UTC (22 months, 1 week ago) by roam
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Chase the ftp/curl shlib version bump.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:38:53 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:40:13 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
- update to jpeg-8
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Jan 30 09:43:29 2010 UTC (2 years ago) by mva
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
- Update devel/sdl12 to version 1.2.14. - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:27 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
-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
Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:53:14 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Jan 23 15:42:52 2009 UTC (3 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
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.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:36:28 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -4 lines
- Remove conditional checks for FreeBSD 5.x and older
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:29 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:41:08 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
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)
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:51:27 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -3 lines
- 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)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:28:25 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
- Chase devel/sdl12 shlib version bump
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Oct 4 01:25:15 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +0 -4 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jul 17 20:43:44 2007 UTC (4 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Upgrade to 1.0.19. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon May 28 15:28:54 2007 UTC (4 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
Upgrade to 1.0.18. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat May 19 20:13:36 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Dec 13 12:41:27 2006 UTC (5 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Update the ftp/curl port to 7.16.0. Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:21:46 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -0 lines
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jul 25 09:40:52 2006 UTC (5 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Upgrade to 1.0.17. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue May 2 20:28:52 2006 UTC (5 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Upgrade to 1.0.16. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Mar 25 08:52:08 2006 UTC (5 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -5 lines
Upgrade to 1.0.15. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:40 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -3 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jan 21 21:01:15 2006 UTC (6 years ago) by thierry
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -1 lines
Upgrade to 1.0.14. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:53 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -2 lines
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.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Nov 11 21:15:43 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Upgrade to 1.0.13. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Nov 8 06:09:29 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Upgrade to 1.0.12. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Nov 5 16:39:18 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +12 -0 lines
Allow non standard $LOCALBASE. Reported by: dosirak via Kris
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:36 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Sep 1 22:30:55 2005 UTC (6 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Upgrade to 1.0.11. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 28 09:08:37 2005 UTC (6 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
pgrade to 1.0.10.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jul 19 20:46:14 2005 UTC (6 years, 6 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Upgrade to 1.0.9. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jul 11 20:34:45 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Upgrade to 1.0.8. Many bug fixed: changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jul 3 20:57:13 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Upgrade to 1.0.7. The main changes are: * Process management has been backported from the development version. * A new czech translation for the IDE, and a new japanese translation for the database manager. * Some important bugs were fixed.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed May 11 18:56:37 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Now files are downloaded from the SourceForge FTP servers. Reported by: Kris via pointyhat
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue May 3 19:51:47 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Upgrade to 1.0.6 . Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun May 1 20:36:10 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Mark BROKEN on ia64.
Note: the author knowns problems on 64 bits platform, and they will
be addressed.
Reported by: Kris via pointyhat.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 19 21:09:01 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +9 -3 lines
- Upgrade to 1.0.5 Changelog at <http://gambas.sourceforge.net/changelog.html> - Make the dependency on mysql-client optional [1] - Permit the IDE to display the example projects in the initial startup dialog [1] Suggested by: Neil Darlow <neil (at) darlow.co.uk> [1]
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Mar 26 22:33:30 2005 UTC (6 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -0 lines
BROKEN on sparc64: segfault during build Approved by: portmgr (self)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:56 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Mar 9 22:35:10 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Upgrade to 1.0.4. Changelog at <http://gambas.sourceforge.net/changelog.html>.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Feb 2 09:59:02 2005 UTC (7 years ago) by thierry
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Upgrade to 1.0.3.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:47 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
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)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 12 21:21:32 2005 UTC (7 years ago) by thierry
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Update to 1.0.2 (minor bug fixes).
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jan 8 12:06:24 2005 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -3 lines
Upgrade to 1.0.1 (final).
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:35:59 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Upgrade to 1.0-RC6. Warning! As of this update, the password of your databases connections are crypted. If you were using the database manager, please remove ~/.gambas/gambas-database-manager.conf before launching the new version.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 23 08:25:46 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Clean up SQLite and related ports. o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 21 22:18:50 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -2 lines
- Upgrade to 1.0-RC5; - Fix dependencies with libxml2 & libxslt.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 28 23:10:50 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Upgrade to 1.0-RC4.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 21 22:02:27 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Upgrade to 1.0-RC3.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Nov 8 20:47:31 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -0 lines
Don't trust PORTVERSION: this is actually 1.0-RC2.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 11 22:43:43 2004 UTC (7 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Upgrade to 0.99.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 6 21:49:01 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1 lines
Remove a false dependency if pgrep/pkill are included in the base system. Approved by: portmgr (mcl).
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 26 19:37:41 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Upgrade to 0.98a.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 18 22:34:32 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Upgrade to 0.97a: bugs fix release + doc. reorganization.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Aug 15 20:06:48 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- Upgrade to 0.97; - switch to libtool 1.5. Known bug: the eval component aborts (already in 0.96, beeing investigated).
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 2 20:37:28 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Upgrade to 0.96.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 31 19:03:07 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -2 lines
Upgrade to 0.95.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 25 21:59:43 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -5 lines
- upgrade to 0.94a; - mark broken (against) on FreeBSD-4.x.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 6 23:35:04 2004 UTC (7 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Re-chase the curl shared library version. Pointy hat to: ade
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:23 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Sync with new bsd.autotools.mk
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 3 22:41:38 2004 UTC (7 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Update ftp/curl to 7.12.0 and bump the shared library version in all dependent ports.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 2 22:16:29 2004 UTC (7 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -9 lines
Unbreak on -STABLE: - dont use gcc 3.3 to link with qt; - disable sqlite on FreeBSD-4.x (at this time).
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 20 09:44:33 2004 UTC (7 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Upgrade to 0.93b.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 19 21:31:51 2004 UTC (7 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -8 lines
Upgrade to 0.93a. Warning: the installation directories have changed.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 10 22:54:41 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -5 lines
The tarball of 0.92 has been replaced by 0.92a. It includes the patch added yesterday. Noticed on: Bento Approved by: pav (mentor).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 9 21:21:12 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Fix an horrible bug in Gambas. The 0.92 IDE corrupts tabstrips in forms when you save them! If you have a tabstrip with three tabs, for example, then each tab will have the same children controls as the first one! This is the reason why some people wrote that the compiler said an unexpected '"Frame1" already defined' or something similar. Approved by: pav (mentor) Obtained from: the author.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 3 17:50:34 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
- Upgrade to 0.92. - unbreak the examples. Approved by: mat (implicit).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 25 18:10:25 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Add gambas 0.91, gambas Almost Means BASic. PR: 62755 Approved by: mat (mentor).
