aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs-devel
Commit message (Collapse)AuthorAgeFilesLines
* Flavorize and modernize Emacs portsjrm2018-02-043-63/+83
| | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
* - Update to git snapshot 6b8e9b7ashish2018-02-043-5/+18
| | | | | | | | - Fix broken behaviour when port is compiled with IMAGEMAGICK option and ImageMagick is built with OPENMP option[1] PR: 223518[1] Submitted by: Kalten <kalten@gmx.at>[1]
* - Update to git snapshot 00995c8ashish2018-02-043-9/+10
| | | | - Unbreak on aarch64, as per https://debbugs.gnu.org/28308
* editors/emacs-devel:ashish2018-02-043-11/+18
| | | | | | | | - Update to git snapshot 92045f4 - Add OPTION for LCMS2 support bsd.emacs.mk: - Update emacs-devel block to reflect change in Emacs version
* ImageMagick to 6.9.9-15.kwm2018-02-041-0/+1
| | | | | | | | | | | | | | * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
* - Update to git snapshot 49a42fbashish2018-02-043-14/+5
| | | | | | - Remove the workaround added in previous commit Security: https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html
* - Update to git snapshot 1b492faashish2018-02-044-11/+29
| | | | | | | | | - Add a patch to workaround a configure issue reported upstream at http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00020.html - Update BROKEN message on AARCH64, as now it does not break on sbrk[1] PR: 221961[1] Reported by: Gergely Czuczy <gergely.czuczy@harmless.hu>
* - Update to git snapshot 01a98e9ashish2017-07-143-9/+38
|
* - Update to git snapshot bdf4115ashish2017-06-113-7/+7
|
* Chase ImageMagick shlib bumpkwm2017-05-261-1/+1
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Fix plist after r440524.rakuco2017-05-102-0/+7
|
* - Update to git snapshot 5e2cf8cashish2017-05-103-10/+6
| | | | | - Un-IGNORE XWIDGETS option, as required version of WebKit is now in ports tree
* editors/emacs-devel: Update to upstream commit 28718c4jrm2017-04-183-5/+12
| | | | | | | Also add MAKE_JOBS_UNSAFE=yes. Approved by: ashish (maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10374
* - Update to git snapshot 211d41a, fixes building as non-root user[1]ashish2017-03-264-6/+299
| | | | | | | | | | - Resurrect LLDB option with updated patchset from upstream[2] [1] http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00622.html [2] https://opensource.apple.com/source/lldb/lldb-76/utils/emacs/ Submitted by: jrm Reported by: rakuco
* - Update to git snapshot 560d6f9ashish2017-03-244-301/+6
| | | | - Remove LLDB option, as patch does not cleanly apply anymore
* - Mark port as BROKEN for aarch64ashish2017-03-141-0/+2
| | | | | | | - Remove now redundant BROKEN_* directive from slave port: editors/emacs-nox11 Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu>
* - Update to git snapshot 55c0c3eashish2017-03-083-5/+7
|
* editors/emacs-devel: Pull in latest commit to master branch.jrm2017-02-103-5/+7
| | | | | | | | | | | A fix was committed for an eshell bug that resulted in piped data being silently dropped. Pull in that fix. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15414 https://github.com/emacs-mirror/emacs/commit/2bfe83fcd3575d03f371a7d0e6b8c5d661bc5ac7 Approved by: ashish (maintainer) swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D9513
* editors/emacs-devel: Update to latest commit on master branchjrm2017-02-022-5/+5
| | | | Approved by: ashish (maintainer, implicit), swills (mentor, implicit)
* editors/emacs-devel: Update to latest commit on master branch.jrm2017-01-244-9/+27
| | | | | | | | | | | - Switch to using the supplied autoconf.sh, because it is required on 10.3 to create nt/gnulib.mk. - Patch to accept makeinfo versions as far back as 4.8, which is the version in 10.3 base. Approved by: ashish (maintainer) swills (mentor) Differential Revision: https://reviews.freebsd.org/D9287
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-4/+1
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* editors/emacs-devel: Update to pull in new concurrency features.jrm2016-12-253-93/+33
| | | | | | | | | | | - Minimize the differences with editors/emacs. - Do not require GCC to work around a clang bug. The OS versions for which this was relevant are no longer supported. - The check for X11 is handled with the X11 option and _IMPLIES, so remove the redundant .if logic. Approved by: swills (mentor) asish (maintainer) Differential Revision: https://reviews.freebsd.org/D8796
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* Now builds on sparc64. Delete ia64 line as support was dropped.linimon2016-11-041-3/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Cleanup USE_GITHUB usage.mat2016-10-261-1/+0
| | | | Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Fix typo, happened in r423103ashish2016-10-021-1/+1
| | | | PR: 212807
* GNU Emacs updatesashish2016-10-025-223/+95
| | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 25.1[1] - Update CANNA patchset[2] - Cleanup CONFLICTS_INSTALL list[1] - Add LLDB option for lldb support (provided by 3rd party) to GUD[1] - Add various other options, and re-order options[1] - Incorporate games stuff in pkg-plist[1] - Remove outdated diffs[1] editors/emacs-nox11: - Update to 25.1[3] - Cleanup CONFLICTS_INSTALL list[3] editors/emacs-devel: - Update to git revision 25dca60d Mk/bsd.emacs.mk: - Update version numbers[4] PR: 212807 [1], 212808 [3], 212809 [4] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4] TAKANO Yuji <takachan@running-dog.net> (private email) [2]
* - Update to 25.1-rc2ashish2016-08-222-4/+4
| | | | | PR: 212036 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* editors/emacs-devel:ashish2016-07-272-7/+8
| | | | | | | | | | | | | - Update to 25.1-rc1[1] - Add IMPLIES condition for XWIDGETS option[1] Mk/bsd.emacs.mk: - Add block for emacs-nox11[2] - Update emacs-devel block with new EMACS_VER PR: 211356 [1] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1], matthew (via private email) [2]
* - Add *_IMPLIES for various options to track implicitly enabled OPTIONSashish2016-06-271-23/+30
| | | | | | | | | - Update options descriptions to reflect *_IMPLIES - Add missing implicit dependencies - Comment LTO experimental option PR: 210291 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* - Update to 25.0.95ashish2016-06-133-6/+6
|
* - Update to 25.0.94ashish2016-05-303-5/+5
| | | | | PR: 209604 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* editors/emacs-devel[1]:ashish2016-05-023-149/+141
| | | | | | | | | | | | | | - Update to 25.0.93 - Re-organize options into logical groups - Use OPTIONS helpers to specifiy implicit dependencies - Convert FILENOTIFY into a radio option - Remove dependency on unneeded ports for non-X11 systems bsd.emacs.mk: - Update version for editors/emacs-devel port PR: 209054[1] Submitted by: Joseph Mingrone <jrm@ftfl.ca>[1]
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-12/+12
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to latest pretest version 25.0.92ashish2016-03-083-6/+10
| | | | | | | - Unbreak on FreeBSD 9.x[1] PR: 207271 Submitted by: Joseph Mingrone <jrm at ftfl dot ca>[1]
* - Update to latest pretest 25.0.90[1]ashish2016-02-084-20/+43
| | | | | | | | | - Switch to GNU mirrors - Add XWIDGET option[1] - Fix portlint warnings[1] PR: 206813 Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1]
* - Update to git revision 0a7ad07[1]ashish2016-01-043-59/+66
| | | | | | | | | | | - Cosmetic changes to Makefile[1] - Update pkg-plist[1] - Remove incorrect "tar:xz" from USES as the distfile is gzip-ed since r402637 - Add MODULES option to add dynamic module support PR: 205656 Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1]
* Update giflib to 5.1.1antoine2015-12-041-0/+1
| | | | PR: 204492
* - Update to git revision af40b76ashish2015-11-305-3924/+3983
| | | | | | | | | | - Switch to GitHub for MASTER_SITES - Remove USE_AUTOTOOLS, and move it to USES instead - Cosmetic changes to Makefile, and pkg-plist - Remove pkg-install/pkg-deinstall scripts, not needed anymore PR: 204842 Submitted by: Joseph Mingrone <jrm at ftfl.ca>
* Mark as broken on sparc64: fails to build.linimon2015-09-271-0/+1
| | | | Approved by: portmgr (sparc64 blanket)
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-161-3/+0
| | | | | | | | Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
* - Update to git snapshot a9bb9d8fashish2015-08-103-9/+28
| | | | - Add OPTION for building with Cairo graphics library support
* - Mark BROKEN on 9.x:amdmi32015-06-261-0/+2
| | | | | | | Wrong type argument: listp, 1328729 Submitted by: pkg-fallout Approved by: portmgr blanket
* Convert to USES=jpegantoine2015-06-231-1/+1
|
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-3/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup DIST* variables.mat2015-05-121-4/+3
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* GNU Emacs Updatesashish2015-04-273-7/+13
| | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.5 - Remove dependency on GCC for i386 platform, if the bug is fixed in the version in use - Remove upstreamed diff editors/emacs-devel: - Update to git snapshot def0df01 - Remove git revision from PORTVERSION, rather encode it in DISTNAME - Remove dependency on GCC for i386 platform, if the bug is fixed in the version in use - Fix portlint warnings Mk/bsd.emacs.mk: - Update version number for editors/emacs - Remove deprecated block for emacs23 PR: 199553
* - Update to git snapshot 4a50af93ashish2015-03-234-7/+310
| | | | | | | | | - Add an OPTION to enable support for LLDB debugger to GUD[1], provided by third-party diff - Add CPE information[2] PR: 198022[1], 198239[2] Submitted by: pfg[1], shun <shun.fbsd.pr at dropcut.net>[2]
* - Update to git snapshot 5c9ad35fashish2015-02-083-10/+32
| | | | - Add git commit id to PORTVERSION as upstream has switched to git
* Update ImageMagick to 6.9.0.4.kwm2015-01-191-2/+2
| | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2]
* Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Cleanup plistbapt2014-12-211-15/+0
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Fix pkg-install script to correctly install emacs games scores files[1]ashish2014-11-072-0/+8
| | | | | | | | | | | - Fix building port when ALSA option is enabled[2] - Depend on desktop-file-utils when X11 option is enabled[3] - Bump PORTREVISION to account for these changes PR: 194624[1], 194862[2] Submitted by: crest <crest at sahiro.org>[2] Reported by: Joseph Mingrone <jrm at ftfl.ca>[1], Richard Kuhns <rjk at wintek.com>[3] (via private email)
* Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1
| | | | for ImageMagick. Using '*' it is unsupported and potention bugs here.
* GNU Emacs Updatesashish2014-11-055-19/+4014
| | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.4[1] - Remove all upstreamed diffs[1] - Switch to static pkg-plist[1] - Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1] - Reword IGNORE messages for portlint[1] - Add fix for a Emacs TRAMP bug - Update CANNA patchset[2] editors/emacs-devel: - Update to bzr snapshot revision 118251 - Add pkg-install, and pkg-deinstall file missed from r364499 - Switch to static pkg-plist editors/emacs-nox11: - Remove PLIST_DIRSTRY Mk/bsd.emacs.mk: - Update Emacs version numbers - Remove deprecated XEmacs entries PR: 194624[1] Submitted by: Joseph Mingrone <jrm at ftfl.ca>[1], TAKANO Yuji <takachan at running-dog.net>[2]
* Cleanup plistbapt2014-10-271-2/+0
|
* - Update to bzr snapshot revision 117676ashish2014-08-103-23/+21
| | | | | | - Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's not installed in $PREFIX, which causes issues with `check-plist' target - Remove extra @dirrmtry entries
* - Update to bzr snapshot revision 117564ashish2014-07-243-9/+6
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-232-51/+4
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove some instances of WITHOUT_X11 and use an X11 OPTIONadamw2014-07-221-1/+1
| | | | instead.
* Allow to build with texinfo from portsantoine2014-06-291-1/+1
|
* Update to 6.8.9-3 [1][3].kwm2014-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports)
* - Update pkg-plist to include files present in STAGEDIR but missedashish2014-05-052-0/+3
| | | | Reported by: swills (via private email)
* - Update to bzr revision 24.4.50ashish2014-05-022-9/+10
| | | | - Update version of emacs-devel port in bsd.emacs.mk
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Update to 24.3.90 (latest pretest)ashish2014-04-142-26/+24
| | | | | | | - Switch to USES[0] - Use new LIB_DEPENDS format[0] PR: ports/188583
* - Update to bzr snapshot revision 116732ashish2014-03-153-13/+65
| | | | | | | | | | - Add OPTIONs for building with GnuTLS 3.x[1] (default), and GnuTLS 2.x support - Remove OPTION for SYNC_INPUT (not supported) - Add a fix when building with ncurses port being installed - Fix CONFLICTS to pass portlint checks PR: ports/187346[1]
* - Update to bzr snapshot revision 116446ashish2014-02-162-3/+3
|
* Fixup props on patches.mat2014-01-231-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update CONFLICTS, in accordance with PKGNAME changesashish2014-01-031-2/+2
| | | | Reported by: jgh
* - Re-add accidentally removed diff in r335977, and unbreak portashish2013-12-121-0/+10
|
* - Update to bzr snapshot revision 115370ashish2013-12-0914-633/+129
| | | | | | | | | | | | | | | - Add PKGNAMESUFFIX to avoid package name collision - Add STAGE support - Relocate INFO_PATH to avoid conflicting with similarly named info files provided by other packages, like print/texinfo - Use INSTALLS_ICONS only when X11 is enabled - Add OPTIONs for X11 support, SOUND (ALSA/OSS) support and filesystem notifications - Depend on GCC for i386 platforms until clang gets the required fixes - Stop compressing info files for it to work with INFO_PATH - Use OptionsNG helpers to cleanup Makefile - Remove already upstream-ed patches
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | editors)
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-1/+1
|
* - Update to bzr snapshot 112532ashish2013-05-134-17/+22
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
| | | | Convert USE_READLINE by USES=readline
* - Fix brokenness on SPARC platformsashish2013-04-101-15/+10
| | | | | Reported by: tabthorpe Approved by: portmgr
* GNU Emacs updatesashish2013-03-303-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* - Update to bzr snapshot 111818ashish2013-02-192-10/+19
| | | | | | - Add OPTION for ACL support - Make GSETTINGS option depend on DBUS option, as GSettings requires DBus to be functional
* - Add UPDATING entry for gnutls updatenovel2013-02-061-0/+1
| | | | - Chase shlib version bump for dependant ports
* editors/emacs-devel:ashish2012-12-267-46/+63
| | | | | | | | | | | | | | - Update to bzr snapshot 111312 - Add OPTION for LTO support - Remove ABI versions from LIB_DEPENDS - Fix configure command-line arguments - Add patches to make sure it compiles with GCC 4.6+ - Add patch for compilation on FreeBSD/arm[1] Mk/bsd.emacs.mk - Update EMACS_VER for editors/emacs-devel Submitted by: kientzle[1]
* - Bump port after MagickCore bump.beech2012-12-111-2/+2
|
* GNU Emacs updatesashish2012-08-016-195/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs - Update to v. 24.1[1] - Update CANNA patch to v. 24.1[2] - Convert OPTIONS to OptionsNG - Remove patch to VC to make it work with Subversion 1.7 - Add patch to implement process support for FreeBSD from Emacs bug# 5243 - Add patch to fix segfault on Terminal (from NetBSD emacs port)[2] editors/emacs23 - Convert OPTIONS to OptionsNG - Bump PORTREVISION of editors/emacs23 port - Remove PORTEPOCH, as port needs to be explicitly installed/upgraded - Connect repocopied editors/emacs23 to build editors/emacs-devel - Update to bzr revision 109364 - Convert OPTIONS to OptionsNG - Remove redundant patches - Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3] Mk/bsd.emacs.mk - Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk - Update major version for emacs-devel port - Take maintainership of bsd.emacs.mk Thanks to everyone who tested these updates, and provided their feedback. Submitted by: http://www.gnu.org/software/emacs/NEWS.24.1[1] Submitted by: Yuji TAKANO[2] (via private email), Jan Beich[3]
* - update png to 1.5.10dinoex2012-06-011-1/+2
|
* - Update to bzr revision 107364ashish2012-02-224-18/+20
| | | | | | | | - Fix building on Sparc architecture - Remove dependency on libungif[1] PR: ports/165299[1] Submitted by: olgeni[1]
* - Bring back patch in ports/161181 which got accidentally,ashish2011-10-312-0/+24
| | | | | | | removed in previous commit - Bump PORTREVISION PR: ports/161911
* - Update to bzr revision 106240ashish2011-10-305-37/+240
| | | | | | | | - Remove patches which are now in upstream[1] - Add patch to implement process support for FreeBSD from Emacs bug# 5243[1] PR: ports/161911[1] Submitted by: Nali Toja <nalitoja@gmail.com>[1]
* - Update to bzr revision 106087ashish2011-10-175-5/+64
| | | | | | | | | | - Fix detection of 'make' program in use in configure script[1] - Use openpty(3) instead of deprecated pty(4) interface[2] - Add patch to interrupt `debug-on-quit' during loops[3] - Track ncurses dependency[4] PR: ports/160986[1], ports/161181[2], ports/161220[3], ports/161497[4] Submitted by: h h <aakusta@gmail.com>[1], Nali Toja <nalitoja@gmail.com>[2][3][4]
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)mm2011-10-111-1/+2
|
* - Update to bzr revision 105951ashish2011-10-012-4/+4
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Mark port as multi-jobs safeashish2011-09-191-1/+1
| | | | | PR: ports/160747 Submitted by: h h <aakuusta@gmail.com>
* - Update to bzr revision 105651ashish2011-09-083-9/+60
| | | | | | | | | | | | - Add fix for GNU Emacs bug report# 8522 which affects users of euc-japan keyboard-coding-system[1] - Restrict INSTALLS_ICONS knob to GTK2/3 section as it installs GTK+ dependencies[2] - Update MASTER_SITES - Fix portlint warnings Submitted by: hrs[1] Reported by: Yue Wu <vanopen@gmail.com>[2]
* - Update to bzr revision 105418.ashish2011-08-083-20/+25
| | | | | | | | | - Apply INSTALLS_ICONS fix[1]. - Add GTK3 option. - Add GSETTINGS option. - Remove alloca fix as it's not needed anymore. Submitted by: olgeni[1] (via private email)
* - Update to bzr revision 104609.ashish2011-06-182-4/+3
|
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+2
|
* - Update to bzr revision 104432.ashish2011-05-312-3/+3
|
* - Update to bzr revision 104238.ashish2011-05-163-9/+16
| | | | | | | | | | - Update emacs.desktop to launch Emacs in Terminal when WITHOUT_X11 is defined.[1] - Emacs picks up giflib if available instead of libungif. Account for this.[2] PR: ports/156167[1] Submitted by: Zhihao Yuan <lichray@gmail.com>[1] Herbert J. Skuhra <h.skuhra@gmail.com>[2] (via private email)
* - Add autoheader to USE_AUTOTOOLS[1].ashish2011-05-012-7/+16
| | | | | | | | - Include 'alloca' fix[1]. - Fix ImageMagick dependency to depend on X11[2]. Submitted by: Pan Tsu[1], swell.k@gmail.com[2] Approved by: pgj (implicit)
* - Update to bzr revision 104000.ashish2011-04-2810-218/+78
| | | | Approved by: tabthorpe (mentor)
* - Update to bzr revision 102364.ashish2010-11-189-62/+88
| | | | | | | | | | | | - Restore GTK2 option. - Enable IMAGEMAGICK option by default. - Add GNUTLS option. - Fix the issue with bad plist generation and mention it in UPDATING. - Include 'alloca' fix provided by swell.k@gmail.com [1]. PR: ports/149049[1] Submitted by: swell.k@gmail.com[1] Approved by: tabthorpe (mentor)
* - Update port to latest snapshot.ashish2010-09-274-3910/+45
| | | | | | | - Clean up pkg-plist. - Add new OPTIONs. Approved by: tabthorpe (mentor)
* - Delete pkg-message (missed from last-commit).ashish2010-07-302-24/+0
| | | | | | | - Fix pkg-plist to avoid deleting directories in MTREE. PR: ports/146576 Approved by: pgj (mentor)
* - Add OPTIONS to the port.ashish2010-07-286-236/+980
| | | | | | | | | | | - Add the LICENSE information to the port. - Fix building of port on 6.x/9.x with DBUS option enabled, provided by swell.k@gmail.com. - Remove unneeded dependencies on gettext and dbus-glib. - Remove ALSA detection logic from configure script. PR: ports/147546 Approved by: tabthorpe (mentor)
* - Change my maintainer address.ashish2010-06-111-1/+1
| | | | Approved by: pgj (mentor)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Ashish SHUKLA is very active in patching the emacs22, emacs andkeramida2010-05-121-1/+1
| | | | | | | | | | | | emacs-devel ports. My own time is now limited due to personal reasons. Since Ashish has agreed to take over the maintainership of the ports from me, change MAINTAINER= for the following ports: editors/emacs22 editors/emacs editors/emacs-devel Many thanks to Ashish for taking over...
* - Bump PORTREVISION to chase the update of m17n-libwen2010-05-031-2/+2
| | | | | PR: ports/146249 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net>
* - update patch png14dinoex2010-03-312-3/+3
| | | | PR: 145171
* - fix build for png-1.4.1dinoex2010-03-301-0/+47
| | | | Submitted by: Andreas Tobler
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-201-0/+4
| | | | Reported by: pointyhat
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* Assign LATEST_LINK to apropriate directory names for ports:bsam2009-12-231-1/+1
| | | | | | | | | . editors/emacs; . editors/emacs-devel; . editors/emacs-nox11; . editors/emacs22. Approved by: keramida (maintainer via e-mail)
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* - Udpate to 23.0.95 pretestpgollucci2009-06-236-13/+16
| | | | | PR: ports/135951 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> (maintainer)
* Part 3:pgollucci2009-06-183-5/+4
| | | | | | | | - Update to 23.0.94 PR: ports/134875 Approved by: maintainer Submitted by: Ashish SHUKLA <wahjava@gmail.com>
* Part 2:pgollucci2009-06-173-0/+204
| | | | | | | | - Add WITH_SOURCES option PR: ports/134875 Approved by: maintainer Submitted by: Ashish SHUKLA <wahjava@gmail.com>
* Part 1:pgollucci2009-06-172-4/+6
| | | | | | | | | - Update to 23.0.93 [1] - Mark MAKE_JOBS_UNSAFE PR: ports/134875 [1] Approved by: maintainer [1] Submitted by: Ashish SHUKLA <wahjava@gmail.com>
* - Update to 23.0.92pav2009-04-032-6/+6
| | | | | PR: ports/133294 Submitted by: keramida (maintainer)
* Update to the second pretest of Emacs 23.X.bsam2009-03-073-5/+12
| | | | | PR: ports/132347 Submitted by: Giorgos Keramidas <keramida at ceid.upatras.gr> (maintainer)
* - cvs rm empty patchfilepav2009-02-151-0/+0
| | | | Missed by: beech
* . add pkg-message;bsam2009-02-022-0/+21
| | | | | | | . bump PORTREVISION. PR: ports/131275 Submitted by: keramida (maintainer, followup to the PR)
* Emacs pretest 23.0.90 is now available:bsam2009-02-025-65/+26
| | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html PR: ports/131275 Submitted by: keramida (maintainer)
* Add explicit dependency on gettext.stefan2009-01-081-1/+6
| | | | | PR: 129864 Submitted by: keramida (maintainer)
* . fix the build WITHOUT_GTK; [1]bsam2008-12-109-85/+109
| | | | | | | | | | . update to a newer snapshot; [2] . while I'm here: reset PORTREVISION. PR: 28513 [1], 129536 [2] Submitted by: Ashish Shukla <wahjava at gmail.com> [1], keramida (maintainer) [2] Approved by: keramida (maintainer) [1]
* - Update to 2008.06.06.08.01.29 snapshot version.lippe2008-06-216-73/+126
| | | | | | | | - Make portlint happy. PR: ports/124359 Submitted by: keramida Approved by: gabor (mentor, implicit)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 2008.03.08.07.56.12 cvs snapshotrafan2008-04-074-69/+286
| | | | | | | - Use USE_XORG PR: ports/121495 Submitted by: keramida (maintainer)
* - Update editors/emacs-devel to 23.0.50.20080101 snapshot.anray2008-01-2711-214/+551
| | | | | PR: ports/119290 Submitted by: keramida(maintainer)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 22.0.99clsung2007-04-293-9/+6
| | | | | PR: ports/112168 Submitted by: matainer (keramida)
* - Update editors/emacs-devel to 22.0.98.clsung2007-04-232-4/+4
| | | | | | PR: ports/111813 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (keramida)
* Mark editors/emacs-devel as broken on ia64. It doesn't reallykeramida2007-04-211-0/+4
| | | | | | | | build on ia64 right now, so let's stop bugging Kris and the ports people with brokenness until either we fix it locally, or we find out with upstream developers why it's broken. Reviewed by: kris
* * Update to 22.0.97.clsung2007-04-043-26/+24
| | | | | | | | | * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (timeout)
* Update to 22.0.93anray2007-02-076-80/+20
| | | | | | PR: ports/108464 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: keramida(maintainer)
* - fix pkg-plist [1]bsam2006-09-243-50/+9
| | | | | | | | | | | | | | | o when WITHOUT_GTK=YES is used (add DOC2 variable to PLIST_SUB at Makefile and corresponding changes to pkg-plist); o change some @dirrmtry to @dirrm (for those directories which belongs to the port); o remove @dirrmrty for ${DATADIR}/emacs/site-lisp as it listed at BSD.local.dist. - fix make patch for 5.x and 4.x [2] (remove extrapatch if ${OSVERSION} < 600000 -- upsteam is already have it). PR: 102893 [1], 102906 [2] Submitted by: bsam (me) [1], [2] Approved by: keramida__at__ceid.upatras.gr (maintainer timeout 19 days)
* Fix build on 4.xanray2006-09-031-0/+15
| | | | | Approved by: keramida (maintainer) Reported by: pointyhat
* Update to 22.0.50.20060901anray2006-09-0310-40/+36
| | | | | PR: ports/102764 Submitted by: keramida (maintainer)
* Update to 22.0.50.20060813anray2006-08-193-41/+42
| | | | | PR: ports/102197 Submitted by: keramida (maintainer)
* Move multiple make install hack to pre-install.anray2006-07-061-1/+1
| | | | | PR: ports/99822 (in followup) Submitted by: keramida(maintainer)
* Complete previous update.anray2006-07-062-12/+10
|
* Distfile on the mastersite repacked without any changes. Fix distinfo.anray2006-07-051-3/+3
| | | | Reported by: Jin-Shan Tseng
* Update distinfo to 22.0.50.20060703(fix previous commit)anray2006-07-051-3/+3
| | | | Submitted by: keramida(maintainer)
* Update to 22.0.50.20060703anray2006-07-058-47/+39
| | | | Submitted by: keramida(maintainer)
* - Add `${DATADIR}/${EMACS_VER}/site-lisp' dir to pkg-plist. [1]anray2006-07-052-1/+22
| | | | | | | | - Fix reinstall when workdir is not cleaned (ported from editors/emacs). [2] PR: ports/99755 [2] Submitted by: keramida (maintainer) [2] Reported by: linimon (pointyhat) [1]
* - Fix portlint warningsanray2006-05-292-7/+8
| | | | | | | | - There are two `site-lisp' directories, but only one @dirrm pkg-plist line. Fix this. [1] Submitted by: maintainer via email [1] Reported by: krismail
* - Update to 22.0.50.20060502anray2006-05-2010-421/+162
| | | | | | | | | - Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd. - Assign maintainership to Giorgos Keramidas <keramida@ceid.upatras.gr> [1] Submitted by: keramida (by email) Created by: nobutaka, keramida Approved by: maintainer (by email) [1]
* Fix build on the FreeBSD < 6.0(old texinfo).anray2006-04-072-1/+49
| | | | Approved by: Kenneth Vestergaard Schmidt (maintainer)
* Add emacs-devel , GNU editing macros.anray2006-04-0211-0/+3157
PR: ports/94171 Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk>