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/xscreensaver-gnome/Makefile

Number of commits found: 100

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Monday, 5 Aug 2019
13:22 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508166 
Monday, 19 Nov 2018
15:57 swills search for other commits by this committer
devel/glib20: remove runtime dep on perl5

Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
Original commitRevision:485327 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Thursday, 8 Dec 2016
16:39 tijl search for other commits by this committer
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428135 
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 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Tuesday, 24 Mar 2015
19:37 marino search for other commits by this committer
3 ports categories: Remove $PTHREAD_LIBS

Categories: editors, x11, x11-toolkits

approved by:	PTHREAD blanket
Original commitRevision:382163 
Monday, 22 Dec 2014
23:10 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375288 
Saturday, 20 Sep 2014
06:27 antoine search for other commits by this committer
Fix r368473
Original commitRevision:368613 
Thursday, 18 Sep 2014
15:14 bapt search for other commits by this committer
Fix build when pkg(8) do not extract mtree first
Original commitRevision:368473 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 12 Aug 2014
16:53 antoine search for other commits by this committer
Stage support
Original commitRevision:364722 
Monday, 4 Aug 2014
19:56 amdmi3 search for other commits by this committer
- Switch graphics/gle to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:364045 
Thursday, 24 Jul 2014
16:33 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362828 
Sunday, 13 Jul 2014
16:59 bapt search for other commits by this committer
Convert to new LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361696 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Monday, 26 May 2014
09:24 bapt search for other commits by this committer
Convert to USES=dos2unix

With hat:	portmgr
Original commitRevision:355292 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
Thursday, 5 Sep 2013
17:37 antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
Original commitRevision:326422 
Friday, 7 Jun 2013
05:36 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:320146 
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 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Saturday, 27 Nov 2010
05:35 marcus search for other commits by this committer
Update to 5.12.
Original commit
Sunday, 25 Jul 2010
03:39 marcus search for other commits by this committer
Update to 5.11.
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, 11 Sep 2009
04:23 marcus search for other commits by this committer
Update to 5.10.
Original commit
Monday, 7 Sep 2009
19:36 marcus search for other commits by this committer
Update to 5.09.
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Friday, 2 Jan 2009
19:16 marcus search for other commits by this committer
Update to 5.08.
Original commit
Friday, 15 Aug 2008
06:34 marcus search for other commits by this committer
Update to 5.07.
Original commit
Sunday, 3 Aug 2008
06:53 marcus search for other commits by this committer
* Mention dependency of KEYRING on PAM in its description
* Force PAM when KEYRING is enabled
* Memove .warning that confuses portupgrade

PR:             126114
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Original commit
Sunday, 27 Jul 2008
20:21 marcus search for other commits by this committer
* Optional (enabled by default) GnomeKeyring integration via PAM.
* Enable PAM by default

PR:             125984
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Original commit
Saturday, 19 Jul 2008
04:07 marcus search for other commits by this committer
* Update to 5.06
* Fix PAM support [1]

PR:             125607 [1]
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com> [1]
Original commit
Monday, 7 Jul 2008
16:27 marcus search for other commits by this committer
Correct a typo.

Reported by:    vit shatsillo <vit.shatsillo@gmail.com>
Original commit
Sunday, 6 Jul 2008
21:04 marcus search for other commits by this committer
Update to 5.05.  Most of this was obtained from x11/xscreensaver.
Original commit
Tuesday, 10 Jun 2008
04:57 marcus search for other commits by this committer
Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.

Reported by:    iKris
Original commit
Friday, 6 Jun 2008
14:09 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
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
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:35 marcus search for other commits by this committer
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)
Original commit
Monday, 15 May 2006
22:23 mezz search for other commits by this committer
Add USE_GETTEXT to appease portlint.
Original commit
Saturday, 13 May 2006
05:00 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
Original commit
Friday, 28 Apr 2006
06:21 marcus search for other commits by this committer
Add a missing USE_PERL5_RUN as some of the utility scripts are Perl-based.
Original commit
Saturday, 15 Apr 2006
15:28 pav search for other commits by this committer
- Chase gle update
Original commit
Friday, 10 Feb 2006
09:19 marcus search for other commits by this committer
Update to 4.24.  See http://www.jwz.org/xscreensaver/changelog.html for the
complete list of changes in this release.
Original commit
Thursday, 12 Jan 2006
12:54 sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
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
Friday, 28 Oct 2005
02:39 marcus search for other commits by this committer
Substitute hard-coded /usr/X11R6 with ${X11BASE} to avoid installation
problems with non-standard base prefixes.

Reported by:    pointyhat via kris
Original commit
Monday, 24 Oct 2005
15:08 marcus search for other commits by this committer
Update to 4.23.  See http://www.jwz.org/xscreensaver/changelog.html for the
list of fixes and new hacks.
Original commit
Wednesday, 14 Sep 2005
03:26 marcus search for other commits by this committer
Conflict with xscreensaver-gnome-hacks.
Original commit
03:22 marcus search for other commits by this committer
Set this port up as a master port.
Original commit
Sunday, 26 Jun 2005
18:14 marcus search for other commits by this committer
Update to 4.22.  See http://www.jwz.org/xscreensaver/changelog.html for a
list of the changes and new hacks.
Original commit
Monday, 4 Apr 2005
01:16 marcus search for other commits by this committer
Adapt a patch deleted in the 4.21 upgrade that prevents PAM configs from
being installed.
Original commit
01:08 marcus search for other commits by this committer
Add a bunch of missing glade files to the plist.

Reported by:    GNOME Tinderbox
Original commit
Saturday, 2 Apr 2005
19:22 marcus search for other commits by this committer
Update to 4.21 with a much cleaner installation, and one new hack.  Release
notes available at http://www.jwz.org/xscreensaver/changelog.html.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Thursday, 24 Feb 2005
07:42 marcus search for other commits by this committer
Update to 4.20.  See http://www.jwz.org/xscreensaver/changelog.html for the
usual list of fixes and new modules.
Original commit
Friday, 17 Dec 2004
09:37 adamw search for other commits by this committer
Remove MASER_SITE_LOCAL from MASTER_SITES; jwz.org doesn't
appear to have the bandwidth issues it did when the
extra MASTER_SITE was added.
Original commit
03:23 marcus search for other commits by this committer
Update to 4.19 with four new hacks (fireworkx, intermomentary, pinion, and
substrate) as well as some additional bugfixes.
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Monday, 23 Aug 2004
17:36 marcus search for other commits by this committer
Update to 4.18.  For a list of changes in this release, see:
http://www.jwz.org/xscreensaver/changelog.html
Original commit
Wednesday, 9 Jun 2004
07:32 vs search for other commits by this committer
Fix build in presence of libutils.

PR:     ports/67716
Original commit
Thursday, 27 May 2004
02:39 adamw search for other commits by this committer
Remove the non-MASTER_SITE_LOCAL server added
temporarily, now that the distfile is hosted on
MASTER_SITE_LOCAL as a backup. Also, there was a report
of the server refusing connections, anyway.
Original commit
02:36 adamw search for other commits by this committer
Host the distfile on MASTER_SITE_LOCAL temporarily due
to numerous reports of difficulty fetching said distfile.
Original commit
Saturday, 22 May 2004
21:32 adamw search for other commits by this committer
Add another MASTER_SITE. We'll see how this one fares.
Original commit
Thursday, 20 May 2004
01:59 marcus search for other commits by this committer
Update to 4.16.  The list of new hacks, features, and bug fixes can be found
at http://www.jwz.org/xscreensaver/changelog.html.
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Saturday, 27 Mar 2004
20:23 marcus search for other commits by this committer
Fix patching on non-CURRENT systems.
Original commit
16:20 bland search for other commits by this committer
- Remove useless gnome glade module requirement.
  This also provoked wired crashes for -CURRENT users default libmapping
  to libc_r.
- Do not link against libpthread at all. There is no code make real use
  of pthread API so don't create our own dll hell.
  Nvidia libGL users must be happy now. No more libc_r libmapping for
  xscreensaver GL hacks required.
Original commit
Friday, 26 Mar 2004
01:42 marcus search for other commits by this committer
Revert the last commit.  gnomehack takes care of this.

Reported by:    bland
Pointy hat to:  me
Original commit
Thursday, 25 Mar 2004
18:06 marcus search for other commits by this committer
Use PTHREAD_LIBS.
Original commit
Tuesday, 2 Mar 2004
20:10 marcus search for other commits by this committer
Update to 4.15.  For a list of what's new, checkout:

http://www.jwz.org/xscreensaver/changelog.html
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
Monday, 2 Feb 2004
19:49 marcus search for other commits by this committer
Add optional PAM support, and make this port use OPTIONS.

PR:             61237
Original commit
Thursday, 11 Dec 2003
16:51 marcus search for other commits by this committer
Fix build on amd64 by disabling optimizations.

Reported by:    bento
Original commit
Sunday, 9 Nov 2003
04:03 marcus search for other commits by this committer
Update to 4.14.
Original commit
Saturday, 8 Nov 2003
01:01 marcus search for other commits by this committer
s/USE_MESA/USE_GL/
Original commit
Tuesday, 9 Sep 2003
14:01 bland search for other commits by this committer
Update to 4.13
Original commit
Friday, 15 Aug 2003
07:09 marcus search for other commits by this committer
Update to 4.12.
Original commit
Tuesday, 22 Jul 2003
04:31 marcus search for other commits by this committer
Update to 4.11.
Original commit
Thursday, 12 Jun 2003
09:46 adamw search for other commits by this committer
Remove REINPLACE commands that were rolled into gnomehack.
Original commit
Monday, 2 Jun 2003
07:45 marcus search for other commits by this committer
* Update to 4.10 [1]
* Convert to a GTK+-2 port [2]

Obtained from:  x11/xscreensaver [1]
Submitted by:   Alexander Nedotsukov <bland@mail.ru> [2]
Original commit
Sunday, 20 Apr 2003
06:12 marcus search for other commits by this committer
Add a patch to make webcollage get along with Perl < 5.6.
Original commit
02:50 marcus search for other commits by this committer
Borrow a patch from Doug to fix getimage with Perl < 5.6.

Obtained from:  x11/xscreensaver
Original commit
Tuesday, 15 Apr 2003
22:21 marcus search for other commits by this committer
Add a pkg-install check to see if xscreensaver is already installed.  This
way, users won't end up with two versions of xscreensaver.

Based on patches that were

Submitted by:   Miguel Mendez <flynn@energyhq.homeip.net>
Original commit
Tuesday, 8 Apr 2003
00:35 marcus search for other commits by this committer
Update to 4.09.

Obtained from:  x11/xscreensaver
Original commit
Saturday, 22 Feb 2003
00:33 marcus search for other commits by this committer
* Update to 4.08 [1]
* De-pkg-comment

Obtained from:  x11/xscreensaver [1]
Original commit
Saturday, 8 Feb 2003
07:22 marcus search for other commits by this committer
Update to 4.07.

Obtained from:  x11/xscreensaver
Original commit
Sunday, 10 Nov 2002
21:21 marcus search for other commits by this committer
Update to 4.06.
Original commit
Saturday, 10 Aug 2002
18:58 marcus search for other commits by this committer
Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking
for libkrb.

Reported by:    Roddie Hasan <roddie@krweb.net>
Original commit
Tuesday, 6 Aug 2002
09:41 sobomax search for other commits by this committer
Make it actually working both with GNOME1 and GNOME2. Bump PORTREVISION.
Original commit
Monday, 5 Aug 2002
11:35 sobomax search for other commits by this committer
Fork off x11/xscreensaver port as of yesterday and add some long awaited
fixes and cleanups (i18n support, proper GNOME support, proper dependencies,
etc.)

Forced by:      failure to put dougb into co-operative mode
Original commit
Friday, 2 Aug 2002
17:50 sobomax search for other commits by this committer
Put flameproof asbestos on and commit diversification of xscreensaver
and xscreensaver-gnome, so that GNOME components now is fully independent
from the main xscreensaver port. Unfortunately all numerous attempts of
GNOME team to put xscreensaver's maintainer into a co-operative mode
failed, so that this commit goes in unreviewed. In addition, prevent
xscreensaver from detecting gtk/glib/libxml-2.0 when it is not asked
for, remove stale warning, use USE_GNOMENG and detect/use libintl
properly. This expected to significantly decrease number of "xscreensaver
doesn't work with GNOME" complains in freebsd-gnome mailing list.

Approved by:    maintainer's timeout
Original commit
Thursday, 14 Feb 2002
00:02 ade search for other commits by this committer
Add xscreensaver-gnome, a slave from xscreensaver, simply ensuring that   for
GNOME people, the full GNOME version is built.    
Original commit

Number of commits found: 100