Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 1 | -1/+5 | |
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 | Prepare for pkgviews by making sure that passing VIEW-INSTALL or | jlam | 1 | -2/+2 | |
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -2/+2 | |
dependency bumps. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+3 | |
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-10 | Convert to use bsd.pkg.install.mk (using FILES_SUBST stuff). This simplifies | jmmv | 3 | -31/+16 | |
Makefiles and {DE}INSTALL scripts, and solves the problem reported in PR pkg/18174 by Julien T. Letessier. Reviewed by grant. | |||||
2003-01-10 | USE_PKGLOCALEDIR=yes | cjep | 1 | -4/+5 | |
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -2/+2 | |
2002-11-28 | Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2 | tron | 1 | -2/+2 | |
2002-11-21 | use ${GDMOWN} and ${GDMGRP} rather than hardcoded user/group `gdm'. | grant | 2 | -4/+4 | |
2002-11-21 | - use POSIX form of chown `user:group' rather than `user.group' | grant | 3 | -9/+74 | |
- make use of ${CHOWN} and ${CHMOD} fixes pkg/18177 from Julien T. Letessier. | |||||
2002-10-26 | Use daemon:other for SunOS | bouyer | 8 | -31/+943 | |
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-21 | Convert to buildlink2. | wiz | 1 | -9/+7 | |
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+2 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-07-27 | gdm's "Face Browser" is broken in that it does not display faces for any | jschauma | 4 | -10/+34 | |
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-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
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-05-31 | Use correct path for X11 binaries in GDM scripts on systems where | tron | 1 | -2/+2 | |
"xpkwedge" is installed. Fix supplied by Rafal Boni in PR pkg/16781. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -3/+4 | |
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-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 | |