summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.15.1.marcus2008-01-153-7/+48
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10116 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.5.mezz2008-01-153-7/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10102 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.5.mezz2008-01-153-7/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10100 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the $FreeBSD$ and add $MCom$.mezz2008-01-152-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10098 df743ca5-7f9a-e211-a948-0013205c9059
* This code provides GLib main loop integration for Managed D-Bus.mezz2008-01-154-0/+52
| | | | | | | WWW: http://www.ndesk.org/DBusSharp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10095 df743ca5-7f9a-e211-a948-0013205c9059
* This is a C# implementation of D-Bus. It's often referred to as "managedmezz2008-01-154-0/+56
| | | | | | | | | | | | | | | D-Bus" to avoid confusion with existing bindings (which wrap libdbus). D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration. WWW: http://www.ndesk.org/DBusSharp This is part of GNOME 2.22 module. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10094 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.1.2.marcus2008-01-154-22/+20
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10087 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.15.2.marcus2008-01-1510-57/+36
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10085 df743ca5-7f9a-e211-a948-0013205c9059
* Remove CONFLICTS that I forgot.kwm2008-01-141-3/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10078 df743ca5-7f9a-e211-a948-0013205c9059
* Moved to anjutakwm2008-01-1410-1431/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10077 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.3.2.kwm2008-01-146-405/+548
| | | | | | | Its part of gnome now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10076 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.3.2.kwm2008-01-145-74/+81
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10064 df743ca5-7f9a-e211-a948-0013205c9059
* We no longer need this post-patch.marcus2008-01-141-5/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10061 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.3.mezz2008-01-143-7/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10059 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.1.2.marcus2008-01-1112-0/+316
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10052 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the patching of this port. Only chance are the paths.kwm2008-01-113-6/+6
| | | | | | | The gio stuff doesn't live in glib/gio anymore but in gio. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10050 df743ca5-7f9a-e211-a948-0013205c9059
* On second thought, don't add a hard dependency on gnome-mount. It won't bemarcus2008-01-111-2/+2
| | | | | | | fatal if it's not found. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10046 df743ca5-7f9a-e211-a948-0013205c9059
* Fix glib dependency, and remove gtk20 dependency. This might make some portsmarcus2008-01-102-4/+14
| | | | | | | unhappy, but it definitely cleans up GConf's dependencies. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10043 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.12.1.marcus2008-01-107-0/+308
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10037 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.15.0.marcus2008-01-105-0/+225
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10031 df743ca5-7f9a-e211-a948-0013205c9059
* Update glib20 to 2.15.1, and break out the GIO FAM backend into a separatemarcus2008-01-1054-177/+1774
| | | | | | | | | | | | | | | | port (gio-fam-backend). This requires a bit of trickery in bsd.gnome.mk to avoid a dependency loop, so a new _glib20 component was added that should only be required by FAM providers. To that end, add gamin, and make gamin depend on _glib20. Update gvfs to 0.1.1, and add a new gvfs component to bsd.gnome.mk. gio-standalone is no longer needed as this code is now part of glib. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10030 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.81.0.marcus2008-01-083-0/+44
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10028 df743ca5-7f9a-e211-a948-0013205c9059
* Add anjuta from FreeBSD ports. only difference is conflict with anjuta-devel.kwm2007-12-2611-0/+1290
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9997 df743ca5-7f9a-e211-a948-0013205c9059
* Say hello to anjuta 2.3.1.kwm2007-12-2610-0/+1424
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9996 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.0.2.marcus2007-11-163-15/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9950 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.1.2.marcus2007-11-163-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9949 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.2.1.marcus2007-11-162-5/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9946 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.2.marcus2007-11-163-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9943 df743ca5-7f9a-e211-a948-0013205c9059
* Add a dependency on hal.marcus2007-11-111-2/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9921 df743ca5-7f9a-e211-a948-0013205c9059
* Add missing @comment for sambaahze2007-11-071-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9915 df743ca5-7f9a-e211-a948-0013205c9059
* Add gvfsahze2007-11-076-0/+101
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9914 df743ca5-7f9a-e211-a948-0013205c9059
* Depend on gettextahze2007-11-071-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9913 df743ca5-7f9a-e211-a948-0013205c9059
* gnome@ maintains thisahze2007-11-071-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9909 df743ca5-7f9a-e211-a948-0013205c9059
* Glib I/O libraryahze2007-11-074-0/+161
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9908 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.1.marcus2007-11-039-0/+504
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9906 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.1ahze2007-10-306-0/+174
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9891 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these now that they have been committed to the FreeBSD ports tree.marcus2007-10-25274-9986/+0
| | | | | | | Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports's mono stuff.mezz2007-10-244-84/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9859 df743ca5-7f9a-e211-a948-0013205c9059
* Add ZFS to the filesystem list to fix the trash can.ahze2007-10-232-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9857 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with portsahze2007-10-211-7/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9850 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports.mezz2007-10-181-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9835 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.2ahze2007-10-162-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9828 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.1ahze2007-10-155-10/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9801 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build with libiconv 1.11.mezz2007-10-1211-0/+453
| | | | | | | Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9792 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the patch.mezz2007-10-111-2/+2
| | | | | | | Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9781 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the plist.mezz2007-10-111-1/+5
| | | | | | | Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9777 df743ca5-7f9a-e211-a948-0013205c9059
* Remove share/applications from gnomehier and add dirrmtry of this path inmezz2007-10-119-0/+9
| | | | | | | | | | | the each port's plist. It should reduces a lot of plist error in pointyhat-exp and reduce of require to add more ports in MC. Reported by: pointyhat-exp No object by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9742 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.1.mezz2007-10-073-23/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9735 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.1.mezz2007-10-072-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9733 df743ca5-7f9a-e211-a948-0013205c9059
* Forgot to save in vim for MASTER_SITES in my space. While I am here, resetmezz2007-10-051-2/+2
| | | | | | | the $FreeBSD$ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9728 df743ca5-7f9a-e211-a948-0013205c9059
* Update to SVN version, which fix build with GNOME 2.20 stuff. The version ismezz2007-10-053-0/+88
| | | | | | | 0.16.0.20071004 (CVS at YYYYMMDD) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9727 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports.mezz2007-10-031-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9719 df743ca5-7f9a-e211-a948-0013205c9059
* Moved to ports-experimentalahze2007-09-2015-2960/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9690 df743ca5-7f9a-e211-a948-0013205c9059
* Presenting GNOME 2.20.0 for FreeBSD.marcus2007-09-201-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9688 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-193-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9685 df743ca5-7f9a-e211-a948-0013205c9059
* Add accerciser as a hacker tool.marcus2007-09-192-0/+39
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9683 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff, found by locale_dirrmtry.sh.mezz2007-09-191-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9672 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-183-6/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9649 df743ca5-7f9a-e211-a948-0013205c9059
* Allow nullfs to be used as a trash volume.marcus2007-09-182-2/+12
| | | | | | | | PR: 116338 Submitted by: Tony Maher <anthony.maher@uts.edu.au> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9630 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-182-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9629 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-184-0/+39
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9626 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0.marcus2007-09-184-0/+100
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9619 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.4.0ahze2007-09-173-6/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9615 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-172-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9609 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0.marcus2007-09-174-0/+79
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9595 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.1ahze2007-09-173-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9591 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-172-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9587 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.0ahze2007-09-172-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9586 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.0ahze2007-09-172-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9582 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.0.marcus2007-09-132-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9574 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports tree.marcus2007-09-133-5/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9571 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/.mezz2007-09-102-7/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9552 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/ and get rid of X11BASE.mezz2007-09-107-0/+117
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9551 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/.mezz2007-09-1011-0/+163
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9550 df743ca5-7f9a-e211-a948-0013205c9059
* - Sync w/ FreeBSD ports.mezz2007-09-101-2/+2
| | | | | | | | | | - As for the gimp-app-devel and gnome-build, be sure to do the force reinstall, because both of ports have PORTEPOCH bumped by mistake. - As for avahi, bump to 0.6.21_1. - As for cairo, reset the $FreeBSD$. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9548 df743ca5-7f9a-e211-a948-0013205c9059
* Fix build with pcre-7.3.marcus2007-09-101-0/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9547 df743ca5-7f9a-e211-a948-0013205c9059
* -Update to 0.14.mezz2007-09-082-23/+21
| | | | | | | | -No longer depends on popt. -Double tab -> single tab. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9542 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports tree.marcus2007-09-075-14/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9539 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with the FreeBSD ports tree.marcus2007-09-063-5/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9534 df743ca5-7f9a-e211-a948-0013205c9059
* Update to September 5th, 2007 cvs snapshotahze2007-09-052-6/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9529 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.92.mezz2007-09-045-34/+35
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9522 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports tree.marcus2007-09-042-16/+22
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9516 df743ca5-7f9a-e211-a948-0013205c9059
* More build fixes, and bump PORTREVISION since the resulting breakpad supportmarcus2007-09-032-4/+22
| | | | | | | will now work on -CURRENT as well. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9506 df743ca5-7f9a-e211-a948-0013205c9059
* More build fixes for FreeBSD.marcus2007-09-031-0/+35
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9504 df743ca5-7f9a-e211-a948-0013205c9059
* Do not require the gelf.h header.marcus2007-09-021-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9503 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports.mezz2007-08-302-3/+3
| | | | | | | | As for the x11-wm/compiz, remove it since it no longer uses gnomeprefix. I personal think that he should put gnomeprefix back in. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9498 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.91, and remove the breakpad hacks as they are no longermarcus2007-08-296-776/+15
| | | | | | | needed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9493 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.91.marcus2007-08-282-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9481 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.91.marcus2007-08-283-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9460 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.92.marcus2007-08-282-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9459 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.91.marcus2007-08-272-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9453 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.3.4.marcus2007-08-233-43/+16
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9446 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff in plist, ran by locale_dirrmtry.sh.mezz2007-08-165-15/+17
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9418 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2007-08-167-10/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9417 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports.mezz2007-08-154-12/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9415 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports tree.marcus2007-08-131-4/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9377 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports tree.marcus2007-08-123-14/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9376 df743ca5-7f9a-e211-a948-0013205c9059
* Define some stub symbols to prevent crashes.marcus2007-08-064-21/+682
| | | | | | | Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9351 df743ca5-7f9a-e211-a948-0013205c9059
* Do not require libelf.h since we do not use it on FreeBSD.marcus2007-08-051-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9347 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.0.marcus2007-08-043-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9341 df743ca5-7f9a-e211-a948-0013205c9059
* Pull the trigger, and replace all scrollkeeper dependencies with rarian.marcus2007-08-041-3/+2
| | | | | | | | | | The good news is yelp kind of works if you call it with, for example, yelp ghelp:eog. However. yelp launched from within apps will not work yet. The problem has been reported, and it should all be working by the next release. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9339 df743ca5-7f9a-e211-a948-0013205c9059
* Merged into FreeBSD ports.mezz2007-08-044-85/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9336 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.0, and attempt to hack the new breakpad code for FreeBSD.marcus2007-08-026-6/+121
| | | | | | | | Basically, everything but the exception handler is disabled, so bug-buddy _should_ work as it did in GNOME 2.18. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9333 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.6.2.mezz2007-08-024-18/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9320 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.6.marcus2007-07-312-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9293 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.3.3.marcus2007-07-313-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9292 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.9.marcus2007-07-312-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9288 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports.mezz2007-07-313-7/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9277 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2007-07-302-7/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9257 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2007-07-291-1/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9252 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.3.mezz2007-07-283-9/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9250 df743ca5-7f9a-e211-a948-0013205c9059
* Chase the shared library version of glade3, bump the PORTREVISION.mezz2007-07-271-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9247 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.3.2.mezz2007-07-273-263/+266
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9246 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/.mezz2007-07-245-0/+423
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9244 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/.mezz2007-07-2441-0/+775
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9243 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports for --mandir and --infodir.mezz2007-07-243-9/+6
| | | | | | | | Hopeful, tomorrow, I will turning into spider-man. I just got a first spider bite in a few hours ago. WooHoo! It's nothing serious thought, no pain so far. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9235 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2007-07-222-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9232 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build with gtk 2.11.6.mezz2007-07-225-0/+96
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9231 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports tree.mezz2007-07-171-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9223 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISION to stay one step ahead of ports.marcus2007-07-161-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9222 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.7.marcus2007-07-133-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9215 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2007-07-131-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9214 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD, using DATADIR and reorder in plist.mezz2007-07-123-67/+67
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9212 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.0ahze2007-07-116-0/+160
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9189 df743ca5-7f9a-e211-a948-0013205c9059
* Bump DISTVERSION to 4.6.7-1 to stay one ahead of portsahze2007-07-101-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9184 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.5ahze2007-07-1010-504/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9175 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.8.mezz2007-07-102-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9165 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2007-07-091-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9162 df743ca5-7f9a-e211-a948-0013205c9059
* Chase the glade 3 shared lib version.marcus2007-07-091-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9156 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2007-07-0916-629/+1081
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9155 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-07-095-0/+211
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9154 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.2.marcus2007-07-082-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9149 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 4.6.6-1 (cvs snapshot needed for new Firefox)ahze2007-07-0515-0/+2958
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9140 df743ca5-7f9a-e211-a948-0013205c9059
* -Remove the --mandir, taken care by gnomeprefix.mezz2007-07-043-7/+6
| | | | | | | -Use MANPREFIX. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9132 df743ca5-7f9a-e211-a948-0013205c9059
* Remove, now in ports... note to self, cvs update before committing to ports...ahze2007-07-047-127/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9131 df743ca5-7f9a-e211-a948-0013205c9059
* Get rid of X11BASE and a few of X11BASE -> LOCALBASE.mezz2007-07-023-9/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9112 df743ca5-7f9a-e211-a948-0013205c9059
* Correct a really stupid typo.marcus2007-07-011-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9104 df743ca5-7f9a-e211-a948-0013205c9059
* Correct a memory leak and tighten the lsof output checking in the procwdmarcus2007-07-012-10/+9
| | | | | | | code. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9103 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.7.marcus2007-07-012-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9101 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the share/gnome/ -> share/, bump the PORTREVISION.mezz2007-06-302-46/+43
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9098 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.6, and use the system pcre.marcus2007-06-302-6/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9095 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.22ahze2007-06-287-0/+133
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9090 df743ca5-7f9a-e211-a948-0013205c9059
* Add some more file type for the lsof backend, and make sure we only add entriesmarcus2007-06-282-5/+12
| | | | | | | for known types. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9085 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.4, and add an lsof wrapper so that we can provide the listmarcus2007-06-287-30/+367
| | | | | | | of open files and the process's working directory. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9083 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.1 and remove popt dependency.mezz2007-06-247-0/+303
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9070 df743ca5-7f9a-e211-a948-0013205c9059
* De-X11BASE.marcus2007-06-231-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9067 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.4.marcus2007-06-239-0/+324
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9066 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.5ahze2007-06-202-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9057 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.3.1, and temporarily disable Python support.marcus2007-06-193-262/+268
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9041 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.6.marcus2007-06-193-5/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9032 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.3.marcus2007-06-0911-0/+437
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9013 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.13. They have rewrote some files, so let's test in MC firstmezz2007-06-082-6/+5
| | | | | | | before we move it to FreeBSD ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9012 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.4.mezz2007-06-062-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8986 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.3.mezz2007-06-063-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8980 df743ca5-7f9a-e211-a948-0013205c9059
* Fix and catch up with locale stuff in our new mtree. Using locale_dirrmtry.shmezz2007-05-313-3/+6
| | | | | | | | to do it for me. It only touches on gnome@ ports. If anyone want me to run full on MC ports, I can do it. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8960 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports.mezz2007-05-3110-164/+187
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8948 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.2.marcus2007-05-252-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8923 df743ca5-7f9a-e211-a948-0013205c9059
* Sync plist changes from ports.marcus2007-05-219-253/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8898 df743ca5-7f9a-e211-a948-0013205c9059
* Remove support for a separate X11BASE.marcus2007-05-211-4/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8892 df743ca5-7f9a-e211-a948-0013205c9059
* Remove support for a separate X11BASE.marcus2007-05-212-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8891 df743ca5-7f9a-e211-a948-0013205c9059
* Merge post-patch fix from ports.marcus2007-05-201-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8889 df743ca5-7f9a-e211-a948-0013205c9059
* Remove support for a separate X11BASE.marcus2007-05-203-43/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8888 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISION to sync with ports.marcus2007-05-2013-23/+23
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8884 df743ca5-7f9a-e211-a948-0013205c9059
* - Add support for mDNS via avahiahze2007-05-208-0/+279
| | | | | | | | | to use: * run distccd with --zeroconf * set $DISTCC_HOSTS to "+zeroconf" git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8883 df743ca5-7f9a-e211-a948-0013205c9059
* Correct patch path.marcus2007-05-161-2/+2
| | | | | | | Reported by: Yasuda Keisuke <kysd@po.harenet.ne.jp> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8862 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.2.marcus2007-05-153-6/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8852 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-05-0714-0/+852
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8838 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-05-074-0/+148
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8837 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.4.marcus2007-05-067-0/+245
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8831 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.1.marcus2007-05-055-0/+97
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8822 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.1.marcus2007-05-043-11/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8794 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/mezz2007-05-038-0/+211
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8785 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/mezz2007-05-038-0/+250
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8778 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the patch with gnomehack change.mezz2007-05-036-0/+129
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8776 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/mezz2007-05-0319-0/+517
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8775 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/, the share/gnome/ui/ is default so leave it alone. Imezz2007-05-0311-0/+460
| | | | | | | | | | | | shall edit gnomehier shortly after this. # grep /gnome/ work/bonobo-1.0.22/bonobo/Makefile.am -DBONOBO_UIDIR=\""$(datadir)/gnome/ui/"\" \ # grep /gnome/ work/bonobo-1.0.22/gshell/Makefile.am uidir = $(datadir)/gnome/ui git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8771 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-05-034-0/+568
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8768 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> shareahze2007-05-0112-0/+345
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8721 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> shareahze2007-05-014-0/+496
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8717 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-04-286-0/+104
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8664 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-04-284-0/+201
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8655 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome/ -> share/mezz2007-04-2718-0/+634
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8628 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.0ahze2007-03-1915-0/+673
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8579 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been committed to FreeBSD.marcus2007-03-19109-4660/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
* It has been merged in the FreeBSD ports tree, so remove it.mezz2007-03-1818-776/+0
| | | | | | | Ade, your welcome. :-) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8572 df743ca5-7f9a-e211-a948-0013205c9059
* Reset $FreeBSD$ tags.marcus2007-03-151-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8560 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.2.0.mezz2007-03-143-6/+63
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8554 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0.1ahze2007-03-132-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8551 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0ahze2007-03-132-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8546 df743ca5-7f9a-e211-a948-0013205c9059
* Chase the gtkhtml3 internal version change.marcus2007-03-139-0/+360
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8544 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0.marcus2007-03-132-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8512 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0ahze2007-03-122-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8499 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0ahze2007-03-122-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8497 df743ca5-7f9a-e211-a948-0013205c9059
* Chase w/ FreeBSD ports tree for pcre-utf8 -> pcre.mezz2007-03-121-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8485 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0.marcus2007-03-104-0/+100
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8478 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0.marcus2007-03-104-0/+79
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8477 df743ca5-7f9a-e211-a948-0013205c9059
* Don't try to remove the python directories.mezz2007-03-101-2/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8471 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0.1.marcus2007-03-077-0/+335
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8466 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.3ahze2007-03-063-11/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8465 df743ca5-7f9a-e211-a948-0013205c9059
* force touch and mkdirahze2007-03-051-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8461 df743ca5-7f9a-e211-a948-0013205c9059
* Add xdg-user-dirs-gtkahze2007-03-054-0/+34
| | | | | | | | Companion to xdg-user-dirs that integrates it into the GNOME desktop and Gtk+ applications git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8460 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.3.7ahze2007-03-053-6/+104
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8458 df743ca5-7f9a-e211-a948-0013205c9059
* Import some changes from ports/109698 to reduce dependencies, and improvemarcus2007-03-012-13/+30
| | | | | | | | | | the package contents. PR: 109698 Submitted by: miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8449 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.80.2.marcus2007-03-012-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8446 df743ca5-7f9a-e211-a948-0013205c9059
* Remove, now in portsahze2007-03-018-175/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8442 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.92.marcus2007-02-283-32/+32
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8439 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.4.mezz2007-02-284-10/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8420 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.92.marcus2007-02-272-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8400 df743ca5-7f9a-e211-a948-0013205c9059
* Remove this port now that is has been updated in the ports tree.marcus2007-02-266-267/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8393 df743ca5-7f9a-e211-a948-0013205c9059
* Remove, now in portsahze2007-02-246-137/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8385 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a typo, gnome-doc-utils -> gnomedocutils in USE_GNOME. Bump it.mezz2007-02-211-2/+3
| | | | | | | Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8378 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.3.6ahze2007-02-203-102/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8374 df743ca5-7f9a-e211-a948-0013205c9059
* -Update to 3.1.5.mezz2007-02-183-94/+92
| | | | | | | | | | | | | | | | | | | | | -Remove check on FreeBSD 4.x. The path of include, shared library version and .pc file have been changed. -include/libgladeui-1.0/libgladeui/ +include/libgladeui-1.0/gladeui/ -lib/libgladeui-1.so.4 +lib/libgladeui-1.so.5, ltverhack makes no difference. -libdata/pkgconfig/libgladeui-1.0.pc +libdata/pkgconfig/gladeui-1.0.pc If anyone find any of port that depend on glade3, let me know and I shall bump these port(s). So far, I only find devel/gnome2-hacker-tools and no bump need. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8368 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2007-02-175-8/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8364 df743ca5-7f9a-e211-a948-0013205c9059
* Update it with no bump need.mezz2007-02-161-10/+5
| | | | | | | | | | | http://www.lovett.com/ade/freebsd/gettext-4.diff The changes are only fix with gmkdir issue and remove FreeBSD 4.x support. Submitted by: ade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8361 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.7 snapshot 20070213.marcus2007-02-142-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8354 df743ca5-7f9a-e211-a948-0013205c9059
* Backout the recently change by ahze.mezz2007-02-133-59/+13
| | | | | | | Requested by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8325 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.91.marcus2007-02-132-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8319 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.91.marcus2007-02-132-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8312 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.91.marcus2007-02-137-78/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8304 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.7ahze2007-02-123-11/+58
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8300 df743ca5-7f9a-e211-a948-0013205c9059
* -Update to 0.1.5.mezz2007-02-126-0/+171
| | | | | | | | | | -Add DIST_SUBDIR=gnome2 -Change the lib dependency, gdl-1.0 -> gdl-gnome-1.0. It requires gdl-gnome. -USE_X_PREFIX -> USE_XLIB -Add remove locale that aren't in mtree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8297 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.80.1ahze2007-02-054-0/+94
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8285 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove bsd.port.mk that has GETTEXT improvement. It will be coming back atmezz2007-02-033-2/+62
| | | | | | | | | | | once when portmgr commits ports/106848. For now, we need a good plist in case if portmgr commits it late. - Update several of plist to remove locale dirs. Ok'ed by: ahze git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8282 df743ca5-7f9a-e211-a948-0013205c9059
* More on merge with FreeBSD ports tree. Still not done with it.mezz2007-02-033-41/+45
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8276 df743ca5-7f9a-e211-a948-0013205c9059
* Remove it, it is same exactly with FreeBSD ports's update of libltdl15 now.mezz2007-02-033-38/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8272 df743ca5-7f9a-e211-a948-0013205c9059
* Test gettext-0.16.1 here, to get it some real world exposure before it hits thepav2007-02-0118-0/+781
| | | | | | | | | official ports tree. Submitted by: ade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8269 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.6.marcus2007-01-293-29/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8254 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.90.marcus2007-01-284-23/+26
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8236 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.90.1ahze2007-01-242-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8233 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.90ahze2007-01-232-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8222 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.90ahze2007-01-239-0/+355
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8221 df743ca5-7f9a-e211-a948-0013205c9059
* Fix another build problem on 5.X.marcus2007-01-151-0/+23
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8203 df743ca5-7f9a-e211-a948-0013205c9059
* Update to snapshot 20070114 which fixes a build problem with FreeBSD < 6.X.marcus2007-01-142-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8199 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.5.1.marcus2007-01-113-6/+51
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8177 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.4.marcus2007-01-103-43/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8162 df743ca5-7f9a-e211-a948-0013205c9059
* Update to snapshot 20070102 to fix the build on 32-bit platforms.marcus2007-01-022-5/+5
| | | | | | | Reported by: Pawel Worach <pawel.worach@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8133 df743ca5-7f9a-e211-a948-0013205c9059
* Update to snapshot 20070101.marcus2007-01-022-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8130 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.13.3.marcus2006-12-317-0/+244
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8124 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.6 (again)ahze2006-12-256-0/+137
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8120 df743ca5-7f9a-e211-a948-0013205c9059
* Add a snapshot of libgtop-2.14.5 with the cleaned up freebsd backend.marcus2006-12-246-0/+266
| | | | | | | | | | | | The code still requires a bit more polishing, but a lot of bugs have been fixed, and gnome-system-monitor is now believed to be working much better (with the notable exception of lsof support being missing). Hackers are encouraged to help out by submitting patches against the libgtop module in MarcusCom CVS. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8117 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.2ahze2006-12-202-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8087 df743ca5-7f9a-e211-a948-0013205c9059
* Define libltdl_cv_sys_dlopen_deplibs=yes on FreeBSD for gnucash. I amahze2006-12-1911-0/+213
| | | | | | | | committing this here because it needs lots of testing before ade@ will be willing to import to ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8082 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.1.4ahze2006-12-192-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8080 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.1.3.marcus2006-12-193-6/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8068 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.1ahze2006-12-1822-0/+710
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8061 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 0.3.5.marcus2006-12-182-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8059 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.3ahze2006-12-183-63/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8053 df743ca5-7f9a-e211-a948-0013205c9059
* I have committed devel/py-notify in ports tree, I didn't know about that MCmezz2006-12-134-48/+0
| | | | | | | | | has py-libnotify. So... Remove this. Headup by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8037 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 3.1.2.marcus2006-12-064-0/+434
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8003 df743ca5-7f9a-e211-a948-0013205c9059