summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1998-05-08Don't install byte-compiled emacs lisp file.agc1-0/+22
1998-05-08This package installs info files, so add a USE_GTEXINFO definitionagc1-1/+2
1998-05-07Add {PREFIX,X11BASE,LOCALBASE}/info to the default INFOPATH, fixes pr 5319.frueauf2-10/+18
1998-05-06Seems as # needs to be at the very beginning of a line.frueauf1-3/+3
1998-05-05Be sure PORTSDIR is defined.frueauf1-1/+3
1998-05-05Comment out SUBDIR+=cvs-current until we have a CONFLICTS feature.frueauf1-2/+4
This way cvs and cvs-current don't conflict by default.
1998-05-03Add and enable libscsi.frueauf1-1/+2
1998-05-03Initial import of libscsi 1.6 based on pr 5393.frueauf7-0/+93
1998-04-28Check MAN* consistency only if flag "-a" is set, problem noted by Tron.frueauf1-19/+104
1998-04-25whoops, patchfile got corrupted. This one works.frueauf1-3/+3
1998-04-25Enable portlint.frueauf1-2/+2
1998-04-25Initial import of portlint-1.64 (+ NetBSD changes).frueauf9-0/+668
1998-04-24Move to relative paths in the pkgsrc tree.agc3-7/+7
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc6-12/+12
1998-04-21Update to V2.2hubertf7-480/+585
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf5-19/+19
1998-04-18Fix a warning for egcs.frueauf1-0/+11
1998-04-18s/GNU_CONFIGURE/HAS_CONFIGURE and set CONFIGURE_ARGS to match PLIST.frueauf1-9/+10
Fixes pr 5290 by Lennart Augustsson.
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc9-72/+20
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc21-142/+42
Remove redundant (and sometimes erroneous) comments.
1998-04-14Update for V1.3hubertf4-11/+17
1998-04-13Add "bison" info file to info files directory, fixes PR pkg/5187.tron2-5/+24
1998-04-12Update to v2.8.1.1atv2-4/+4
1998-04-09Add and enable libg++. Remove libmalloc.tv1-2/+2
1998-04-09Addition of libg++ pkg (only for 1.3-current users running egcs, and 1.4+tv7-0/+376
users)
1998-03-28portlint: use ${VARIABLE}, instead of $(VARIABLE); ldconfig->${LDCONFIG};frueauf1-3/+3
true->${TRUE}.
1998-03-26Update to 1.2.3, set us as maintainers.hubertf2-3/+3
1998-03-25Retroportlint: Honor the user's stripflag setting, not by consitionalizingtv1-2/+3
on ${STRIPFLAG}, but instead by removing and re${INSTALL_PROGRAM}ing the binary.
1998-03-24checksume changed :-/hubertf1-1/+1
1998-03-20enable bisonthorpej1-1/+2
1998-03-20Add a GNU bison(1) package.thorpej5-0/+35
1998-03-20Add and enable cvs-current.tv1-1/+2
1998-03-19Enable p5-Data-Dumper since its in the tree.frueauf1-2/+2
1998-03-19Jaromir Dolecek's readline package (PR 4915) is better than the oneagc5-34/+666
in tree, so take the necessary elements from Jaromir's package: + build and install libhistory + build and install shared history and readline libraries. + install readline and history info pages with the correct names Preserve change from the original package: + don't assume that the Makefile SHELL is Bourne shell - set it explicitly, so that Bourne shell scripts aren't run by the csh(1)
1998-03-19keep alphabetical order.frueauf1-2/+2
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.