Age | Commit message (Collapse) | Author | Files | Lines |
|
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
this fixes problem. Thanks joerg@
|
|
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.
|
|
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
From Sergey Svishchev in private mail.
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
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.
|
|
|
|
won't build (and do horrible things, btw) when emacs is xemacs.
|
|
|
|
|
|
releases.
|
|
seems to be better pgp support and spam handling.
|
|
|
|
|
|
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.
|
|
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>.
|