Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-03-10 | Make "xemacs" work on "arm32" port. Patches supplied by Richard Earnshaw | tron | 10 | -15/+167 | |
in PR pkg/6295. | |||||
1999-03-10 | If running on Solaris, just use the NetBSD settings - it's the same pkgsrc. | agc | 2 | -4/+9 | |
Bump version number to denote Solaris support. | |||||
1999-03-10 | Fix default NetBSD rule to use architecture name instead of machine name. | itohy | 1 | -0/+14 | |
This fix make it compile on x68k, etc. | |||||
1999-03-09 | Fix problem caused by Slowlaris support. | tron | 1 | -11/+24 | |
1999-03-09 | Don't automatically prefix "../" to the INSTALL command for subdir use. | tron | 1 | -2/+15 | |
1999-03-09 | Don't automatically prefix "../" to the INSTALL command for subdir use. | tron | 1 | -6/+19 | |
1999-03-09 | Mark this package as not working on Solaris for just now. | agc | 1 | -1/+3 | |
It needs libpcap, which needs bpf. | |||||
1999-03-09 | Fix another difference between Solaris and NetBSD sh(1). On Solaris, | agc | 1 | -2/+4 | |
for f in $var; do... where $var is empty, produces an error. | |||||
1999-03-09 | Improve ELF shared lib handling, so that it now works on Solaris. | agc | 1 | -18/+27 | |
In the process, it was found that the Solaris ln(1) doesn't work quite the way its manual page claims it does. In particular, "ln -fs a b" will fail if b already exists, rather than deleting the link. Work around this by using an explicit rm(1) prior to calling "ln -s". | |||||
1999-03-09 | Add and enable zoularis. | agc | 1 | -1/+2 | |
1999-03-09 | Initial import of zoularis, the NetBSD-on-Solaris environment, by Christos | agc | 5 | -0/+37 | |
Zoulas. This package provides Solaris with the necessary headers, libraries and support files to compile NetBSD utilities on Solaris. | |||||
1999-03-09 | Solaris sh(1) doesn't understand the "if ! command; then..." construct. | agc | 1 | -6/+9 | |
So dumb-down the shell commands used: make them into "command; if [ $? -ne 0 ]; then..." Suggested by David Brownlee. | |||||
1999-03-09 | Don't automatically prefix "../" to the INSTALL command for subdir use. | agc | 1 | -1/+14 | |
1999-03-09 | Fix the path name on the RedHat ftp site. | agc | 1 | -2/+2 | |
1999-03-09 | update to xlockmore-4.13 | hubertf | 3 | -18/+18 | |
1999-03-08 | Upgrade to the latest stable version of wily. Changes since version 0.13.36 | agc | 4 | -8/+8 | |
are unknown, but this version has been stable for me over the last month. | |||||
1999-03-08 | Fix a long-standing annoyance where MH (and nmh) insists that parts of | kim | 2 | -0/+32 | |
type message/* should be encoded in 7bit only. Modern mailers send error reports encoded in 8bit as well. I see no harm in simply allowing that through as well (I could see more problems with quoted-printable or base64 as you'd need to actually decode it before parsing the contents). | |||||
1999-03-08 | Set the default value for the OS definition to "NetBSD". | agc | 1 | -1/+4 | |
1999-03-08 | Make descriptions (more) distinct from wu-ftpd | rh | 2 | -2/+4 | |
1999-03-08 | To be able to shoot oneself in the foot with a binary package of this, | bad | 1 | -2/+4 | |
LOCALBASE and NO_MTREE must be set. Some manual intervention is still necessary before it can hurt, though. | |||||
1999-03-08 | Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulation | agc | 4 | -401/+1074 | |
package. Tested for some packages on Solaris 2.6 on Sparc. | |||||
1999-03-08 | Fix build problems under 1.3/1.3.x. Patches supplied by Rene Hexel. | tron | 2 | -2/+27 | |
1999-03-08 | Update for pkg_admin. | bad | 1 | -9/+12 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -4/+4 | |
1999-03-08 | Eek. Committed a change that we're not quite ready for just yet. | agc | 1 | -2/+2 | |
Keep gmake -> ${GMAKE} and USE_X11 modifications, though. | |||||
1999-03-08 | s/make/${MAKE}/g | agc | 22 | -52/+52 | |
1999-03-08 | s/gmake/${GMAKE}/ | agc | 1 | -3/+3 | |
1999-03-08 | Get rid of rubbish at the strat of the Makefile. | agc | 1 | -6/+1 | |
1999-03-08 | Set USE_X11 for this package. | agc | 1 | -5/+4 | |
s/gmake/${GMAKE}/ | |||||
1999-03-08 | Add missing dependence for "xpm" package. Fixes PR pkg/7104 by | tron | 1 | -1/+3 | |
John F. Woods. | |||||
1999-03-07 | Fix order of category list. | tron | 1 | -2/+2 | |
1999-03-07 | Update "gnome-core" package to version 1.0.1. | tron | 4 | -111/+198 | |
1999-03-07 | Update "libgtop" package to version 1.0.1. | tron | 6 | -83/+52 | |
1999-03-07 | Fix buffer overflow problems in m_getfld.c | kim | 1 | -0/+31 | |
1999-03-07 | Make mhshow look at the user input for "Press <return> to show..." (like | kim | 1 | -0/+17 | |
MH 6.8.4 did). The responses checked for (first letter) are: - "n" skips the next content (i.e. "no") - "q" exits mhshow immediately (i.e. "quit") | |||||
1999-03-07 | Adapt package to NetBSD | rh | 6 | -25/+69 | |
Update to BeroFTPD-1.3.4 | |||||
1999-03-07 | Initial import of FreeBSD BeroFTPD port | rh | 5 | -0/+52 | |
1999-03-07 | Add and enable beroftpd | rh | 1 | -1/+2 | |
1999-03-07 | Update to wu-ftpd-2.4.2 (non-beta) | rh | 5 | -91/+27 | |
Add conflicts with beroftpd and renamed wu-ftpd-vr packages | |||||
1999-03-07 | Update to wu-ftpd-2.4.2-vr16 | rh | 3 | -16/+7 | |
1999-03-07 | use ${WORKDIR} instead of "work". Fixes PR 7096 reported by | hubertf | 1 | -2/+2 | |
Julian Assange <proff@suburbia.net> | |||||
1999-03-07 | Fixes more than the things pointed out in PR 7093, sent in by | hubertf | 1 | -61/+44 | |
Thilo Manske. CV : Enter Log. Lines beginning with `CVS:' are removed automatically | |||||
1999-03-07 | Use "share/locale" not "lib/locale" for ".mo" files. | tron | 3 | -44/+48 | |
1999-03-07 | Udate "gnome-libs" package to version 1.0.1. | tron | 6 | -54/+55 | |
1999-03-07 | Update to V3.6 | hubertf | 3 | -47/+65 | |
1999-03-07 | Use some nicer graphics, from PR 7093 by Thilo.Manske@HEH.Uni-Oldenburg.DE | hubertf | 1 | -0/+105 | |
1999-03-07 | Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#". | kim | 2 | -12/+10 | |
1999-03-07 | This should work. | kim | 1 | -2/+3 | |
1999-03-07 | Never mind -- set PKGNAME and DISTNAME manually. | kim | 1 | -2/+2 | |
1999-03-07 | Call commands using variables. | kim | 1 | -4/+5 | |