Age | Commit message (Collapse) | Author | Files | Lines |
|
their files via a custom do-install target.
|
|
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.
|
|
|
|
framework for some time now)
|
|
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.
|
|
Makefile.pkg.
|
|
|
|
|
|
|
|
Patch provided by Martin Hauseman with help from Faried Nawaz, the author.
Should close PR 21620.
While here, merge misplaced patch files.
Bump revision to 2.
|
|
|
|
The fix is from Andrew J Cosgriff <Andrew dot Cosgriff at cc dot
monash dot edu dot au> via misc@openbsd.org. Addresses PR21260.
Bumps revision to 1.
|
|
or later (They actually have read-passwd).
|
|
second time.
|
|
|
|
* Do the trick in mk/emacs.mk instead of each package's Makefile.
|
|
|
|
|
|
Don't know how we could get by without it so long ("/m server brick" is
a bit clumsy)
|
|
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
Move some packages from 'net' here.
|