notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-wm/wmakerconf/Makefile

Number of commits found: 69

Tuesday, 23 Jan 2024
11:32 Alexey Dokuchaev (danfe) search for other commits by this committer
Convert more of my ports to new manual page location (part two).
commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 commit hash: 9a81a60255cf823a5092605fe5032b0e0ab4e671 9a81a60
Wednesday, 10 Jan 2024
14:39 Alexey Dokuchaev (danfe) search for other commits by this committer
x11-wm/wmakerconf: undeprecate the port, assume maintainership

- Drop unused run-time dependency on `archivers/rpm4' and bogus
  CONFIGURE_ARGS (esp. --with-wmakeretcprefix=${LOCALBASE}/share
  which is plain wrong), trim some vertical whitespace
- Fix getstyle(1) program invocation and actually capture its
  output; this also gets rid of the segmentation fault on exit
- Limit the scope of the WMWritePropListToFile() calls patching
  so it only touches needed files
commit hash: c5eaec4c72ec0db1aa310c1106c525f346bebc9c commit hash: c5eaec4c72ec0db1aa310c1106c525f346bebc9c commit hash: c5eaec4c72ec0db1aa310c1106c525f346bebc9c commit hash: c5eaec4c72ec0db1aa310c1106c525f346bebc9c c5eaec4
Sunday, 17 Dec 2023
13:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11-wm/wmakerconf: Mark DEPRECATED

- Last upstream release was in 2007
- Set EXPIRATION_DATE 2024-01-17
- Pet portclippy
- Refresh patches
- Add missing dependencies
commit hash: 7d0d0cf4403d5aedc84097a3b5a15f223702474a commit hash: 7d0d0cf4403d5aedc84097a3b5a15f223702474a commit hash: 7d0d0cf4403d5aedc84097a3b5a15f223702474a commit hash: 7d0d0cf4403d5aedc84097a3b5a15f223702474a 7d0d0cf
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-wm: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Adam Weinberger
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Anton Tornqvist <antont@inbox.lv>
  *  Aragon Gouveia <aragon@phat.za.net>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Brett Taylor <brett@peloton.physics.montana.edu>
  *  Brian Handy <handy@physics.montana.edu>
  *  Bruce A. Mah <bmah@ca.sandia.gov>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dominik Rothert <dr@domix.de>
  *  Douglas Carmichael <dcarmich@mcs.com>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Florent Thoumie <flz@xbsd.org>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gergely Nagy <8@free.bsd.hu>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  J Han <hjh@photino.com>
  *  Jakub Lach <jakub_lach@mailplus.pl>
  *  James Earl <jdearl@telus.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeroen Schot <schot@a-eskwadraat.nl>
  *  Jim Mock <jim@FreeBSD.org>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthieu Guegan <matt.guegan@free.fr>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Ebert <ebert@informatik.unibw-muenchen.de>
  *  Michael Johnson <ahze@ahze.net>
  *  Neil Blakey-Milner
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Olivier Duchateau
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Robert Noland <rnoland@FreeBSD.org>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rudolf Polzer <freebsd-dr@durchnull.de>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stefan Zehl <sec@42.org>
  *  Tommy Scheunemann <net@arrishq.org>
  *  V. Jahns <vj562001@yahoo.de>
  *  Will Andrews <andrews@technologist.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  alepulver
  *  anders@hack.org
  *  asami
  *  chinsan
  *  gahr
  *  gpalmer
  *  hrkfrd@gmail.com
  *  jfitz@FreeBSD.org
  *  lab@fnurt.net
  *  peter
  *  spn
  *  torstenb
  *  trevor
  *  vanilla

With hat:	portmgr
commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 f65f20b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 21 Oct 2020
18:22 pkubaj search for other commits by this committer
x11-wm/wmakerconf: fix build on GCC architectures

Explicitly link to libintl to fix linking.
Original commitRevision:552877 
Tuesday, 25 Aug 2020
06:15 danfe search for other commits by this committer
Unbreak the build against recent versions of `x11-wm/libwraster' which
had removed deprecated ``get-{wraster,wutil,wings}-flags'' programs so
consumers now have to call ``pkg-config wrlib ...'' to obtains various
compilation and linking flags.
Original commitRevision:546140 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:517000 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Thursday, 8 Oct 2015
13:27 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Fix build by linking with used libraries
Original commitRevision:398823 
Saturday, 24 Jan 2015
19:27 antoine search for other commits by this committer
Fix some _DEPENDS
Original commitRevision:377815 
Wednesday, 14 Jan 2015
18:19 antoine search for other commits by this committer
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Original commitRevision:377033 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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)
Original commitRevision:374303 
Wednesday, 2 Jul 2014
06:32 bapt search for other commits by this committer
Switch the default rpm used to rpm4
Original commitRevision:360138 
Sunday, 29 Jun 2014
21:45 tijl search for other commits by this committer
x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS.  Not needed and it
  causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.

x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
  because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
Original commitRevision:359794 
Monday, 10 Feb 2014
01:57 danilo search for other commits by this committer
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Add shebangfix to USES
Original commitRevision:343572 
Wednesday, 23 Oct 2013
20:45 ak search for other commits by this committer
- Return ports to the pool

PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
Original commitRevision:331423 
Saturday, 21 Sep 2013
00:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
Original commitRevision:327786 
Monday, 2 Sep 2013
21:16 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326090 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 7 Mar 2013
03:25 bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Original commitRevision:313559 
Monday, 10 Dec 2012
01:20 eadler search for other commits by this committer
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Original commitRevision:308576 
Sunday, 9 Sep 2012
02:30 eadler search for other commits by this committer
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>

PR:	ports/171481
Original commitRevision:303952 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 7 Apr 2012
08:40 miwi search for other commits by this committer
- Fix build
- Add LICENSE

PR:             166054
Submitted by:   Ports Fury
Feature safe:   yes
Original commit
Monday, 5 Mar 2012
12:03 garga search for other commits by this committer
- Drop maintainership
- Mark it as BROKEN, it doesn't build with WindowMaker 0.95.2
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
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>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 28 Mar 2009
17:53 garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Original commit
Friday, 6 Jun 2008
14:17 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Sunday, 23 Mar 2008
16:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Tuesday, 18 Sep 2007
18:42 garga search for other commits by this committer
- Move REINPLACE_CMD's to post-patch:
- Fix configuration file to look for wmaker on correct dirs
- Bump PORTREVISION
- Take maintainership
Original commit
Monday, 20 Aug 2007
09:04 miwi search for other commits by this committer
- Update to 2.12

PR:             115399
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Monday, 14 Nov 2005
10:56 edwin search for other commits by this committer
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Sunday, 13 Mar 2005
15:52 vs search for other commits by this committer
Update to 2.11

PR:             ports/78752
Submitted by:   Ports Fury
Original commit
Sunday, 25 Jul 2004
16:25 krion search for other commits by this committer
Update to version 2.9.2

PR:             ports/69585
Submitted by:   Ports Fury
Original commit
Sunday, 27 Jun 2004
18:14 krion search for other commits by this committer
Update to version 2.9.1

PR:             ports/68394
Submitted by:   Ports Fury
Original commit
Sunday, 22 Feb 2004
10:21 linimon search for other commits by this committer
Reset maintainer.  Maintainer has not responded to multiple emails
about one of his other ports which has been broken for some time
(textproc/latte).  Possibly that email account is no longer active.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Tuesday, 28 Oct 2003
09:55 trevor search for other commits by this committer
Make fetchable.

found by:       fenner's survey
Original commit
Sunday, 20 Apr 2003
23:14 adamw search for other commits by this committer
USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
Original commit
Friday, 21 Feb 2003
14:19 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 22 Oct 2002
17:55 fenner search for other commits by this committer
Update Dominik Rothert's (MAINTAINER) email address.

Submitted by:   Dr. Jurgen K. Lang <jkl@astorit.de>
Original commit
Tuesday, 11 Sep 2001
04:39 ache search for other commits by this committer
Bump png major    
Original commit
Wednesday, 15 Aug 2001
21:33 knu search for other commits by this committer
Conditionalize bzip2 dependencies.    
Original commit
Tuesday, 15 May 2001
19:15 sobomax search for other commits by this committer
Remove non-existing wmfun library from LIB_DEPENDS.    
Original commit
Monday, 14 May 2001
20:00 sobomax search for other commits by this committer
Update version number of wmraster shared library.    
Original commit
Thursday, 26 Apr 2001
11:59 sobomax search for other commits by this committer
Update to 2.8.1.    
Original commit
Tuesday, 20 Mar 2001
20:28 obrien search for other commits by this committer
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".    
Original commit
Monday, 5 Feb 2001
21:06 olgeni search for other commits by this committer
Layout fixes in x11-wm.    
Original commit
Friday, 12 Jan 2001
14:20 sobomax search for other commits by this committer
Fix several hardcoded paths. This should improve port's behaviour, so bump  
PORTREVISION.    
Original commit
Monday, 8 Jan 2001
07:39 sobomax search for other commits by this committer
Update version number of libwmfun shared library.    
Original commit
Wednesday, 11 Oct 2000
10:23 sobomax search for other commits by this committer
Update to 2.7. Fix plist breakage caused by reg.    
Original commit
Thursday, 5 Oct 2000
08:22 reg search for other commits by this committer
Implement WANT_GNOME.    
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit
Tuesday, 4 Jul 2000
08:13 sobomax search for other commits by this committer
Bump png shared library version.    
Original commit
Thursday, 29 Jun 2000
09:20 sobomax search for other commits by this committer
Update to 2.6.2.    
Original commit

Number of commits found: 69