summaryrefslogtreecommitdiff
path: root/mbone/rat
AgeCommit message (Collapse)AuthorFilesLines
2020-05-14Handle NetBSD 9 and optimistically, 10 too.joerg1-1/+3
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-02Remove traces of crypto restrictions from packages.maya1-2/+1
ok for idea riastradh.
2017-09-12Generate makefile for NetBSD 8.dholland1-1/+2
2015-11-02Add SHA512 digests for distfiles for mbone categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2014-09-10Support yet another NetBSD major version.joerg1-1/+2
2014-02-04Fix build with TCL 8.6.joerg2-4/+4
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino1-2/+2
2012-08-18mbone/rat: Add makefiles for DragonFly 2.x and DragonFly 3.xmarino1-2/+3
Remove DragonFly 1.x - not supported.
2012-04-07Fix build on NetBSD 6+. Remove redundant install commands.joerg1-3/+2
2009-06-12Removed redundant .gz suffix for man pages.rillig1-2/+2
2008-12-13Build on NetBSD 5.*sborrill1-1/+2
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-6/+8
their files via a custom do-install target.
2007-12-01Fixed invalid lvalue.rillig2-1/+17
2007-08-11Don't use malloc.h.joerg4-1/+44
2007-01-08Don't link against libXext. Bump revision.joerg3-6/+6
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-02-24Add DragonFly support. Allow build on newer NetBSD versions.joerg8-31/+126
Don't require MTREE. Simplify Makefiles by building directly as bin/rat -- pkgsrc doesn't support multiple builds in one WRKSRC anyway.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-18Support NetBSD versions 2.x and tk 8.4.markd4-13/+18
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-18Add RCS IDscjep2-0/+2
2003-10-10Patches for preprocessor misusage fix.rtr2-0/+27
2003-10-10Resolve some slight preprocessor directive misusage.rtr1-1/+3
Approved by Johnny Lam.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
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-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-5/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-08-31Adapt this for tk-8.3.2, and fix for case where built as non-root (but installedjwise3-10/+12
as root).
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+5
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
1999-12-12Avoid fuzz by reducing context lines by one for this patch to omit RCSrh2-8/+6
keyword.
1999-12-12regenrh1-2/+2