summaryrefslogtreecommitdiffstats
path: root/x11-fm
Commit message (Collapse)AuthorAgeFilesLines
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-202-2/+2
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Add a missing dependency on gdkpixbuf.marcus2002-09-182-2/+2
|
* fix for strcasestr problemijliao2002-09-173-12/+19
| | | | | PR: 35244 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* * Update to 2.0.7marcus2002-09-154-15/+44
| | | | * Add filesystem entries for some popular FreeBSD fstypes
* Backport sobomax's CD eject patch to nautilus from nautilus2.marcus2002-09-112-3/+12
|
* Since FreeBSD doesn't have unified eject command which works forsobomax2002-09-112-3/+15
| | | | | all types of removable media, use `cdcontrol eject' instead, because it will at least make the most popular removable media working.
* Forward-port the nautilus patches for fixing removable media volumes onmarcus2002-09-112-13/+64
| | | | the desktop.
* Okay, _this_ should complete the filesystem stuff. With this patch, CD namesmarcus2002-09-112-13/+66
| | | | | | are correctly displayed on the desktop when a CD is mounted. This also correctly identifies removable media (based on the "noauto" mount option).
* Complete the removable media patch as was done in nautilus.marcus2002-09-102-6/+23
|
* Port sobomax's nautilus2 volume patches to nautilus, and take things a stepmarcus2002-09-102-26/+37
| | | | | further. Now, removable media such as CDs, Zip drives, etc. are correctly handled by nautilus with pretty little icons. Bump PORTREVISION.
* Clean up some evilness in FreeBSD-specific volume monitor code. Particularlysobomax2002-09-092-29/+28
| | | | | | | this solves long standing problem with icons for each mounted filesystem cluttering desktop. Reported by: legion
* Upgrade to 0.11.34.obraun2002-09-082-2/+2
|
* Upgrade to 0.11.33obraun2002-09-024-13/+3
| | | | Approved by: dwcjr (mentor)
* Deploy USE_GNOMENG infrastructurelioux2002-09-027-7/+14
| | | | | PR: 42311 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Upgrade to 0.11.32.obraun2002-08-294-4/+14
| | | | Approved by: dwcjr (mentor)
* Update to 2.0.6.marcus2002-08-292-2/+2
|
* Upgrade to 2.6.1.obraun2002-08-263-2/+5
| | | | | | PR: ports/42032 Submitted by: maintainer Approved by: dwcjr (mentor)
* Update to 2.0.5.marcus2002-08-242-3/+3
|
* Use USE_GNOMENG.marcus2002-08-233-1/+26
| | | | | PR: 41955 Submitted by: maintainer
* Change MAINTAINER to my FreeBSD address.obraun2002-08-211-1/+1
| | | | Approved by: dwcjr (mentor)
* Update to 2.6.0kevlo2002-08-212-2/+2
| | | | | PR: 41825 Submitted by: MAINTAINER
* Update to 2.0.4.marcus2002-08-154-12/+14
|
* define WITHOUT_ICONV, WITHOUT_ISPELLfjoe2002-08-111-0/+2
|
* This port is no longer used in GNOME so take maintainership andfjoe2002-08-1116-456/+5
| | | | | | use ports/misc/mc as master port. Approved by: gnome@freebsd.org
* Update to 0.11.31pat2002-08-092-2/+2
| | | | | PR: ports/41487 Submitted by: maintainer
* Update to 2.0.3.marcus2002-08-074-14/+12
|
* Fix links to the Handbook, the FAQ and the porters-handbook.blackend2002-08-041-1/+1
| | | | Approved by: portmgr
* Use USE_GNOMENG.marcus2002-07-282-16/+8
|
* Update port to version 1.3.3.olgeni2002-07-283-16/+5
|
* Update to 2.0.2.marcus2002-07-254-134/+13
|
* Don't bother to build included test programs - they aren't installed orsobomax2002-07-251-0/+13
| | | | executed anyway.
* Fix the recent problem with list view. You need at least 2.0.1_1 forsobomax2002-07-253-36/+123
| | | | | | this to work. Obrained from GNOME cvs, therefore the patch will go away during the next version update. Bump PORTREVISION. Update to GNOMENG while I am here.
* Fix the problem with Nautilus not sensing available desktop area properlysobomax2002-07-242-0/+122
| | | | | | | and therefore allowing to place icons under the panel. This will go away when gnomepanel is teached to set _NET_WORKAREA properly (it doesn't do it yet). More details are on the very top of the patch. Bump PORTREVISION.
* Update to 2.0.1.marcus2002-07-245-73/+60
|
* Update to 0.11.30pat2002-07-222-2/+2
| | | | | PR: ports/40823 Submitted by: maintainer
* Update to 0.11.28pat2002-07-173-2/+5
| | | | | PR: ports/40706 Submitted by: maintainer
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.sobomax2002-07-151-1/+0
|
* Add a dependency on libghttp. This isn't polled at configure time, but itmarcus2002-07-141-1/+1
| | | | | | is needed by nautilus-text-view.c. PR: 40522
* Apart from libpanel this port also requires bonobo and gnomevfs.sobomax2002-07-121-1/+1
|
* Fix broken make configure. There is no gnomecore component to GNOMENG.marcus2002-07-121-2/+2
| | | | | | Instead, it's libpanel. Reported by: Mike Harding <mvh@ix.netcom.com>
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-112-36/+5
| | | | | | | | | | | | | | | | 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
* Add a patch to nautilus to fix the freeze problem when thumbnailing certainmarcus2002-07-092-6/+18
| | | | | | images. FreeBSD has a 64K default thread stack size, and this is too small for eel's gdk extensions. This patch simply doubles the thumbnailing thread size to 128K.
* Add fam as a dependency if libfam.so.0 exists. Nautilus will implicitly addmarcus2002-07-051-1/+5
| | | | | | it anyway, so this fixes the missing lib problem if fam is uninstalled. PR: 38253
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-06-301-1/+1
|
* This port doesn't need to run ldconfig.demon2002-06-291-1/+0
|
* Update to version 4.4.7.demon2002-06-294-21/+24
|
* Use REINPLACE_CMD instead of PERLperky2002-06-263-6/+9
| | | | | PR: 39790 Submitted by: Scott Flatman <sf@dsinw.com>
* Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1
|
* Update to version 1.3.2.olgeni2002-06-232-2/+2
|
* upgrade to 0.11.27ijliao2002-06-232-5/+5
| | | | | PR: 39685 Submitted by: maintainer
OpenPOWER on IntegriCloud