summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1998-03-16portlint: rm->${RM}.frueauf1-4/+4
1998-03-16portlint: add default MAINTAINER; fix WARNs.frueauf1-2/+5
1998-03-16Fix PR 5163 by tooleym@Douglas.BC.CA: In manpages, tell people tohubertf1-4/+6
#include <ncurses.h>, not <curses.h>.
1998-03-12Make this package depend on Perl5. Take out the stuff I put inagc2-17/+11
yesterday - it's not necessary if the Perl dependency is there.
1998-03-11Do the same pre-processing of the packing list for the files thatagc2-13/+12
depend on autoscan. Also remove an erroneous @exec statement from the packing list.
1998-03-11Fix a problem pointed out by Charles Hannum.agc2-11/+10
If perl is not installed, there will be no autoscan script, so construct the packing list at installation time, when the contents are known. Also remove an erroneous check for a texinfo dir file.
1998-03-10Patch from Uwe Arndt to define fstat13.agc1-0/+22
1998-03-10This package has a configure script that recognises --prefix, so useagc1-3/+3
GNU_CONFIGURE, not HAS_CONFIGURE. Set NOLINT in the environment when building.
1998-03-10portlint: use ${VARIABLE}, instead of $(VARIABLE).frueauf1-4/+4
1998-03-10portlint: add default MAINTAINER.frueauf1-1/+3
1998-03-09Update to V3.12hubertf8-103/+61
1998-03-08Enable readline.agc1-1/+2
1998-03-08Initial import of the GNU readline library (version 2.1) into theagc6-0/+75
NetBSD packages collection. This is because some other packages play dirty and muck about with the internals of the readline structures, so our libedit-based emulation won't suffice for that. A pity.
1998-03-08Fix a typo in the panel/Makefile.in file (INSTALL_PREFIX lacked aagc2-25/+34
trailing '@') - pointed out by Rob Windsor. Move configure script mods to patch-ab, and coalesce them.
1998-03-05Use catgets, pointed out by Charles Hannumhubertf1-1/+2
1998-03-01portlint: $(...) -> ${...}tron1-2/+2
1998-03-01Enable "xxgdb-1.12", fixes PR pkg/5084.tron1-2/+2
1998-03-01Initial commit of "xxgdb-1.12" package made by Rene Hexel.tron7-0/+79
1998-02-28portlint: add missing install-info lines.frueauf1-1/+3
1998-02-27Fix PR 5072 reported by Johnny C. Lam <lamj@stat.cmu.edu>hubertf1-3/+3
1998-02-26Re-do Makefile patches for version 4.12.agc2-91/+70
1998-02-26Upgrade to version 4.12agc1-1/+1
1998-02-26Upgrade to version 4.12.agc1-7/+7
1998-02-25Enable tkcvs.agc1-2/+2
1998-02-25Add NetBSD RCS Id.agc1-0/+1
1998-02-25The version of wish which we want here is 8.0.agc1-1/+1
1998-02-25Add NetBSD RCS Id.agc1-2/+3
Be a bit more conservative - make this package depend on tk-8.0p2, rather than the tk-8.1 that's in alpha at the moment.
1998-02-25Initial import of tkcvs version 6.0, a tk/x11-based frontend for cvs,agc6-0/+152
into the NetBSD packages collection, from the FreeBSD port.
1998-02-25Enable prcs.agc1-2/+2
1998-02-25Add NetBSD RCS Id.agc1-0/+1
1998-02-25Upgrade to version 1.2.2agc1-1/+1
1998-02-25Add NetBSD RCS Id.agc1-4/+4
Upgrade to version 1.2.2 NetBSD make(1) works perfectly well - no need for gmake. Specify GNU_CONFIGURE, not USE_CONFIGURE, otherwise prefix never gets set.
1998-02-25Initial import of prcs (Project RCS) version 1.2.2 into the NetBSDagc5-0/+44
packages collection, from the FreeBSD port. This is a tool for version control, similar to CVS, but much simpler, and uses an interesting binary diff utility called xdelta.
1998-02-24Sort out manual pages. Pointed out by Markus Illenseer.agc1-10/+3
Fixes PR pkg/5043.
1998-02-22Add and enable "ncurses".tron1-1/+2
1998-02-16Use BSD_INSTALL_SCRIPT instead of custom INSTALL_SCRIPT.hubertf1-1/+1
1998-02-14Use our own INSTALL_SCRIPT; enhances fix to PR 4989.hubertf2-10/+3
1998-02-14Don't try to strip scripts while installing. Fixes first half oftron1-0/+24
PR pkg/4989 by David Brownlee.
1998-02-13Don't try to strip scripts at installation time.agc1-0/+20
Fixes PR pkg/4987 from David Brownlee.
1998-02-10portlint: use absolute path for "true".frueauf1-3/+3
1998-02-10portlint: remove contiguous blank lines.frueauf1-2/+1
1998-02-09Fix stripping of binaries (caused by fixing PR4884)hubertf1-3/+4
1998-02-02Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet.frueauf1-1/+2
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf5-13/+13
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf2-4/+4
1998-02-02As noweb depends on lang/icon, which is i386 only so far, make thisfrueauf1-1/+2
one i386 only too. Pointed out by Scott Reynolds (scottr@netbsd.org).
1998-02-01Ensure that the includes files goto "${PREFIX}/include" even iftron1-0/+18
there is another instance of "ncurses" e.g. in "/usr/local".
1998-02-01portlint: remove extra empty linehubertf1-2/+1
1998-01-30upgrade GNU make to 3.76.1frueauf5-84/+49
1998-01-28Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"hubertf3-10/+10
(in bsd.port.mk) for backward compatibility.