The NetBSD Project

CVS log for pkgsrc/databases/gnats/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / databases / gnats

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Thu May 19 13:15:59 2011 UTC (12 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.32: +15 -4 lines
Diff to previous 1.32 (colored)

Convert package to DESTDIR
Set LICENSE

Revision 1.32 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:42 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Reset maintainer for retired developers.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Oct 8 12:51:31 2009 UTC (2 years, 7 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Pull up missing "'" from gnats trunk, since netbsd-5 sh(1) trips over
the missing quote -- first half of

2006-06-30  Stephane Chazelas  <Stephane@artesyncp.com>

	* edit-pr.sh: missing quote on line 172 (it's OK for the
	Bourne shell and AT&T ksh based sh, but not other shells), and
	the tr syntax, though POSIX is causing trouble with Solaris
	tr.  Closes: PR#613

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:34 2007 UTC (4 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.29: +4 -1 lines
Diff to previous 1.29 (colored)

Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jun 16 09:32:33 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.28: +4 -2 lines
Diff to previous 1.28 (colored)

Fixed pkglint warnings.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:36 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.27: +7 -2 lines
Diff to previous 1.27 (colored)

Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:41 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

* Honor PKGINFODIR.
* List the info files directly in the PLIST.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Mar 10 23:26:31 2006 UTC (6 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.25: +6 -7 lines
Diff to previous 1.25 (colored)

Fixed pkglint warnings.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:23 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:30 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:35 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:04 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Aug 29 13:41:42 2005 UTC (6 years, 8 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.17: +44 -13 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Pullup ticket 720 - requested by Adrian Portelli
update and security fix for gnats

Revisions pulled up:
- pkgsrc/databases/gnats/Makefile		1.20 (partially), 1.21
- pkgsrc/databases/gnats/MESSAGE		1.7
- pkgsrc/databases/gnats/PLIST			1.9
- pkgsrc/databases/gnats/distinfo		1.7, 1.8
- pkgsrc/databases/gnats/patches/patch-aa	1.3, 1.4
- pkgsrc/databases/gnats/patches/patch-ab	1.4
- pkgsrc/databases/gnats/patches/patch-ac	1.4
- pkgsrc/databases/gnats/patches/patch-ad	1.3
- pkgsrc/databases/gnats/patches/patch-ae	1.3

   Module Name:		pkgsrc
   Committed By:	recht
   Date:		Sat Aug 27 22:24:02 UTC 2005

   Modified Files:
   	pkgsrc/databases/gnats: MESSAGE Makefile PLIST distinfo
   	pkgsrc/databases/gnats/patches: patch-aa patch-ab
   Added Files:
   	pkgsrc/databases/gnats/patches: patch-ac patch-ad patch-ae

   Log Message:
   Update to gnats 4.1.0.
   Make a overhaul of the package and bring it closer to pkgsrc standards.
   Addresses PR 26174 by Hauke Fath.

   changes:

   This is GNATS 4.1.0, a release that incorporates multiple bug fixes
   and enhancements that have been committed to CVS since the release of
   GNATS 4.0.  Notable enhancements include:

   - Upgrade to autoconf 2.59 generated configure scripts.
   - New PR numbers are reported to the client upon new submissions
   - Rewrite of install-sid.  Now, rather than editing send-pr, which can
     be installed on a read-only partition, install-sid creates or edits
     user or site configuration files ~/.send-pr.conf or
     /etc/gnats/send-pr.conf.
   - Removal of libiberty, old manpages, and old build framework cruft
   - Performance enhancements to indexing code
   - Various cleanups and bugfixes.  See the ChangeLog files for details.
---
   Module Name:		pkgsrc
   Committed By:	recht
   Date:		Sun Aug 28 12:36:42 UTC 2005

   Modified Files:
   	pkgsrc/databases/gnats: Makefile distinfo
   	pkgsrc/databases/gnats/patches: patch-aa

   Log Message:
   Add a patch from gnats CSV to fix the security problem noted in:
   http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2180

   Patch by adrianp@.

   ChangeLog from gnats CSV:
   * Makefile.in (install-gnats-tools, install-gnats-bin): Removed chown
   and chmod entries for setting binaries suid.  CAN-2005-2180 advisory.
   gen-index as setuid root can overwrite any system file.

   Bump PKGREVISION to 1.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Aug 28 12:36:42 2005 UTC (6 years, 8 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Add a patch from gnats CSV to fix the security problem noted in:
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2180

Patch by adrianp@.

ChangeLog from gnats CSV:
* Makefile.in (install-gnats-tools, install-gnats-bin): Removed chown
and chmod entries for setting binaries suid.  CAN-2005-2180 advisory.
gen-index as setuid root can overwrite any system file.

Bump PKGREVISION to 1.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Aug 27 22:24:02 2005 UTC (6 years, 8 months ago) by recht
Branch: MAIN
Changes since 1.19: +43 -14 lines
Diff to previous 1.19 (colored)

Update to gnats 4.1.0.
Make a overhaul of the package and bring it closer to pkgsrc standards.
Addresses PR 26174 by Hauke Fath.

changes:

This is GNATS 4.1.0, a release that incorporates multiple bug fixes
and enhancements that have been committed to CVS since the release of
GNATS 4.0.  Notable enhancements include:

- Upgrade to autoconf 2.59 generated configure scripts.
- New PR numbers are reported to the client upon new submissions
- Rewrite of install-sid.  Now, rather than editing send-pr, which can
  be installed on a read-only partition, install-sid creates or edits
  user or site configuration files ~/.send-pr.conf or
  /etc/gnats/send-pr.conf.
- Removal of libiberty, old manpages, and old build framework cruft
- Performance enhancements to indexing code
- Various cleanups and bugfixes.  See the ChangeLog files for details.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 23 11:48:47 2005 UTC (6 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 20 19:16:21 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored)

Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.

Revision 1.17 / (download) - annotate - [select for diffs], Sun May 22 20:07:45 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:11 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.13.6.1 / (download) - annotate - [select for diffs], Sun Nov 28 00:33:50 2004 UTC (7 years, 5 months ago) by snj
Branch: pkgsrc-2004Q3
Changes since 1.13: +21 -38 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Pullup ticket 155 - requested by Havard Eidnes
security fix for gnats

Module Name:    pkgsrc
Committed By:   soren
Date:           Wed Nov 10 21:34:46 UTC 2004

Modified Files:
        pkgsrc/databases/gnats: DESCR MESSAGE Makefile PLIST distinfo
        pkgsrc/databases/gnats/patches: patch-aa patch-ab
Removed Files:
        pkgsrc/databases/gnats/patches: patch-ac patch-ad patch-ae patch-af
            patch-ag

Log Message:
Update using the databases/gnats4 package. gnats3 has numerous security
problems and is no longer supported.
---
Module Name:    pkgsrc
Committed By:   soren
Date:           Sun Nov 14 10:59:58 UTC 2004

Modified Files:
        pkgsrc/databases/gnats: Makefile PLIST distinfo

Log Message:
Update to gnats 4.0.1.
Fixes vulnerabilities described in
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0623 .

Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 14 10:59:58 2004 UTC (7 years, 6 months ago) by soren
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update to gnats 4.0.1.
Fixes vulnerabilities described in
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0623 .

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 10 21:34:46 2004 UTC (7 years, 6 months ago) by soren
Branch: MAIN
Changes since 1.13: +21 -38 lines
Diff to previous 1.13 (colored)

Update using the databases/gnats4 package. gnats3 has numerous security
problems and is no longer supported.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 6 18:27:47 2004 UTC (8 years, 2 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Branch point for: pkgsrc-2004Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix typo: =gnats/ should be :=gnats/ in MASTER_SITE_GNU

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 25 02:55:14 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.11: +2 -4 lines
Diff to previous 1.11 (colored)

USE_GNU_TOOLS+=m4 instead of BUILD_DEPENDS.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 22 08:02:15 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 20 18:05:35 2004 UTC (8 years, 4 months ago) by seb
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9 (colored)

Remove info files entries from PLIST file.
Also dynamically handle the send-pr.info* files in ${PREFIX}/share/gnats/dist

Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 9 10:38:23 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 21:28:08 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 29 12:54:57 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

Convert to USE_NEW_TEXINFO.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 9 14:05:36 2003 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.5: +3 -5 lines
Diff to previous 1.5 (colored)

Moved to GNU repo -- change homepage and download locations.
Noted by Katsuhiko Fujii in PR 21832.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:09 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 30 22:14:29 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.3: +14 -31 lines
Diff to previous 1.3 (colored)

Use bsd.pkg.install.mk infrastructure to create the `gnats' user and
some directories. In the process kill PLIST @exec -except for those related
to install-info.
While here substitute some leftover `/usr/pkg' in MESSAGE.

XXX Marking this package as USE_BUILDLINK2 will make my life easier
for forthcoming changes but as it is not really necessary for the build
it self I guess it is not a good option?

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 5 14:39:41 2003 UTC (9 years, 4 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Test for useradd rather than user. The package then installs cleanly on
Solaris.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:06 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.1: +9 -7 lines
Diff to previous 1.1 (colored)

Introduce new framework for handling info files generation and installation.

Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 11 11:42:26 2001 UTC (10 years, 7 months ago) by martti
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Added the GNATS package which was submitted in pkg/13330.

GNATS (GNU Problem Report Management System) is a problem tracking
system written to help report on, and track, problem reports or bugs.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 11 11:42:26 2001 UTC (10 years, 7 months ago) by martti
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>