summaryrefslogtreecommitdiff
path: root/editors/xemacs
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-12-24Always use static inline to fix build with C99 compilers.joerg2-1/+15
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-27Fix CVE-2009-2688, via <https://bugzilla.redhat.com/show_bug.cgi?id=511994>hauke5-49/+146
2012-04-25Like emacs21, #define TERMINFO for NetBSD >= 6.hauke1-2/+9
Fixes PR lib/46366 - thanks to dholland for the hint.
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2011-12-11PowerPC, building with -O2 optimisation with GCC (on netbsd-5,hauke1-0/+18
at least) results in 'xemacs -vanilla' dumping core. Lower optimisation as a workaround, until GCC is fixed.
2011-12-08editors/xemacs: Fix all non-NetBSD platformsmarino2-4/+3
The previous change to PLIST broke all platforms not NetBSD if built under PKG_DEVELOPER=yes. The netbsd.h header will be present on all platforms, so it needs to have a dedicated entry in PLIST (as it used to). The LOWER_OPSYS variable is just wrong in this case. Secondly, the dragonfly.h file was updated for the default compiler, allowing this version of xemacs to build again.
2011-08-23Recursive bump from gdbm shlib bump.obache1-3/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-19png-1.5 build fixtnn2-1/+47
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-17Taking maintainership, after an offer from Masao Uebayasi.hauke1-2/+2
2010-12-16Update XEmacs package to 21.4.22hauke4-397/+386
I tried to work in the manual PLIST changes. Changes since 21.4.17 from the distribution ChangeLog: 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released * etc/photos/vin.png: * etc/photos/vinm.png: Updated. 2007-10-07 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.21 is released * modules/ldap/eldap.c: Declare that we use deprecated API. Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch: <871wgnqunm.fsf@spencer.lidell.homelinux.net>. 2006-12-09 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.20 is released * configure.in: Find relocated xpm library under cygwin. Patch lifted from Rick Rankin's 21.5 version of the patch. * PROBLEMS: X11R7 loses x11/bitmaps/gray. * configure.in: Simplify cygwin include and nox/Xpm handling. As of cygwin-1.5.19, 'gcc -print-file-name=libc.a' (effectively) returns '/lib' instead of '/usr/lib', so we'll use 'gcc -print-search-dirs' instead. 2006-01-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.19 is released * etc/package-index.LATEST.gpg: Updated with latest package data. Merge from 21.5. * configure.in: Fixed `LDAP_OPT_ON' libraries configuration introduced in local 2005-03-13 change of `configure.in'. However, do not check for internal `-lber' `ber_pvt_opt_on' symbol as done in upstream. This symbol is not part of any published interface, it may exist or not exist, depending on openldap version. Cryptic comment before using it in upstream 21.5 source did not state precisely under which circumstances checking for it was useful, which sort of user code tried to link the symbol. So in local 21.5 dismissed both the code and the comment without writing a cleaner equivalent. * etc/NEWS: Document. * etc/package-index.LATEST.gpg: Updated with latest package data. * etc/OXYMORONS: insert 'Social Property' for 21.4.18. * etc/NEWS: document motif deprecation and defaulting --with-widgets to off. * etc/PACKAGES: Fix description of xetla. 2005-12-03 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.18 is released * etc/TUTORIAL.cs: copied from 21.5. * etc/TUTORIAL.sl: copied from 21.5. * configure.in: Merge revision 1.19 change: fix ldap libraries configuration lossage when `-lldap -llber' links and but `-lldap' does not; allow `ldap_libs' to be empty or overridden by builder. The lossage was introduced in upstream revision 1.151.2.31 (2005/01/31 02:54:47 vins) by (extremely hasty and unwise) merge of revision 1.232 change. * etc/NEWS: Document it. * configure.in (XE_COMPUTE_RUNPATH): Check XtRegisterDrawable availability. * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla. * configure.in: Avoid using Motif also for cygwin * configure.in: Check for u_int*_t typedefs and use them in Berkeley DB detection. * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla. * configure.in: Remove -fno-gnu-linker option from Solaris dynodump builds; it doesn't do anything. Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some platforms. * etc/PACKAGES: Announce latin-euro-standards, update mule-base. * etc/OXYMORONS: New list.
2010-09-21Remove -elc and -info archive from DISTFILES.obache2-10/+2
Noticed by Matthias Buelow via PR#31294. Formerly, source part of xemacs is in no-prefix archive. But now, it is in -src archive, and no-prefix archive contains all of them.
2010-06-14Needs revbump for png update.dholland1-2/+2
2010-01-24revbump for jpeg-8, apparently got missed.dholland1-2/+2
2009-11-09Don't leak the buildlink directories into the final program. I can'tjoerg1-19/+7
find a good reason why they are used here, so don't use them.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-24/+1
2009-04-30Make it build on DragonFly master.hasso2-14/+7
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.