aboutsummaryrefslogtreecommitdiff
path: root/mail/mew
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 6.3Wen Heping2010-01-056-13/+35
| | | | | | | | | | | | | | | | | | | - Make "port test"-clean Added file(s): - files/patch-Makefile.in - files/patch-bin__Makefile.in - files/patch-info__Makefile Removed file(s): - files/patch-bin_Makefile.in - files/patch-info_Makefile PR: ports/142297 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) Notes: svn path=/head/; revision=247188
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* o Fix patch to info/Makefile for parallel build.Xin LI2009-05-072-2/+30
| | | | | | | | | | o Mark MAKE_JOBS_SAFE. Submitted by: Hiroto Kagotani (maintainer) PR: ports/133009 Notes: svn path=/head/; revision=233397
* - Update to 6.2Andrey Slusar2009-01-103-5/+5
| | | | | | | | PR: ports/130321 Submitted by: Hiroto Kagotani(maintainer) Notes: svn path=/head/; revision=225672
* - Fix plistAndrey Slusar2008-06-241-1/+2
| | | | | | | Reported by: itetcu QA Tindy Notes: svn path=/head/; revision=215725
* - Update to 6.1Andrey Slusar2008-06-237-109/+87
| | | | | | | | PR: ports/124391 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=215641
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 5.2Andrey Slusar2007-01-165-14/+24
| | | | | | | | PR: ports/107942 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=182525
* Fix the following rough edges:Hiroki Sato2007-01-053-56/+89
| | | | | | | | | | | | | | | | - Fix MASTER_SITES. - Remove redundant DOCSDIR and CONFIGURE_TARGET. - Use EMACS_LIBDIR for non-lisp files for consistency. - Use --with-elispdir for EMACS_SITE_LISPDIR. - Separate the Japanese info files by using NOPORTDOCS. - The mew-icon-directory variable is set automatically even in XEmacs now. Approved by: Hiroto Kagotani (maintainer) PR: ports/107438 Notes: svn path=/head/; revision=181469
* Update to 5.1Andrey Slusar2006-07-196-66/+65
| | | | | | | | PR: ports/100548 Submitted by: Hiroto Kagotani (maintainer) Notes: svn path=/head/; revision=168266
* * Update mail/mew to 4.2, pass maintainership to submitter [1]Andrey Slusar2006-02-0921-1100/+310
| | | | | | | | | | | | * Fix works slave mail/mew-emacs20. * Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait fixes 2 months. PR: ports/92808 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1] Notes: svn path=/head/; revision=155608
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Use INFO macroEdwin Groothuis2005-12-042-7/+2
| | | | Notes: svn path=/head/; revision=150405
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Move the ancient emacs 19.x port from editors/emacs toKris Kennaway2004-03-211-1/+1
| | | | | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 Notes: svn path=/head/; revision=104813
* Remove pkg-comment from remaining master/slave port sets.Ade Lovett2003-03-071-0/+0
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77041
* More manual pkg-comment cleanups.Ade Lovett2003-03-062-4/+2
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77038
* Don't remove the share/emacs/site-lisp system directoryKris Kennaway2003-02-221-1/+0
| | | | Notes: svn path=/head/; revision=76085
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Change chmod argument to `owner:group'.Kiriyama Kazuhiko2001-10-151-1/+1
| | | | Notes: svn path=/head/; revision=48805
* I've misset category. Change CATEGORIES editors -> mail.Kiriyama Kazuhiko2001-08-251-1/+1
| | | | Notes: svn path=/head/; revision=46859
* Correct MASTER_SITES.Kiriyama Kazuhiko2001-08-251-2/+2
| | | | Notes: svn path=/head/; revision=46851
* Update 1.94.1 -> 1.94.2. Use bsd.emacs.mk.Kiriyama Kazuhiko2001-08-1718-421/+438
| | | | Notes: svn path=/head/; revision=46360
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-3/+3
| | | | Notes: svn path=/head/; revision=38343
* ${ENV} --> ${SETENV}Maxim Sobolev2000-10-271-3/+3
| | | | | | | | PR: 22337 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=34286
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-081-1/+1
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* Reflect the update of the xemacs21 port to version 21.1.12.Gary Jennejohn2000-08-091-1/+1
| | | | Notes: svn path=/head/; revision=31453
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Use MASTER_SITE_PORTS_JP instead of spelling out the URL.Satoshi Asami2000-06-091-1/+1
| | | | Notes: svn path=/head/; revision=29470
* I'm sorry that the previous change for EMACS_PORT_NAME is a mistake.Shigeyuki Fukushima2000-05-081-6/+6
| | | | | | | Fix values of these variables. Notes: svn path=/head/; revision=28366
* Change BUILD_DEPENDS every emacsen ports.Shigeyuki Fukushima2000-05-071-1/+7
| | | | Notes: svn path=/head/; revision=28343
* Change a value of EMACS_PORT_NAME variable.Shigeyuki Fukushima2000-05-071-6/+6
| | | | | | | | | s/emacs/emacs19/ s/mule/mule19/ s/xemacs/xemacs19/ Notes: svn path=/head/; revision=28337
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-5/+5
| | | | Notes: svn path=/head/; revision=27500
* Chase emacs upgrade to 20.6.Satoshi Asami2000-03-101-1/+1
| | | | Notes: svn path=/head/; revision=26721
* Change according to xemacs21 version upSatoshi Taoka2000-02-181-22/+22
| | | | | | | | PR: 16807 Submitted by: maintainer Notes: svn path=/head/; revision=25984
* Change port name as xemacs-mule to xemacs21-mule: s/xemacs-mule/xemacs21-mule/g.Shigeyuki Fukushima2000-01-051-3/+3
| | | | | | | | | | Synchronized with updating editors/xemacs21 to 21.1.8. PR: ports/15904 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=24462
* Update to 1.94.1.Shigeyuki Fukushima2000-01-0414-103/+405
| | | | | | | | PR: ports/15627 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=24412
* Synchronize with upgrading emacs-20.5(a).Shigeyuki Fukushima2000-01-042-2/+2
| | | | Notes: svn path=/head/; revision=24409
* Modify EMACS_VER for xemacs21 to reflect my recent update ofGary Jennejohn1999-10-241-1/+1
| | | | | | | | | | | | xemacs21 to version 21.1.7. As Satoshi wrote: You are allowed to change other peoples' ports if they are affected by your change, Gary. :) (in re a comment in the commit message). Notes: svn path=/head/; revision=22601
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-181-1/+1
| | | | | | | should be spelled corrcetly, although I rather liked "Emasc". Notes: svn path=/head/; revision=21709
* Updated to 19.4Satoshi Taoka1999-09-0911-19/+797
| | | | | | | | | | | Added mew-xemacs21 (by Repository copy) Deleted mew-common PR: 13391 Submitted by: maintainer Notes: svn path=/head/; revision=21478
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Update to mew version 1.93.Steve Price1999-01-021-1/+2
| | | | | | | | PR: 8860 Submitted by: maintainer Notes: svn path=/head/; revision=15786
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-2/+5
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974