Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -4/+4 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-09-30 | Martin Lauberbach maintains this package at the moment. | tron | 1 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -3/+3 | |
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-07-23 | Add rc.d-type startup script, as requested in pkg/13475. | wiz | 3 | -2/+26 | |
On deinstall, remove an additional directory that gets created for this package. | |||||
2001-06-12 | LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if | jlam | 1 | -3/+2 | |
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-22 | Add missing size entries. | tron | 1 | -1/+4 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-02 | MKDIR -> INSTALL_DATA_DIR | zuntum | 1 | -2/+2 | |
2001-04-02 | Add missing dependency on libglade. | rh | 1 | -1/+2 | |
2001-03-28 | RCS Id police: forgot this one | wennmach | 2 | -2/+4 | |
2001-03-28 | RCS Id police | wennmach | 4 | -4/+10 | |
2001-03-20 | Update to 2.2.0. Many bugfixes, some smaller ui changes. | mjl | 13 | -145/+165 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-19 | Invert meaning of USE_PAM: add dependency only if USE_PAM is set! | rh | 1 | -2/+3 | |
2000-11-19 | Prevent configure from picking up an installed PAM (unless USE_PAM is set) | rh | 1 | -1/+13 | |
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -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-14 | The previous method of using a make target for finding a prerequisite | agc | 1 | -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-11 | Make the determination of the pre-req package's installed directory be | agc | 1 | -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-11 | Make this package cooperate with xpkgwedge better. | agc | 1 | -23/+23 | |
Use shell "for" loops in preference to make ".for" loops where possible. | |||||
2000-01-15 | Update for yet another directory structure change on the GNOME FTP sites. | tron | 1 | -2/+2 | |
2000-01-02 | Adapt to new directory structure on GNOME ftp sites. | tron | 1 | -2/+2 | |
1999-11-15 | Store the copyright notice in "share/doc/gdm" and not in "share/pixmaps". | tron | 2 | -4/+6 | |
1999-11-15 | Include Marshall Kirk McKusick's copyright notice for the daemon image. | tron | 3 | -4/+7 | |
1999-11-15 | - Use daemon picture in greeter window like the "kdebase" package. | tron | 5 | -10/+27 | |
- Store process id in "/var/run/xdm.pid" so that our "rc.shutdown" will terminate "gdm". | |||||
1999-11-11 | Fix bug in communication between "gdm" and "gdmlogin" process. | tron | 2 | -7/+18 | |
1999-11-11 | Install "etc/gnomerc" and "etc/gnomerc.default" with execute bits set. | tron | 1 | -1/+2 | |
1999-11-11 | Remove unnecessary modification from patch. | tron | 2 | -11/+3 | |
1999-11-11 | Patch session setup so that the we get an environment which looks mostly | tron | 3 | -9/+39 | |
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-10 | Mark this package broken because there is another bug (in the program, | tron | 1 | -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-10 | Import new "gdm" package included in the GNOME 1.0.53 release: | tron | 14 | -0/+334 | |
Gnome Display Manager - a re-implementation of the xdm program |