CVS log for ports/www/libgtkhtml/Makefile
Up to [FreeBSD] / ports / www / libgtkhtml
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:02 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:33:57 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.90: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:44:51 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:44:57 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
- update to jpeg-8
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:00 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:56:29 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Feb 2 01:36:08 2009 UTC (3 years ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -2 lines
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Jan 10 05:21:47 2009 UTC (3 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Presenting GNOME 2.24 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:06:59 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:09 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Aug 14 20:35:58 2007 UTC (4 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -2 lines
Update to 2.11.1.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat May 19 20:25:07 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:53:34 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat May 13 04:41:12 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +0 -1 lines
Remove USE_REINPLACE from categories starting with W
Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:40 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Nov 5 04:53:31 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +5 -5 lines
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:10 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Feb 12 20:53:19 2005 UTC (6 years, 11 months ago) by kwm
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -2 lines
Update to 2.6.3.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:37:23 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:56 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Jun 8 21:38:47 2004 UTC (7 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
Update to 2.6.2.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Apr 19 22:34:47 2004 UTC (7 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Update to 2.6.1.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:11:30 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +4 -4 lines
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:33 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:29 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Nov 17 12:29:06 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +0 -1 lines
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Nov 4 18:30:50 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
Chase the libxslt shared lib version with a PORTREVISION bump.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Oct 10 18:19:15 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Update to 2.4.1.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Sep 18 06:49:33 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -3 lines
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues, future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:46:06 2003 UTC (8 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +0 -4 lines
Remove REINPLACE commands that were rolled into gnomehack.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Jun 1 00:09:09 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
Fix a 64-bit bigendian problem that kept HTML pages from rending correctly on Sparc64. Reported by: kris
Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue May 13 05:56:50 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Update to 2.2.4.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Apr 18 04:41:06 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Update to 2.2.3.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Apr 16 03:50:39 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -8 lines
* Update to 2.2.2 * Convert to new GNOME infrastructure
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Mar 3 23:46:25 2003 UTC (8 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
* Update to 2.2.1 * De-pkg-comment
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Feb 7 18:42:13 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Update to GNOME 2.2. This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Nov 20 08:47:54 2002 UTC (9 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Update to 2.0.3.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:07:26 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
GNOME has just changed the layout of their FTP site. This resulted in making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Aug 24 08:18:48 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Update to 2.0.2.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Aug 7 07:19:15 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -13 lines
Update to 2.0.1.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Jul 23 19:20:38 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Chase gailutil's version bump.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Jul 11 15:30:49 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -6 lines
Use USE_REINPLACE.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jun 30 22:20:44 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jun 26 09:18:36 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Update to GNOME 2.0 RC2.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Jun 15 09:05:12 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -2 lines
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jun 12 00:18:21 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
Update to the latest GNOME 2 snapshot.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue May 28 16:08:26 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon May 20 17:51:09 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +14 -13 lines
Update libgtkhtml to 1.99.7 after a repo-copy from ports/www/gtkhtml and connect it to the build.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed May 1 20:23:01 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
- Move misc documentation into share/doc where it belongs; - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Apr 24 15:50:08 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9 is also installed. PR: 36401 Reported by: many Approved by: sobomax
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Mar 27 05:03:00 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
Don't link with libgnuregex - the benefit is unclear (if any), while it causes certain problems on -stable when editing html text (evolution et al). Reported by: Mark Sergeant <msergeant@looksmart.net> Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Mar 25 20:16:20 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -3 lines
Update to 1.0.2.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Jan 13 19:22:28 2002 UTC (10 years ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Update to 1.0.1. PR: 33832 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Dec 5 13:20:06 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update to 1.0.0.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 20 14:19:38 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -2 lines
Update to 0.16.1.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Nov 9 16:38:14 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Update to 0.16.0.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Oct 9 14:07:56 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Chase increase of libgal shared library version number.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Oct 9 07:28:56 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update to 0.14.0.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Oct 1 06:38:40 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Update to 0.13.0.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 11 07:41:54 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Update to 0.12.0.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Aug 26 01:48:22 2001 UTC (10 years, 5 months ago) by demon
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Chase gal SHLIB version. PR: 29998, 29992
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 9 10:46:50 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Update version number of gal shared library.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Aug 3 07:26:43 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update to 0.11.1.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 2 13:45:57 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Delete ${PREFIX}/share/gnome/control-center/capplets directory on deinstall.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jul 23 10:18:05 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Update to 0.10.0.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jul 13 01:53:42 2001 UTC (10 years, 7 months ago) by demon
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Chase gal SHLIB version bump.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jun 19 09:37:35 2001 UTC (10 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -3 lines
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore (adding some extra functionality).
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon May 21 18:06:27 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Chase new shlib revision from x11-toolkits/gal
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:37 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 4 21:51:13 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -7 lines
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:34:50 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
-pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Mar 12 15:56:54 2001 UTC (10 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Add missing dependency Submitted by: bento (sorta)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Feb 9 22:01:57 2001 UTC (11 years ago) by ade
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update for new x11-toolkits/gal shared library revision
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 31 16:22:06 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update pspell version number.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 31 15:56:54 2001 UTC (11 years ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update to 0.8.2
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 25 23:32:32 2001 UTC (11 years ago) by ade
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
Update to 0.8.1
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 5 15:36:42 2001 UTC (11 years, 1 month ago) by ade
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Mangle this to work with bonobo-0.31 Obtained from: GNOME CVS
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 15 17:54:36 2000 UTC (11 years, 1 month ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -4 lines
Update to 0.8
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Dec 8 21:11:45 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Use new version of x11-toolkits/gal. Bump PORTREVISION since they're not binary compatible.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 20 16:25:53 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Update to 0.7
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 10 17:25:14 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Updates for new bonobo
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:17:21 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -8 lines
Implement USE_GNOME, part 2.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 3 17:37:50 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Chase new gconf
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Sep 28 18:04:24 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -2 lines
Add textproc/pspell as a dependency
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 17 16:41:44 2000 UTC (11 years, 5 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update to 0.6.1
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Aug 4 16:11:30 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Re-sobomize to use pre-patch instead of post-extract Wrists slapped by: knu, sheldon
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:34:33 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -2 lines
Extensive patchfile cleanups using sobomax's wonderful post-extract rule
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 27 08:16:54 2000 UTC (11 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Add gconf.8 to LIB_DEPENDS. This should fix bento's PLIST error. Submitted by: bento
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 12 14:37:04 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to 0.5
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:52:05 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:38:16 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jun 9 16:38:10 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Add GtkHTML, a GTK/GNOME lightweight HTML rendering, printing, and editing engine. Note that this requires the zlib functionality just added to www/libwww.
