The NetBSD Project

CVS log for pkgsrc/mail/gnus/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / gnus

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27
Sat Sep 24 06:09:05 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.26: +1 -1 lines
gnus: remove

Does not build in any bulk builds; gnus is part of emacs since at
last 2007, including emacs20 and emacs21 in pkgsrc.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat May 14 22:25:38 2022 UTC (2 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Bump all elisp packages for the CONFLICTS change.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jan 26 17:31:34 2020 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 4 13:40:23 2018 UTC (6 years, 9 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Nov 23 05:59:45 2014 UTC (10 years, 5 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +11 -3 lines
(pkgsrc)
  Convert patches (for DESTDIR) to SUBST framework
(upstream)
  update 5.10.8 to 5.10.10
2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>

	* README: Gnus v5.10.10 is released.

2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>

	* GNUS-NEWS (Installation changes): Mention that spaces and tabs are
	allowed in the installation directory name.

	* Makefile.in (datarootdir): Define.

	* aclocal.m4 (AC_PATH_LISPDIR): Quote directory name that might contain
	whitespace.

	* configure: Regenerate.

	* mkinstalldirs: Replace it with the 2006-05-11.19 version.

2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>

	* GNUS-NEWS (incoming mail files): Add version.

2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>

	* GNUS-NEWS: Update for change of `mail-source-delete-incoming'.

2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>

	* Update copyright years.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

	* README: Bump version to 5.10.9.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

	* Makefile.in (RELEASE_COMMIT_FILES): Add etc/ChangeLog.
	(release-check-settings): Add release-add-changelog
	(release-bump-version): Add check for CODENAME_TO_STABLE.  Split off
	release-add-changelog.
	(release-add-changelog): New target.  Separate some commands from
	release-bump-version.  Add etc/ChangeLog.
	(release-diff-commit-files): New target.
	(RELEASE_COMMIT_FILES): Reorder files.

2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>

	* COPYING: GPLv3 from Emacs repository.

2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>

	* Makefile.in (SED_I, CODENAME_PATTERN): New.
	(OLD_PATTERN): Adjust.
	(release-bump-version): Use new variables.  Allow going from
	development version to release.

2007-10-27  Alexander Solovyov  <piranha@piranha.org.ua>  (tiny change)

	* make.bat: Initial check didn't work if path contained spaces.

2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>

	* Makefile.in (release-bump-version): Adjust version
	in (gnus)Troubleshooting.

2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>

        * Relicense "GPLv2 or later" files to "GPLv3 or later".

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

	* Makefile.in (COMMIT_STRING): New variable.
	(release-bump-version): Use it.
	(bump-version, bump-version-commit): New targets.

2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>

	* GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
	texi/gnus-news.el of the trunk.

2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>

	* make.bat (:etc): Simplify.

2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>

	* make.bat: Use "echo *" to clarify the output.
	(:lisp, :infotest): Avoid "not found" errors
	(:etc): Remove etc\gnus.  Be more verbose.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 6 20:27:23 2013 UTC (12 years ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Feb 17 19:18:05 2013 UTC (12 years, 2 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Revbump all elisp packages after emacs changes.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 8 12:19:12 2012 UTC (12 years, 6 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -3 lines
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Apr 1 09:12:04 2011 UTC (14 years ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Add user-destdir installation support.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 12 11:46:40 2010 UTC (15 years, 1 month ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
add missing @ to MAINTAINER.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 25 16:13:44 2010 UTC (15 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Reset maintainership as requested.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 11 09:31:57 2008 UTC (16 years, 6 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Move mk/emacs.mk to editors/emacs/modules.mk.

Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:01:21 2007 UTC (18 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: 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, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Nov 10 18:04:09 2006 UTC (18 years, 5 months ago) by perry
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
remove commented out PKGREVISION

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Nov 10 17:57:51 2006 UTC (18 years, 5 months ago) by perry
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
update gnus to 5.10.8

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 20 17:13:57 2006 UTC (19 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -5 lines
* Set GNU_CONFIGURE_INFODIR to specify a special location for the info
  files.  Passing --infodir directly doesn't work since only the final
  --infodir is honored by configure scripts, and bsd.pkg.mk adds the
  last one based on the setting for GNU_CONFIGURE_INFODIR.  Drop the
  obsolete use of INFO_DIR.

* List the info files directly in the PLIST.

* Fix the build and the PLIST when using xemacs.

Bump the PKGREVISION to 2.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 5 16:27:26 2006 UTC (19 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
* 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.10: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:55 2006 UTC (19 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 28 04:25:30 2005 UTC (19 years, 8 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Rework emacs.mk:

1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 8 19:05:58 2005 UTC (20 years ago) by jwise
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Back out workaround for broken emacs.mk.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 8 19:00:15 2005 UTC (20 years ago) by jwise
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Work around the same old problem where packages without an explicit PKGNAME
won't build (and do horrible things, btw) when emacs is xemacs.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 5 04:35:04 2004 UTC (21 years, 3 months ago) by lha
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update to gnus 5.10.6, various bugfixes. Last gnus of the 5.10
releases.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 31 18:39:42 2003 UTC (21 years, 3 months ago) by lha
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3 lines
Update to gnus 5.10.3. Updates are too numerous to list. Most changes
seems to be better pgp support and spam handling.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 9 11:08:56 2003 UTC (21 years, 8 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
USE_NEW_TEXINFO is unnecessary now.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:46:12 2003 UTC (21 years, 9 months ago) by grant
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 8 09:58:53 2003 UTC (21 years, 9 months ago) by seb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -5 lines
Install vanilla info files in a package specific directory
to avoid conflicting with Emacsen packages provided info files while
retaining consistent cross-references.
I.e a command like `$ INFOPATH=/usr/pkg/share/doc/gnus/info info' will
only give you access to the info files of_this_ version of GNUS.

Convert to USE_NEW_TEXINFO.

Bump PKGREVISION.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat May 31 13:56:41 2003 UTC (21 years, 11 months ago) by uebayasi
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of Gnus 5.10.2.

This is a stand-alone version of Gnus mail / news reader package
running on GNU Emacs.  This package is supposed to catch up to newer
versions of Gnus than found in GNU Emacs distributions.

Provided by Love Hoernquist-Astrand <lha at netbsd dot org>.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 31 13:56:41 2003 UTC (21 years, 11 months ago) by uebayasi
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>