summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-03-10Make "xemacs" work on "arm32" port. Patches supplied by Richard Earnshawtron10-15/+167
in PR pkg/6295.
1999-03-10If running on Solaris, just use the NetBSD settings - it's the same pkgsrc.agc2-4/+9
Bump version number to denote Solaris support.
1999-03-10Fix default NetBSD rule to use architecture name instead of machine name.itohy1-0/+14
This fix make it compile on x68k, etc.
1999-03-09Fix problem caused by Slowlaris support.tron1-11/+24
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.tron1-2/+15
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.tron1-6/+19
1999-03-09Mark this package as not working on Solaris for just now.agc1-1/+3
It needs libpcap, which needs bpf.
1999-03-09Fix another difference between Solaris and NetBSD sh(1). On Solaris,agc1-2/+4
for f in $var; do... where $var is empty, produces an error.
1999-03-09Improve ELF shared lib handling, so that it now works on Solaris.agc1-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-09Add and enable zoularis.agc1-1/+2
1999-03-09Initial import of zoularis, the NetBSD-on-Solaris environment, by Christosagc5-0/+37
Zoulas. This package provides Solaris with the necessary headers, libraries and support files to compile NetBSD utilities on Solaris.
1999-03-09Solaris sh(1) doesn't understand the "if ! command; then..." construct.agc1-6/+9
So dumb-down the shell commands used: make them into "command; if [ $? -ne 0 ]; then..." Suggested by David Brownlee.
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.agc1-1/+14
1999-03-09Fix the path name on the RedHat ftp site.agc1-2/+2
1999-03-09update to xlockmore-4.13hubertf3-18/+18
1999-03-08Upgrade to the latest stable version of wily. Changes since version 0.13.36agc4-8/+8
are unknown, but this version has been stable for me over the last month.
1999-03-08Fix a long-standing annoyance where MH (and nmh) insists that parts ofkim2-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-08Set the default value for the OS definition to "NetBSD".agc1-1/+4
1999-03-08Make descriptions (more) distinct from wu-ftpdrh2-2/+4
1999-03-08To be able to shoot oneself in the foot with a binary package of this,bad1-2/+4
LOCALBASE and NO_MTREE must be set. Some manual intervention is still necessary before it can hurt, though.
1999-03-08Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulationagc4-401/+1074
package. Tested for some packages on Solaris 2.6 on Sparc.
1999-03-08Fix build problems under 1.3/1.3.x. Patches supplied by Rene Hexel.tron2-2/+27
1999-03-08Update for pkg_admin.bad1-9/+12
1999-03-08s/make/${MAKE}/gagc1-4/+4
1999-03-08Eek. Committed a change that we're not quite ready for just yet.agc1-2/+2
Keep gmake -> ${GMAKE} and USE_X11 modifications, though.
1999-03-08s/make/${MAKE}/gagc22-52/+52
1999-03-08s/gmake/${GMAKE}/agc1-3/+3
1999-03-08Get rid of rubbish at the strat of the Makefile.agc1-6/+1
1999-03-08Set USE_X11 for this package.agc1-5/+4
s/gmake/${GMAKE}/
1999-03-08Add missing dependence for "xpm" package. Fixes PR pkg/7104 bytron1-1/+3
John F. Woods.
1999-03-07Fix order of category list.tron1-2/+2
1999-03-07Update "gnome-core" package to version 1.0.1.tron4-111/+198
1999-03-07Update "libgtop" package to version 1.0.1.tron6-83/+52
1999-03-07Fix buffer overflow problems in m_getfld.ckim1-0/+31
1999-03-07Make mhshow look at the user input for "Press <return> to show..." (likekim1-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-07Adapt package to NetBSDrh6-25/+69
Update to BeroFTPD-1.3.4
1999-03-07Initial import of FreeBSD BeroFTPD portrh5-0/+52
1999-03-07Add and enable beroftpdrh1-1/+2
1999-03-07Update to wu-ftpd-2.4.2 (non-beta)rh5-91/+27
Add conflicts with beroftpd and renamed wu-ftpd-vr packages
1999-03-07Update to wu-ftpd-2.4.2-vr16rh3-16/+7
1999-03-07use ${WORKDIR} instead of "work". Fixes PR 7096 reported byhubertf1-2/+2
Julian Assange <proff@suburbia.net>
1999-03-07Fixes more than the things pointed out in PR 7093, sent in byhubertf1-61/+44
Thilo Manske. CV : Enter Log. Lines beginning with `CVS:' are removed automatically
1999-03-07Use "share/locale" not "lib/locale" for ".mo" files.tron3-44/+48
1999-03-07Udate "gnome-libs" package to version 1.0.1.tron6-54/+55
1999-03-07Update to V3.6hubertf3-47/+65
1999-03-07Use some nicer graphics, from PR 7093 by Thilo.Manske@HEH.Uni-Oldenburg.DEhubertf1-0/+105
1999-03-07Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#".kim2-12/+10
1999-03-07This should work.kim1-2/+3
1999-03-07Never mind -- set PKGNAME and DISTNAME manually.kim1-2/+2
1999-03-07Call commands using variables.kim1-4/+5