Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-16 | Fix typo I noticed while wrangling pkglint. | dholland | 1 | -2/+2 | |
2012-06-16 | Sort a bunch of plists. | dholland | 1 | -2/+2 | |
2012-01-08 | This file has a backslash-escaped trailing space after the login | dholland | 3 | -3/+26 | |
prompt string, which I assume is there on purpose. Unfortunately, it seems that when run through modern gcc's cpp, as at least Dragonfly's current X resources processing pipeline apparently does, cpp treats this as backslash-newline and splices on the next line, which causes everything to go wahooni-shaped. As a hack/workaround, insert a blank line after this line, so if the next line does get spliced on it won't break things. Reported by Artem Falcon. | |||||
2011-12-20 | This does not need libXp. PKGREVISION -> 4 | dholland | 1 | -3/+2 | |
2011-12-13 | Disabling 'Secure' RPC via IMAKEOPTS isn't sufficient -- I thought it | dholland | 3 | -2/+28 | |
worked at the time, but now it doesn't. Add a BUILDLINK_TRANSFORM hack as well, and now this package builds. (I also just fixed NetBSD HEAD's imake to stop claiming 'Secure' RPC is supported.) | |||||
2011-09-29 | Override bad imake settings on NetBSD: | dholland | 4 | -10/+48 | |
- HasSecureRPC is incorrectly set to YES by native X; set to NO. - HasSetUserContext defaults to NO in both native and pkgsrc X; set to YES. While here fix missing <pwd.h> that was causing link-time warnings, so bump PKGREVISION to 3. | |||||
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -2/+2 | |
2009-02-09 | Needs libXp nowadays. | joerg | 1 | -1/+2 | |
2008-11-10 | Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. | wiz | 1 | -2/+2 | |
2008-01-19 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2007-12-20 | * Add missing DEPENDs | obache | 1 | -19/+30 | |
* install 'chooser' more conditionally * DESTDIR ready | |||||
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -2/+2 | |
From Sergey Svishchev in private mail. | |||||
2007-01-31 | Mark as BROKEN_IN pkgsrc-2006Q4, based on | wiz | 1 | -2/+2 | |
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them... | |||||
2006-05-18 | Mark as BROKEN_IN pkgsrc-2006Q1 according to | wiz | 1 | -1/+3 | |
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-28 | Newer versions of NetBSD (and possibly other OS's) install xdm into | garbled | 1 | -16/+24 | |
/etc/X11/xdm instead of the old location. Add some logic to the makefile to figure this out and DTRT. Remove broken flag. | |||||
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-02-23 | Add RMD160 checksums to the SHA1 ones. | wiz | 1 | -1/+2 | |
2004-05-23 | Use option "-r" instead of "-e" for the '[' command since this is not | heinz | 1 | -3/+3 | |
portable to some operating systems (eg UnixWare or IRIX 5). | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-06 | Let this package build and install in the presence of xpkgwedge. | agc | 2 | -5/+23 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
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-03-20 | Add RCS ids to patch-ac and patch-ab. | wiz | 4 | -3/+40 | |
New patch-ad fixes problem with unset loginmoveInterval resource, reported (including patch) by Robert Elz in pkg/15040. | |||||
2002-03-20 | xpkgwedge fixes from Robert Elz, pkg/15041. | wiz | 3 | -1/+48 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
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 | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
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-10-02 | Try to fix compilation warnings in genauth.c due to conflicting | jlam | 2 | -0/+16 | |
declarations for time() on NetBSD/alpha. | |||||
2000-02-05 | chmod -> ${CHMOD} | wiz | 1 | -2/+2 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1998-09-08 | Make the PLIST correctly. | agc | 1 | -3/+11 | |
1998-08-27 | MASTER_SITE was pointing at my old web address. Now that the account has | garbled | 1 | -2/+2 | |
gone <poof> I've changed the makefile to MASTER_SITE_LOCAL | |||||
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 2 | -3/+2 | |
from individual DESCR files that had them. | |||||
1998-08-19 | Make sure that temporary files created by "xdm3d" get removed. | tron | 1 | -3/+2 | |
1998-08-19 | New "xdm3d" package created by Tim Rightnour: | tron | 5 | -0/+59 | |
a replacement for xdm with 3D effects |