summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
2007-10-05Don't use malloc.h.joerg2-1/+15
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-8/+11
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-11Don't use malloc.h.joerg4-1/+44
2007-08-10Fix malloc.h usage.joerg4-11/+37
2007-03-30Revert last PLIST change und bump revision again.joerg2-5/+3
Trust the bulk builds more than rillig@ and let him figure out why his environment produces a different file set.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-3/+3
2007-03-08Fixed the PLIST. PKGREVISION++rillig2-2/+5
2007-03-07Use INSTALLATION_DIRS to create directories.reed1-2/+3
This is for PR #35945.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-5/+5
Patch provided by Sergey Svishchev in private mail.
2007-01-14Modular Xorg support.joerg1-1/+5
2007-01-13Modular Xorg support. Never use static linkage on some platforms byjoerg4-22/+54
default.
2007-01-08Don't link against libXext. Bump revision.joerg3-6/+6
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig3-7/+7
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-10-28Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev.wiz1-2/+2
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz2-5/+5
2006-09-03Reset maintainer for people who lost their commit bit.wiz3-6/+6
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-06Uses C++.joerg1-1/+2
2006-06-02Use C++ and INSTALLATION_DIRS, sort PLIST.joerg2-4/+8
2006-05-13Uses C++.joerg2-2/+6
2006-04-22Remove patch-aa. Moving the include of the configuration headerjoerg2-24/+1
after the use of the defines is not likely to work.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-11Recursive PKGREVISION bump due to the common-mml update.minskim1-2/+2
2006-04-11Add missing patches that should have been committed with the previous update.minskim2-0/+43
2006-04-11Update common-mml to 1.2.16. This version was packaged by David Price,minskim12-93/+96
and modified by me. Major changes since 1.2.0: - Add support for SAP and SDP.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam2-4/+4
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-27Add DragonFly support. Fix compilation with GCC 3.4+:joerg10-50/+135
When method_ is not set, assume it means the default dither algorithm, set it to NULL in disable(). This can also avoid possible segfaults. Bump revision.
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.joerg7-9/+14
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.
2006-01-03Add DragonFly support.joerg2-9/+9
2006-01-03Fix errno. Split patch-ae into two parts for each individual file.joerg3-13/+25
2006-01-03Use system sys_errlist on DragonFly and FreeBSD as well.joerg2-1/+15
2006-01-03Regenerate patch, the unpatched file is missing a newline.joerg2-4/+5
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
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-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-10Include sys/stat.h for symbolic mode macros.joerg2-1/+14
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-09-03Replaced patch-ah with patch-ap, which is the same except that it does notrillig2-5/+4
contain an RCS Header tag.
2005-08-08Fix the package configuration of the following packages so that theyjlam3-3/+17
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-17Add missing RCS Id tags to patch-a[abc].hira4-4/+10
2005-06-17Create directories before installing files into them.jlam4-4/+12