Skip site navigation (1)Skip section navigation (2)

CVS log for ports/editors/ghex2/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / editors / ghex2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.39
Tue Jan 25 00:07:43 2005 UTC (7 years ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.38: +1 -1 lines
- Move editors/ghex2 to editors/ghex

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 23 02:23:01 2004 UTC (7 years, 2 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
Use new INSTALLS_OMF.

Approved by:	bland, kwm, marcus and pav

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 10 03:19:12 2004 UTC (7 years, 3 months ago) by mezz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:57:44 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -5 lines
Update to 2.8.1.

Submitted by:	mezz

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:22 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +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.34: download - view: text, markup, annotated - select for diffs
Wed May 26 22:28:08 2004 UTC (7 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Update to 2.6.1.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Apr 29 03:14:26 2004 UTC (7 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
Update to 2.6.0.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 5 04:16:14 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -3 lines
Update to 2.5.2.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:28 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +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.30: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:59 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 5 06:28:08 2004 UTC (8 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Update to 2.4.1.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Nov 17 12:28:56 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.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
USE_REINPLACE need be defined only when REINPLACE_CMD is used.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 18 06:49:36 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -5 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.26: download - view: text, markup, annotated - select for diffs
Sat Jul 19 00:31:56 2003 UTC (8 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Fix build on -CURRENT with GCC 3.3.1.  There's a PORTREVISION bump here
because the fix actually corrected a typo that could cause problems on
-STABLE as well.

Reported by:	Jeremy Messenger <mezz7@cox.net>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 16 00:04:33 2003 UTC (8 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Add a missing locale file.

Reported by:	bento

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:45:58 2003 UTC (8 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -4 lines
Remove REINPLACE commands that were rolled into gnomehack.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 22 04:25:01 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -5 lines
Convert to new GNOME infrastructure.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Apr 20 02:58:53 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Apr 12 06:57:07 2003 UTC (8 years, 10 months ago) by adamw
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update to 2.2.1.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:28 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Feb 9 07:47:06 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -5 lines
Actually commit ghex2 2.2.0.

Prompted by:	Mike Harding <mvh@ix.netcom.com>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jan 19 20:00:54 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update to 2.0.0.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 29 04:38:12 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to 1.99.2.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:06:47 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +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.15: download - view: text, markup, annotated - select for diffs
Mon Sep 16 02:58:09 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +14 -7 lines
Add ghex2 after a repo copy from ghex.  ghex2 is a hexidecimal editor for
the GNOME 2 desktop.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 12 12:15:37 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -6 lines
Use USE_GNOMENG.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jun 19 11:33:21 2001 UTC (10 years, 7 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0, old_RELEASE_4_5_0, old_RELEASE_4_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 1.2.1

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:23 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +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.11: download - view: text, markup, annotated - select for diffs
Fri May 4 21:39:35 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:33:28 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:10:10 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Chase new print/gnomeprint shlib version

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 22 19:52:39 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -4 lines
Update to 1.1.4 and unbreak

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:10:34 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -10 lines
Implement USE_GNOME, part 1.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 28 18:02:30 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
Chase new gnomeprint.  Sadly, this one needs a bunch of work by
the authors, so it's currently marked broken.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Aug 4 16:11:12 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Re-sobomize to use pre-patch instead of post-extract

Wrists slapped by:	knu, sheldon

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:34:23 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -1 lines
Extensive patchfile cleanups using sobomax's wonderful
post-extract rule

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 9 21:28:12 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -13 lines
Bring back ghex (brand new version, new site, etc..) after
it was detached from gnomelibs in GNOME 1.2

Revision 1.2
Fri Feb 11 20:26:52 2000 UTC (12 years ago) by jedgar
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +1 -1 lines
Remove ghex from the ports since misc/gnomeutils contains
a newer (and maintained) version.

Requested by:	reg

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 26 19:43:34 1999 UTC (12 years, 2 months ago) by steve
Branches: old_JEDGAR
CVS tags: old_v1_0_1_3, old_RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of ghex version 1.0.1.3.
A GNOME hex editor.

PR:		14570
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 26 19:43:34 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options