Age | Commit message (Expand) | Author | Files | Lines |
1998-04-21 | Update package to "vim-5.1". | tron | 4 | -20/+50 |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 3 | -18/+19 |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -7/+2 |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 10 | -68/+20 |
1998-04-13 | Apply patches supplied by Johnny C. Lam PR pkg/5069 to make emacs MH-E to | tron | 2 | -1/+126 |
1998-04-07 | Use the t*() routines in libtermcap. Define -DTERMINFO (no, really!) to | tv | 2 | -3/+22 |
1998-04-07 | Use -nostartfiles, not -L/usr/lib. Don't try to hack around the system; | tv | 1 | -9/+9 |
1998-03-28 | Update to vim-5.0.2. | cjs | 1 | -1/+1 |
1998-03-16 | Adapt to changed behaviour of gcc's "-nostdlib" option. | tron | 1 | -0/+11 |
1998-03-16 | Oops; fix pasto. | mycroft | 1 | -1/+1 |
1998-03-16 | Use openpty(3) and POSIX signal functions. | mycroft | 1 | -5/+51 |
1998-03-10 | portlint: use ${RM} instead of rm. | frueauf | 1 | -2/+2 |
1998-03-03 | Next attempt to fix PR 4979 (DOC file) | hubertf | 2 | -4/+4 |
1998-03-01 | Fix manual page compression | tron | 2 | -16/+16 |
1998-02-28 | Fix error in MAN1 | tron | 1 | -2/+2 |
1998-02-28 | add missing @dirrm rules and add .gz suffix to manpages (if not already there). | frueauf | 1 | -16/+16 |
1998-02-25 | Make sure that "utilities run internally by XEmacs" are really installed. | tron | 1 | -4/+16 |
1998-02-24 | "${PREFIX}/lib/xemacs-20.3" should be owned by "bin:bin" not by the owner | tron | 1 | -1/+2 |
1998-02-23 | "${PREFIX}/share/emacs" should be owned by "bin:bin" not by the owner | tron | 1 | -1/+2 |
1998-02-23 | s/${.CURDIR}/work/xemacs-20.3/${WRKSRC} | frueauf | 1 | -2/+2 |
1998-02-23 | Don't explicitly include /etc/mk.conf. It's not necessary. | agc | 1 | -28/+8 |
1998-02-23 | Use ${WRKSRC} rather then ${.CURDIR}/work/xemacs-20.3. | frueauf | 1 | -2/+2 |
1998-02-23 | Thou shalt not clobber other packages files. | tron | 5 | -24/+61 |
1998-02-22 | Fix problem with the removal this package. | tron | 1 | -4/+4 |
1998-02-22 | Thou shalt not clobber other packages files. | tron | 6 | -50/+81 |
1998-02-22 | Correct "MAN1". | tron | 1 | -3/+3 |
1998-02-20 | check if /etc/{make.conf,mk.conf} really exist before including. | frueauf | 1 | -1/+5 |
1998-02-19 | Enable "vim". | tron | 1 | -3/+2 |
1998-02-19 | Initial commit of "vim-5.0" package. | tron | 7 | -0/+312 |
1998-02-15 | refine handling of PLIST_SRC as suggested by Hubert Feyrer. | frueauf | 1 | -8/+5 |
1998-02-14 | Compress already compiled .el files if user set MANZ=1. Closes pr 4774. | frueauf | 2 | -126/+156 |
1998-02-14 | Enhance fix to PR 4989 by using our own INSTALL_SCRIPT. | hubertf | 2 | -9/+3 |
1998-02-14 | Don't try to strip scripts while installing. Fixes second half of | tron | 1 | -0/+27 |
1998-02-12 | Better handling of binary stripping and DOC file handling, based on | hubertf | 3 | -8/+26 |
1998-02-09 | - Fix stripping of binaries (caused by fixing PR4884) | hubertf | 2 | -4/+4 |
1998-02-09 | Fix stripping of binaries (caused by fixing PR4884) | hubertf | 1 | -3/+1 |
1998-01-30 | Modify individual package Makefiles to use the new way of specifying | agc | 1 | -5/+5 |
1998-01-29 | remove "--infodir=${PREFIX}/info" and "--infopath=${PREFIX}/info" to | frueauf | 1 | -3/+1 |
1998-01-28 | Fix package list so that a binary version of the package can be | tron | 1 | -4/+4 |
1998-01-28 | Configure xemacs to use Xaw3d as widget set because it will detect lesstif | tron | 1 | -6/+4 |
1998-01-28 | Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>" | hubertf | 2 | -46/+46 |
1998-01-27 | This patches lib-src/send-pr (installed as xemacs-send-pr) to | frueauf | 1 | -0/+20 |
1998-01-27 | This patches the configure script, to handle NetBSD/m68k as m68k machine. | frueauf | 1 | -0/+23 |
1998-01-25 | Define OPSYS before using it; reported by Thorsten Frueauf | hubertf | 1 | -1/+2 |
1998-01-24 | portlint: fix RCS Id | hubertf | 2 | -2/+3 |
1998-01-24 | portlint: Fix spelling, delete empty line at EOF | hubertf | 1 | -5/+3 |
1998-01-24 | portlint: fix MASTER_SITES, move MAINTAINER, don't use GNU make, fix info-pat... | hubertf | 1 | -22/+23 |
1998-01-24 | portlint: fix spelling, nuke empty line | hubertf | 1 | -3/+1 |
1998-01-24 | portlint: move WRKSRC | hubertf | 1 | -2/+2 |
1998-01-24 | portlint: make comment shorter | hubertf | 1 | -1/+1 |