aboutsummaryrefslogtreecommitdiff
path: root/japanese/ddskk
Commit message (Collapse)AuthorAgeFilesLines
* Chase editors/emacs updateJoseph Mingrone2024-03-261-0/+1
| | | | | | | | | | | | | - Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44492
* japanese/ddskk: Update to 17.1.20230702MANTANI Nobutaka2024-03-175-29/+36
| | | | | | | Change MASTER_SITES to GitHub PR: 277733 Reported by: mew14930xvi <mew14930xvi@inbox.lv>
* */*: Chase editors/emacs updateJoseph Mingrone2024-01-271-1/+1
| | | | | | | | | | | | | | - Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D43615
* japanese/ddskk: Unbreak for devel_nox and devel_fullMuhammad Moinur Rahman2023-12-301-4/+0
|
* editors/emacs: Update to 29.1Yasuhiro Kimura2023-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Canna patch to the one for Emacs 29. * Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and TREESITTER are ON by default. PGTK and WEBP options are excluded from nox flavor. * CARGO option doesn't imply XFT but prevents it. It is caused as a result of adding pure GTK support (PGTK option). * OTK options doesn't imply XTF any more. It is also caused as a result of adding pure GTK support. * Update NATIVECOMP option so it specifies ahead-of-time compilation via the configure argument. * Remove "experimental" from NATIVECOMP_DESC. * Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared libraries. * When PGTK option is ON and SCROLLBARS is OFF, configure fails as following ---------------------------------------------------------------------- checking for gnutls >= 2.12.2... yes checking for jansson >= 2.7... yes checking for tree-sitter >= 0.20.2... yes checking for libkqueue... no checking for library containing kqueue... none required configure: error: Non-toolkit scroll bars are not implemented for your system ---------------------------------------------------------------------- So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting. * When MODULES option is OFF and TREESITTER is ON, link error happens as following. ---------------------------------------------------------------------- cc -o temacs.tmp \ -Demacs -I. -I. -I../lib -I../lib -I/usr/local/include -I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE -I/usr/local/include/libpng16 -I/usr/local/include/libxml2 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/webp -I/usr/local/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -MMD -MF deps/.d -MP -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fstack-protector-strong -L/usr/local/lib -L/usr/local/lib \ dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o syntax.o bytecode.o comp.o process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o kqueue.o profiler.o decompress.o thread.o systhread.o sqlite.o treesit.o itree.o xfont.o ftfont.o ftcrfont.o hbfont.o fontset.o fringe.o image.o xgselect.o json.o terminfo.o lastfile.o ../lib/libgnu.a ../oldXMenu/libXMenu11.a -ltiff -ljpeg -L/usr/local/lib -lpng16 -lgif -L/usr/local/lib -lwebpdemux -lwebpdecoder -lSM -lICE -lX11 -lXrender -L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -lrt -L/usr/local/lib -ldbus-1 -lexecinfo -L/usr/local/lib -lXrandr -L/usr/local/lib -lXinerama -L/usr/local/lib -lXfixes -lXext -lXext -L/usr/local/lib -lxml2 -lutil -L/usr/local/lib -lcairo -lncurses -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lfreetype -L/usr/local/lib -lfontconfig -lfreetype -L/usr/local/lib -lharfbuzz -L/usr/local/lib -lgnutls -lpthread -L/usr/local/lib -llcms2 -llcms2_fast_float -llcms2_threaded -lm -lz -L/usr/local/lib -ljansson -lgmp -L/usr/local/lib -lXi -L/usr/local/lib -ltree-sitter -lsqlite3 -lXcomposite -lXext ld: error: undefined symbol: dynlib_error >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) >>> referenced 1 more times ld: error: undefined symbol: dynlib_sym >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) ld: error: undefined symbol: dynlib_open >>> referenced by treesit.c >>> treesit.o:(treesit_load_language) cc: error: linker command failed with exit code 1 (use -v to see invocation) ---------------------------------------------------------------------- So add MODULES to TREESITTER_IMPLIES to avoid such options setting. * Bump PORTREVISION of ports that use "USES=emacs". ChangeLog: https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1 Reviewed by: ashish, jrm Differential Revision: https://reviews.freebsd.org/D41444
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* editors/emacs-devel: Update to 2022-11-28 snapshotYasuhiro Kimura2022-11-301-1/+1
| | | | | | Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50. Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
* editors/emacs: Update to 28.2Yasuhiro Kimura2022-09-211-1/+1
| | | | | | | | | | | | | | * Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied since 28.1. * Tidy up Makefile with portfmt. * Bump PORTREVISION of consumers. ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2 PR: 266454 Exp-run by: antoine Reviewed by: ashish, jrm Differential Revision: https://reviews.freebsd.org/D36613
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* japanese: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * ABURAYER Rewsirow <pcs51674@asciinet.or.jp> * Aaron Dalton <aaron@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Akito FUJITA <fujita@zoo.ncl.omron.co.jp> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Daichi GOTO <daichi@FreeBSD.org> * Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp> * David O'Brien (obrien@cs.ucdavis.edu) * Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> * FUJISHIMA Satsuki <sf@FreeBSD.org> * Fumihiko Kimura <jfkimura@yahoo.co.jp> * HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp> * Hajimu UMEMOTO <ume@FreeBSD.org> * Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> * Hiroto Kagotani <hiroto.kagotani@gmail.com> * Hyper NIKKI System Project <hnsmaster@h14m.org> * IWASHITA Yoji <shuna@pop16.odn.ne.jp> * Jacques Vidrine <nectar@FreeBSD.org> * Jie Gao <gaoj@cpsc.ucalgary.ca> * Jonathan Hanna * Jun Mukai <mukai@jmuk.org> * KANOU Hiroki <kanou@mil.allnet.ne.jp> * KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> * Ka Ho Ng <khng300@gmail.com> * Kawaguti Ginga <ginga-freebsd@ginganet.org> * Kawaguti Ginga <ginga@athena.club.ne.jp> * Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp> * Kentaro Inagaki <JBD01226@niftyserve.ne.jp> * Kimura Fuyuki <fuyuki@mj.0038.net> * Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * Koichiro IWAO <meta+ports@vmeta.jp> * Koichiro IWAO <meta@FreeBSD.org> * MANTANI Nobutaka <nobutaka@FreeBSD.org> * MANTANI Nobutaka <nobutaka@nobutaka.com> * MIHIRA Yoshiro <sanpei@FreeBSD.org> * MITA Yoshio <mita@FreeBSD.org> * Makoto Matsushita <matusita@jp.FreeBSD.ORG> * Makoto Matsushita <matusita@jp.freebsd.org> * Masafumi NAKANE <max@FreeBSD.org> * Masahiro Teramoto <markun@onohara.to> * Masanori Kiriake <seiken@nbs.co.jp> * Masashi CHIBA * Mita Yoshio <mita@jp.FreeBSD.org> * Motoyuki Kasahara <m-kasahr@sra.co.jp> * Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp> * NIIMI Satoshi <sa2c@sa2c.net> * Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> * Norikatsu Shigemura <nork@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * SADA Kenji <sada@FreeBSD.org> * SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp> * SASAKI Shunsuke <ele@pop17.odn.ne.jp> * Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> * Satoshi TAOKA <taoka@FreeBSD.org> * Satoshi Taoka <taoka@FreeBSD.org> * Seiichirou Hiraoka * Seiya Yanagita <s_yanagita@ybb.ne.jp> * Seth Kingsley <sethk@osd.bsdi.com> * Shigeyuki FUKUSHIMA <shige@FreeBSD.org> * Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> * Shigeyuki Fukushima <shige@FreeBSD.org> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * TAKAHASHI Kaoru * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKANO, Yuji * TAKATSU Tomonari <tota@FreeBSD.org> * TAKATSU Tomonari <tota@rtfm.jp> * TANAKA Hiroyuki <kattyo@abk.nu> * TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> * TOGAWA Satoshi <toga@puyo.org> * Takashi Mega <mega@minz.org> * Takayuki Nakao <t@nakao.org> * Takefu * The 244th namelessness at 2ch.net * Timothy Beyer <beyert@cs.ucr.edu> * Toshihiko SHIMOKAWA <toshi@tea.forus.or.jp> & ELISA Font Project * Yoichi Asai <yatt@msc.biglobe.ne.jp> * Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> * Yoshihiko Sarumaru <mistral@imasy.or.jp> * Yoshiro MIHIRA <sanpei@jp.FreeBSD.org> * Yoshiro MIHIRA <sanpei@sanpei.org> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * Zhihao Yuan <lichray@gmail.com> * asami * gurkan@phys.ethz.ch * hrs * ichiro@ichiro.org * issei * kuriyama * max * mutoh@openedu.org * n-shigemura@ensure.jp * nivit@email.it * nkazushi@highway.or.jp * nork@FreeBSD.org * sada * shige * sumikawa With hat: portmgr
* japanese/ddskk: Mark devel flavors brokenJoseph Mingrone2022-04-071-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Emacs ports: Bump PORTREVISION after Emacs 28.1Joseph Mingrone2022-04-071-1/+1
| | | | | | Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34781
* USES=emacs: Chase package name changesJoseph Mingrone2021-11-151-1/+1
| | | | | PR: 259259 Differential Revision: https://reviews.freebsd.org/D32613
* *: Chase new major version (29) of editors/emacs-develJoseph Mingrone2021-10-011-1/+1
| | | | Differential Revision: https://reviews.freebsd.org/D32258
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-1/+1
| | | | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 Notes: svn path=/head/; revision=569232
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966 Notes: svn path=/head/; revision=544763
* editors/emacs-devel: Update to latest master branch commit, 4f2b415Joseph Mingrone2020-01-071-1/+1
| | | | | | | | | | | | This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012 Notes: svn path=/head/; revision=522315
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-09-011-1/+1
| | | | | | | | | | This is required after editors/emacs was updated to version 26.3 in r510281. Reported by: ashish Notes: svn path=/head/; revision=510696
* Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIRJoseph Mingrone2019-04-281-1/+1
| | | | | | | | | | This should have been done with r499179 when editors/emacs was updated to version 26.2. Reported by: nobutaka Notes: svn path=/head/; revision=500319
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Reset Kenji's ports per his request.Rene Ladan2018-09-171-1/+1
| | | | | | | Submitted by: maintainer per email Notes: svn path=/head/; revision=479924
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-0/+1
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* japanese/ddskk: Update to 16.2Yuri Victorovich2018-02-174-17/+19
| | | | | | | | | | | | | | | | kenji@k2r.org took maintainership based on: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222421#c6 Additional port changes: * Changed to DISTVERSION * Moved URLs with better availability to the beginning of MASTER_SITES PR: 222421 Submitted by: kenji.rikitake@acm.org Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462165
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=460621
* Chase Emacs updateAshish SHUKLA2017-09-121-1/+1
| | | | Notes: svn path=/head/; revision=449697
* - Fix LICENSEDmitry Marakasov2017-06-221-11/+12
| | | | | | | | | - Add LICENSE_FILE - Simplify installation - Switch to options helpers Notes: svn path=/head/; revision=444106
* Chase editors/emacs update to version 25.2Joseph Mingrone2017-04-291-1/+1
| | | | | | | | | Reported by: des Approved by: ashish (emacs maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10534 Notes: svn path=/head/; revision=439752
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-1/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* Cleanup plistAntoine Brodin2014-11-121-4/+0
| | | | Notes: svn path=/head/; revision=372492
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-1/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* Stage japanese/ddskkJohn Marino2014-08-202-26/+37
| | | | | | | | PR: 192800 Submitted by: Ports Fury Notes: svn path=/head/; revision=365522
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* GNU Emacs updatesAshish SHUKLA2013-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=315598
* - update to 15.1Ruslan Makhmatkhanov2013-03-232-3/+3
| | | | | | | | PR: 177177 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) Notes: svn path=/head/; revision=314997
* - Update to 14.4Martin Wilke2013-02-183-12/+13
| | | | | | | | | | | | - Trim header - OptionNG PR: 173437 Submitted by:i Seiji Ohashi <sayzbrdg@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=312479
* Chase Emacs updatesAshish SHUKLA2012-09-041-1/+1
| | | | Notes: svn path=/head/; revision=303664
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-011-1/+1
| | | | | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi Notes: svn path=/head/; revision=301834
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Chase Emacs updatesAshish SHUKLA2012-02-221-1/+1
| | | | | | | PR: ports/165082 Notes: svn path=/head/; revision=292058
* - Chase editors/emacs updateAshish SHUKLA2011-10-171-0/+1
| | | | Notes: svn path=/head/; revision=283686
* - Update to 14.3 [1]TAKATSU Tomonari2011-09-264-29/+17
| | | | | | | | | | | | | | - Fix for port test [1] - Set MAKE_JOBS_SAFE [1] - Respect NOPORTEXAMPLES [2] - Make use of PORTDOCS and PORTEXAMPLES [2] PR: ports/160020 [1] Submitted by: Hiroto Kagotani (maintainer) [1] Approved by: maintainer (via private e-mail) [2] Notes: svn path=/head/; revision=282430
* Chase editors/emacs updateAshish SHUKLA2011-09-071-1/+1
| | | | Notes: svn path=/head/; revision=281398
* Chase editors/emacs update.Ashish SHUKLA2011-08-271-0/+1
| | | | | | | PR: ports/160196 Notes: svn path=/head/; revision=280599
* - Update to 14.2Wen Heping2011-06-014-39/+40
| | | | | | | | | | | | - Make PREFIX-safe - Unbreak - Pass maintainership to submitter PR: ports/157419 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=274913
* mark as broken because the distfile is no more availableBaptiste Daroussin2011-05-021-0/+2
| | | | Notes: svn path=/head/; revision=273498
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274