Commit graph

32 commits

Author SHA1 Message Date
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