Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put USE_LIBTOOL back. | Maxim Sobolev | 2002-04-25 | 3 | -30/+14 |
| | |||||
* | In a function eel_read_entire_file() allocate extra byte and ensure that the | Maxim Sobolev | 2001-12-20 | 2 | -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't | Maxim Sobolev | 2001-12-20 | 1 | -17/+8 |
| | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> | ||||
* | Don't filter libc_r on 5-CURRENT. | Maxim Sobolev | 2001-12-19 | 1 | -8/+17 |
| | |||||
* | Don't link in libc - FreeBSD doesn't need this. | Maxim Sobolev | 2001-10-31 | 1 | -1/+11 |
| | | | | Submitted by: Ports Fury | ||||
* | Unbreak on 4-STABLE. Reportedly this allows Nautilus run in STABLE as well. | Maxim Sobolev | 2001-10-27 | 1 | -1/+1 |
| | | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> | ||||
* | Update to 1.0.2. | Maxim Sobolev | 2001-10-09 | 4 | -69/+89 |
| | |||||
* | Update to 1.0.1. | Maxim Sobolev | 2001-07-06 | 5 | -6/+38 |
| | |||||
* | Primary category is x11-toolkits, not graphics. | Maxim Sobolev | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | MASTER_SITE_SUBDIR is stable/sources/eel, not stable/sources/librsvg. | Maxim Sobolev | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | SWitch maintainership of core GNOME ports to a small group of | Ade Lovett | 2001-05-11 | 1 | -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 Lovett | 2001-05-08 | 6 | -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. |