non port: x11-toolkits/pango/Makefile |
Number of commits found: 186 (showing only 86 on this page) |
Friday, 8 Dec 2006
|
16:19 mezz
Update to 1.14.9.
|
Tuesday, 21 Nov 2006
|
01:52 ahze
Update to 1.14.8
|
Saturday, 14 Oct 2006
|
08:35 marcus
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>
Enjoy!
Approved by: portmgr (implicit, kris)
|
Saturday, 16 Sep 2006
|
05:24 ahze
- Update to 1.12.4
|
Monday, 12 Jun 2006
|
04:58 mezz
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
|
Thursday, 1 Jun 2006
|
00:49 mezz
Looked at pango CVS history and it never has USE_X_PREFIX.
|
Wednesday, 31 May 2006
|
22:18 mezz
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
|
Tuesday, 30 May 2006
|
08:16 pav
- Fix fetch of pango-reference
Reported by: krismail
|
Saturday, 27 May 2006
|
12:36 marcus
Update to 1.12.3.
|
Tuesday, 9 May 2006
|
22:46 jylefort
Move the pango programming reference to the pango-reference port.
|
Thursday, 4 May 2006
|
18:18 ahze
- Fix plist if WITHOUT_X11 is defined
PR: 96785
Submitted by: sergei
|
Sunday, 30 Apr 2006
|
00:47 marcus
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
|
Wednesday, 15 Mar 2006
|
05:49 marcus
* Update to 1.10.4
* Fix build when WITHOUT_X11 is specified [1]
PR: 94067 [1]
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Monday, 6 Feb 2006
|
05:22 marcus
Update to 1.10.3.
|
Tuesday, 27 Dec 2005
|
20:15 pav
- Change encodings dependency line on file which will not go away in Xorg
6.9/7.0
Submitted by: lesi
|
Wednesday, 30 Nov 2005
|
21:11 ahze
- Update to 1.10.2
|
Saturday, 5 Nov 2005
|
04:53 marcus
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.
|
Wednesday, 27 Jul 2005
|
03:25 mezz
Update to 1.8.2 without a shared library version bump (by add a hack).
|
Saturday, 12 Mar 2005
|
21:07 marcus
Remove the WITH_CJK patch as it is no longer applicable.
Reported by: ume
|
10:39 marcus
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
|
Thursday, 23 Dec 2004
|
20:33 mezz
Update MASTER_SITES for 2.3 -> 2.6.
|
Sunday, 21 Nov 2004
|
22:03 marcus
Add the Firefly font patchset. This patchset is mainly used to make
CJK TrueType fonts look prettier. Various enhancements like bold, italic,
readability, and embedded bitmap font help a CJK X desktop a great deal.
To enable this patchset, define WITH_CJK while building these ports (pango,
fontconfig, libXft, and freetype2).
PR: 73083
Submitted by: clive
Obtained from: Hamigua <hamigua at cuc.cn> (I think)
|
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!
|
Friday, 23 Jul 2004
|
19:10 anholt
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
Monday, 31 May 2004
|
19:41 marcus
Fix a crash when trying to render non-Hangul unicode characters. This was
especially problematic in pan and evolution.
Obtained from: GNOME CVS
Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
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>
|
Tuesday, 16 Mar 2004
|
22:54 marcus
Chase the new location of libXft.
|
21:29 marcus
Update to properly build with and support the new freetype2.
|
Wednesday, 25 Feb 2004
|
22:55 pav
Chase repomove graphics/hdf* -> science/hdf*
|
Wednesday, 4 Feb 2004
|
04:36 marcus
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Friday, 23 Jan 2004
|
18:12 trevor
Now gettext 0.12.1 is gettext-old.
|
Monday, 6 Oct 2003
|
01:13 marcus
Correct some obsolete MASTER_SITES
PR: 57557
Submitted by: Mark Linimon <linimon@lonesome.com>
|
Thursday, 28 Aug 2003
|
01:49 adamw
Update to 1.2.5.
|
Tuesday, 26 Aug 2003
|
21:47 marcus
Grrr...actually bump the PORTVERSION.
|
20:25 marcus
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
Monday, 25 Aug 2003
|
05:41 marcus
Chase the libintl.so shared lib version.
|
Wednesday, 11 Jun 2003
|
00:40 marcus
Update to 1.2.3.
|
Tuesday, 3 Jun 2003
|
00:21 marcus
Remove ${PTHREAD_LIBS} from LDFLAGS since this will cause linking issues
on -CURRENT.
|
Sunday, 1 Jun 2003
|
08:08 marcus
Update to 1.2.2.
|
Tuesday, 22 Apr 2003
|
04:56 marcus
Convert to new GNOME infrastructure.
|
Saturday, 5 Apr 2003
|
05:18 marcus
* Allow these ports to build in a read-only ${PORTSDIR} [1]
* Remove USE_GNOMENG macro
Requested by: Cory Bajus <cbajus@mts.net> [1]
|
Friday, 4 Apr 2003
|
16:13 marcus
Add the dependency on scalable fonts here instead of Xft to avoid a
circular dependency in XFree86-clients.
|
06:59 marcus
We no longer need to run fc-cache here as this will be done by Xft. Also,
since XFree86 3.x is no longer supported in this release of pango, remove
references to it.
|
Saturday, 29 Mar 2003
|
05:43 marcus
Run fc-cache -f after installing pango just to make sure GNOME 2
gets some fonts registered. The real fix for this will be to make sure
each XFree86 font port runs fc-cache after installation. This is being
committed here so to fix the GNOME package install for 4.8-RELEASE.
Reported by: murray
|
Friday, 7 Mar 2003
|
06:14 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Wednesday, 26 Feb 2003
|
23:55 marcus
s/PORTREVISON/PORTREVISION/
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Pointy hat to: nork
|
Monday, 24 Feb 2003
|
09:50 nork
Bump PORTREVISION by changing libXft2.so to libXft.so.
PR: ports/48463
Reported by: Timothy R. Geier <tgeier@acsmail.com> and many
Not objected to by: cvs-all, marcus, anholt (5days)
|
Tuesday, 18 Feb 2003
|
04:51 anholt
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
|
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.
|
Sunday, 13 Oct 2002
|
19:27 marcus
Update to 1.0.5.
|
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.
|
Sunday, 4 Aug 2002
|
03:02 marcus
Update to 1.0.4.
|
Thursday, 1 Aug 2002
|
16:22 ade
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
|
Wednesday, 3 Jul 2002
|
16:56 marcus
Do not link in libc as this seems to cause -stable to acid trip in certain
places. Instead, use PTHREAD_LIBS. Bump PORTREVISION.
|
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.
|
Tuesday, 11 Jun 2002
|
08:15 marcus
Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API. The next part will contain the desktop
components.
|
Saturday, 1 Jun 2002
|
19:00 marcus
Update to 1.0.2.
This is a set of commits for GTK+-2.0 and friends to support
freetype2-2.1.0.
PR: 38796
|
Tuesday, 28 May 2002
|
16:08 marcus
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
|
Sunday, 19 May 2002
|
20:16 marcus
Back to betas...Update to GNOME 2.0 beta 5.
|
Sunday, 12 May 2002
|
06:49 marcus
Update to GNOME 2.0 RC2.
|
Thursday, 2 May 2002
|
03:37 marcus
Update to GNOME 2.0 RC 1.
|
Friday, 26 Apr 2002
|
14:50 sobomax
Use GNOME2 beta4 download location for all GNOME2 ports.
|
Friday, 12 Apr 2002
|
17:10 ade
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
Saturday, 6 Apr 2002
|
22:37 marcus
Update to GNOME 2.0 beta3.
Approved by: sobomax
|
Friday, 15 Mar 2002
|
19:44 ade
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
|
Monday, 11 Mar 2002
|
17:53 sobomax
Update gtk/glib to the version 2.0 and other related ports to the latest
versions.
PR: 35541, 35744, 35757
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
Wednesday, 27 Feb 2002
|
11:21 sobomax
Update all components of the GNOME 2.0 to the versions included into GNOME
2.0-beta release.
|
Thursday, 21 Feb 2002
|
09:46 sobomax
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
dependencies.
|
Tuesday, 12 Feb 2002
|
09:01 sobomax
- Update to 0.24 - the version shipped with the GNOME2 alpha 2; - swhich to
.bz2 distfile; - move distfile into gnome2 DIST_SUBDIR.
|
Monday, 21 Jan 2002
|
11:46 sobomax
Update version number of freetype2 shared library.
|
Friday, 18 Jan 2002
|
13:23 sobomax
Update to 0.23.
|
Monday, 26 Nov 2001
|
17:04 sobomax
Add missed libintl into LIB_DEPENDS.
|
Wednesday, 24 Oct 2001
|
09:21 sobomax
Update to 0.20.
|
Wednesday, 1 Aug 2001
|
18:52 sobomax
Update to 0.17.
|
Friday, 27 Jul 2001
|
14:37 sobomax
Mark as B0RKEN - uses freetype2 internals and as a result not survived its
recent upgrade.
|
Thursday, 12 Jul 2001
|
11:10 sobomax
Update version number of freetype2 shared library.
|
Tuesday, 5 Jun 2001
|
05:59 ade
Hack around some oddities when header files conflicting with glib-2.0 headers
are present.
|
Monday, 21 May 2001
|
10:22 sobomax
Fix PLIST when compiled with XFree86-4.
|
Monday, 14 May 2001
|
13:15 sobomax
Update to 0.16.
|
Friday, 11 May 2001
|
17:36 ade
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.
|
Monday, 30 Apr 2001
|
06:30 sobomax
Update to 0.15.
|
Monday, 20 Nov 2000
|
18:03 sobomax
Update to 0.13.
|
Tuesday, 18 Jul 2000
|
09:56 sobomax
Explicitly disable building of Qt-based example to avoid possible problems.
|
09:46 sobomax
Add pango - an open-source framework for rendering i18n text. It will be used
as a base renderer in upcoming gtk/gnome 2.0.
|
Number of commits found: 186 (showing only 86 on this page) |