Commit graph

59 commits

Author SHA1 Message Date
Jeremy Messenger
c33dfdfef7 Disable the cjk patch, same with freetype2, it doesn't build.
Reported by:	ijliao
Approved by:	portmgr (implicit, kris and marcus)
2006-10-16 20:42:01 +00:00
Joe Marcus Clarke
f1bb12de8e 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)
2006-10-14 08:35:50 +00:00
Jeremy Messenger
7f86966102 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...
	================================
2006-06-12 04:58:43 +00:00
Jeremy Messenger
ae00e4fd7a Correct it, don't use USE_X_PREFIX that cause the circle dependency loop. 2006-06-01 00:25:39 +00:00
Jeremy Messenger
336ae3953d - 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
2006-05-31 22:18:51 +00:00
Jean-Yves Lefort
b6c29102e0 Move the fontconfig programming reference to the fontconfig-reference port. 2006-05-11 18:03:03 +00:00
Jean-Yves Lefort
867d117e44 - Make sure that /usr/X11R6/lib/X11/fonts is only listed once in fonts.conf.
- Replace some spaces by tabs.
2006-05-01 18:46:06 +00:00
Joe Marcus Clarke
0c0a9192a7 Fix the build when docbook-utils is installed.
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-03-26 23:34:28 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
8c17111cd7 Update firefly patch sites.
PR:		92851
Submitted by:	hamigua <hamigua@hotpop.com>
2006-02-14 18:12:14 +00:00
Joe Marcus Clarke
df1df2d5c4 Remove USE_REINPLACE to pacify portlint. 2006-02-02 19:15:04 +00:00
Joe Marcus Clarke
459fc050f6 Since we look in X11BASE for fonts, make sure we explicitly clean up
X11BASE on deinstall.
2006-02-02 19:14:21 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Pav Lucistnik
48d7c018a7 - Add WITH_CJK patches
PR:		ports/90523
Submitted by:	lwj <lwj83@cs.ccu.edu.tw>
2005-12-17 19:39:35 +00:00
Joe Marcus Clarke
e18151212d 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.
2005-11-05 04:53:48 +00:00
Joe Marcus Clarke
62b080be16 Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts
prettier.

PR:		78886
Submitted by:	hamigua <hamigua@cuc.cn>
2005-03-16 08:23:29 +00:00
Joe Marcus Clarke
015687d5d8 Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.

Requested by:	lesi
2005-03-04 08:01:33 +00:00
Pav Lucistnik
75bab0f82d - Play hide'n'seek with fd.o people
Reported by:	krismail
2005-02-14 23:40:06 +00:00
Joe Marcus Clarke
523dd2e58b * Remove the font cache built by fc-cache in POST-INSTALL phase
* Apply NOPORTDOCS and update PLIST correspondingly
* Make portlint a bit happier

PR:		77293
Submitted by:	leeym
2005-02-09 05:42:47 +00:00
Joe Marcus Clarke
5cc3a06e89 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)
2004-11-21 22:03:48 +00:00
Jeremy Messenger
695d1990a5 I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack should
not be together.
2004-07-26 21:21:18 +00:00
Jeremy Messenger
62d9a8ba85 Use the correct version of libtool 13 -> 15 to avoid install the *.la files. 2004-07-25 19:01:38 +00:00
Eric Anholt
4eb209da7d - 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)
2004-07-23 19:10:32 +00:00
Joe Marcus Clarke
5c861b2160 Update to 2.2.3. 2004-07-02 16:46:02 +00:00
Joe Marcus Clarke
ea85c48e9b Fix some portlint warnings, and use lthack to eliminate the needs for a
patch.

Submitted by:	krion
2004-05-11 18:08:58 +00:00
Joe Marcus Clarke
c6207f6d1d "Update" to 2.2.2, the latest stable release with a PORTEPOCH bump. 2004-03-16 20:29:33 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
9973762918 Add a new MASTER_SITE since the Fontconfig site went away. 2003-09-18 15:09:59 +00:00
Joe Marcus Clarke
0433f602f2 This is a first for me. Correct a typo in the patch _name_ so the patch
actually gets applied.
2003-07-19 00:16:36 +00:00
Joe Marcus Clarke
a844a8e778 Revert some of the FreeType code in fontconfig to fix some font rendering
issues with Adboe fonts (particularly Helvetica and Times).

Reported by:	many
2003-07-18 22:02:56 +00:00
Joe Marcus Clarke
5da7294535 Fix a problem with certain languages not having any fonts in Mozilla and
Mozilla-based browsers.
2003-07-18 19:24:08 +00:00
Joe Marcus Clarke
d22db076cc Update to 2.2.90. 2003-07-18 02:05:20 +00:00
Joe Marcus Clarke
02e4e02a18 Update to 2.2.1. 2003-06-17 22:57:20 +00:00
Adam Weinberger
c413d0b2b0 Utilize USE_GNOME= pkgconfig. 2003-06-16 20:52:58 +00:00
Joe Marcus Clarke
2d797f8874 Update to 2.2.0, the fontastic-everything-finally-works release. 2003-04-22 01:22:48 +00:00
Joe Marcus Clarke
ae02ed7473 Add patch to avoid dereferencing a NULL pointer in freetype2. This fixes
a crash with certain monotype fonts such as the Windows FixedSys fonts.
Note, the real fix should go into freetype2, but I'm still waiting for
feedback from them.

Obtained from:	Fontconfig CVS
2003-04-18 16:59:36 +00:00
Joe Marcus Clarke
a33efaed13 Add a missing '\'. 2003-04-17 16:48:04 +00:00
Joe Marcus Clarke
eb8dc6a7c1 At least one person had problems fetching 2.1.94. Add another dist site.
Reported by:	ijliao
2003-04-17 16:30:39 +00:00
Joe Marcus Clarke
001b6b020b Update to 2.1.94. 2003-04-16 23:04:13 +00:00
Joe Marcus Clarke
4e1bacd096 Update to 2.1.93. 2003-04-13 05:52:45 +00:00
Joe Marcus Clarke
738637ceef * Allow these ports to build in a read-only ${PORTSDIR} [1]
* Remove USE_GNOMENG macro

Requested by:	Cory Bajus <cbajus@mts.net> [1]
2003-04-05 05:18:26 +00:00
Joe Marcus Clarke
0e0d4691b5 Update to 2.1.92. This is a hacked development version that should solve
most of the Xft/fontconfig problems people are experiencing.  Note that
in this version, font caches do not have to exist for Xft applications
to function properly.

PR:	50482
2003-04-04 06:53:18 +00:00
Joe Marcus Clarke
0a0b929f58 Add -f to fc-cache to force a font cache build. This fixes GNOME
installation from packages.

Reported by:	murray
2003-03-28 18:45:18 +00:00
Joe Marcus Clarke
2b7e6e3fea Fix a bug in fontconfig's configure script that was causing fonts.conf
to not include /usr/X11R6/lib/X11/fonts if XFree86 was not installed.
This was in turn leading to crashes in things such as xclock.  This bug
has been filed with fontconfig's Bugzilla as bug #45.

Reported by:	many
Brought to my attention by:	anholt
Approved by:	portmgr (will)
2003-03-13 23:07:30 +00:00
Joe Marcus Clarke
8969fc1f64 Force ldconfig to run before pkg-install to fix a problem where the user
may have booted the machine without having /usr/X11R6/lib.  Thus ldconfig
never cached it.  This should fix the sprious Error 1 failures when
running post-install.

Reported by:	anholt
2003-03-05 23:53:45 +00:00
Joe Marcus Clarke
10dae83f07 Sync fontconfig with the XFree86 4.3.0 release.
* Fixes a segfault
* Performs country-independent matching for Chinese languages
* Finishes off the UTF-16 conversion code
* Adds a section on local.conf to fontconfig.3

Obtained from:	XFree86 CVS
2003-03-02 17:14:13 +00:00
Joe Marcus Clarke
aaad903cce * Set LC_ALL to C in MAKE_ENV to avoid creating non-well-formed XML
* Allow CJK users to use fixed-width TrueType fonts [1]

Submitted by:	perky
Obtained from:	fontconfig CVS [1]
2003-03-01 01:37:54 +00:00