summaryrefslogtreecommitdiff
path: root/editors/xemacs
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi2-4/+13
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.
2008-07-01Fix build with gcc41 on DragonFly BSD.obache1-0/+3
xemacs part of PR pkg/38633 from Hasso Tepper.
2008-04-29Fix xemacs vcdiff insecure temp file creation vulnerability (CVE-2008-1694).tonnerre3-6/+118
Approved-by: joerg
2008-04-25Fix inverted test for compressing the ".el" files.tron1-3/+3
2008-04-24Be slightly more clever about setting MASTER_SITES so we don't need tojlam1-2/+2
hardcode a portion of the version number.
2008-04-24No need to mention the website directly... it's automatically addedjlam1-2/+0
by pkgsrc infrastructure.
2008-04-24Restructure the following packages:jlam6-147/+252
editors/xemacs editors/xemacs-nox11 The latter is now just editors/xemacs built with a specific set of options. Changes include: + Add support for the following new options in options.mk: x11 Support X11 displays lucid Use Lucid widget set Also add commented out support for the following options for alternative widget sets: gtk GTK widgets motif Motif widgets xaw Athena widgets Note that USE_ATHENA, USE_GTK, and USE_MOTIF are legacy variables for the corresponding options. + Remove Makefile.common and move all logic into xemacs/Makefile and xemacs/options.mk. + Rename the "mule" PLIST variable to "canna", which more accurately reflects what is conditionally installed. + Include termcap.buildlink3.mk to properly deal with termcap/curses issues (xemacs needs termcap). Drop the --with-ncurses=no setting as the issue is handled by termcap.buildlink3.mk. + In xemacs/Makefile, we don't need separate EXTRACT_ONLY and EXTRA_FILES if we're actually going to extract all of those files all of the time. Just list them all in DISTFILES. + Be slightly more aware of ${X11_TYPE} == "modular" by not referring to ${X11BASE} in that case. + In patch-ak, directly substitute the local value of etcdir (``../etc/'') into src/Makefile.in.in. This allows for overriding etcdir via INSTALL_MAKE_FLAGS at install-time so that destdir-style installation will work. + Support DESTDIR installation by adding INSTALL_MAKE_FLAGS to override where files are installed during the install phase. + Honor PKGMANDIR. + Bump the PKGREVISION for xemacs and xemacs-nox11 to 4. Both packages now track and use the same PKGREVISION number.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam4-9/+11
through PLIST_SUBST to the plist module.
2007-10-29Initial addition of buildlink3.mk fragments for Emacs / XEmacs programs.uebayasi1-0/+23
2007-04-20Fix build on DragonFly 1.8+joerg2-2/+17
2007-02-19Kill some obscure magic which doesn't seem to make sense.joerg1-5/+1
xemacs-packages doesn't really need x11.b3.mk.
2007-02-15Add DragonFly and modular Xorg support.joerg9-19/+115
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-11-03CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt.wiz1-2/+2
2006-07-07The package xemacs conflicts with is called gnuserv not gnuclient.markd1-2/+2
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-2/+2
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-20Fix xemacs packages to honor PKGINFODIR in the default INFOPATH whenjlam3-24/+9
reading info files. Also strip the split info files from the PLIST as the plist module handles them automatically. Lastly, define INFO_FILES so that the pkginstall framework properly manages the "dir" info file database index in the xemacs info directory. Bump the PKGREVISION.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-23Append things to CONFIGURE_ARGS instead of overwriting them. Found byrillig1-7/+7
pkglint.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam2-4/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-04-25Xemacs and Xemacs-nox11 share the same PLIST but netbsd-x11 doesn'tmagick2-3/+5
install mule-x-init.elc which breaks "make package" Fix this by uncommenting the entry for mule-x-init.elc in the nox11 package as suggested by the submitter of pr 30020. This fixes pr 30020
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-03* Correct PLIST when !defined(PKG_OPTIONS.xemacs:Mcanna).uebayasi4-8/+11
* Move library/header path configurations from xemacs/Makefile.common to xemacs/Makefile and xemacs-nox11/Makefile. Don't add X-related paths for -nox11. Fix build failure reported by bulk builds.
2005-02-28Update xemacs to 21.4.17.uebayasi5-22/+20
Fix the movemail.c format string vulnerability. Other changes are mostly build & documentation fixes. In pkgsrc, pass ${LOCALBASE} and ${X11BASE} as the --site-includes / --sith-libraries / --site-runtime-libraries to configure more correctly. No visible change.
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+4
2005-01-31xemacs and gnuserv have many common files in PLIST. Make themminskim2-3/+5
conflict. Bump PKGREVISIONs.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-20/+1
pkgsrc-2004Q4 is branched.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-25/+50
ldap xface canna # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX USE_OPENLDAP # XXX USE_XFACE # XXX XEMACS_USE_CANNA
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+3
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-02s/buildlink2/buildlink3/ in comments.snj1-3/+3
2004-04-21USE_LDAP -> USE_OPENLDAPcube1-3/+3
2004-04-12bl3ifyxtraeme2-15/+15
2004-02-15Let xemacs and xemacs-nox11 share xemacs/Makefile.common. Thisminskim2-132/+137
synchornizes xemacs and xemace-nox11 again.
2004-02-09Update xemacs to 21.4.15. Approved by uebayasi@.minskim5-130/+34
Changes in this version: * etc/OXYMORONS: Inserted "Corporate Culture" for 21.4.15. * etc/package-index.LATEST.gpg: New, replaces `package-index.LATEST.pgp'. * etc/package-index.LATEST.pgp: Removed, replaced with `package-index.LATEST.gpg'. * configure.in: The icc compiler pretends to be gcc. It isn't. * etc/PACKAGES (ERC): new. * configure.usage (--with-widgets): widgets now defaults to --with-widgets=no. Patch inspired by Jim Schumacher. * etc/PACKAGES (riece): New package. * etc/PACKAGES (liece): Mark as deprecated. * configure.in: Add Intel C++ compiler detection to compiler version reporting. * configure.in: record additional info about compiler and libc versions, to assist in debugging. * configure.in (line 3573): (Mule input methods): Deprecate Motif for Linux. (Installation): Report when LessTif is used. * configure.in: installexe.sh is under srcdir, not blddir. * aclocal.m4: Add icc (Intel compiler) support. * configure.in: Ditto. * configure.in (OS_RELEASE): Add support for SunOS 5.10. On current OSes produced by Sun, `uname -r' prints "5.9". It seems likely that on future OSes, `uname -r' will print "5.10". We need to accept multi-digit release numbers. * PROBLEMS: Propose bash as an alternative to buggy Solaris /bin/sh. * configure.in: XEmacs failed to build on Solaris9.
2004-02-09Use XEMACS_USE_CANNA instead of EMACS_CANNA for consistency, and addminskim1-3/+3
it to BUILD_DEFS. Approved by uebayasi@.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-22Update to 21.4.14, "Reasonable Discussion".uebayasi3-16/+20
Changes from the release note. -- Fix: Make sure local variables get processed -- Andy Piper -- Fix: Make Windows scrollwheel work even if no scrollbars -- Ren Kyllingstad -- Fix: Fix bytecompiler infinite recursion -- Michael Toomim -- Fix: Handle embedded carriage returns in make-docfile -- Andrew Begel -- Fix: Regexp matching of degenerate word boundaries -- Stephen Turnbull -- Fix: Don't use DB_AUTO_COMMIT in database.c -- Stephen Turnbull -- Fix: FAQ, docstring and PROBLEMS corrections -- Stephen Turnbull -- Fix: Discard docstrings in compiler only if appropriate -- Stephen Turnbull -- Fix: Reverse bogus regexp tests -- Stephen Turnbull -- Fix: Modify configure to add -fno-strict-aliasing to gcc -- Stephen Turnbull -- Fix: Disable event compression under Motif -- Stephen Turnbull -- Fix: Enable -DREGEX_MALLOC by default -- Stephen Turnbull -- Fix: Turn off widgets by default -- Stephen Turnbull -- Fix: Add docstrings for lisp-mode hooks -- Vasily Korytov -- Fix: Support MacOSX shared library loading -- Andrew Begel -- Fix: Font-lock fix for defuns -- Adrian Aichner -- Fix: cl-macs generated incorrect docstrings -- Nickolay Pakoulin -- Fix: Remove bogus key definitions -- Jerry James -- Update: Latest package index -- Norbert Koch -- Update: about.el information -- Vin Shelton -- Update: Use X Font Sets in sample.Xdefaults -- Stephen Turnbull -- Update: etc/PACKAGES -- Stephen Turnbull
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1