summaryrefslogtreecommitdiff
path: root/x11-toolkits/eel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put USE_LIBTOOL back.Maxim Sobolev2002-04-253-30/+14
|
* In a function eel_read_entire_file() allocate extra byte and ensure that theMaxim Sobolev2001-12-202-0/+16
| | | | | | | | | read buffer is terminated by '\0', because it seems that Nautilus expects it to be. The proper fix would be to fix Nautilus instead, but I'll leave this excersise to Nautilus developers. This should fix one of the most frequent crashes I've saw in Nautilus so far. Bump PORTREVISION. Recommended update.
* 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>
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Unbreak on 4-STABLE. Reportedly this allows Nautilus run in STABLE as well.Maxim Sobolev2001-10-271-1/+1
| | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* Update to 1.0.2.Maxim Sobolev2001-10-094-69/+89
|
* Update to 1.0.1.Maxim Sobolev2001-07-065-6/+38
|
* Primary category is x11-toolkits, not graphics.Maxim Sobolev2001-05-151-1/+1
|
* MASTER_SITE_SUBDIR is stable/sources/eel, not stable/sources/librsvg.Maxim Sobolev2001-05-141-1/+1
|
* 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.
* The eel library contains a number of generally useful classes and functions.Ade Lovett2001-05-086-0/+169
Many of them are extensions to things in glib, gtk, gnome-libs, and other widely-used GNOME platform libraries. The long term plan is to move much of this into the platform libraries themselves.