summaryrefslogtreecommitdiff
path: root/lang/gnomebasic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-111-4/+2
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Respect CFLAGS instead of always incorporating debugging info into libgbrunMaxim Sobolev2002-06-212-4/+19
| | | | | | | shared library, which boosts package size by 10x. Notes: svn path=/head/; revision=61678
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 0.0.20.Maxim Sobolev2001-07-095-18/+52
| | | | Notes: svn path=/head/; revision=44969
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeAde Lovett2001-05-044-8/+24
| | | | | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. Notes: svn path=/head/; revision=42260
* Update to 0.0.17Ade Lovett2001-01-052-2/+2
| | | | Notes: svn path=/head/; revision=36820
* Update to 0.0.16Ade Lovett2000-11-303-2/+4
| | | | Notes: svn path=/head/; revision=35559
* Update to 0.0.15Ade Lovett2000-11-053-2/+4
| | | | Notes: svn path=/head/; revision=34822
* Update to 0.0.14Ade Lovett2000-11-023-2/+4
| | | | Notes: svn path=/head/; revision=34673
* Update to 0.0.13Ade Lovett2000-10-224-27/+9
| | | | Notes: svn path=/head/; revision=34108
* Implement USE_GNOME, part 2.Jeremy Lea2000-10-051-7/+1
| | | | Notes: svn path=/head/; revision=33429
* Remove -Werror from CFLAGS as it was causing build to fall over on theSteve Price2000-08-081-2/+10
| | | | | | | Alpha. Notes: svn path=/head/; revision=31401
* Gnome Basic is an embryonic attempt to provide VB compatible functionalityAde Lovett2000-06-287-0/+115
for the GNOME project, particularly with respect to office (VBA) compatibility. Notes: svn path=/head/; revision=29944