summaryrefslogtreecommitdiff
path: root/mbone/vat
AgeCommit message (Collapse)AuthorFilesLines
2002-10-02Add configure patch to remove autoconf dependency.wiz3-6/+470
2002-08-16Make this package compile on 1.6 and lateragc5-3/+65
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-15/+13
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Fix a few more paste-o's.fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-12-03Make this build on Alpha.mycroft1-3/+1
2000-09-08`mbone / I'm in mbone / and my heart it swells, so I can hardly speak'jwise3-10/+9
Adapt this package to tk-8.3.2.
2000-09-01Mark remaining packages which need to be updated to work with tcl-8.3.2jwise1-1/+3
with BROKEN= This package has not yet been updated to work with tcl-8.3.2. in order to make bulk builds quieter. These packages will be updated over the weekend.
2000-08-24We don't need BUILD_DEPENDS and DEPENDS for the same package,wiz1-2/+2
but we need an autoconf dependency if we use it.
2000-06-16Fix dependency on gsm, as noted by Michael Erikssonwiz1-2/+2
<eramore@era-t.ericsson.se> in pkg/10381.
2000-04-07Ask for a properly installed gsm package to build with, nothinghubertf2-11/+4
half-baked.
2000-03-13- make sure to include $(CPPFLAGS) when compiling gsm filesbouyer3-14/+55
- make it compile on solaris
2000-01-26Remove unnecessary post-install target.jlam1-4/+1
2000-01-26* Get -lgsm from ${PREFIX}/libjlam7-1635/+227
* Get Tcl and Tk build variables from tcl/tkConfig.sh instead of pawing through directory trees.
2000-01-09use DISTNAME and PKGNAME instead of directly setting DISTFILESwiz1-3/+4
1999-12-08clean up multi-patch mess and defuzz.rh5-2130/+1540
1999-07-09Add package patch checksum files.agc1-0/+12
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-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-17/+17
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-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.agc1-2/+2
1999-03-22Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individualagc1-9/+1
package Makefiles which need it.
1998-12-30Add "pre-clean" target to do "make clean" in "audio/gsm".tron1-1/+4
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-15Modifications for a read-only pkgsrc (but writable WRKOBJDIR).agc1-2/+10
1998-08-20The Grand Homepagification:tsarna1-3/+4
- 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.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc8-1/+17
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+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-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf1-4/+4
1998-05-08relative dirs are evilhubertf1-2/+2
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-3/+3
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-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-16Clean this up a little.mycroft1-6/+5
1998-01-26put DISTFILES backhubertf1-1/+2
1998-01-24portlint: add RCS Idhubertf1-0/+1