summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
1999-07-27ELF rpath issues.mycroft1-2/+2
1999-07-27ELF rpath issues.mycroft1-2/+2
1999-07-09Add package patch checksum files.agc6-0/+54
1999-06-28Do the test for <sys/inttypes.h>'s existence a different and radical way -agc1-5/+3
use ".if exists"
1999-06-04Fix X linkage, too.mycroft1-30/+42
1999-06-04Add a generous dose of -Wl,-R so this builds on ELF platforms.mycroft5-53/+52
1999-05-31Apply the same patch as for vat to make this go with tcl8.0.5.he1-0/+16
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv2-34/+34
pattern match format. Minor pkglint along the way.
1999-05-23Fix and/or work around thehe1-0/+16
vat: invalid command name "tcl_findLibrary" error by calling Tcl_Init() from a suitable spot.
1999-05-23Make the "active" color actually make sense (and not be all dark).he1-0/+15
Not 100% sure this is the right fix, but it's better than before.
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-23Fix linkage for X11 and Tcl/Tk libraries.kleink1-2/+3
1999-04-15Correct master site and add home page. Fixes PR pkg/7390 by Takahiro Kambe.tron1-2/+3
1999-04-05Fix MASTER_SITEShubertf1-2/+2
1999-04-05 - Find tk package in the proper directory (even with WRKOBJDIR set)hubertf1-5/+8
- tk source is now in a different directory - add a pre-clean target to clean out the dependencies
1999-04-05use GSM_DIRhubertf1-2/+2
1999-04-05There is no package in ${WRKOBJDIR}.hubertf1-2/+2
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