summaryrefslogtreecommitdiff
path: root/japanese/mutt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-181-3/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* Update to the autotools new world order.Ade Lovett2007-07-281-2/+2
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* - Fix build with GCC 4.2Pav Lucistnik2007-07-053-3/+47
| | | | | | | Submitted by: SHIOZAKI Takehiko <st@be.to> (maintainer) Notes: svn path=/head/; revision=195000
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove support for deprecated cyrus-saslGabor Kovesdan2007-04-181-10/+1
| | | | | | | | | | | - Bump PORTREVISION PR: ports/111567 Submitted by: gabor Approved by: SHIOZAKI Takehiko <st@be.to> (maintainer, via private mail) Notes: svn path=/head/; revision=190289
* - Add fix for recent IMAP buffer overflow vulnerability.Shaun Amott2006-07-032-1/+28
| | | | | | | | | | | PR: ports/99700 Submitted by: shaun (me) Approved by: SHIOZAKI Takehiko <st@be.to> (maintainer), ahze (mentor) Security: VuXML d2a43243-087b-11db-bc36-0008743bf21a Notes: svn path=/head/; revision=166846
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161761
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* o Change MAINTAINER to submitter (blanket).Norikatsu Shigemura2004-09-032-77/+77
| | | | | | | | | | | | | o Added -D_DONT_USE_CTYPE_INLINE_ to CFLAGS not to use inlined wcwidth(). o Modified pkg-plist to use %%DOCSDIR%%. PR: ports-jp/15003, ports/71331 Submitted by: SHIOZAKI Takehiko <st@be.to> Approved by: maintainer blanket Obtained from: ports/71329 Notes: svn path=/head/; revision=118078
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* - Update to version 1.4.2.1Kirill Ponomarev2004-04-124-27/+20
| | | | | | | | PR: ports/65447 Submitted by: maintainer Notes: svn path=/head/; revision=106791
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-03-111-0/+2
| | | | | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed. Notes: svn path=/head/; revision=103676
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-2/+2
| | | | Notes: svn path=/head/; revision=98909
* - don't clobber any given LDFLAGSDirk Meyer2003-09-031-2/+2
| | | | | | | | | resolves conflitcs with bsd.openssl.mk (maintainter contacted, no response yet) Approved by: marcus Notes: svn path=/head/; revision=88411
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Update to 1.4.1, and change MAINTAINER address.Norikatsu Shigemura2003-05-215-12/+31
| | | | | | | | PR: ports/52530 Submitted by: IWASHITA Yoji <iwashita@cqmail.net> (maintainer) Notes: svn path=/head/; revision=81641
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Now that AUTOCONF and friends contain slashes in them, use a separatorAkinori MUSHA2002-11-281-6/+7
| | | | | | | | | other than the slash for s///. This fixes the build. Use REINPLACE_CMD instead of PERL while I'm here. Notes: svn path=/head/; revision=71215
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* Update to 1.4Patrick Li2002-06-2311-124/+197
| | | | | | | | PR: ports/39692 Submitted by: maintainer Notes: svn path=/head/; revision=61845
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+3
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-2/+2
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* o update to 1.2.5.1.FUJISHIMA Satsuki2002-01-162-13/+24
| | | | | | | | | | o add FETCH_BEFORE_ARGS=-A for broken httpd. PR: 33943 Submitted by: maintainer Notes: svn path=/head/; revision=53197
* o USE_AUTO* police sweepMario Sergio Fujikawa Ferreira2001-12-021-1/+1
| | | | | | | - Don't hardcode, use ACLOCAL Notes: svn path=/head/; revision=50888
* update MASTER/PATCH_SITES.FUJISHIMA Satsuki2001-03-091-2/+3
| | | | | | | | PR: 25638 Submitted by: maintainer Notes: svn path=/head/; revision=39320
* Update to 1.2.5 japanese patch level 2.Chris Piazza2000-12-162-6/+6
| | | | | | | | PR: 23587 Submitted by: maintainer Notes: svn path=/head/; revision=36032
* Remove rmdir lines.Yukihiro Nakai2000-10-171-41/+0
| | | | | | | | PR: ports/21986 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Notes: svn path=/head/; revision=33930
* Update to 1.2.5i-jp0.Akinori MUSHA2000-08-284-20/+69
| | | | | | | | PR: ports/20871 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (MAINTAINER) Notes: svn path=/head/; revision=32060
* Some minor fixes in Japanese support.Akinori MUSHA2000-07-193-2/+10
| | | | | | | | PR: ports/20026 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer) Notes: svn path=/head/; revision=30821
* Update to 1.2.4.j0.Akinori MUSHA2000-07-183-179/+57
| | | | | | | | PR: ports/20012 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer) Notes: svn path=/head/; revision=30795
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-6/+10
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* update to 1.0.1iMichael Haro2000-04-012-9/+9
| | | | | | | | PR: 17732 Submitted by: maintainer Notes: svn path=/head/; revision=27244
* Update a Japanese manualSatoshi Taoka2000-02-202-2/+2
| | | | | | | | PR: 16778 Submitted by: maintainer Notes: svn path=/head/; revision=26032
* Fix to include the Japanese manual in packageSatoshi Taoka2000-02-093-1/+12
| | | | | | | | PR: 16609 Submitted by: maintainer Notes: svn path=/head/; revision=25619