summaryrefslogtreecommitdiff
path: root/x11/gdm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
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-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
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-11Make the determination of the pre-req package's installed directory beagc1-2/+2
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-11Make this package cooperate with xpkgwedge better.agc1-23/+23
Use shell "for" loops in preference to make ".for" loops where possible.
2000-01-15Update for yet another directory structure change on the GNOME FTP sites.tron1-2/+2
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-11-15Store the copyright notice in "share/doc/gdm" and not in "share/pixmaps".tron1-2/+3
1999-11-15Include Marshall Kirk McKusick's copyright notice for the daemon image.tron1-2/+3
1999-11-15- Use daemon picture in greeter window like the "kdebase" package.tron1-2/+7
- Store process id in "/var/run/xdm.pid" so that our "rc.shutdown" will terminate "gdm".
1999-11-11Install "etc/gnomerc" and "etc/gnomerc.default" with execute bits set.tron1-1/+2
1999-11-11Patch session setup so that the we get an environment which looks mostlytron1-4/+2
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-10Mark this package broken because there is another bug (in the program,tron1-1/+3
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-10Import new "gdm" package included in the GNOME 1.0.53 release:tron1-0/+91
Gnome Display Manager - a re-implementation of the xdm program