Commit graph

22 commits

Author SHA1 Message Date
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Tijl Coosemans
dcc338fc9c Remove hack now that USES=pathfix no longer modifies configure (r369260) 2014-09-25 15:47:25 +00:00
Alex Dupre
f75771ee28 Update to 2.4.1 release. 2014-07-07 09:08:49 +00:00
Tijl Coosemans
85564c6113 - Add USES=libtool
- Replace post-patch command with configure argument
- Replace two patches with post-patch command
2014-07-06 20:34:03 +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
Alex Dupre
2006f24e6f Update to 2.4.0 release and stagify. 2013-10-05 20:44:50 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Alex Dupre
b40e9f15d5 Update to 2.0.2 release. 2013-01-22 09:48:07 +00:00
Alex Dupre
86c11aa377 Update to 2.0.1 release.
Feature safe:	yes
2012-11-05 10:34:25 +00:00
Alex Dupre
0152f87d81 Update to 2.0.0 release:
- add PSKC support

Feature safe:	yes
2012-10-11 14:09:26 +00:00
Alex Dupre
c1606e5993 Update to 0.12.6 release. 2012-09-19 08:14:10 +00:00
Alex Dupre
78814883e7 Update to 1.12.5 release. 2012-08-23 14:56:42 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Alex Dupre
cd47d196d8 Update to 1.12.4 release. 2012-06-18 07:44:37 +00:00
Alex Dupre
e8d93bf0f5 Update to 1.12.3 release. 2012-06-01 09:25:18 +00:00
Alex Dupre
d6183f7971 Update to 0.12.2 release. 2012-04-12 14:13:34 +00:00
Alex Dupre
3dd785e454 Update to 1.12.1 release.
Feature safe:	yes
2012-04-03 09:56:10 +00:00
Alex Dupre
fcd0aa167e Update to 1.10.5 release. 2012-01-10 11:59:22 +00:00
Alex Dupre
c6b36a80cf Update to 1.10.4 release.
Feature safe:	yes
2011-11-25 14:25:30 +00:00
Alex Dupre
760d7e4096 The OATH Toolkit contains a shared library, command line tool
and a PAM module that makes it possible to build one-time
password authentication systems. Supported technologies include
the event-based HOTP algorithm and the time-based TOTP algorithm.
OATH is the Open AuTHentication organization which specify
the algorithms.

The components included in the package is:

- liboath:  A shared and static C library for OATH handling.
- oathtool: A command line tool for generating and validating OTPs.
- pam_oath: A PAM module for pluggable login authentication for OATH.

Feature safe:	yes
2011-11-23 14:37:15 +00:00