summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)Author
2000-08-03(1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami
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
2000-07-20Replace old startup script with new capable to do start/stop operations.Maxim Sobolev
PR: 20039 Submitted by: Bruce A. Mah <bmah@cisco.com>
2000-07-20Remove a bug in faxsetup.sh.Alexander Langer
PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2000-07-19Mark these BROKEN, they don't compile/run properly.Satoshi Asami
Submitted by: maintainer
2000-07-14Remove all installed directoriesChris D. Faulhaber
Noticed by: bento
2000-07-13Update md5 checksum. Unfortunately there is no previous version onMaxim Sobolev
MASTER_SITE_BACKUP, so it is impossible to check what was changed. Submitted by: bento
2000-07-07From the submitter:Steve Price
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>
2000-07-05As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum
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.
2000-06-29Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien
MASTER_SITE_LOCAL site.
2000-06-27Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),Alexander Langer
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>
2000-06-26Mark FORBIDDEN: insecure tempfile handling means any file on the system can ↵Kris Kennaway
be overwritten Submitted by: Stan Bubrouski <satan@FASTDIAL.NET> via Bugtraq
2000-06-23- Use MASTER_SITE_SUNSITE to MASTER_SITESMaxim Sobolev
PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-22Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami
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
2000-06-16Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev
2000-06-09Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to mySatoshi Asami
area on the local ports tree.
2000-06-09Revert to rev 1.8 -- which breaks this port again.David E. O'Brien
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
2000-06-09Distfile changed -- update checksum.David E. O'Brien
2000-06-07@dirrm share/doc/kermitSatoshi Asami
@dirrm share/examples/kermit Submitted by: bento
2000-06-01Upgrade to version 1.83.1.David E. O'Brien
1.83.1 is supose to have more sane logfile control.
2000-05-17's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev
2000-05-16Update to KDEUTILS 1.90 (aka KDE2 beta).Will Andrews
2000-04-14Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA
PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
2000-04-14Portlint COMMENT's.Akinori MUSHA
Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
2000-04-14Remove obsolete `Version required' lines.Akinori MUSHA
2000-04-14Convert to PORTNAME/PORTVERSION.Satoshi Asami
2000-04-13Typo (PKGNAME -> PORTNAME).Satoshi Asami
2000-04-08update with the new PORTNAME/PORTVERSION variablesMichael Haro
2000-03-2838000 is not a valid baud rate value. Use 38400Jean-Marc Zucconi
PR: ports/17455 Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp>
2000-03-22Restore useless version required comments.David E. O'Brien
2000-03-21"http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"Satoshi Asami
2000-03-20Remove the "version required" line.David E. O'Brien
2000-03-08Use my Web space on freebsd.org for the distfile.Masafumi Max NAKANE
2000-02-27Host the distfile myself - there is something weird with the officialKris Kennaway
website which allows you to browse and download the file with lynx, but returns a 404 with fetch or wget. Noticed by: bento
2000-02-24Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami
2000-02-24add ending / to WWWMichael Haro
2000-02-24update WWWMichael Haro
2000-02-24PREFIX -> LOCALBASEMichael Haro
add ending / to WWW
2000-02-22Remove the line that copied dot.kermitrc over into ${WRKSRC}.Joerg Wunsch
Submitted by: bento's package builder via satoshi
2000-02-20The one and only argument to gmtime(3) is a time_t*. This fixes the buildSteve Price
problems on the Alpha.
2000-02-20The one and only argument to time(3) is a time_t*. This fixes builds onSteve Price
the Alpha.
2000-02-20Reducing Maintainership to an amount of portsAndreas Klemm
I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20Install kermit documentation and example files correctly. This isJoerg Wunsch
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>
2000-02-18Make PREFIX clean.David E. O'Brien
PR: 14854 Submitted by: Joe Greco <jgreco@solaria.sol.net>
2000-02-18Support tty speeds of 57600 and 115200 bit/sec.David E. O'Brien
PR: 14977 Submitted by: Vlad Patenko <vlad@lucky.net>
2000-02-15Remove giflib dependence.R. Imura
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!!
2000-02-13ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg
2000-02-13Style nits in the ports I maintain.David E. O'Brien
2000-02-08Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm
as the days of the former are numbered. Reviewed by: asami
2000-02-02portlintMichael Haro