Commit graph

51 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
Baptiste Daroussin
5da95bcd5f Convert to USES=libtool 2014-03-02 22:16:14 +00:00
William Grzybowski
27c1edadbc graphics/libcaca: add FTGL option
PR:		ports/183426
Submitted by:	Dmitry Marakasov <amdmi3 amdmi3.ru>
2013-11-11 16:46:41 +00:00
Baptiste Daroussin
39661a44f6 Enable stage
Use options helpers
Strip binaries
2013-10-19 00:32:07 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
Max Brazhnikov
158625010c - Add dependence on libglut [1]
- Convert to new option framework
- Convert to USES/PKG_CONFIG
- Pass more switches to configure script in order to avoid auto-detection
- Trim Makefile header
- Update and reformat description

PR:		ports/175963 [1]
Submitted by:	pawel
2013-03-25 14:06:30 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Baptiste Daroussin
e849c5bf06 Fix plist
Reported by:	pointyhat (pav)
2012-04-12 22:09:39 +00:00
Baptiste Daroussin
e556a5c513 add --disable-python to configure script, to avoid python to be autodetected and installation failure because of it
do not bump portrevision as the package is unchange

Reported by:	Jürgen Galonska <caligula@primamail.de> (private mail)
2012-04-10 20:23:55 +00:00
Baptiste Daroussin
c2ce979edf - update to 0.99.beta18 2012-04-10 00:23:25 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Stanislav Sedov
2b8acb7b5c - Update imlib2 and imlib2_loaders to 1.4.4. This version mainly contains
bugfixes compared to 1.4.1 with some new functions added.
  I'm also dropping .la files, so port revisions of dependent library
  ports have been bumped accordingly.
2010-12-15 04:10:53 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
3ee4eb6c06 - Remove references to now non-existant devel/libslang
PR:		ports/145245
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2010-05-12 20:37:17 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Koop Mast
0226da9003 Remove empty dir to fix plist.
Submitted by:	QAT
2010-03-24 10:56:51 +00:00
Koop Mast
c4090ce7b5 Update to 0.99.beta17.
Submitted by:	Frank Steinborn <steinex@nognu.de>
2010-03-24 10:27:27 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
a2052883a9 - Update download location, update WWW
Reported by:	pointyhat
2009-01-30 20:49:09 +00:00
Pav Lucistnik
de9d9e5d93 - Remove CONFIGURE_ENV definition, they are shadowed by EFL stuff, and in fact
not needed at all

PR:		ports/123327
2008-06-19 19:46:13 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Stanislav Sedov
9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:	az
2008-03-11 21:13:53 +00:00
Jeremy Messenger
3c31523d3f Fix the build on amd64.
Reported by:	pointyhat
Submitted by:	Mel <fbsd.multimedia@rachie.is-a-geek.net>
		Marcin Cieslak <saper@system.pl>
2008-02-29 22:44:29 +00:00
Jeremy Messenger
15398b321c Update to 0.99.beta13.
PR:		ports/118798
Submitted by:	delphij
2008-02-27 22:51:18 +00:00
Jeremy Messenger
daf2eb6fad It looks like it supports both libslang and libslang2. Remove the autocheck.
Add a check on libslang.so.1 if it exists in system then depend on libslang
instead of libslang2. If libslang.so.1 doesn't exist then libslang2 is the
default in WITH_SLANG. Add '--disable-slang' flag to avoid the autocheck in
configure. Bump the PORTREVISION.

Reported by:	Andriy Gapon <avg@icyb.net.ua>
2007-12-18 18:57:35 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36: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
41d5dfbdd4 -Update to 0.99.beta11.
-Update the WWW.

Be sure to read http://libcaca.zoy.org/manual/migrating.html If one of you
that want to migrate from old to new version.

PR:		ports/111495
Submitted by:	Dima Panov <fluffy@ael.ru> (with a bit tweak by mezz)
2007-04-29 19:36:38 +00:00
Stanislav Sedov
09e4e6f119 - Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
  was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
  support it anymore. [2]

The patch was tested in the tinderbox.

Approved by:	portmgr (marcus) [1],
		Anders Troback <freebsd@troback.com> (maintainer) [2]
2007-03-11 08:51:14 +00:00
Jeremy Messenger
26fba899fa Update the MASTER_SITES to fix the fetch. If they move this tarball again, I
shall host it in my freefall space. Sick of cat and mouse game.
2006-10-05 19:17:34 +00:00
Jeremy Messenger
df4c3d9a16 Fix the fetch and distinfo as it has been re-rolled without make any of
change. The old and new tarballs have been compared.

PR:		ports/103334
Submitted by:	Simon Olofsson <simon@olofsson.de>
2006-09-21 18:50:31 +00:00
Jeremy Messenger
af24925022 Kris doesn't like this hack by add -fPIC flag, so acm has came up with a
better solution to fix graphics/crystalspace build that was committed.
Remove this hack and bump the PORTREVISION.
2006-08-20 16:40:47 +00:00
Jeremy Messenger
add5a3398c Add -fPIC flag on amd64 and ia64 to fix graphics/crystalspace build.
PR:		ports/102155
Submitted by:	acm
2006-08-20 05:10:15 +00:00
Michael Johnson
f6798178ee - Give a few homeless ports a home with multimedia@ 2006-06-09 18:59:20 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Sergey Matveychuk
13eb818c69 - Fix dependencies when WITHOUT_X11 defined
PR:		ports/93047
Submitted by:	Travis Poppe <tlp@liquidx.org>
2006-02-11 12:14:01 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Adam Weinberger
5c5c5a72a3 Bump PORTREVISION on all ports that received the imlib2 shlib chase. 2005-03-07 16:41:04 +00:00
Vanilla I. Shu
a9beb3d4b2 1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.

PR:		ports/78347
Submitted by:	Russell Jackson <raj at cserv62.csub.edu>
Somepart by:	me
2005-03-07 15:10:20 +00:00
Kirill Ponomarev
82760709f4 - Add WITHOUT_X11 knob
- Support CFLAGS properly

PR:		ports/69112
Submitted by:	Ports Fury
2004-07-15 16:41:50 +00:00
Pav Lucistnik
9975fcf45c - Update to 0.9
PR:		ports/68695
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-07-05 18:08:18 +00:00
Mark Linimon
e04025f1b6 Reset bouncing maintainer address. 2004-06-29 10:19:55 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00