notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: editors/ghex2/Makefile
SVNWeb

Number of commits found: 25

Tue, 25 Jan 2005
[ 00:07 pav search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Move editors/ghex2 to editors/ghex
Tue, 23 Nov 2004
[ 02:23 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Use new INSTALLS_OMF.

Approved by:    bland, kwm, marcus and pav
Wed, 10 Nov 2004
[ 03:19 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 7 Nov 2004
[ 22:57 marcus search for other commits by this committer ] Original commit 
Update to 2.8.1.

Submitted by:   mezz
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
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
Wed, 26 May 2004
[ 22:28 marcus search for other commits by this committer ] Original commit 
Update to 2.6.1.
Thu, 29 Apr 2004
[ 03:14 marcus search for other commits by this committer ] Original commit 
Update to 2.6.0.
Mon, 5 Apr 2004
[ 04:16 marcus search for other commits by this committer ] Original commit 
Update to 2.5.2.
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Mon, 5 Jan 2004
[ 06:28 marcus search for other commits by this committer ] Original commit 
Update to 2.4.1.
Mon, 17 Nov 2003
[ 12:29 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Thu, 18 Sep 2003
[ 06:49 marcus search for other commits by this committer ] Original commit  Encoding Errors (not all of the commit message was ASCII) (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
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
Sat, 19 Jul 2003
[ 00:31 marcus search for other commits by this committer ] Original commit 
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>
Mon, 16 Jun 2003
[ 00:04 marcus search for other commits by this committer ] Original commit 
Add a missing locale file.

Reported by:    bento
Thu, 12 Jun 2003
[ 09:46 adamw search for other commits by this committer ] Original commit  (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Remove REINPLACE commands that were rolled into gnomehack.
Tue, 22 Apr 2003
[ 04:25 marcus search for other commits by this committer ] Original commit 
Convert to new GNOME infrastructure.
Sun, 20 Apr 2003
[ 02:58 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Sat, 12 Apr 2003
[ 06:57 adamw search for other commits by this committer ] Original commit 
Update to 2.2.1.
Fri, 7 Mar 2003
[ 06:00 ade search for other commits by this committer ] Original commit  (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sun, 9 Feb 2003
[ 07:47 marcus search for other commits by this committer ] Original commit 
Actually commit ghex2 2.2.0.

Prompted by:    Mike Harding <mvh@ix.netcom.com>
Sun, 19 Jan 2003
[ 20:00 marcus search for other commits by this committer ] Original commit 
Update to 2.0.0.
Tue, 29 Oct 2002
[ 04:38 marcus search for other commits by this committer ] Original commit 
Update to 1.99.2.
Fri, 20 Sep 2002
[ 17:07 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 16 Sep 2002
[ 02:58 marcus search for other commits by this committer ] Original commit 
Add ghex2 after a repo copy from ghex.  ghex2 is a hexidecimal editor for
the GNOME 2 desktop.

Number of commits found: 25