summaryrefslogtreecommitdiff
path: root/chat/zenicb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-10-10Remove spurious USE_XEMACS leftovers (this pkg uses the generic ELPmartin1-14/+1
framework for some time now)
2005-08-28Rework emacs.mk:uebayasi1-2/+2
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.
2005-04-02We need to explicitly set PKGNAME to work around a problem in xemacs' ↵jwise1-1/+2
Makefile.pkg.
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2003-10-10Try to fix a network stream error which has caused Zenicb client unstable.uebayasi1-2/+2
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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-24Apply a patch to work with XEmacs. Tested with XEmacs 21.4.12.uebayasi1-3/+3
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.
2003-01-10emacs.mk already includes bsd.prefs.mk, no need to include it manually awiz1-3/+1
second time.
2002-09-15Declare zenicb is okay for XEmacs 21.{1,5}.uebayasi1-1/+4
2002-09-14* Prefix PKGNAME with "xemacs-" if the package is for XEmacs.uebayasi1-2/+1
* Do the trick in mk/emacs.mk instead of each package's Makefile.
2002-09-13Use mk/emacs.mk.uebayasi1-14/+8
2002-04-26Use "xemacs/Makefile.pkg" to use same prefix as the "xemacs" package.tron1-2/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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.
2001-02-23MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRChubertf1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz1-0/+45
Move some packages from 'net' here.