summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.0.0Andrey A. Chernov1997-07-103-5/+13
| | | | Notes: svn path=/head/; revision=7260
* Run scripts with /bin/sh explicitly rather than depending on the x bitsPeter Wemm1997-07-081-3/+3
| | | | | | | | | | being set. I don't know what isn't copying the x bits, but don't depend on it. Prompted by: Andreas Klemm <andreas@klemm.gtn.com> Notes: svn path=/head/; revision=7235
* Err Peter, that is exactly why most of the variables in bsd.port.mkSatoshi Asami1997-07-031-8/+2
| | | | | | | are defined with "?=". I don't understand why it didn't work for you.... ;) Notes: svn path=/head/; revision=7203
* Upgrade to 3.9.9Andrey A. Chernov1997-07-022-4/+4
| | | | | | | | PR: 4005 Submitted by: Ville Eerola <ve@sci.fi> Notes: svn path=/head/; revision=7191
* Update exmh-2.0gamma to 2.0delta. There's lots of bug fixes, as well asPeter Wemm1997-07-025-169/+207
| | | | | | | | | | | | | | | | | things like koi8-r recognition, background news (nntp) processing, ispell support. Note that there's a horrible hack here to work around a weakness in bsd.port.mk. The distributed patches are relative to a subdir of ${WRKSRC} and bsd.port.mk doesn't seem to allow clean overriding of that to patch. I appended a second "-d dir" arg to PATCH_DIST_ARGS after the .include that set up the string with +=. patch seems to use the last instance of "-d dir" when there are several online (it's a simple parse-time chdir). Prompted by: pst (who also sent a partial update) Notes: svn path=/head/; revision=7178
* Define USE_PERL5 and remove BUILD_DEPENDS & RUN_DEPENDS.Masafumi Max NAKANE1997-06-241-4/+2
| | | | Notes: svn path=/head/; revision=7066
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-243-10/+8
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* - Update port to version 1.1Andreas Klemm1997-06-222-6/+6
| | | | | | | | | | | | - Make link process work by adding correct dependency in Makefile the unmodified Makefile.FreeBSD didn't build libcompface in ../compface - The WWW page claims, that you need at least the xforms 0.86 lib, so I specified the library dependency in port's Makefile more specific. - Well, since I spent some work on it ... I'll maintain the port in the future. Notes: svn path=/head/; revision=7036
* Change dist siteAndrey A. Chernov1997-06-222-4/+4
| | | | Notes: svn path=/head/; revision=7035
* Better fix for '.' problemAndrey A. Chernov1997-06-171-17/+10
| | | | Notes: svn path=/head/; revision=6980
* Remove '.' at the end of chmod commandAndrey A. Chernov1997-06-171-0/+19
| | | | Notes: svn path=/head/; revision=6973
* Upgrade, 3.9.7 -> 3.9.8.Masafumi Max NAKANE1997-06-162-5/+5
| | | | Notes: svn path=/head/; revision=6969
* Fix DSN args handlingAndrey A. Chernov1997-06-141-2/+334
| | | | | | | Merge patches Notes: svn path=/head/; revision=6935
* Path on MASTER_SITE changed.Masafumi Max NAKANE1997-06-131-4/+4
| | | | | | | Instead of using DISTNAME and DISTFILES, use DISTNAME and WRKSRC. Notes: svn path=/head/; revision=6923
* PR: 3539Masafumi Max NAKANE1997-06-131-20/+65
| | | | | | | | | | | | | Submitted by: andrew@ugh.net.au The previous port of poppassd worked fine under 2.1.x but broke under 2.2.x. Ron Bickers <rbickers@intercenter.net> sent me some changes which should allow it to work under 2.2.x and these changes are incorporated in this version. The port seems to still work under 2.1.x. Notes: svn path=/head/; revision=6922
* "all:" -> "all:" to make XFree86-3.3 config files happy.Satoshi Asami1997-06-121-0/+17
| | | | Notes: svn path=/head/; revision=6879
* XFree86-3.3 rules changed the default include path.Satoshi Asami1997-06-121-1/+1
| | | | Notes: svn path=/head/; revision=6878
* Use md5.h header correctlyAndrey A. Chernov1997-06-111-1/+4
| | | | Notes: svn path=/head/; revision=6856
* Update dir file with install-info. Also, change organization so thatSatoshi Asami1997-06-102-30/+15
| | | | | | | | | | | | | files can be shared between this port and japanese/mew. Note this is a "blind" commit; it is too much trouble to test an update with this many added and deleted files. I'll test it later. PR: 3789 Submitted by: kiri Notes: svn path=/head/; revision=6844
* Upgrade, 3.9.6 -> 3.9.7.Masafumi Max NAKANE1997-06-092-4/+4
| | | | Notes: svn path=/head/; revision=6829
* Upgrade to 0.76.David E. O'Brien1997-06-076-9/+9
| | | | | | | (pgp patch is not presently on public ftp site, but should be soon) Notes: svn path=/head/; revision=6789
* Minor cleanup of MakefilesDavid E. O'Brien1997-06-063-15/+6
| | | | Notes: svn path=/head/; revision=6779
* Upgrade to +32Andrey A. Chernov1997-06-054-10/+10
| | | | Notes: svn path=/head/; revision=6777
* Add nmh.Satoshi Asami1997-06-041-1/+2
| | | | Notes: svn path=/head/; revision=6738
* "New MH".Satoshi Asami1997-06-048-0/+353
| | | | | | | | PR: 3647 Submitted by: Scott Blachowicz <Scott.Blachowicz@seaslug.org> Notes: svn path=/head/; revision=6737
* repeat after me... I will test all changes fully...Paul Traina1997-06-031-2/+2
| | | | Notes: svn path=/head/; revision=6687
* Correct way to say "ignore checksum" is to set IGNOREFILES. NO_CHECKSUMSatoshi Asami1997-06-032-4/+4
| | | | | | | is for the user, not the porter. Notes: svn path=/head/; revision=6684
* Upgrade to latest version.Paul Traina1997-06-035-76/+51
| | | | | | | | | I'm really really really unhappy about these shared library patches. This code changes WAY too fast to screw with shared libraries. If they cause massive breakage again, they're history. Notes: svn path=/head/; revision=6683
* Hardcode ${PREFIX}/bin as the directory where perl5 is instead ofMasafumi Max NAKANE1997-06-021-5/+5
| | | | | | | | | | | | | dynamically set it. Suggested by: asami Instead of explicitly specifying the path in MAKE_ENV, just retrieve it from the env. var. Move the comment about MAN1 var to the front of the variable definition. Notes: svn path=/head/; revision=6673
* Upgrade to 0.75.David E. O'Brien1997-05-316-9/+9
| | | | | | | This is purely a bug-fix version. No new features have been added. Notes: svn path=/head/; revision=6652
* Activate mail/cyrusJames FitzGibbon1997-05-301-1/+2
| | | | | | | | | | Activate devel/p5-Penguin Activate devel/p5-Penguin-Easy Activate net/rwhois Activate textproc/pilot_makedoc Notes: svn path=/head/; revision=6648
* Import of the Cyrus IMAPd packageJames FitzGibbon1997-05-3048-0/+1932
| | | | Notes: svn path=/head/; revision=6640
* Upgrade, 3.9.5 -> 3.9.6.Masafumi Max NAKANE1997-05-302-4/+4
| | | | Notes: svn path=/head/; revision=6628
* Use the file in CPAN as distfile instead of one I created.Masafumi Max NAKANE1997-05-252-8/+7
| | | | Notes: svn path=/head/; revision=6563
* Add ache's configure options to the export version.David E. O'Brien1997-05-253-3/+9
| | | | Notes: svn path=/head/; revision=6559
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-245-15/+15
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Fix problem related to a forth coming CERT advisory wrt quoting ofWarner Losh1997-05-221-0/+260
| | | | | | | | strings in csh shell scripts. Obtained from: Description of patch in CERT advisory Notes: svn path=/head/; revision=6530
* Upgrade, 3.9.4 -> 3.9.5.Masafumi Max NAKANE1997-05-202-4/+4
| | | | Notes: svn path=/head/; revision=6498
* Back out, commited in wrong directoryAndrey A. Chernov1997-05-196-294/+96
| | | | Notes: svn path=/head/; revision=6488
* Fix problem with PGP patchAndrey A. Chernov1997-05-196-96/+294
| | | | | | | Add -lmytinfo to LIBS Notes: svn path=/head/; revision=6487
* Don't compress man pages during the build.Masafumi Max NAKANE1997-05-172-10/+18
| | | | | | | Pay attention to ${PREFIX}. Notes: svn path=/head/; revision=6470
* Install compface.h which is needed by programs using libcompface.Masafumi Max NAKANE1997-05-171-11/+20
| | | | | | | | | | | PR: 3610 Submitted by: MOROHOSHI Akihiko <moro@race.u-tokyo.ac.jp> Use symlink instead of hard link for man pages in compface/Makefile. Don't compress man pages here in compface/Makefile. Notes: svn path=/head/; revision=6469
* Install compface.h which is needed by programs using libcompface.Masafumi Max NAKANE1997-05-171-0/+1
| | | | | | | | PR: 3610 Submitted by: MOROHOSHI Akihiko <moro@race.u-tokyo.ac.jp> Notes: svn path=/head/; revision=6468
* Upgrade to 0.74.David E. O'Brien1997-05-176-12/+12
| | | | Notes: svn path=/head/; revision=6465
* Upgrade, 3.9.3 -> 3.9.4.Masafumi Max NAKANE1997-05-152-4/+4
| | | | Notes: svn path=/head/; revision=6454
* Upgrade to pre7Andrey A. Chernov1997-05-144-63/+76
| | | | Notes: svn path=/head/; revision=6452
* Upgrade to 3.9.3Andrey A. Chernov1997-05-092-4/+4
| | | | | | | PR: 3550 Notes: svn path=/head/; revision=6435
* Remove perl5 from CATEGORIESJames FitzGibbon1997-05-062-4/+4
| | | | | | | Approved-by: Wolfram Schneider <wosch@apfel.de> Notes: svn path=/head/; revision=6419
* Added some missing files.Masafumi Max NAKANE1997-05-051-1/+3
| | | | | | | | | | Noticed by: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> PR: 3507 While at it, moved @dirrm's to the end of file. Notes: svn path=/head/; revision=6415
* The distfile has been changed on the master_site.Masafumi Max NAKANE1997-05-043-27/+27
| | | | Notes: svn path=/head/; revision=6395