Commit graph

219 commits

Author SHA1 Message Date
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
minskim
032c87c6ee Let this package download Daemon.* from MASTER_SITE_LOCAL. Noted by
Karl Hammerschmidt on tech-pkg@.
2004-03-10 20:18:51 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
xtraeme
a917c04a0e bl3ify 2004-02-11 07:11:28 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
rh
45f7f00a69 Requires at least libart-2.3.11. 2004-01-25 01:42:47 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
0eeff5f133 Bump PKGREVISION due to librsvg2 and swfdec updates. 2004-01-22 12:56:12 +00:00
jmmv
566a761a1f Fix indentation of a line. 2004-01-22 10:16:19 +00:00
jmmv
882c655301 Simplify patches a lot (specially those touching configure) and also cleanup
the Makefile a bit.  No functional changes.
2004-01-22 10:11:16 +00:00
jmmv
b1555a7821 - Create /var/gdm and /var/log/gdm directories during installation. These
are *REQUIRED* (in fact, only the former) to get gdm working.
- Manually set 'procname' in the rc.d script so that 'gdm stop' works.
- Allow the rc.d script to work w/o rc.subr.
- Use PAM's buildlink2.mk file instead of a simple DEPENDS.
- Remove useless stuff from PLIST.
- Simplify Makefile a bit.
- As a result, bump PKGREVISION to 1.
2004-01-22 09:16:59 +00:00
xtraeme
2f3d0676f5 Finishing previous commit. 2004-01-20 13:46:00 +00:00
xtraeme
aca939e655 Update gdm to 2.4.4.7 (Fully GNOME 2, gnome v1 libraries are not required
anymore).

Update provided by Min Sik Kim via pkgsrc-wip, with minimal changes by me.

Changes:

2.4.4.7 stuff:

- Fix build problem caused by intltool (fixes #130234)

- Translation update (Zygimantas Berucka)

2.4.4.6 stuff:

- Fixes xdmcp session counting (fixes #126465)

- The programs that want to talk to gdm check ownership of /tmp/.gdm_socket
  for added paranoia

- Fix assert failure when starting Xnest (fixes #127780)

- Time for the fail delay is in microseconds (Leena Gunda, fixes #128507)

- Translation updates (Maxim Dziumanenko, Dmitry G. Mastrukov, Russian team,
  Andras Timar, Sanlig Badral, Paul Duffy, David O'Callaghan,
  Jordi Mallach, Jordi Mas, Guntupalli Karunakar, Andras Timar)

2.4.4.5 stuff:

- Brown paper security bag: ~/.Xauthority could be left readable
  after logout

- gecos info (face browser user name) didn't get through if non-utf8
  (Frederic Crozat) (fixes mandrake #5309)

- Translation updates (another brown paper bag, these went in over
  the last month) (Kjartan Maraas, Andras Timar, Danilo Segan,
  Ales Nyakhaychyk, Asmund Skjaeveland, Gustavo Maciel Dias Vieira,
  Augusta Marques da Silva, Richard Allen)

And more... please review NEWS file to see a full list of changes.
2004-01-20 13:41:06 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jmmv
f0acb26159 Convert to use bsd.pkg.install.mk (using FILES_SUBST stuff). This simplifies
Makefiles and {DE}INSTALL scripts, and solves the problem reported in
PR pkg/18174 by Julien T. Letessier.  Reviewed by grant.
2003-01-10 17:26:55 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
tron
60935688d7 Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2 2002-11-28 11:01:32 +00:00
grant
aba429a1a4 use ${GDMOWN} and ${GDMGRP} rather than hardcoded user/group `gdm'. 2002-11-21 10:52:15 +00:00
grant
0369551d27 - use POSIX form of chown user:group' rather than user.group'
- make use of ${CHOWN} and ${CHMOD}

fixes pkg/18177 from Julien T. Letessier.
2002-11-21 10:41:43 +00:00
bouyer
f2417194ce Use daemon:other for SunOS
Fix sed command to disable pam checks to avoid an empy for loop in configure
Add configure check for setlogin(), and use it in daemon/slave.c
Need to define BSD_COMP before including sys/ioctl.h on SunOS to get BSD ioctls.
2002-10-26 19:51:07 +00:00
wiz
7b7e6d4954 Convert to buildlink2. 2002-10-21 15:35:42 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
jschauma
ba8147a244 gdm's "Face Browser" is broken in that it does not display faces for any
user who's pw_passwd is set to "*".  NetBSD gives all users "*", same if
shadow passwords are used on Linux, Solaris etc.  Commenting out that part
makes the face-browser work.  (I'll submit this to the gdm-folks, as well.)

Change pid-file from /var/run/xdm.pid to /var/run/gdm.pid now that we have
our own ${PREFIX}/etc/rc.d/gdm script.

Bump PKGREVISION.

(Changes suggested in PR pkg/17184 by Cliff <cliff at snipe444 dot org>,
applied after feedback from MAINTAINER and tron.  This closes said PR.)
2002-07-27 15:20:05 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
tron
a768adf79e Use correct path for X11 binaries in GDM scripts on systems where
"xpkwedge" is installed. Fix supplied by Rafal Boni in PR pkg/16781.
2002-05-31 10:09:35 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
tron
40a601ba18 Martin Lauberbach maintains this package at the moment. 2001-09-30 07:39:48 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
dd8782ce0a Add rc.d-type startup script, as requested in pkg/13475.
On deinstall, remove an additional directory that gets created for this package.
2001-07-23 00:59:19 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
tron
da3e7df345 Add missing size entries. 2001-05-22 19:33:37 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
zuntum
4ed4754c22 MKDIR -> INSTALL_DATA_DIR 2001-04-02 20:07:03 +00:00
rh
89b7c993d1 Add missing dependency on libglade. 2001-04-02 14:45:13 +00:00
wennmach
8189725909 RCS Id police: forgot this one 2001-03-28 22:32:03 +00:00
wennmach
3f8af1779c RCS Id police 2001-03-28 22:30:42 +00:00
mjl
2db06b279b Update to 2.2.0. Many bugfixes, some smaller ui changes. 2001-03-20 02:42:12 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
rh
ea56479a84 Invert meaning of USE_PAM: add dependency only if USE_PAM is set! 2000-11-19 19:42:59 +00:00
rh
00373a7208 Prevent configure from picking up an installed PAM (unless USE_PAM is set) 2000-11-19 19:40:17 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.

Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.

ALso simplify the logic to calculate the prefix as well.
2000-07-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
agc
847a6766d6 Make this package cooperate with xpkgwedge better.
Use shell "for" loops in preference to make ".for" loops where possible.
2000-07-11 10:30:43 +00:00
tron
d4f6494b6c Update for yet another directory structure change on the GNOME FTP sites. 2000-01-15 10:16:17 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
9339665cde Store the copyright notice in "share/doc/gdm" and not in "share/pixmaps". 1999-11-15 10:06:19 +00:00
tron
e4cd9a4ebe Include Marshall Kirk McKusick's copyright notice for the daemon image. 1999-11-15 08:29:36 +00:00
tron
db12922dfb - Use daemon picture in greeter window like the "kdebase" package.
- Store process id in "/var/run/xdm.pid" so that our "rc.shutdown"
  will terminate "gdm".
1999-11-15 00:07:02 +00:00
tron
3f8dffe6a0 Fix bug in communication between "gdm" and "gdmlogin" process. 1999-11-11 11:57:20 +00:00
tron
3afd13022d Install "etc/gnomerc" and "etc/gnomerc.default" with execute bits set. 1999-11-11 11:54:10 +00:00
tron
ccba5cae1b Remove unnecessary modification from patch. 1999-11-11 11:27:16 +00:00
tron
ca0c3d7660 Patch session setup so that the we get an environment which looks mostly
like what we get from XDM or KDM and use setlogin().
A complete rewrite of the session setup will be requested via a bug report
to the GNOME maintainers.
1999-11-11 10:47:25 +00:00
tron
e96189673e Mark this package broken because there is another bug (in the program,
not in the package) which causes weird problems like "~/.Xauthority"
being owned by user "root" suddenly. Obviously the user privileges
are not initialized properly.
1999-11-10 23:48:12 +00:00
tron
6f749e5ba6 Import new "gdm" package included in the GNOME 1.0.53 release:
Gnome Display Manager - a re-implementation of the xdm program
1999-11-10 23:15:27 +00:00