summaryrefslogtreecommitdiffstats
path: root/www/epiphany
Commit message (Collapse)AuthorAgeFilesLines
* Remove @dirrm[try], pkg tries to remove the dirs itself.kwm2014-11-031-83/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20030 df743ca5-7f9a-e211-a948-0013205c9059
* Some ports were installing .la files without usinggusi2014-08-202-2/+2
| | | | | | | | | | | | | USES=libtool. Add USES=libtool to those and fix their pkg-plist accordingly. No depend port bumped because no lib changed its major version. There are still a few ports changing its major when adding libtool to USES, will update those and users soon. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
* Convert:kwm2014-08-131-2/+1
| | | | | | | | | USE_PYTHON* -> USES=python* USE_XZ|USE_BZIP2 -> USES=tar: replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
* Make avahi mandatory, it is not possible to disablegusi2014-08-091-17/+5
| | | | | | | | | | | it anymore [1]. Strip binaries by using install-strip instead of using ${STRIP_CMD}. Use package names for {RUN|BUILD}_DEPENDS, which is more compact. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19792 df743ca5-7f9a-e211-a948-0013205c9059
* Update epiphany to 3.12.1.gusi2014-05-132-5/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19626 df743ca5-7f9a-e211-a948-0013205c9059
* Update MC-ports to GNOME 3.12.kwm2014-04-265-91/+312
| | | | | | | Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
* share/applications is now part of BSD.local.dist mtree file.kwm2013-10-281-1/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18815 df743ca5-7f9a-e211-a948-0013205c9059
* Move gnome3 ports into the place of the gnome2 locations.kwm2013-10-286-0/+319
| | | | | | | | | | | | | | | Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.kwm2011-08-249-658/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports. Here's a script to get rid of MD5:mezz2011-06-121-1/+0
| | | | | | | | | | | | | ------------------ #!/bin/sh for blah in `find /path/to/ports -maxdepth 3 -name distinfo`; do sed -e 's|MD5.*||g' -e "/^$/d" ${blah} > ${blah}.new mv ${blah}.new ${blah} done ------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16061 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2011-05-011-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15935 df743ca5-7f9a-e211-a948-0013205c9059
* Add conflicts between epiphany*kwm2011-04-111-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15802 df743ca5-7f9a-e211-a948-0013205c9059
* Remove GNOME_DESKTOP_VERSION from the Makefile. It is designed for componentmezz2011-04-111-2/+1
| | | | | | | | | in bsd.gnome.mk. Discussed with: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15787 df743ca5-7f9a-e211-a948-0013205c9059
* Fix with libnotify api.kwm2011-03-071-0/+20
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15379 df743ca5-7f9a-e211-a948-0013205c9059
* Also chase libnotify shlib bump.kwm2011-03-071-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15367 df743ca5-7f9a-e211-a948-0013205c9059
* Chase webkit-gtk2 shlib name change libwebkit-1.0.so.13 -> libwebkitgtk-1.0.so.0kwm2011-03-078-0/+638
| | | | | | | Bump portrevision except broken ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15365 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-018-638/+0
| | | | | | | | | focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
* Make sure we don't dereference a NULL pointer.marcus2010-10-112-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14807 df743ca5-7f9a-e211-a948-0013205c9059
* Remove a debug line.kwm2010-10-051-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14784 df743ca5-7f9a-e211-a948-0013205c9059
* Fix build with new gobject-introspection.kwm2010-10-052-2/+28
| | | | | | | | | When I figured it out and wanted to make a patch for upsteam it just got fixed :). Obtained from: GNOME git (epiphany branch) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14783 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.6.kwm2010-09-193-16/+19
| | | | | | | Reenable seed support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14601 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISION for previous commit.marcus2010-08-291-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14477 df743ca5-7f9a-e211-a948-0013205c9059
* Remove SEED support until gir support can be fixed.marcus2010-08-291-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14476 df743ca5-7f9a-e211-a948-0013205c9059
* Epiphany needs a depend on libsoup-gnome.kwm2010-08-271-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14467 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.3.kwm2010-08-193-23/+21
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14454 df743ca5-7f9a-e211-a948-0013205c9059
* webkit-gtk2 shlib changed its name. Chase all users. also update somekwm2010-07-053-11/+12
| | | | | | | | | | depend lines to include a version because there is now a webkitgtk-1.0 and webkitgtk-3.0. So webkitgtk matches both. While here reset epiphany back to the 2.30 version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.31.3.kwm2010-06-102-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14237 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.31.2.kwm2010-06-067-0/+609
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14186 df743ca5-7f9a-e211-a948-0013205c9059
* Post 2.30.1 commit clean up.kwm2010-05-127-610/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
* Do not set the session language as the empty string as this can break certainmarcus2010-05-092-2/+17
| | | | | | | websites like Jive-based community forums. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14131 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.2.kwm2010-04-102-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14031 df743ca5-7f9a-e211-a948-0013205c9059
* Turn on seed support by default.avl2010-04-031-2/+2
| | | | | | | No objection from: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14009 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.0.kwm2010-04-023-9/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13964 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff in plist. Ran by:mezz2010-03-171-2/+10
| | | | | | | http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/locale_dirrmtry.sh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13853 df743ca5-7f9a-e211-a948-0013205c9059
* Commit plist as well.kwm2010-03-121-0/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13798 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.92.kwm2010-03-122-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13797 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the syntax.mezz2010-02-251-2/+2
| | | | | | | Submitted by: Eric L. Chen <eric@bsded.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13714 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.91.kwm2010-02-252-7/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13711 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.90.1.kwm2010-02-113-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13595 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.6.kwm2010-01-292-7/+7
| | | | | | | Tell that seed support is for JavaScript in OPTIONS. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13525 df743ca5-7f9a-e211-a948-0013205c9059
* Remove gir-repository-webkit as the webkit-gtk2 port now installs gir files.avl2010-01-281-5/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13522 df743ca5-7f9a-e211-a948-0013205c9059
* Chase gnome-desktop shlib dump.kwm2010-01-171-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13472 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.5.kwm2010-01-153-8/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13461 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.3.kwm2009-12-256-0/+583
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13298 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they are in the ports tree.marcus2009-11-309-639/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
* Add an OPTION to enable spell checking by default.marcus2009-10-262-3/+20
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13191 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.1.kwm2009-10-192-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13132 df743ca5-7f9a-e211-a948-0013205c9059
* Fix mailto: [1], execute javascript: [2] instead of viewing it.kwm2009-10-154-2/+61
| | | | | | | | | The bug that you can't browser ftp:// will get fixed in 2.30 in libsoup Gnome Bug 557777. Obtained from: Gnome Bug 584537 [1], epi mailing list [2] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13120 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.0.kwm2009-09-233-10/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12983 df743ca5-7f9a-e211-a948-0013205c9059
* Enable gobject-introspection support by default.avl2009-09-172-14/+12
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12895 df743ca5-7f9a-e211-a948-0013205c9059
* Add optional seed support.avl2009-09-162-2/+17
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12881 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.92.kwm2009-09-093-11/+15
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12833 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.91.kwm2009-08-252-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12715 df743ca5-7f9a-e211-a948-0013205c9059
* Chase webkit shared lib version.marcus2009-08-251-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12712 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency on gnome-keyring.marcus2009-08-161-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12640 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.90.kwm2009-08-113-6/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12597 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.5.kwm2009-07-282-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12511 df743ca5-7f9a-e211-a948-0013205c9059
* Python support was dropped since 2.27.3 version.avl2009-07-151-12/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12440 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.4.avl2009-07-152-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12438 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.3.kwm2009-06-163-9/+37
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12379 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.2.kwm2009-05-273-36/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12333 df743ca5-7f9a-e211-a948-0013205c9059
* Chase the webkit shared lib version.marcus2009-05-251-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12327 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.27.1.kwm2009-05-045-0/+552
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12246 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they are in FreeBSD ports.marcus2009-04-115-580/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12241 df743ca5-7f9a-e211-a948-0013205c9059
* Add compile-tested support for libxul.marcus2009-03-301-4/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12192 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.26.0.kwm2009-03-162-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12099 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing local file.marcus2009-03-152-2/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12086 df743ca5-7f9a-e211-a948-0013205c9059
* Chase the gnome-themes plist change.marcus2009-02-271-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11924 df743ca5-7f9a-e211-a948-0013205c9059
* Remove xulrunner from USE_GECKO. It is supported but the xulrunner portkwm2009-02-221-2/+2
| | | | | | | doesn't install a .pc file which epi wants. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11903 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.25.91.kwm2009-02-225-0/+575
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11900 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD portsmarcus2009-01-125-573/+0
| | | | | | | tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.2.1.marcus2008-11-273-50646/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11800 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.2.marcus2008-11-254-5/+50649
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11783 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.1.kwm2008-10-212-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11716 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.0.1.mezz2008-09-242-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11628 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.24.0.marcus2008-09-233-5/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11616 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up the leftover sr@latin locale.marcus2008-09-071-0/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11461 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.91.kwm2008-09-033-7/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11422 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ ports-stable. The epiphany, webkit-gtk2 and xulrunner still needmezz2008-08-051-3/+3
| | | | | | | some double check, thought, when I get my machine to use ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11201 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.23.5.marcus2008-07-242-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11166 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.22.3.marcus2008-07-022-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11096 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.22.2.marcus2008-06-192-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11088 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISIONs to chase the gettext update.marcus2008-06-071-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11028 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ miwi's patch (should be commit soon) for remove firefox15.mezz2008-05-011-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10932 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing file to the plist.marcus2008-04-282-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10912 df743ca5-7f9a-e211-a948-0013205c9059
* Fix plist.marcus2008-04-282-3/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10911 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports.marcus2008-04-211-3/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10884 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.22.1.1ahze2008-04-082-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10866 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.22.1ahze2008-04-073-504/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10865 df743ca5-7f9a-e211-a948-0013205c9059
* s/PORTREVISION=/PORTREVISION?=/ for epiphany-webkitahze2008-04-021-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10847 df743ca5-7f9a-e211-a948-0013205c9059
* - Update webkit-gtk2 to 31436ahze2008-04-026-0/+1059
| | | | | | | - Add support for LOCALBASE/lib/browser_plugins (doesn't work yet) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10845 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the FreeBSD ports tree.marcus2008-03-246-1057/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
* Quickly add a patch from GNOME SVN to fix crashes with Zeroconf bookmarks.marcus2008-03-171-14/+498
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10761 df743ca5-7f9a-e211-a948-0013205c9059
* If locale is set to C, and the spell check plug-in is enabled, ephy willmarcus2008-03-172-1/+22
| | | | | | | | crash. Try to prevent this by trying to load the English dictionary if no other dictionaries could be found. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10760 df743ca5-7f9a-e211-a948-0013205c9059
* dirrm -> dirrmtry on %%DATADIR%%/icons, epiphany-extensions installs icons inmezz2008-03-121-23/+23
| | | | | | | there too. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10703 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.22.0.mezz2008-03-113-12/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10661 df743ca5-7f9a-e211-a948-0013205c9059
* Remove leftover icon directories.marcus2008-03-022-2/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10598 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing icon to the plist.marcus2008-03-012-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10597 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.92.kwm2008-02-263-11/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10522 df743ca5-7f9a-e211-a948-0013205c9059
* Use webkit-gtk instead of webkitahze2008-02-251-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10493 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.90 and add libnotify dependency.mezz2008-01-292-7/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10264 df743ca5-7f9a-e211-a948-0013205c9059
* revert last patch, as mezz pointed out I need new glasses.kwm2008-01-241-3/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10224 df743ca5-7f9a-e211-a948-0013205c9059
* Fix plist by remove some directories that are no longer in gnome-themes package.kwm2008-01-241-0/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10219 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the plist, bump the PORTREVISION.mezz2008-01-212-4/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10189 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the dirrmtry locale stuff, ran by locale_dirrmtry.sh.mezz2008-01-201-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10176 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.5.mezz2008-01-153-6/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10115 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.21.4kwm2007-12-304-335/+38
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10010 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with FreeBSD ports tree.marcus2007-12-271-1/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10008 df743ca5-7f9a-e211-a948-0013205c9059
* Merge from ports-experimentalahze2007-11-026-0/+834
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9904 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these now that they have been committed to the FreeBSD ports tree.marcus2007-10-255-495/+0
| | | | | | | Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.20.1.mezz2007-10-162-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9819 df743ca5-7f9a-e211-a948-0013205c9059
* Remove share/applications from gnomehier and add dirrmtry of this path inmezz2007-10-111-0/+1
| | | | | | | | | | | 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.0ahze2007-09-183-5/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9631 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.91.marcus2007-08-283-32/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9477 df743ca5-7f9a-e211-a948-0013205c9059
* Add a RUN_DEPENDS on gnome-themes to get theme directories.marcus2007-08-181-2/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9437 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff in plist, ran by locale_dirrmtry.sh.mezz2007-08-161-22/+22
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9418 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.90.mezz2007-08-153-8/+18
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9407 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.6.marcus2007-08-013-7/+32
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9312 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 7193 rev from its SVN. I have created and am hosting this tarballmezz2007-07-233-38/+13
| | | | | | | | | in my freefall space. I made the version to 2.19.5.1. When you report create any new bug in the bugzilla, be sure to tell them about that you are using 2.19.6 SVN (7193 rev). This version fixed the crash with new gtk. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9234 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.5ahze2007-07-103-118/+139
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9172 df743ca5-7f9a-e211-a948-0013205c9059
* -Remove the --mandir, taken care by gnomeprefix.mezz2007-07-041-2/+2
| | | | | | | -Use MANPREFIX. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9132 df743ca5-7f9a-e211-a948-0013205c9059
* Fix and catch up with locale stuff in our new mtree. Using locale_dirrmtry.shmezz2007-05-311-2/+0
| | | | | | | | 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
* Get rid of X11BASE and replace a few to LOCALBASE. I only touch these portsmezz2007-05-301-2/+2
| | | | | | | that are maintaining by gnome@, ports@ and my team ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
* Sync plist changes from ports.marcus2007-05-221-38/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8902 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISION to sync with ports.marcus2007-05-201-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8884 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.19.2.marcus2007-05-143-6/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8848 df743ca5-7f9a-e211-a948-0013205c9059
* share/gnome -> sharemarcus2007-04-285-0/+509
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8660 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been committed to FreeBSD.marcus2007-03-195-510/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the plist by dirrm -> dirrmtry on lib/epiphany*.mezz2007-03-121-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8488 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.18.0.mezz2007-03-122-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8486 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.92.mezz2007-02-282-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8422 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.91.mezz2007-02-133-5/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8322 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove bsd.port.mk that has GETTEXT improvement. It will be coming back atmezz2007-02-031-58/+58
| | | | | | | | | | | 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
* Update to 2.17.90.marcus2007-01-293-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8243 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.5.marcus2007-01-113-6/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8174 df743ca5-7f9a-e211-a948-0013205c9059
* Restore the epiphany.defs file to the plist.marcus2006-12-232-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8110 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.4.marcus2006-12-203-16/+32
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8086 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.3ahze2006-12-053-49/+72
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7993 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with ports and remove mozilla supportahze2006-11-091-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7892 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.17.2.marcus2006-11-075-0/+455
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7869 df743ca5-7f9a-e211-a948-0013205c9059
* We're sticking with Firefox =)ahze2006-10-165-456/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7805 df743ca5-7f9a-e211-a948-0013205c9059
* - Make xulrunner the default geckoahze2006-10-165-0/+456
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7804 df743ca5-7f9a-e211-a948-0013205c9059
* Clean out MarcusCom after the big import into ports.marcus2006-10-145-456/+0
| | | | | | | Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
* - Readd xulrunner supportahze2006-10-131-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7757 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a dumb typo in the dbus chases.marcus2006-10-081-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7627 df743ca5-7f9a-e211-a948-0013205c9059
* Update dbus to 0.93, add dbus-glib at 0.71, update py-dbus to 0.71, and chasemarcus2006-10-081-2/+3
| | | | | | | all dbus dependencies. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7616 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the dirrmtry locale in plist. Don't freak out, a lot of them are reordermezz2006-10-051-6/+58
| | | | | | | | | | because of the script that will move all dirrmtry locale in the bottom of plist. http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/locale_dirrmtry.sh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7565 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 2.16.1ahze2006-10-032-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7511 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 2.16.0ahze2006-09-043-7/+14
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7192 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 2.15.92ahze2006-08-223-6/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7106 df743ca5-7f9a-e211-a948-0013205c9059
* No longer depend on libgnomeprintui. Printing support is now handledmarcus2006-08-141-4/+3
| | | | | | | through gtk+. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7048 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing omf file to the plist.marcus2006-08-112-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7037 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 2.15.91ahze2006-08-083-5/+14
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6974 df743ca5-7f9a-e211-a948-0013205c9059
* USE_X_PREFIX -> USE_XLIBmezz2006-07-221-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6681 df743ca5-7f9a-e211-a948-0013205c9059
* The icon theme cache file should never be in the plist.marcus2006-07-131-1/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6570 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 2.15.4ahze2006-07-113-5/+18
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6534 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.15.3.marcus2006-06-112-6/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6395 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove xulrunner support, the hack wasn't needed in the first place andahze2006-06-071-2/+2
| | | | | | | epiphany doesn't support this version of xulrunner anyways. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6371 df743ca5-7f9a-e211-a948-0013205c9059
* - Add support firefox-devel and xulrunnerahze2006-06-071-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6370 df743ca5-7f9a-e211-a948-0013205c9059
* - Try to remove 2 localesahze2006-05-161-0/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6264 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 2.15.2ahze2006-05-165-0/+368
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6263 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they are in the ports tree.marcus2006-04-305-346/+0
| | | | | | | Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
* Add a few default BSD-related bookmarks.marcus2006-04-151-0/+14
| | | | | | | Suggested by: Chris Coleman <chrisc@vmunix.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6075 df743ca5-7f9a-e211-a948-0013205c9059
* Correct suboptimal regexp I suggested to mezz.bland2006-04-131-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6065 df743ca5-7f9a-e211-a948-0013205c9059
* Correct a hack that should not have been committed.marcus2006-04-121-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6057 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.1.marcus2006-04-113-35/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6045 df743ca5-7f9a-e211-a948-0013205c9059
* Correct initial USE_GNOME, and add a missing dependency on pygnome2.marcus2006-03-141-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5943 df743ca5-7f9a-e211-a948-0013205c9059
* Change the MASTER_SITE_SUBDIR from:mezz2006-03-141-2/+2
| | | | | | | | | | | | | | | | sources/${PORTNAME}/${PORTVERSION:R} To: sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} That way you don't have to tweak :R or :R:R if there has four any third point release. Half of them have been tested. Suggested by: bland git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5906 df743ca5-7f9a-e211-a948-0013205c9059
* Change the MASTER_SITE_SUBDIR from:mezz2006-03-131-2/+2
| | | | | | | | | | | | | sources/${PORTNAME}/[0-9] To: sources/${PORTNAME}/${PORTVERSION:R} Lazy way is nice. ;-) Those have been tested. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5899 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing WANT_GNOME.marcus2006-03-131-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5876 df743ca5-7f9a-e211-a948-0013205c9059
* Enable Python support.marcus2006-03-132-5/+28
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5875 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.14.0.marcus2006-03-133-9/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5874 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.99.marcus2006-03-074-25/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5856 df743ca5-7f9a-e211-a948-0013205c9059
* Correct patch path.marcus2006-03-031-2/+2
| | | | | | | Submitted by: Vladimir Timofeev <vovkasm@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5824 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a crash that occurs when passing a URL to epiphany on the command line.marcus2006-03-022-1/+21
| | | | | | | See http://bugzilla.gnome.org/show_bug.cgi?id=333051 for more details. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5820 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.8.marcus2006-02-283-6/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5806 df743ca5-7f9a-e211-a948-0013205c9059
* Update for new libtool world order.marcus2006-02-252-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5757 df743ca5-7f9a-e211-a948-0013205c9059
* - Use new libtool stuffahze2006-02-242-5/+6
| | | | | | | | - dirrmtry - USE_GETTEXT git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5741 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.7.marcus2006-02-142-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5687 df743ca5-7f9a-e211-a948-0013205c9059
* Remove USE_REINPLACE.marcus2006-02-011-2/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5595 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.6.marcus2006-02-013-5/+30
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5588 df743ca5-7f9a-e211-a948-0013205c9059
* - Replace @unexec rmdir with modern @dirrmtrypav2006-01-231-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5513 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.5.1.marcus2006-01-173-33/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5409 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.4.marcus2006-01-053-6/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5338 df743ca5-7f9a-e211-a948-0013205c9059
* Chase the dbus shared lib version.marcus2006-01-011-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5327 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.9.3.1.marcus2005-12-132-8/+11
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5264 df743ca5-7f9a-e211-a948-0013205c9059
* Add Linux plug-in support.marcus2005-11-281-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5227 df743ca5-7f9a-e211-a948-0013205c9059
* - Move Mk/bsd.mozilla.mk to www/mozilla/bsd.gecko.mkahze2005-11-261-1/+2
| | | | | | | Requested by: marcus and mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5218 df743ca5-7f9a-e211-a948-0013205c9059
* - Use USE_GECKOahze2005-11-243-98/+7
| | | | | | | | | | - Remove epiphany script that loads mozilla and flash plugin - Add support for lib/browser_plugins TODO: figure out how to add support for lib/browser_linux_plugins git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5203 df743ca5-7f9a-e211-a948-0013205c9059
* Merge the fix from the ports tree to remove libexecinfo support.marcus2005-11-171-1/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5152 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.9.2ahze2005-11-133-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5115 df743ca5-7f9a-e211-a948-0013205c9059
* - Add support for seamonkey and disable mozilla-devel supportahze2005-11-111-5/+10
| | | | | | | since it has so many vulnerabilities git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5104 df743ca5-7f9a-e211-a948-0013205c9059
* - Update to 1.9.1ahze2005-11-064-18/+14
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5049 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.8.2.marcus2005-10-033-4/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4883 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.8.0.marcus2005-09-053-33/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4689 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.6.mezz2005-08-293-6/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4649 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.5.marcus2005-08-212-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4563 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.4.marcus2005-08-104-5/+41
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4452 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency on libgnomeprintui.marcus2005-07-311-3/+4
| | | | | | | Reported by: GNOME Tinderbox git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4361 df743ca5-7f9a-e211-a948-0013205c9059
* Remove patch-help_uk_uk.po patch that is fixed with the lastest version ofmezz2005-07-282-19/+2
| | | | | | | gnomedocutils at 0.3.2 and bump the PORTREVISION to respect the copyright. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4340 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.3, and fix the build with WITH_MOZILLA=mozilla. Note: I'm notmarcus2005-07-275-13/+46
| | | | | | | | | | happy with the hack needed to build the Ukranian help translation. I basically had to remove the translator's name from the copyright holder list. I have a feeling non-ASCII characters are not permitted here. I will be filing a bug on this. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4333 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove need for gcc3.4 if built with firefox since we are now back toahze2005-07-221-2/+2
| | | | | | | firefox 1.0 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4288 df743ca5-7f9a-e211-a948-0013205c9059
* - Use firefox by defaultahze2005-07-141-5/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4243 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.7.2.marcus2005-07-122-4/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4217 df743ca5-7f9a-e211-a948-0013205c9059
* Switch to the new USE_AUTOTOOLS world order.marcus2005-07-021-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4139 df743ca5-7f9a-e211-a948-0013205c9059
* Add $MCom$ tags underneath every $FreeBSD$ tag.adamw2005-06-281-0/+1
| | | | | | | | Instead of using a full ^I tab, I used two spaces, which I think is more readable. 4 spaces might be even more readable. *shrug* git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4133 df743ca5-7f9a-e211-a948-0013205c9059
* - Add depend to misc/iso-codesahze2005-06-181-4/+7
| | | | | | | - Add USE_GCC=3.4 for firefox also git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4091 df743ca5-7f9a-e211-a948-0013205c9059
* - Remove un-needed REINPLACE_CMD line for malloc.hahze2005-06-071-2/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4026 df743ca5-7f9a-e211-a948-0013205c9059
* - Add epiphany at version 1.7.1ahze2005-06-075-0/+363
| | | | | | | Submitted by: sajd via irc.freenode.org git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4025 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the ports tree.marcus2005-03-145-349/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.6.0.marcus2005-03-083-5/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3873 df743ca5-7f9a-e211-a948-0013205c9059
* Add manual run update-desktop-database in the post-install target and fix upmezz2005-03-051-3/+4
| | | | | | | x11-fm/nautilus2 for desktopfileutils, post-install target and plist. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3811 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency on gnomedesktop.marcus2005-03-051-1/+3
| | | | | | | Submitted by: ade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3809 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.8.marcus2005-03-012-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3748 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.7.marcus2005-02-282-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3721 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.6.marcus2005-02-103-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3606 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.5.marcus2005-01-253-7/+7
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3494 df743ca5-7f9a-e211-a948-0013205c9059
* Use GCC 3.4 when building with mozilla-devel on 4.X.marcus2005-01-231-0/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3463 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.4.marcus2005-01-133-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3407 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.3.marcus2004-12-213-3/+29
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3271 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with ports, Update WWW: linesahze2004-12-021-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3198 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.2.marcus2004-11-304-45/+12
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3164 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.5.1.marcus2004-11-246-0/+337
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3115 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they have been merged into the ports tree.marcus2004-11-086-347/+0
| | | | | | | Next stop, GNOME 2.9! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.4.4.adamw2004-10-122-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2948 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.4.3.adamw2004-10-092-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2941 df743ca5-7f9a-e211-a948-0013205c9059
* Fix configure with mozilla-devel. This kluge could stand to be cleanedadamw2004-09-301-2/+4
| | | | | | | up a bit, I'd think... git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2902 df743ca5-7f9a-e211-a948-0013205c9059
* This file is no longer needed.marcus2004-09-291-11/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2895 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.4.1.marcus2004-09-293-3/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2894 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.4.0.marcus2004-09-143-7/+13
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2809 df743ca5-7f9a-e211-a948-0013205c9059
* Reset $FreeBSD$ tags.adamw2004-09-131-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2796 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.8.adamw2004-08-313-3/+12
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2728 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.7.marcus2004-08-252-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2711 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.6.adamw2004-08-243-3/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2709 df743ca5-7f9a-e211-a948-0013205c9059
* Intro a new GCONF_SCHEMAS, don't use gconf.pl anymore. :-) I will have tomezz2004-08-182-6/+2
| | | | | | | | write the doc about this. I will send my write at either gnome or marcuscvs-devel for the English grammar feedback and etc. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2683 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.5.adamw2004-08-166-54/+40
| | | | | | | | | Note that this version switches to galeon-style -rpath linking, so I brought in galeon2's files/galeon script. I don't currently have a local FreeBSD machine, so could use some testing. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2667 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISIONs to chase Mozilla update.marcus2004-08-081-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2634 df743ca5-7f9a-e211-a948-0013205c9059
* Use new desktop file handling policy.marcus2004-08-072-1/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2629 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.4.mezz2004-08-023-9/+8
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2580 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.3.marcus2004-07-203-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2490 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.2.marcus2004-07-082-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2459 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.1.marcus2004-07-077-63/+73
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2456 df743ca5-7f9a-e211-a948-0013205c9059
* Bump PORTREVISION to chase the Mozilla update.marcus2004-06-301-0/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2421 df743ca5-7f9a-e211-a948-0013205c9059
* Fix build with Mozilla 1.7.marcus2004-06-302-2/+31
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2420 df743ca5-7f9a-e211-a948-0013205c9059
* Fix configure with mozilla-devel.marcus2004-06-021-1/+3
| | | | | | | Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2346 df743ca5-7f9a-e211-a948-0013205c9059
* Bump the mozilla-devel version to 1.7rc2.marcus2004-06-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2339 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.3.0.marcus2004-06-015-0/+311
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2336 df743ca5-7f9a-e211-a948-0013205c9059
* Garbage collection GNOME 2.5. Next stop, GNOME 2.7.marcus2004-04-066-322/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.2.2.marcus2004-03-313-3/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2208 df743ca5-7f9a-e211-a948-0013205c9059
* Professionalize the descriptions of the pieces of the GNOMEadamw2004-03-291-5/+3
| | | | | | | system. Monkey-bubble's description still makes no sense ::) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2203 df743ca5-7f9a-e211-a948-0013205c9059