aboutsummaryrefslogtreecommitdiff
path: root/lang/gambas
Commit message (Collapse)AuthorAgeFilesLines
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=248835
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225297
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200774
* Upgrade to 1.0.19.Thierry Thomas2007-07-172-4/+4
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=195812
* Upgrade to 1.0.18.Thierry Thomas2007-05-282-5/+4
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=192188
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=179653
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=173460
* Upgrade to 1.0.17.Thierry Thomas2006-07-252-4/+4
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=168708
* Upgrade to 1.0.16.Thierry Thomas2006-05-022-4/+4
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=161209
* Upgrade to 1.0.15.Thierry Thomas2006-03-253-17/+24
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=158095
* Conversion to a single libtool environment.Ade Lovett2006-02-232-19/+39
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Upgrade to 1.0.14.Thierry Thomas2006-01-213-18/+19
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=154087
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Upgrade to 1.0.13.Thierry Thomas2005-11-112-3/+4
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=147980
* Upgrade to 1.0.12.Thierry Thomas2005-11-084-5/+29
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=147544
* Allow non standard $LOCALBASE.Thierry Thomas2005-11-051-0/+12
| | | | | | | Reported by: dosirak via Kris Notes: svn path=/head/; revision=147393
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Upgrade to 1.0.11.Thierry Thomas2005-09-013-4/+3
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=141738
* pgrade to 1.0.10.Thierry Thomas2005-08-283-3/+90
| | | | Notes: svn path=/head/; revision=141059
* Upgrade to 1.0.9.Thierry Thomas2005-07-193-3/+8
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=139622
* Upgrade to 1.0.8.Thierry Thomas2005-07-112-3/+3
| | | | | | | Many bug fixed: changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=138944
* Upgrade to 1.0.7.Thierry Thomas2005-07-032-3/+3
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=138433
* Now files are downloaded from the SourceForge FTP servers.Thierry Thomas2005-05-111-1/+2
| | | | | | | Reported by: Kris via pointyhat Notes: svn path=/head/; revision=135082
* Upgrade to 1.0.6 .Thierry Thomas2005-05-033-10/+10
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=134569
* Mark BROKEN on ia64.Thierry Thomas2005-05-011-2/+2
| | | | | | | | | | Note: the author knowns problems on 64 bits platform, and they will be addressed. Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=134469
* - Upgrade to 1.0.5Thierry Thomas2005-04-194-8/+25
| | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=133704
* BROKEN on sparc64: segfault during buildKris Kennaway2005-03-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132048
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Upgrade to 1.0.4.Thierry Thomas2005-03-092-3/+3
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=130754
* Upgrade to 1.0.3.Thierry Thomas2005-02-022-3/+3
| | | | Notes: svn path=/head/; revision=127898
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=127737
* Update to 1.0.2 (minor bug fixes).Thierry Thomas2005-01-122-3/+3
| | | | Notes: svn path=/head/; revision=126263
* Upgrade to 1.0.1 (final).Thierry Thomas2005-01-083-7/+152
| | | | Notes: svn path=/head/; revision=125784
* Upgrade to 1.0-RC6.Thierry Thomas2004-12-272-4/+4
| | | | | | | | | 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. Notes: svn path=/head/; revision=125280
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-2/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=124931
* - Upgrade to 1.0-RC5;Thierry Thomas2004-12-215-55/+59
| | | | | | | - Fix dependencies with libxml2 & libxslt. Notes: svn path=/head/; revision=124733
* Upgrade to 1.0-RC4.Thierry Thomas2004-11-283-6/+4
| | | | Notes: svn path=/head/; revision=122708
* Upgrade to 1.0-RC3.Thierry Thomas2004-11-214-22/+19
| | | | Notes: svn path=/head/; revision=122104