summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
1998-11-24Use -O2, not -O6.mycroft1-20/+6
1998-11-24devide & optimize, per mycrofthubertf2-254/+270
1998-11-16Use ${OPSYS} and ${OS_VERSION}.agc1-2/+2
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf2-6/+6
1998-11-05Clean up RCS IDs.mycroft1-2/+1
1998-11-052.5.8mycroft13-217/+75
1998-11-053.0.28mycroft10-533/+527
1998-10-02<sys/inttypes.h> -> <inttypes.h>. A brick flies off into the ether.kleink1-2/+2
1998-10-02work around <sys/inttypes.h> not present in 1.3hubertf3-22/+39
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled2-2/+6
on alpha. There may be more, but I haven't seen them yet.
1998-09-15Modifications for a read-only pkgsrc (but writable WRKOBJDIR).agc2-5/+21
1998-09-13Make the makefile honor LDFLAGS from the environment, and fix up a fewgarbled4-2/+60
LP64'isms with help from kleink.
1998-09-13Makefile: removed tk80 as a category, added USE_X11, fixed up build targetgarbled9-125/+140
Patches: Added patch to fix alpha 64bit-ism, broke up patches into separate files, fix various Makefiles WRT PREFIX,X11BASE and LOCALBASE handling. All in all, this was a mess. It works now on elf/alpha, pending a fix to bsd.pkg.mk.. if that falls through, one line will fix it up in the Makefile.
1998-09-13Add the -rpath magic to make it go.garbled1-6/+5
1998-08-20The Grand Homepagification:tsarna5-9/+13
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc6-0/+12
1998-08-07Add NetBSD RCS Ids.agc31-3/+71
1998-07-14Pkg-name consistency: last '-'-seperated token is version.hubertf1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc3-6/+3
1998-06-18Upgrade sdr to 2.4a7 (with the TU Dresden Multimedia Reference Center bugis6-129/+125
fixes added).
1998-06-04Describe this category of packages a bit better.agc1-1/+1
1998-05-23Fix --host= rule to use a three part architecture, and fix GNU pkgs to usetv1-2/+2
the new automatic --host= setting. Now all GNU pkgs should work on all archs (including arm32), except emacs/xemacs, which I'll fix soon.
1998-05-19Don't hardcode /usr/pkg and /usr/X11R6 in a Makefile - use the valuesagc1-2/+2
for LOCALBASE and X11BASE which are passed down through the environment. Pointed out by Manuel Bouyer.
1998-05-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf2-8/+8
1998-05-08relative dirs are evilhubertf2-5/+5
1998-05-04Update to 3.0.24hubertf3-40/+7
1998-04-24Move to relative paths in the pkgsrc tree.agc2-5/+5
1998-04-23Add an explicit type for egcs.mycroft1-0/+11
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc6-14/+14
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-15Make this work if OBJMACHINE is set, as pointed out by Christian Hopps.agc1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc7-52/+16
Remove redundant (and sometimes erroneous) comments.
1998-03-20We only need the tk working directory extracted and configured, not built.mycroft1-2/+2
1998-03-19Enable nte, add and enable rat since those are in the tree.frueauf1-2/+3
1998-03-16Clean this up a little.mycroft1-6/+5
1998-03-06Add missing NetBSD Id.frueauf1-0/+1
1998-03-06Separate the Tk-related diffs info a separate file.mycroft2-20/+20
1998-03-06Network Text Editor -- a mult-user editing tool.mycroft9-0/+1643
1998-03-06Make the pkg RESTRICTED.mycroft1-1/+3
1998-03-05New packages for the Robust Audio Tool.mycroft6-0/+614
Not thoroughly tested yet.
1998-02-09Fix stripping of binaries (caused by fixing PR4884)hubertf2-2/+12
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc3-6/+6
shared object dependencies (LIB_DEPENDS).
1998-01-26put DISTFILES backhubertf1-1/+2
1998-01-24portlint: add RCS Idhubertf1-0/+1
1998-01-24portlint: fix RCS ID, remove unnecessary DISTFILES definitionhubertf2-15/+8
1998-01-24portlint: fix RCS Idhubertf1-4/+3
1998-01-24portlint: add header, move WRKSRChubertf1-2/+7
1998-01-22Set MIRROR_DISTFILE to "no" in package Makefiles which might haveagc1-1/+2
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here.
1998-01-20Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T}agc1-5/+1
construction to specify the work directory here.
1998-01-15make work with OBJMACHINEchopps1-0/+4
1997-12-21Configure as ${MACHINE_ARCH}--netbsd; this closes PR pkg/4726hubertf1-1/+1
by Steven R. Allen <wormey@eskimo.com>.