| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
5.12_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
5.12_1
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
5.12
|
amdmi3  |
- 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 |
27 Nov 2010 05:35:40
5.12
|
marcus  |
Update to 5.12. |
25 Jul 2010 17:18:26
5.11
|
kwm  |
Regen patch, to unbreak xscreensaver-gnome-hacks.
Submitted by: adamw@ |
25 Jul 2010 03:39:22
5.11
|
marcus  |
Update to 5.11. |
28 Mar 2010 06:47:48
5.10_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
5.10_1
|
dinoex  |
- update to jpeg-8 |
11 Sep 2009 04:23:15
5.10
|
marcus  |
Update to 5.10. |
07 Sep 2009 19:36:03
5.09
|
marcus  |
Update to 5.09. |
16 Aug 2009 14:06:52
5.08_1
|
olgeni  |
Fix a few common typos in pkg-descr ("separate", "compatible"). |
18 Jul 2009 11:11:29
5.08_1
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
02 Jan 2009 19:16:19
5.08
|
marcus  |
Update to 5.08. |
15 Aug 2008 06:34:46
5.07
|
marcus  |
Update to 5.07. |
03 Aug 2008 06:53:12
5.06_1
|
marcus  |
* 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> |
27 Jul 2008 20:21:19
5.06_1
|
marcus  |
* Optional (enabled by default) GnomeKeyring integration via PAM.
* Enable PAM by default
PR: 125984
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> |
19 Jul 2008 04:07:19
5.06
|
marcus  |
* Update to 5.06
* Fix PAM support [1]
PR: 125607 [1]
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> [1] |
08 Jul 2008 17:07:21
5.05
|
marcus  |
Do not install locale files for xscreensaver-gnome-hacks. |
07 Jul 2008 16:27:31
5.05
|
marcus  |
Correct a typo.
Reported by: vit shatsillo <vit.shatsillo@gmail.com> |
06 Jul 2008 21:04:51
5.05
|
marcus  |
Update to 5.05. Most of this was obtained from x11/xscreensaver. |
10 Jun 2008 04:57:46
4.24_8
|
marcus  |
Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.
Reported by: iKris |
06 Jun 2008 14:09:15
4.24_1
|
edwin  |
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) |
19 Apr 2008 17:56:05
4.24_7  |
miwi  |
- 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) |
26 Mar 2008 21:42:38
4.24_6
|
mezz  |
Fix the build with new glib 2.16.
Reported by: pointyhat via pav |
13 Dec 2007 20:56:49
4.24_6
|
marcus  |
Update the pkg-message with correct PAM instructions.
Submitted by: dougb |
24 Oct 2007 23:37:25
4.24_6
|
marcus  |
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(Only the first 15 lines of the commit message are shown above ) |
23 Jul 2007 09:36:52
4.24_5
|
rafan  |
- 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 |
11 Jun 2007 05:18:22
4.24_5
|
marcus  |
Chase the new pam_nologin changes.
Reported by: yar |
19 May 2007 20:32:57
4.24_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Oct 2006 08:35:50
4.24_4
|
marcus  |
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, (Only the first 15 lines of the commit message are shown above ) |
15 May 2006 22:23:04
4.24_2
|
mezz  |
Add USE_GETTEXT to appease portlint. |
13 May 2006 05:00:46
4.24_2
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
28 Apr 2006 06:21:38
4.24_2
|
marcus  |
Add a missing USE_PERL5_RUN as some of the utility scripts are Perl-based. |
15 Apr 2006 15:28:02
4.24_1
|
pav  |
- Chase gle update |
10 Feb 2006 09:19:26
4.24
|
marcus  |
Update to 4.24. See http://www.jwz.org/xscreensaver/changelog.html for the
complete list of changes in this release. |
12 Jan 2006 12:54:32
4.23_1
|
sem  |
- 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> |
23 Nov 2005 22:41:05
4.23_1
|
pav  |
- Add SHA256 checksums |
05 Nov 2005 05:22:06
4.23_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
28 Oct 2005 02:39:32
4.23
|
marcus  |
Substitute hard-coded /usr/X11R6 with ${X11BASE} to avoid installation
problems with non-standard base prefixes.
Reported by: pointyhat via kris |
24 Oct 2005 15:08:42
4.23
|
marcus  |
Update to 4.23. See http://www.jwz.org/xscreensaver/changelog.html for the
list of fixes and new hacks. |
14 Sep 2005 03:26:54
4.22
|
marcus  |
Conflict with xscreensaver-gnome-hacks. |
14 Sep 2005 03:22:57
4.22
|
marcus  |
Set this port up as a master port. |
26 Jun 2005 20:31:06
4.22
|
marcus  |
Fix the build on 4.X.
Reported by: Kent Stewart <kstewart@owt.com> |
26 Jun 2005 18:14:21
4.22
|
marcus  |
Update to 4.22. See http://www.jwz.org/xscreensaver/changelog.html for a
list of the changes and new hacks. |
04 Apr 2005 01:16:05
4.21_2
|
marcus  |
Adapt a patch deleted in the 4.21 upgrade that prevents PAM configs from
being installed. |
04 Apr 2005 01:08:42
4.21_1
|
marcus  |
Add a bunch of missing glade files to the plist.
Reported by: GNOME Tinderbox |
02 Apr 2005 19:22:25
4.21
|
marcus  |
Update to 4.21 with a much cleaner installation, and one new hack. Release
notes available at http://www.jwz.org/xscreensaver/changelog.html. |
12 Mar 2005 10:54:27
4.20_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
24 Feb 2005 07:42:21
4.20
|
marcus  |
Update to 4.20. See http://www.jwz.org/xscreensaver/changelog.html for the
usual list of fixes and new modules. |
17 Dec 2004 09:37:27
4.19
|
adamw  |
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. |
17 Dec 2004 03:23:44
4.19
|
marcus  |
Update to 4.19 with four new hacks (fireworkx, intermomentary, pinion, and
substrate) as well as some additional bugfixes. |
07 Nov 2004 22:37:47
4.18_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
23 Aug 2004 17:36:59
4.18
|
marcus  |
Update to 4.18. For a list of changes in this release, see:
http://www.jwz.org/xscreensaver/changelog.html |
09 Jun 2004 07:32:29
4.16
|
vs  |
Fix build in presence of libutils.
PR: ports/67716 |
27 May 2004 02:39:04
4.16
|
adamw  |
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. |
27 May 2004 02:36:17
4.16
|
adamw  |
Host the distfile on MASTER_SITE_LOCAL temporarily due
to numerous reports of difficulty fetching said distfile. |
22 May 2004 21:32:09
4.16
|
adamw  |
Add another MASTER_SITE. We'll see how this one fares. |
20 May 2004 01:59:56
4.16
|
marcus  |
Update to 4.16. The list of new hacks, features, and bug fixes can be found
at http://www.jwz.org/xscreensaver/changelog.html. |
05 Apr 2004 03:31:02
4.15_2
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
31 Mar 2004 03:12:58
4.15_1
|
trevor  |
SIZEify (maintainer timeout) |
27 Mar 2004 20:23:30
4.15_1
|
marcus  |
Fix patching on non-CURRENT systems. |
27 Mar 2004 16:20:13
4.15_1
|
bland  |
- 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. |
26 Mar 2004 01:42:39
4.15
|
marcus  |
Revert the last commit. gnomehack takes care of this.
Reported by: bland
Pointy hat to: me |
25 Mar 2004 18:06:59
4.15
|
marcus  |
Use PTHREAD_LIBS. |
02 Mar 2004 20:10:15
4.15
|
marcus  |
Update to 4.15. For a list of what's new, checkout:
http://www.jwz.org/xscreensaver/changelog.html |
06 Feb 2004 04:03:47
4.14_1
|
marcus  |
Forced commit to provide a little more detail on the last commit.
Since 4.X does not have the sigtimedwait syscal, hack something up using
select(). Basically, we're only waiting a nanosecond, so it really doesn't
matter if we see the SIGCHLD or not. |
05 Feb 2004 23:12:34
4.14_1
|
marcus  |
Fix compilation of PAM support on -STABLE.
PR: 62404 |
04 Feb 2004 05:10:27
4.14_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
02 Feb 2004 19:49:43
4.14
|
marcus  |
Add optional PAM support, and make this port use OPTIONS.
PR: 61237 |
11 Dec 2003 16:51:40
4.14
|
marcus  |
Fix build on amd64 by disabling optimizations.
Reported by: bento |
09 Nov 2003 04:03:40
4.14
|
marcus  |
Update to 4.14. |
08 Nov 2003 01:01:54
4.13
|
marcus  |
s/USE_MESA/USE_GL/ |
14 Sep 2003 19:04:13
4.13
|
marcus  |
Correct plist by removing the non-existent German .mo file.
Reported by: bento |
09 Sep 2003 14:01:24
4.13
|
bland  |
Update to 4.13 |
15 Aug 2003 07:09:12
4.12
|
marcus  |
Update to 4.12. |
22 Jul 2003 04:31:28
4.11
|
marcus  |
Update to 4.11. |
17 Jun 2003 14:59:19
4.10
|
marcus  |
Don't try to install any KDE datafiles.
PR: 53396 |
13 Jun 2003 16:33:44
4.10
|
marcus  |
Remove unneeded patch now that gnomehack is being used. |
12 Jun 2003 09:46:10
4.10
|
adamw  |
Remove REINPLACE commands that were rolled into gnomehack. |
02 Jun 2003 07:45:44
4.10
|
marcus  |
* 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] |
20 Apr 2003 06:12:01
4.09_2
|
marcus  |
Add a patch to make webcollage get along with Perl < 5.6. |
20 Apr 2003 02:50:44
4.09_1
|
marcus  |
Borrow a patch from Doug to fix getimage with Perl < 5.6.
Obtained from: x11/xscreensaver |
16 Apr 2003 17:39:26
4.09
|
marcus  |
Correct a typo from a bad cut'n'paste.
Reported by: Stacey Roberts <stacey@vickiandstacey.com> |
15 Apr 2003 22:21:27
4.09
|
marcus  |
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> |
08 Apr 2003 00:35:44
4.09
|
marcus  |
Update to 4.09.
Obtained from: x11/xscreensaver |
22 Feb 2003 00:33:25
4.08
|
marcus  |
* Update to 4.08 [1]
* De-pkg-comment
Obtained from: x11/xscreensaver [1] |
08 Feb 2003 07:22:38
4.07
|
marcus  |
Update to 4.07.
Obtained from: x11/xscreensaver |
10 Nov 2002 21:21:04
4.06
|
marcus  |
Update to 4.06. |
10 Aug 2002 18:58:01
4.05_2
|
marcus  |
Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking
for libkrb.
Reported by: Roddie Hasan <roddie@krweb.net> |
06 Aug 2002 09:41:55
4.05_2
|
sobomax  |
Make it actually working both with GNOME1 and GNOME2. Bump PORTREVISION. |
05 Aug 2002 11:55:58
4.05_1
|
sobomax  |
Make the port working with both GNOME1 and GNOME2 desktop. |
05 Aug 2002 11:35:08
4.05_1
|
sobomax  |
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 |
02 Aug 2002 17:50:54

|
sobomax  |
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 |
14 Feb 2002 00:02:19 
|
ade  |
Add xscreensaver-gnome, a slave from xscreensaver, simply ensuring that for
GNOME people, the full GNOME version is built. |