non port: editors/gedit2/Makefile |
Number of commits found: 39 |
Monday, 24 Jan 2005
|
23:36 pav
- Move editors/gedit2 to editors/gedit
|
Sunday, 5 Dec 2004
|
23:14 marcus
Update to 2.8.2.
|
Tuesday, 16 Nov 2004
|
07:34 mezz
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
|
Wednesday, 10 Nov 2004
|
03:19 mezz
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.
|
Sunday, 7 Nov 2004
|
22:24 marcus
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
2.8:
Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>
GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.
As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process. Full documentation on the GNOME 2.8
upgrade is coming following this commit.
From all of us at FreeBSD GNOME, ENJOY!
|
Sunday, 29 Aug 2004
|
05:23 marcus
Chase the libpsell shared lib version.
|
Wednesday, 28 Jul 2004
|
14:36 adamw
Move a bunch of now unique stuff out of gnomehier and into
the ports that really own the directories.
|
Friday, 9 Jul 2004
|
17:43 marcus
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
|
Saturday, 26 Jun 2004
|
01:59 bland
- Update to 2.6.2
- Convert to new gconf keys handling scheme.
|
Monday, 3 May 2004
|
16:14 marcus
Update to 2.6.1.
|
Monday, 5 Apr 2004
|
03:11 marcus
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>
|
Sunday, 14 Mar 2004
|
06:17 ade
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.
|
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Monday, 17 Nov 2003
|
12:29 trevor
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
|
Thursday, 16 Oct 2003
|
18:18 adamw
Update to 2.4.1.
|
13:56 bland
Fix memory access after free().
This was a source of SIGBUS in print/printpreview on -CURRENT.
Reported by: Jacek Wotka <cn@team-fatal.com>
|
Thursday, 18 Sep 2003
|
06:49 marcus
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
|
Saturday, 14 Jun 2003
|
20:20 adamw
Update to 2.2.2.
|
Thursday, 12 Jun 2003
|
09:46 adamw
Remove REINPLACE commands that were rolled into gnomehack.
|
Tuesday, 22 Apr 2003
|
04:25 marcus
Convert to new GNOME infrastructure.
|
Sunday, 20 Apr 2003
|
02:58 marcus
Remove USE_GNOMENG.
|
Friday, 4 Apr 2003
|
07:32 marcus
Update to 2.2.1.
|
Friday, 7 Mar 2003
|
06:00 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Friday, 7 Feb 2003
|
18:42 marcus
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
|
Tuesday, 19 Nov 2002
|
07:41 marcus
Update to 2.0.6.
|
Friday, 20 Sep 2002
|
17:07 marcus
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.
|
Friday, 6 Sep 2002
|
19:43 marcus
Update to 2.0.5.
|
Thursday, 29 Aug 2002
|
05:26 marcus
Update to 2.0.4.
|
Wednesday, 21 Aug 2002
|
22:59 marcus
* Update to 2.0.3
* Use USE_GNOMENG
|
Wednesday, 24 Jul 2002
|
20:33 marcus
Update to 2.0.2.
|
Friday, 19 Jul 2002
|
07:13 marcus
Add a dependency to eel that crept in between 2.0.0 and 2.0.1.
Noticed by: James Satterfield <james@floondoon.com>
|
Thursday, 18 Jul 2002
|
18:43 marcus
Update to 2.0.1.
|
Sunday, 30 Jun 2002
|
22:20 marcus
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
|
Saturday, 15 Jun 2002
|
09:05 marcus
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
|
Wednesday, 12 Jun 2002
|
00:18 marcus
Update to the latest GNOME 2 snapshot.
|
Tuesday, 28 May 2002
|
16:08 marcus
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
|
Wednesday, 22 May 2002
|
22:27 marcus
Add missing dependency on libgnomeui.
Submitted by: bento
|
Sunday, 19 May 2002
|
20:16 marcus
Back to betas...Update to GNOME 2.0 beta 5.
|
Wednesday, 15 May 2002
|
04:52 marcus
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 |