Commit Graph

1089 Commits

Author SHA1 Message Date
Sergey Skvortsov
c42351387b Updated to 1.39 2004-08-20 14:14:54 +00:00
Kirill Ponomarev
c55cb70deb Fix build with gcc-3.4
PR:		ports/70628
Submitted by:	Ports Fury
2004-08-18 18:15:53 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Sergey Skvortsov
7556a622bb Updated to 1.36 2004-08-15 15:01:58 +00:00
Sergey Skvortsov
cc7bf709a9 Updated to 1.000002 2004-08-15 14:51:26 +00:00
Kirill Ponomarev
a4692297d1 Fix plist. 2004-08-14 16:14:14 +00:00
Kirill Ponomarev
a88c5d08ca Fix build with gcc-3.4
PR:		ports/70394
Submitted by:	maintainer
2004-08-13 07:24:55 +00:00
Michael Nottebrock
461f3c5adb Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
2004-08-11 01:27:37 +00:00
Kris Kennaway
4b5ca2f1bd BROKEN: Size mismatch 2004-08-09 18:31:56 +00:00
Kirill Ponomarev
becbec3cb3 Change maintainer's email.
PR:		ports/70138
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-08-07 20:48:45 +00:00
Kirill Ponomarev
bbc1787d3d Fix statistic read and write.
PR:		ports/70104
Submitted by:	maintainer
2004-08-07 06:59:53 +00:00
Volker Stolz
04e35b30de Update to 0.4.99.7
- Requires hamlib

PR:		ports/69946
Submitted by:	Matt Dawson (maintainer)
2004-08-06 07:18:52 +00:00
Kirill Ponomarev
0a82b25e9f Update to 0.7.3
PR:		ports/69955
Submitted by:	maintainer
2004-08-04 10:21:50 +00:00
Ade Lovett
e32a824579 Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00
Jeremy Messenger
997428a40c Update to 2.2.9.
PR:		ports/69916
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
2004-08-03 07:22:20 +00:00
Michael Nottebrock
8ea1a2c0c1 Correct a configure-misdetection which went unnoticed until now, but causes
breakage with gcc 3.4.
2004-07-31 23:06:10 +00:00
Markus Brueffer
6fed3376b4 Update to version 0.0.7 2004-07-30 08:24:48 +00:00
Pav Lucistnik
d98692add4 - Fix build with gcc-3.4
PR:		ports/69773
Submitted by:	Andrey Slusar <vasallia@ukr.net> (maintainer)
2004-07-29 23:53:43 +00:00
Pav Lucistnik
8057aa6c27 - Really fix build in mpeg4ip presence
PR:		ports/69619
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-07-28 17:59:02 +00:00
Sergey A. Osokin
2f3d2c4f09 Use tty_close() and ttygone() where it need instead of
commenting of ttyclose() for __FreeBSD_version >= 502122.

First symptom.
# kldunload ltmdm.ko
kldunload: can't unload file: Device busy

Second symptom.
If ppp(8) used for connect /dev/cual0 and it was
disconnected, the new ppp session return the
following error in ppp.log:
tun0: Warning: deflink: /dev/cual0: Bad file descriptor

Bump PORTREVISION one more time.
2004-07-27 20:35:54 +00:00
Tilman Keskinoz
25c39bd7fa Add Klog, an amateur radio logging program for KDE
PR:		68689
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk>
2004-07-25 13:25:44 +00:00
Sergey Matveychuk
bf49fa6763 fix build when mpeg4ip is installed
PR:		ports/69496
Submitted by:	maintainer
Suggested by:	Panagiotis Astithas
2004-07-23 19:44:02 +00:00
Tilman Keskinoz
54bdb5ad29 Update to 0.7.2
PR:		69443
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-07-23 08:03:47 +00:00
Sergey A. Osokin
6cf0bb878e Realy fix "link_elf: symbol ttyclose undefined" error and
one more time bump PORTREVISION.

Reset MAINTAINER field to ports@FreeBSD.org, because
Daniel O'Connor no longer have the hardware though.

Pointly hat:	osa
2004-07-23 07:05:19 +00:00
Volker Stolz
d67edcb1df Fix detection of the bluetooth stack
This is still untested on any architecture other than i386, so any
testing is encouraged!

PR:		ports/69340
Submitted by:	Guido Falsi (maintainer)
2004-07-22 15:29:22 +00:00
Sergey A. Osokin
2f05a9e3d5 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patch
2) Correct filename for patch, now it name is patch-sys-dev-ltmdm-ltmdmsio.c
3) Fix run on recent -CURRENT by removing ttyclose() calls
   Symptoms:
   # kldload ltmdm.ko
   kldload: can't load ltmdm.ko: No such file or directory
   # dmesg | head -1
   link_elf: symbol ttyclose underfined
4) Move PORTDOCS from pkg-plist to Makefile
5) Utilize DATADIR macro
5) Reorganize install target for PORTDOCS
6) Bump ${PORTREVISION}
2004-07-22 12:23:29 +00:00
Sergey A. Osokin
9659373f55 Revert back wrong changes, because port have strange
infrastructure: patch-aa and patch-ac both patch the same
file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c.
2004-07-22 10:29:26 +00:00
Sergey A. Osokin
333982699b Fix run on recent -CURRENT by removing ttyclose() calls.
Symptoms:
1) kldload ltmdm.ko
kldload: can't load ltmdm.ko: No such file or directory
2) dmesg | head -1
link_elf: symbol ttyclose underfined

Bump PORTREVISION.
2004-07-22 09:16:12 +00:00
Pav Lucistnik
d878a36364 - Update to 1.3, which brings a non-interactive send/get
PR:		ports/69205
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-07-17 18:28:11 +00:00
Pav Lucistnik
d9b8543491 - Update to 0.6.4
PR:		ports/69119
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
2004-07-17 14:18:29 +00:00
Kris Kennaway
d2fe315906 Reset undeliverable maintainer address:
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue

For two consecutive weeks.
2004-07-15 22:59:10 +00:00
Markus Brueffer
a5c2db5a19 Add cutecom 0.0.5, a graphical serial terminal. 2004-07-15 00:21:07 +00:00
Pav Lucistnik
004697d45d Add linrad, Amateur Radio DSP utility (SDR)
PR:		ports/68873
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-07-14 16:09:39 +00:00
Volker Stolz
4c0de56b07 Enable this port on non-i386 architectures on -current after 9 July.
Testing of both the bluetooth stack and this port (and the related openobex one) on non i386 machines are encouraged. Please report any problems.

PR:		ports/68912
Submitted by:	Guido Falsi (maintainer)
2004-07-12 19:49:08 +00:00
Kirill Ponomarev
909c20e502 Support WITHOUT_NLS 2004-07-11 11:07:01 +00:00
Kirill Ponomarev
906d8c992c Support WITHOUT_NLS 2004-07-11 10:55:23 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Volker Stolz
494104801f Fix for gnome-libs induced breakage.
PR:		ports/68818
Submitted by:	maintainer
2004-07-08 19:35:06 +00:00
Volker Stolz
1f6fffac4d Update to 0.5
PR:		ports/68803
Submitted by:	maintainer
2004-07-08 13:58:41 +00:00
Kirill Ponomarev
f5538e3326 Update to 0.6.3
PR:		ports/68812
Submitted by:	maintainer
2004-07-08 12:19:29 +00:00
Greg Lewis
45283c325b . SIZEify.
PR:		68802
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com> (maintainer)
2004-07-08 06:22:39 +00:00
Pav Lucistnik
65abc0fc9b Add xastir, a hamradio orientated GIS package designed to handle APRS.
APRS is Amateur Position Reporting System.  It's a system for handling
real time information across radio and internet links.

PR:		ports/68655
Submitted by:	Carl Makin <carl@stagecraft.cx>
2004-07-05 20:15:24 +00:00
Pav Lucistnik
cd81526d9a - Unbreak on 4.x: pass threading library to linker
PR:		ports/68654 (based on)
Submitted by:	Carl Makin <carl@stagecraft.cx> (maintainer)
2004-07-05 15:14:00 +00:00
Pav Lucistnik
e022ef1c55 - Unbreak plist: fix perl man page installation 2004-07-05 10:56:17 +00:00
Pav Lucistnik
78d4c181ab - Unbreak on 5.x (multiline literal) 2004-07-05 09:17:13 +00:00
Pav Lucistnik
ad5ae68eba Add nasawash, Amateur Radio program for cleaning NASA format keplerian
element files

PR:		ports/68649
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-07-05 08:52:36 +00:00
Pav Lucistnik
b5cd746aff - Update to 2.2.8a
PR:		ports/68651
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
2004-07-05 08:38:29 +00:00
Pav Lucistnik
b764749dc7 Add echolinux, an EchoLink client for UNIX.
PR:		ports/68587
Submitted by:	Diane Bruce <db@night.db.net>
2004-07-04 23:28:32 +00:00
Pav Lucistnik
b12ceb4b17 Add nokryptia, a program to convert music files like MP3 to work
on a Nokia 5510 cell phone.

PR:		ports/68565
Submitted by:	Aleksander Fafula [alex@fafula.com]
2004-07-02 21:37:35 +00:00
Edwin Groothuis
510e62208c Chase fixes in TTY source.
<Darius> and tell phk to stop breaking tty source compat!

Submitted by:	darius@dons.net.au
Reviewed by:	Barney Wolff <barney@databus.com>
2004-07-01 06:32:05 +00:00