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/gedit2/Makefile
SVNWeb

Number of commits found: 39

Mon, 24 Jan 2005
[ 23:36 pav search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Move editors/gedit2 to editors/gedit
Sun, 5 Dec 2004
[ 23:14 marcus search for other commits by this committer ] Original commit 
Update to 2.8.2.
Tue, 16 Nov 2004
[ 07:34 mezz search for other commits by this committer ] Original commit 
Add a new INSTALLS_OMF to take care of .omf, ScrollKeeper file. It will
automatically scan pkg-plist file and add apropriate @exec/@unexec directives
for each .omf file found to track OMF registration database. Details can be
found in bsd.gnome.mk and http://www.freebsd.org/gnome/docs/porting.html .

Current, gedit2 is the only port that use INSTALLS_OMF for now. I will chasing
all the other ports that are maintaining by gnome@FreeBSD.org when I am done
with two todo list. The other ports, you are on your own and portlint will
bug you when portlint is update.

While I am here, switch from make loops to sh loops in GCONF_SCHEMAS part.

Document writer by:     bland
Reviewed by:            my team, FreeBSD GNOME team
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:24 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 369 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).

This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 29 Aug 2004
[ 05:23 marcus search for other commits by this committer ] Original commit 
Chase the libpsell shared lib version.
Wed, 28 Jul 2004
[ 14:36 adamw search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Move a bunch of now unique stuff out of gnomehier and into
the ports that really own the directories.
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
Sat, 26 Jun 2004
[ 01:59 bland search for other commits by this committer ] Original commit 
- Update to 2.6.2
- Convert to new gconf keys handling scheme.
Mon, 3 May 2004
[ 16:14 marcus search for other commits by this committer ] Original commit 
Update to 2.6.1.
Mon, 5 Apr 2004
[ 03:11 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
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>
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, 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, 16 Oct 2003
[ 18:18 adamw search for other commits by this committer ] Original commit 
Update to 2.4.1.
[ 13:56 bland search for other commits by this committer ] Original commit 
Fix memory access after free().
This was a source of SIGBUS in print/printpreview on -CURRENT.

Reported by: Jacek Wotka <cn@team-fatal.com>
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, 14 Jun 2003
[ 20:20 adamw search for other commits by this committer ] Original commit 
Update to 2.2.2.
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.
Fri, 4 Apr 2003
[ 07:32 marcus 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.
Fri, 7 Feb 2003
[ 18:42 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
Tue, 19 Nov 2002
[ 07:41 marcus search for other commits by this committer ] Original commit 
Update to 2.0.6.
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.
Fri, 6 Sep 2002
[ 19:43 marcus search for other commits by this committer ] Original commit 
Update to 2.0.5.
Thu, 29 Aug 2002
[ 05:26 marcus search for other commits by this committer ] Original commit 
Update to 2.0.4.
Wed, 21 Aug 2002
[ 22:59 marcus search for other commits by this committer ] Original commit 
* Update to 2.0.3
* Use USE_GNOMENG
Wed, 24 Jul 2002
[ 20:33 marcus search for other commits by this committer ] Original commit 
Update to 2.0.2.
Fri, 19 Jul 2002
[ 07:13 marcus search for other commits by this committer ] Original commit 
Add a dependency to eel that crept in between 2.0.0 and 2.0.1.

Noticed by:     James Satterfield <james@floondoon.com>
Thu, 18 Jul 2002
[ 18:43 marcus search for other commits by this committer ] Original commit 
Update to 2.0.1.
Sun, 30 Jun 2002
[ 22:20 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
Sat, 15 Jun 2002
[ 09:05 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
Wed, 12 Jun 2002
[ 00:18 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Update to the latest GNOME 2 snapshot.
Tue, 28 May 2002
[ 16:08 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
Wed, 22 May 2002
[ 22:27 marcus search for other commits by this committer ] Original commit 
Add missing dependency on libgnomeui.

Submitted by:   bento
Sun, 19 May 2002
[ 20:16 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Back to betas...Update to GNOME 2.0 beta 5.
Wed, 15 May 2002
[ 04:52 marcus search for other commits by this committer ] Original commit 
Add gedit2 after a repo copy from gedit.  gedit2 is a lightweight editor
for the GNOME 2.0 desktop environment.

Number of commits found: 39