summaryrefslogtreecommitdiff
path: root/devel/rt3
AgeCommit message (Collapse)AuthorFilesLines
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-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-5/+5
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-09-21Mason API has changed after version 1.28. Add a patch to catch up with thecube3-4/+39
change (it breaks for callbacks). Inspired from the commit to solve the same issue on the 3.4 branch of RT. Bump PKGREVISION and Mason version requirement.
2005-09-09Options names have changed, stupid me. Bump PKGREVISION because thecube1-6/+7
dependency list was modified during this time...
2005-09-08 o Rename Makefile.options into options.mk for consistency with all othercube3-17/+22
packages. o Drop the frontend- and backend- options names and replace them with simpler ones, now that we have the PKG_OPTIONS_GROUP mechanism it's much more easier. o Brick me for not having done that earlier.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-3/+1
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-06-09Convert to use PKG_OPTIONS_REQUIRED_GROUPS.wiz1-19/+5
Should fix PR 30472.
2005-05-26o PKG_SUGGESTED_OPTIONS should be set unconditionally.cube1-3/+11
o Really enforce the conflicts between backend-* and frontend-* options, as the recent changes in the options framework might confuse people in that respect. You know have to explicitly remove the suggested options in your PKG_OPTIONS.rt variable.
2005-05-24Use PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS.seb1-2/+2
Approved by cube@
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Actually do the update I intended, not some other local change. Pointedcube1-4/+3
out by Amitai Schlair.
2005-03-24Update to 3.2.3. I'm not yet sure I will do the 3.4.x update in-place orcube3-7/+9
as a separate package. The change log for that versions is as always with RT very long and verbose. However, it is only a bug-fix release, and quite a few of them are fixed. Among other things, a Polish translation has been added. See the detailed information in the Changelog file at the root of the archive.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-08Correct the completely bogus PostgreSQL dependency line. What was Icube1-2/+2
thinking? Pointed out by seb@.
2004-11-03Clarify (hopefully) the command to run in order to setup the database.cube1-3/+8
2004-11-02Update to version 3.2.2. Changelog is in the archive, but is barelycube3-6/+18
readable and 2000+ lines long, although there hasn't been many actual changes.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-2/+2
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-04Fix the path to p5-Apache-Testagc1-2/+2
2004-08-03Initial import of rt3, version 3.2.1, into the NetBSD Packagescube9-0/+760
Collection. This package is based on the work of Dieter Roelants in pkgsrc-wip, with a lot of changes to make it proper WRT pkgsrc. RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world.