Commit graph

59 commits

Author SHA1 Message Date
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Koop Mast
238fa4a636 Add patch to fix build with freetype 2.5.1.
Use a LIB_DEPEND line to replace a RUN_/BUILD_ lines for fontconfig.
Stageify.
2013-12-05 18:27:03 +00:00
Baptiste Daroussin
8370206e3b Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts) 2013-09-20 23:51:14 +00:00
Jeremy Messenger
939edcb67d -Update to 2.3.1.
-Update the header.

In this version has removed the xft-config, but I have brought it back to
avoid require test in the pointyhat-exp/tinderbox to see if it will break
old ports that needs xft-config.

PR:		ports/176801
Submitted by:	Pierre Guinoiseau <pierre@guinoiseau.eu>
2013-03-20 05:49:00 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
690535e580 - Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
2011-10-29 07:04:53 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Martin Cracauer
3c7eb55e28 Back out until I re-gather error log. 2010-02-12 23:03:14 +00:00
Martin Cracauer
9774c274a7 Add missing dependency. This fixes a configure-time error. 2010-02-12 21:39:10 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Joe Marcus Clarke
34e7783adb Update to 2.1.13. 2008-07-04 22:48:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jeremy Messenger
dcfc609d42 Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
2007-03-26 19:56:40 +00:00
Pav Lucistnik
45a085ac12 - Remove support for xfree86-3
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
2007-02-02 17:06:25 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Joe Marcus Clarke
c09fb3faee Disable the CJK patchset as it is no longer needed after the recent
freetype2 update.

Reported by:	jkim
2006-10-31 22:02:06 +00:00
Jeremy Messenger
2341ff2d85 portlint:
-Use lowercase letter in the begin of IGNORE.
	-Replace some spaces by tabs.
	-Remove a whitespace.
2006-05-16 05:35:53 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Dejan Lesjak
97e24935c1 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. 2006-01-21 18:55:31 +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
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
235511598b - Remove CJK patch; it does not compile anymore
- Add SHA256

PR:		ports/88783
Submitted by:	chinsan <chinsan.tw@gmail.com>
2005-11-10 09:52:51 +00:00
Pav Lucistnik
864bf1d378 - Update CJK patch to fix bug which caused Firefox to crash on startup
Submitted by:	chinsan <chinsan.tw@gmail.com>
2005-07-15 20:39:57 +00:00
Pav Lucistnik
7c46d2d7c5 - Readd WITH_CJK knob with an updated patch
Submitted by:	nobutaka
2005-07-15 15:40:37 +00:00
Pav Lucistnik
117d55c123 - Remove WITH_CJK knob and patch, it was merged into 2.1.7
Submitted by:	chinsan <chinsan.tw@gmail.com>
2005-07-14 13:13:52 +00:00
Pav Lucistnik
2a904da640 - Restore distinfo for WITH_CJK knob
PR:		ports/83446
Submitted by:	chinsan <chinsan.tw@gmail.com>
2005-07-14 12:26:08 +00:00
Joe Marcus Clarke
71fda6e697 Update to 2.1.7. 2005-07-14 05:01:52 +00:00
Dejan Lesjak
5066edac69 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). 2005-06-15 02:42:14 +00:00
Joe Marcus Clarke
fc86da016c Fix a crash that can occur when using TrueType fonts. This should have
gone in with X.Org 6.8.2, but since we're using the external libXft
library, it was missed.

Reported by:	adamw
Obtained from:	Freedesktop.org CVS
Approved by:	portmgr (implicit)
2005-03-27 23:54:40 +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
27c83b846d Re-add the distinfo entries for the CJK patch.
PR:		78032
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2005-02-24 17:36:01 +00:00
Joe Marcus Clarke
e6a1dcb0a8 Use an alternate (working) MASTER_SITE which only has bzip2 distfiles. 2005-02-19 07:36:26 +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
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
5efd8d42eb Update to 2.1.6 with the official freetype2-2.1.7 fix. 2004-03-22 19:08:28 +00:00
Joe Marcus Clarke
7f4a73e2e7 Revert a portion of the font rendering code that enforces strict bitmap font
sizes.  This was causing a problem loading certain fonts.  This code
is now equivalent to Xft-2.1.2.
2004-03-19 09:16:28 +00:00
Joe Marcus Clarke
dd47a7543a Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simply
a renamed version of the Xft port after it was added to the Freedesktop X11
libs project.
2004-03-16 20:33:24 +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
c0f21daf1d Update to 2.1.2. This wraps up a lot of our patches, and fixes some other
rendering bugs.
2003-05-14 21:06:40 +00:00
Joe Marcus Clarke
e61a47fd5b Add a patch to fix PCF glyph problems.
Obtained from:	Xft CVS
2003-04-25 14:55:39 +00:00
Joe Marcus Clarke
300ef05420 Fix a segfault that can occur when mixing RENDER and non-RENDER fonts.
Obtained from:	XFree86 CVS
2003-04-06 20:37:06 +00:00
Joe Marcus Clarke
febce36476 fontconfig-config is no longer installed. Therefore, Xft wasn't being
linked against libfontconfig.  This broke KDE since KDE expected
libfontconfig to be imported via Xft.  GNOME was okay since it uses
pkg-config, and explicitly linked against fontconfig.

Reported by:	Benjamin Lutz <benlutz@datacomm.ch>
		Bjarne Wichmann Petersen <kde.nospam@mekanix.dk>
2003-04-04 20:23:31 +00:00
Joe Marcus Clarke
259996651f Revert previous commit since it caused an infinite recursion loop
in XFree86-clients.  I'll commit this to pango instead.

Requested by:	will
2003-04-04 16:01:55 +00:00
Joe Marcus Clarke
042ccee8b8 Borrow a little from kdelibs3, and add a dependency on the scalable fonts.
Also, run fc-cache here as well as in fontconfig just to make sure we have
some fonts installed.
2003-04-04 06:55:23 +00:00
Joe Marcus Clarke
e40a6ec71d Make sure the include directory exists before trying to copy files into
it.

PR:	50392
Submitted by:	edwin
2003-03-28 18:34:20 +00:00
Joe Marcus Clarke
2fc564088c Sync with XFree86 4.3.0 release.
* Finishes off the UTF-16 APIs
* Fixes bugs with non-Render enabled servers
* Adds a missing zero-sized check to one of the core rendering routines

Obtained from:	XFree86 CVS
2003-03-02 17:16:46 +00:00