freebsd-ports/x11/gnome-screensaver/files/patch-data_Makefile.in

74 lines
3.7 KiB
Text
Raw Normal View History

Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
2009-11-28 21:06:37 +01:00
--- data/Makefile.in.orig 2009-06-15 22:41:37.000000000 +0200
+++ data/Makefile.in 2009-06-15 22:42:51.000000000 +0200
@@ -916,38 +916,38 @@
@GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
install-data-hook:
- @system=`uname`; \
- if test -f /usr/include/security/pam_appl.h; then \
- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
- fi; \
- if test $$system = Linux; then \
- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
- $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
- fi; \
- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
- echo "***" ; \
- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \
- echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
- echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \
- echo "*** not work." ; \
- echo "***" ; \
- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \
- echo "***" ; \
- fi; \
- fi; \
- if test $$system = SunOS; then \
- echo "***" ; \
- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \
- echo "*** need to manually add authentication for gnome-screensaver in" ; \
- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
- echo "*** Otherwise, unlocking might not work." ; \
- echo "***" ; \
- fi; \
- fi
+# @system=`uname`; \
+# if test -f /usr/include/security/pam_appl.h; then \
+# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
+# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
+# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
+# fi; \
+# if test $$system = Linux; then \
+# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
+# $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
+# fi; \
+# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
+# echo "***" ; \
+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
+# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \
+# echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
+# echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \
+# echo "*** not work." ; \
+# echo "***" ; \
+# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \
+# echo "***" ; \
+# fi; \
+# fi; \
+# if test $$system = SunOS; then \
+# echo "***" ; \
+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
+# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \
+# echo "*** need to manually add authentication for gnome-screensaver in" ; \
+# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
+# echo "*** Otherwise, unlocking might not work." ; \
+# echo "***" ; \
+# fi; \
+# fi
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
2009-11-28 21:06:37 +01:00
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.