aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/nautilus
Commit message (Collapse)AuthorAgeFilesLines
* Add a dependency on libghttp. This isn't polled at configure time, but itJoe Marcus Clarke2002-07-141-1/+1
| | | | | | | | | is needed by nautilus-text-view.c. PR: 40522 Notes: svn path=/head/; revision=62914
* Apart from libpanel this port also requires bonobo and gnomevfs.Maxim Sobolev2002-07-121-1/+1
| | | | Notes: svn path=/head/; revision=62851
* Fix broken make configure. There is no gnomecore component to GNOMENG.Joe Marcus Clarke2002-07-121-2/+2
| | | | | | | | | Instead, it's libpanel. Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=62843
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-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 Notes: svn path=/head/; revision=62821
* Add fam as a dependency if libfam.so.0 exists. Nautilus will implicitly addJoe Marcus Clarke2002-07-051-1/+5
| | | | | | | | | it anyway, so this fixes the missing lib problem if fam is uninstalled. PR: 38253 Notes: svn path=/head/; revision=62459
* Put USE_LIBTOOL back.Maxim Sobolev2002-04-264-36/+20
| | | | Notes: svn path=/head/; revision=58142
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already inMaxim Sobolev2002-04-151-2/+1
| | | | | | | LIB_DEPENDS. Notes: svn path=/head/; revision=57721
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-5/+3
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Take into account that not only -current, but the -stable as well now hasMaxim Sobolev2002-03-291-8/+6
| | | | | | | | | | nl_langinfo() interface. Also remove iconv->giconv hack while I here. PR: 36064 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56868
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-03-192-28/+1
| | | | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56333
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Use correct location of nautilusConf.sh.Maxim Sobolev2002-03-131-0/+14
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56045
* Add galeon into RUN_DEPENDS - we need it for HTML rendering.Maxim Sobolev2002-03-131-0/+1
| | | | Notes: svn path=/head/; revision=56032
* Victims of Mozilla update to 0.9.9.Maxim Sobolev2002-03-121-0/+2
| | | | Notes: svn path=/head/; revision=55945
* Chase increase of freetype2 shlib version.Maxim Sobolev2002-03-111-1/+1
| | | | Notes: svn path=/head/; revision=55873
* Add patch missed in the previous commit.Maxim Sobolev2002-03-012-3/+11
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=55372
* Set LD_LIBRARY_PATH and MOZILLA_FIVE_HOME properly.Maxim Sobolev2002-02-265-4/+83
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax Notes: svn path=/head/; revision=55286
* Respect WITH_FULL_MOZILLA, which allows nautilus be linked with www/mozillaMaxim Sobolev2002-02-211-1/+12
| | | | | | | instead of www/mozilla-embedded. Notes: svn path=/head/; revision=55033
* The embedded mozilla component now appears to work with mozilla-0.9.8Ade Lovett2002-02-121-3/+1
| | | | | | | (it was broken with 0.9.7) Notes: svn path=/head/; revision=54616
* Update version number of freetype2 shared library.Maxim Sobolev2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53447
* Disable Mozilla component for now, because it doesn't work with 0.9.7.Maxim Sobolev2001-12-261-0/+2
| | | | Notes: svn path=/head/; revision=52194
* 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
* Fix braino: when WITHOUT_MOZILLA isn't defined don't override BUILD_DEPENDS,Maxim Sobolev2001-12-191-1/+1
| | | | | | | | | | but instead append appropriate entries using `+='. This should fix bento build. Submitted by: bento Notes: svn path=/head/; revision=51827
* - Don't build included tests - we don't install them anyway;Maxim Sobolev2001-12-082-4/+38
| | | | | | | - check exit code of FAMMonotor*() functions. Notes: svn path=/head/; revision=51198
* Remove debugging trap that somehow slipped into previous commit causingMaxim Sobolev2001-12-072-1/+2
| | | | | | | | | | Nautilus to hang as startup. PR: 32566 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=51168
* Fix a harmless warning from gnomevfs about local path not starting with `/'.Maxim Sobolev2001-12-051-11/+19
| | | | Notes: svn path=/head/; revision=51097
* Tech gnome-session how to set-up a LD_LIBRARY_PATH, so that mozillaMaxim Sobolev2001-11-201-10/+0
| | | | | | | | | component of nautilus Just Works[tm], without the need to customize environment. Remove appropriate comment from post-install section of nautilus' Makefile. Notes: svn path=/head/; revision=50254
* Add FreeBSD Newsflash newsfeed.Maxim Sobolev2001-11-121-2/+5
| | | | | | | Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=49970
* Add Daily Daemon News feed.Maxim Sobolev2001-11-121-0/+13
| | | | Notes: svn path=/head/; revision=49966
* Update to 1.0.6.Maxim Sobolev2001-11-124-11/+39
| | | | Notes: svn path=/head/; revision=49965
* Fix braino in the previous commit:Maxim Sobolev2001-11-071-1/+1
| | | | | | | | | ${X11BASE}/mozilla-embedded --> ${X11BASE}/lib/mozilla-embedded Submitted by: Joe Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=49820
* After installation display an short instruction on how to get MozillaMaxim Sobolev2001-11-071-0/+10
| | | | | | | component working in Nautilus. Notes: svn path=/head/; revision=49817
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-1/+11
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 1.0.5. With an updated ORBit it works in 5-CURRENT and 4-STABLEMaxim Sobolev2001-10-309-82/+348
| | | | | | | | systems. Some functionality is still missed, though (e.g. Mozilla component doesn't work), but it is a good start. Notes: svn path=/head/; revision=49360
* Turn Mozilla support off, because it doesn't compile with 0.9.3 milestone.Maxim Sobolev2001-08-281-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=47011
* Update version number of freetype2 shared library.Maxim Sobolev2001-07-121-1/+1
| | | | Notes: svn path=/head/; revision=45065
* Update to 1.0.4. Still doesn't work (hangs at startup)... :-<Maxim Sobolev2001-07-065-277/+167
| | | | Notes: svn path=/head/; revision=44828
* Clean up dependency chains after moving gtkhtml/gal inside theAde Lovett2001-06-191-1/+1
| | | | | | | USE_GNOME knob Notes: svn path=/head/; revision=44213
* Put back Mozilla support.Maxim Sobolev2001-05-223-6/+24
| | | | Notes: svn path=/head/; revision=42905
* Update to 1.0.3.Maxim Sobolev2001-05-149-480/+406
| | | | Notes: svn path=/head/; revision=42592
* 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
* Remove patch that may cause build breakage if XFREE86_VERSION == 4.Maxim Sobolev2001-05-111-10/+0
| | | | Notes: svn path=/head/; revision=42520
* Correct path to the /proc/PID/status (it's /proc/PID/stat in Linux).Maxim Sobolev2001-05-102-0/+15
| | | | | | | Submitted by: Matthew Hawkins <matthew@topic.com.au> Notes: svn path=/head/; revision=42494
* Use proper location of freetype library (LOCALBASE, not X11BASE).Maxim Sobolev2001-05-051-2/+2
| | | | Notes: svn path=/head/; revision=42277
* Add missed libghttp dependency.Maxim Sobolev2001-05-051-1/+2
| | | | Notes: svn path=/head/; revision=42274
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeAde Lovett2001-05-049-231/+597
| | | | | | | | | | | | | 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
* Ensure that the freetype-config is available. This should workaround theMaxim Sobolev2001-04-091-1/+2
| | | | | | | | | | XFree86-4 + freetype2 problem. This is not a final solution and provided only for forthcoming 4.3 release, after which it will be removed. We are still waiting for jmz to fix things properly. Notes: svn path=/head/; revision=41144
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-2/+2
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=40120