aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus
Commit message (Collapse)AuthorAgeFilesLines
* Update to the lastest GNOME 3.16 releases.kwm2015-12-123-4/+3
|
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-063-42/+35
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-312-3/+3
| | | | | | | | | Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
* Update GNOME to 3.14.2.kwm2014-12-032-4/+4
| | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-195-221/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* Remove now useless @execbapt2014-09-031-1/+0
|
* Add missing library libgmodule-2.0tijl2014-09-021-1/+2
| | | | Reported by: antoine
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* - Switch to USE_GNOME=introspectionamdmi32014-05-121-2/+1
| | | | Approved by: maintainer timeout
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Support stagebapt2014-04-112-15/+16
| | | | Modernize
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-fm)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* - Fix usage of USESaz2013-08-041-2/+1
| | | | Approved by: kwm@ (gnome@)
* Fix build with glib 2.36.kwm2013-06-172-7/+5
| | | | Convert to USES=desktop-file-utils and shared-mime-info.
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - graphics/libexif:pclin2013-03-141-1/+1
| | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a
* Fix the build with new glib.kwm2013-01-221-12/+13
| | | | | | | While here trim Makefile header, remove shlib version in LIB_DEPENDS and register conflict in nautilus. Obtained from: gnome staging area.
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Bump PORTREVISION to chase the update of libexifwen2011-03-041-0/+1
|
* Update to 2.32.2.1.avl2010-12-302-3/+3
|
* Update to 2.32.2.kwm2010-12-122-3/+3
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-203-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-113-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Update to 2.28.4.marcus2009-12-172-4/+4
|
* Update to 2.28.3.kwm2009-12-172-4/+4
|
* Update to 2.28.2.marcus2009-12-063-4/+7
|
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-296-42/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
* Add a patch from GNOME git to fix a crash with nautilus preferences.marcus2009-09-102-1/+12
| | | | Obtained from: GNOME git
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Update to 2.26.3.kwm2009-05-192-5/+4
|
* Add an autostart condition on whether or notmarcus2009-04-262-3/+10
| | | | | | /apps/nautilus/preferences/show_desktop is set. Reported by: Dave Hayes <dave@jetcafe.org>
* Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-242-5/+5
| | | | Approved by: portmgr (marcus)
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-103-12/+42
| | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-103-8/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
* Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.marcus2008-07-262-16/+1
| | | | Add an UPDATING entry on how to properly perform this upgrade.
* Update to 2.22.5.1.marcus2008-07-132-4/+4
|
* Update to 2.22.4.mezz2008-07-012-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to 2.22.3.mezz2008-05-293-5/+7
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Readd tracker (if you want the gnome bits you must install ↵ahze2008-04-081-6/+7
| | | | sysutils/tracker-gnome)
* * Update to 2.22.2marcus2008-04-082-12/+11
| | | | | | * Disable tracker support as it causes a circular dependency [1] Discussed with: ahze [1]
* Split tracker into gnome and non-gnome portsahze2008-04-061-2/+5
| | | | | | | | | | | | | | | | The sysutils/tracker port is now a meta port and tracker is now split into separate ports to allow non-GNOME users to install tracker without pulling in GNOME components. To upgrade please use the directions below. portmaster users: portmaster -o sysutils/tracker-client tracker portmaster -u sysutils/tracker portupgrade users: portupgrade -o sysutils/tracker-client tacker portupgrade -u sysutils/tracker Repocopied by: marcus
* Update to 2.22.1.marcus2008-03-292-5/+4
|
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-12/+32
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-255-70/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* -Update to 2.18.3.mezz2007-07-043-8/+13
| | | | -Get rid of X11BASE.
* - Chase libexif updatepav2007-05-271-2/+2
|
* - Chase libexif updatepav2007-05-251-2/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-40/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 2.18.1bland2007-04-113-7/+6
| | | | - Sort plist.
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-194-19/+24
| | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
* Update to 2.16.3ahze2006-11-203-30/+4
|
* Add a patch fo fix the desktop icons(computer,home,trash)'s position thatmezz2006-11-172-0/+26
| | | | | | | | | couldn't load from ~/.nautilus/metafiles/. This patch was took from in this bugzilla by Luis Medinas. Bump the PORTREVISION. Reviewed by: marcus Reported by: a few of people in freebsd-gnome both mailing list and IRC Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=373895
* Update to 2.16.2ahze2006-11-082-4/+4
|
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-144-38/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* Update to 2.14.3.marcus2006-08-013-5/+5
|
* x11-fm/nautilus2 -> x11-fm/nautilusmezz2006-05-297-0/+275
| | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename.
* Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. Allmarcus2003-07-1619-1813/+0
| | | | core desktop components are being removed.
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0
|
* * Update to new GNOME infrastructuremarcus2003-04-071-1/+1
| | | | | * Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade across desktop versions
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Clean up the Makefile some to remove the dead Mozilla bits.marcus2003-02-182-44/+6
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Backport sobomax's CD eject patch to nautilus from nautilus2.marcus2002-09-122-3/+12
|
* 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).
* Port sobomax's nautilus2 volume patches to nautilus, and take things a stepmarcus2002-09-112-26/+37
| | | | | further. Now, removable media such as CDs, Zip drives, etc. are correctly handled by nautilus with pretty little icons. Bump PORTREVISION.
* 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-122-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 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
* Put USE_LIBTOOL back.sobomax2002-04-264-36/+20
|
* GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already insobomax2002-04-161-2/+1
| | | | LIB_DEPENDS.
* gettext upgrade uber-patch (stage 3)ade2002-04-131-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
* Take into account that not only -current, but the -stable as well now hassobomax2002-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>
* Fix another few places where giconv used instead of iconv.sobomax2002-03-192-28/+1
| | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Stage 1 of gettext update.ade2002-03-161-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
* Use correct location of nautilusConf.sh.sobomax2002-03-141-0/+14
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add galeon into RUN_DEPENDS - we need it for HTML rendering.sobomax2002-03-141-0/+1
|
* Victims of Mozilla update to 0.9.9.sobomax2002-03-131-0/+2
|
* Chase increase of freetype2 shlib version.sobomax2002-03-121-1/+1
|
* Add patch missed in the previous commit.sobomax2002-03-022-3/+11
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Set LD_LIBRARY_PATH and MOZILLA_FIVE_HOME properly.sobomax2002-02-275-4/+83
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>, sobomax
* Respect WITH_FULL_MOZILLA, which allows nautilus be linked with www/mozillasobomax2002-02-211-1/+12
| | | | instead of www/mozilla-embedded.
* The embedded mozilla component now appears to work with mozilla-0.9.8ade2002-02-131-3/+1
| | | | (it was broken with 0.9.7)
* Update version number of freetype2 shared library.sobomax2002-01-211-1/+1
|
* Disable Mozilla component for now, because it doesn't work with 0.9.7.sobomax2001-12-261-0/+2
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Fix braino: when WITHOUT_MOZILLA isn't defined don't override BUILD_DEPENDS,sobomax2001-12-191-1/+1
| | | | | | | but instead append appropriate entries using `+='. This should fix bento build. Submitted by: bento
* - Don't build included tests - we don't install them anyway;sobomax2001-12-082-4/+38
| | | | - check exit code of FAMMonotor*() functions.
* Remove debugging trap that somehow slipped into previous commit causingsobomax2001-12-072-1/+2
| | | | | | | Nautilus to hang as startup. PR: 32566 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix a harmless warning from gnomevfs about local path not starting with `/'.sobomax2001-12-061-11/+19
|
* Tech gnome-session how to set-up a LD_LIBRARY_PATH, so that mozillasobomax2001-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.
* Add FreeBSD Newsflash newsfeed.sobomax2001-11-131-2/+5
| | | | Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Add Daily Daemon News feed.sobomax2001-11-121-0/+13
|
* Update to 1.0.6.sobomax2001-11-124-11/+39
|
* Fix braino in the previous commit:sobomax2001-11-081-1/+1
| | | | | | ${X11BASE}/mozilla-embedded --> ${X11BASE}/lib/mozilla-embedded Submitted by: Joe Clarke <marcus@marcuscom.com>
* After installation display an short instruction on how to get Mozillasobomax2001-11-081-0/+10
| | | | component working in Nautilus.
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Update to 1.0.5. With an updated ORBit it works in 5-CURRENT and 4-STABLEsobomax2001-10-309-82/+348
| | | | | systems. Some functionality is still missed, though (e.g. Mozilla component doesn't work), but it is a good start.
* Turn Mozilla support off, because it doesn't compile with 0.9.3 milestone.sobomax2001-08-281-0/+2
| | | | Submitted by: bento
* Update version number of freetype2 shared library.sobomax2001-07-121-1/+1
|
* Update to 1.0.4. Still doesn't work (hangs at startup)... :-<sobomax2001-07-065-277/+167
|
* Clean up dependency chains after moving gtkhtml/gal inside theade2001-06-191-1/+1
| | | | USE_GNOME knob
* Put back Mozilla support.sobomax2001-05-223-6/+24
|
* Update to 1.0.3.sobomax2001-05-159-480/+406
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Remove patch that may cause build breakage if XFREE86_VERSION == 4.sobomax2001-05-111-10/+0
|
* Correct path to the /proc/PID/status (it's /proc/PID/stat in Linux).sobomax2001-05-102-0/+15
| | | | Submitted by: Matthew Hawkins <matthew@topic.com.au>
* Use proper location of freetype library (LOCALBASE, not X11BASE).sobomax2001-05-051-2/+2
|
* Add missed libghttp dependency.sobomax2001-05-051-1/+2
|
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-059-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.
* Ensure that the freetype-config is available. This should workaround thesobomax2001-04-101-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.
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-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.
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-211-1/+1
|
* Update to 0.8. Unfortunately it doesn't work apart from setup wizard, sosobomax2001-02-0210-424/+467
| | | | use it cautiously and don't forget to let me know if you managed to fix it.
* Reflect divorce of mozilla-embedded and mozilla-headers.sobomax2001-02-011-2/+4
|
* Chase gtkhtml shared library revision.ade2001-01-311-1/+1
|
* Max kindly agreed to be the vict^Wmaintainer. We need fresh newade2001-01-311-1/+1
| | | | | | blood to sacrif^Wget rid of the Linuxisms. Good luck, Max!
* Chase new gtkhtml shared library numberade2001-01-261-1/+1
|
* Long-awaited update to 0.5 -- goes "bang" fairly quickly, spewing corefilesade2001-01-1314-388/+645
| | | | | all over the place. If some enterprising hacker wants to figure out why, patches are more than welcome, both to me and the nautilus developers.
* Use new gtkhtml (still broken, though)ade2000-12-161-1/+1
|
* Chase gtkhtml shlib versionade2000-10-211-1/+1
|
* Unbreak the BROKEN line (add missing ")ade2000-10-121-1/+1
| | | | | Submitted by: steve Pointy hat to: ade
* Temporarily mark broken, primarily because of the new bonobo.ade2000-10-111-0/+2
| | | | New releases should be out real soon now.
* Implement USE_GNOME, part 2.reg2000-10-051-11/+4
|
* Chase new gconfade2000-10-042-1/+70
|
* Fix rpm dependency issue.ade2000-09-181-2/+3
| | | | Submitted by: Guenther Schmidt <guenther.schmidt@bigfoot.de>
* Add nautilus, the file manager and graphical shell beingade2000-09-1512-0/+803
developed for GNOME 2.0 Please note: as it stands, this port compiles and installs cleanly, but immediately coredumps if you try to run it. I've only committed what I have so far so that any enterprising souls can try and figure out what on earth is going wrong. Bug report 3075 has been filed with bugzilla.eazel.com