summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc6-12/+12
1999-03-22Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individualagc2-18/+2
package Makefiles which need it.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf2-6/+2
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc3-6/+6
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-15Fix for compiling on 1.3.2/sparc - random() and gethost*() arehubertf2-4/+23
supplied by the OS.
1999-01-08Replace outdated homepage with new one.tron1-2/+2
1999-01-06Update MASTER_SITES, as reported by J Rizzo <riz@boogers.sf.ca.us>hubertf1-2/+2
in PR 6750
1999-01-01Make this pkg compile on alpha again:garbled7-16/+104
LP64 fixes to deal with -Werror Re-enable INTTYPES stuff that was lost in the recent update. Thanks to Matt for helping me with a nasty.. ;)
1998-12-30Add "pre-clean" target to do "make clean" in "audio/gsm".tron1-1/+4
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).