summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From the submitter:Steve Price2000-07-071-3/+7
| | | | | | | | | | | | | | Currently, the hylafax port has a few flaws -- it uses the libz and regex libraries that come with the software instead of the implementations available on FreeBSD and ignores the local CFLAGS settings. It also needlessly (it seems) requires gmake. PR: 19552 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=30324
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-056-11/+85
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-292-2/+4
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),Alexander Langer2000-06-2713-295/+1002
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which officially fixes the setuid security exploit by the vendors. Additionally, from the PR: * adds in distribution patches to allow it to interoperate with libtiff-3.5.5 (the current version in the ports tree), and replace an original FreeBSD patch. * includes security patches (replacements of 'strcpy' and 'sprintf', primarily), mostly based on patches originally submitted by Alex Langer [1] for 4.0pl2 and not yet commited, although some new work was done too. [1] I don't think, that these were my patches but those submitted by John Holland <john@zoner.org> in PR 19180. * Fixes some issues with the configure/setup scripts introduced since the previous version. * Additionally, original FreeBSD patches from 4.0pl2 were merged in where they were not addressed by anything else. (except the I18N patch, sorry). I removed the FORBIDDEN line since there are at least no obvious security concerns left. PR: 19237 Submitted by: Andy Sparrow <andy@geek4food.org> Notes: svn path=/head/; revision=29906
* Mark FORBIDDEN: insecure tempfile handling means any file on the system can ↵Kris Kennaway2000-06-261-0/+2
| | | | | | | | | be overwritten Submitted by: Stan Bubrouski <satan@FASTDIAL.NET> via Bugtraq Notes: svn path=/head/; revision=29868
* - Use MASTER_SITE_SUNSITE to MASTER_SITESMaxim Sobolev2000-06-231-2/+3
| | | | | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29808
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner2000-06-221-1/+2
| | | | Notes: svn path=/head/; revision=29788
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami2000-06-091-0/+1
| | | | | | | area on the local ports tree. Notes: svn path=/head/; revision=29476
* Revert to rev 1.8 -- which breaks this port again.David E. O'Brien2000-06-091-1/+1
| | | | | | | | | | | | I don't know exactly what changed in the distfile. To generate the new checksum I did ``make distclean makesum''. So I don't have the old distfiles around to check. I did verify that the new distfiles does compile and the resulting binary runs. But I guess that is not suffient today. Prodded by: kris Notes: svn path=/head/; revision=29454
* Distfile changed -- update checksum.David E. O'Brien2000-06-091-1/+1
| | | | Notes: svn path=/head/; revision=29453
* @dirrm share/doc/kermitSatoshi Asami2000-06-071-0/+2
| | | | | | | | | @dirrm share/examples/kermit Submitted by: bento Notes: svn path=/head/; revision=29352
* Upgrade to version 1.83.1.David E. O'Brien2000-06-013-11/+2
| | | | | | | 1.83.1 is supose to have more sane logfile control. Notes: svn path=/head/; revision=29070
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev2000-05-174-6/+6
| | | | Notes: svn path=/head/; revision=28515
* Update to KDEUTILS 1.90 (aka KDE2 beta).Will Andrews2000-05-163-545/+553
| | | | Notes: svn path=/head/; revision=28501
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
| | | | Notes: svn path=/head/; revision=27534
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Typo (PKGNAME -> PORTNAME).Satoshi Asami2000-04-131-1/+1
| | | | Notes: svn path=/head/; revision=27471
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-0823-71/+71
| | | | Notes: svn path=/head/; revision=27419
* 38000 is not a valid baud rate value. Use 38400Jean-Marc Zucconi2000-03-282-2/+2
| | | | | | | | PR: ports/17455 Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp> Notes: svn path=/head/; revision=27104
* Restore useless version required comments.David E. O'Brien2000-03-223-0/+3
| | | | Notes: svn path=/head/; revision=26941
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"Satoshi Asami2000-03-212-2/+2
| | | | Notes: svn path=/head/; revision=26931
* Remove the "version required" line.David E. O'Brien2000-03-203-3/+0
| | | | Notes: svn path=/head/; revision=26835
* Use my Web space on freebsd.org for the distfile.Masafumi Max NAKANE2000-03-081-1/+1
| | | | Notes: svn path=/head/; revision=26642
* Host the distfile myself - there is something weird with the officialKris Kennaway2000-02-271-1/+2
| | | | | | | | | | website which allows you to browse and download the file with lynx, but returns a 404 with fetch or wget. Noticed by: bento Notes: svn path=/head/; revision=26347
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26244
* add ending / to WWWMichael Haro2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26237
* update WWWMichael Haro2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26236
* PREFIX -> LOCALBASEMichael Haro2000-02-242-4/+4
| | | | | | | add ending / to WWW Notes: svn path=/head/; revision=26235
* Remove the line that copied dot.kermitrc over into ${WRKSRC}.Joerg Wunsch2000-02-221-1/+0
| | | | | | | Submitted by: bento's package builder via satoshi Notes: svn path=/head/; revision=26153
* The one and only argument to gmtime(3) is a time_t*. This fixes the buildSteve Price2000-02-202-0/+22
| | | | | | | problems on the Alpha. Notes: svn path=/head/; revision=26059
* The one and only argument to time(3) is a time_t*. This fixes builds onSteve Price2000-02-203-0/+33
| | | | | | | the Alpha. Notes: svn path=/head/; revision=26053
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-201-1/+1
| | | | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
* Install kermit documentation and example files correctly. This isJoerg Wunsch2000-02-202-2/+46
| | | | | | | | | | | | | | | | | | | | basically what the PR suggested, although i did it somewhat differently. (The PR was related to the previous version of Kermit anyway.) After asking Frank da Cruz again, i did however decide to not run the shipped ckermit.ini (alias .kermrc) by default; the defaults of Kermit version 7 are supposed to fit the needs of most people, so there is no need to run the .ini file for everybody. Those who want it can still find it in the `examples' directory (and Frank suggested users who like to do this can easily run this as a `kerbang' script file instead of starting the plain kermit binary). PR: ports/14894 Submitted by: Oh Junseon <hollywar@holywar.net> Notes: svn path=/head/; revision=26026
* Make PREFIX clean.David E. O'Brien2000-02-184-7/+7
| | | | | | | | PR: 14854 Submitted by: Joe Greco <jgreco@solaria.sol.net> Notes: svn path=/head/; revision=25970
* Support tty speeds of 57600 and 115200 bit/sec.David E. O'Brien2000-02-181-6/+25
| | | | | | | | PR: 14977 Submitted by: Vlad Patenko <vlad@lucky.net> Notes: svn path=/head/; revision=25969
* Remove giflib dependence.R. Imura2000-02-151-2/+1
| | | | | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!! Notes: svn path=/head/; revision=25853
* ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg2000-02-131-1/+1
| | | | Notes: svn path=/head/; revision=25764
* Style nits in the ports I maintain.David E. O'Brien2000-02-133-15/+14
| | | | Notes: svn path=/head/; revision=25734
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* portlintMichael Haro2000-02-021-2/+2
| | | | Notes: svn path=/head/; revision=25431
* Upgrade to version 1.83.0.David E. O'Brien2000-02-013-17/+21
| | | | Notes: svn path=/head/; revision=25388
* Remove the hack that built the man page from ckuker.cpp, and use ckuker.nrJoerg Wunsch2000-01-311-3/+2
| | | | | | | | | | | | | | | | instead. The hack fell over on the Alpha architecture anyway. Quoting Frank da Cruz <fdc@watsun.cc.columbia.edu>: ``P.S. The "default" man page is ckuker.nr. You only need to run ckuker.cpp through "make manpage" if you are building a custom man page (like the one that we make for HP-UX). Since FreeBSD does not have a custom man page, there is no need to do this.'' The Kermit port is now fully Alpha-ready, too. Notes: svn path=/head/; revision=25356
* Update to final (non-beta) version. Amazingly enough, the MD5 checksumJoerg Wunsch2000-01-301-2/+2
| | | | | | | of the dist file didn't change. :-} Notes: svn path=/head/; revision=25328
* fix some pkg/MESSAGE stuffMichael Haro2000-01-292-2/+2
| | | | Notes: svn path=/head/; revision=25253
* Add plp.Jeremy Lea2000-01-291-0/+1
| | | | Notes: svn path=/head/; revision=25235
* Initial import of Psion Link Protocol 1.8.Jeremy Lea2000-01-2910-0/+129
| | | | | | | | | | | | | This program is used to transfer data between a Psion Series 5mx (default) or Psion Series 5 to a Unix server. The ncp daemon is started to communicate with the Psion and an ftp like interface is provided by rfsv. PR: 15181 Submitted by: Maurice Castro <maurice@atum.castro.aus.net> Notes: svn path=/head/; revision=25234