1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

106724 Commits

Author SHA1 Message Date
Volker Stolz
8727ad6ac4 Add CONFLICTS with textproc/xml4j
PR:		ports/69055
Submitted by:	Herve Quiroz (maintainer)
2004-07-22 09:51:38 +00:00
Volker Stolz
8d981992f5 - Update to 4.3.0
- Handles conflicts with textproc/xerces-j
- Fixed download location
- bsd.java.mk 2.0 compliant
- Removed pkg-plist (38K)
- Install samples
- Updated pkg-descr
- Respect NOPORTDOCS

PR:		ports/69055
Submitted by:	Herve Quiroz
2004-07-22 09:49:00 +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
Kirill Ponomarev
a87810e508 Update to 1.8
PR:		ports/69407
Submitted by:	maintainer
2004-07-22 08:50:37 +00:00
Kirill Ponomarev
958c684c8f Update to 1.0.1
PR:		ports/69396
Submitted by:	maintainer
2004-07-22 08:47:03 +00:00
Vanilla I. Shu
2cbe9af7e1 - Update to 0.31
- Take maintainership

PR:		ports/69412
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-22 07:59:04 +00:00
Kirill Ponomarev
9f847b225f Update to version 1.5.1
PR:		ports/69320
Submitted by:	maintainer
2004-07-22 07:57:37 +00:00
Kirill Ponomarev
fc7077556c Add exifprobe 1.2.4, probes JPEG or TIFF images and reports contents and
structure.

PR:		ports/69403
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-07-22 07:37:59 +00:00
Sergey A. Osokin
881451e661 Add the new one knob WITH_BROWSING_HACKS.
- New configuration options: allow workgroups/deny workgroups.
   When samba is a local master on subnet these options allow
   you to restrict list of available workgroup names in "Network
   Neighbourhood".  Options accept a list of names.
 - New configuration options: allow master/deny masters.
   When samba is running as a WINS server these options allow
   you to restrict registering of particular IP addresses as
   group masters.  Options accept same arguments as "allow hosts".
 - New configuration option: workgroups.
   This allows you to be a member (and thus a master browser!) of
   multiple workgroups.
 - New configuration option: force local master.
   Allows to ignore Windows NT PDC attempts to claim master
   browser name on subnet.  This is violation of standard, but is
   useful.
 - All registered NetBIOS names must be isprint().

Do not bump PORTREVISION, because new features show up
only if WITH_BROWSING_HACKS is defined in compile-time.

Submitted by:	glebius
2004-07-22 07:30:35 +00:00
Volker Stolz
56798865d3 Update to 0.0.7 (unDEPRECATE)
PR:		ports/69392
Submitted by:	Radim Kolar (maintainer)
2004-07-22 07:23:13 +00:00
Volker Stolz
2417959a47 - Fix segfault reported in PR ports/61297 through almost-vendor-patch:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98229
- Bump PORTREVISION

PR:		ports/69352
Submitted by:	Frank J. Laszlo (maintainer), Dan Langille (testing)
2004-07-22 07:17:14 +00:00
Volker Stolz
4512611284 - Fix signal-handling
- Bump PORTREVISION

PR:		ports/69385
Submitted by:	Olafur Osvaldsson (maintainer)
2004-07-22 07:03:50 +00:00
Volker Stolz
e017458a99 Move textproc/cocoon to more appropriate category www
PR:             ports/69358
Submitted by:   Jean-Baptiste Quenot (maintainer)
2004-07-22 06:55:47 +00:00
Bruce M Simpson
bb939b0cac Add new port nagios-silfreed-plugins, a set of SNMP oriented plugins for
Nagios from silfreed.net believed to work significantly better than the
bundled check_snmp plugin for most uses.
2004-07-22 06:34:59 +00:00
Sergey Matveychuk
7faaf89b55 * Set LATEST_LINK
* Rework DATA and DOCS install (NOPORTDOCS compliant)

PR:		ports/69318
Submitted by:	maintainer
Approved by:	krion (mentor) (implicitly)
2004-07-22 06:12:22 +00:00
Kirill Ponomarev
3d889bf8d3 The ldap_helpers patch has been rerolled (a missing return
statement was inserted).

PR:		ports/69408
Submitted by:	maintainer
2004-07-22 06:09:05 +00:00
Dirk Meyer
0e35ab6a53 - fix SENDMAIL_WITH_SOCKETMAP
Submitted by:	Angelo Turetta
2004-07-22 06:04:33 +00:00
Mark Linimon
6b1db8924f Update to 0.7.
PR:		ports/68874
Submitted by:	Frank Mayhar <frank at exit dot com> (maintainer)
2004-07-22 05:58:30 +00:00
Sergey Matveychuk
d402db4377 To ease the task of network administration,
decrease the likelihood of erronous command execution and
to maintain all network services from a central point,
EnderUNIX SDT anounces the availability of its 9th open-source tool,
netUstad.

It has been coded in C language and includes its own HTTP server.
The newly anounced version provides a web interface for
system administrators to add/delete/update IPFW rulesets.

You can manage your IPFW firewall via a TCP/IP connected remote PC, easily.
Development version icludes modules to manage whole
network services (routing tables, network interfaces)

PR:		ports/69176
Submitted by:	Ozkan KIRIK <ozkan@enderunix.org>
Approved by:	krion (mentor) (implicitly)
2004-07-22 05:48:22 +00:00
Joe Marcus Clarke
b1a2cec832 * Fix the path to the dbus socket
* Make sure the messagebus user and group are created, and block out uid/gid
  556 for this
* Delete the dbus.pid file as part of a stop_postcmd (dbus doesn't delete its
  own pid file)
* Clean up some bash'isms in the KDE detection configure code
* Make the strtod() Call more 4.X friendly by not passing hex to it
2004-07-22 05:41:15 +00:00
Ying-Chieh Liao
52e0b64492 upgrade to 0.9.3
grab maintainership

PR:		69405
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-07-22 04:19:47 +00:00
Ying-Chieh Liao
4c03029337 upgrade to 4.50
PR:		69341
submitted by:	maintainer
2004-07-22 02:06:21 +00:00
Ying-Chieh Liao
4dd663dedb upgrade to 2.0.4
PR:		69342
Submitted by:	Martin Matuska <martin@tradex.sk>
2004-07-22 02:03:57 +00:00
Ying-Chieh Liao
bd4d4e7163 upgrade to 3.2.1
PR:		69344
Submitted by:	maintainer
2004-07-22 02:01:55 +00:00
Ying-Chieh Liao
6489506ade utilize new PHP framework
PR:		69346
Submitted by:	maintainer
2004-07-22 02:00:11 +00:00
Ying-Chieh Liao
fd4e15a19f upgrade to 0.2.3
PR:		69348
Submitted by:	maintainer
2004-07-22 01:56:32 +00:00
Ying-Chieh Liao
adffbe4ab7 upgrade to 1.4.2
PR:		69353
Submitted by:	maintainer
2004-07-22 01:54:38 +00:00
Ying-Chieh Liao
dc49e6bc5b upgrade to 1.2
PR:		69363
Submitted by:	maintainer
2004-07-22 01:52:02 +00:00
Ying-Chieh Liao
ac47e376bc add nagiostat 1.0.0
Nagiostat parses performance-data from Nagios and generates graphs

PR:		69370
Submitted by:	Janos Mohacsi <mohacsi@niif.hu>
2004-07-22 01:48:42 +00:00
Ying-Chieh Liao
aff387dcb5 upgrade to 1.4
PR:		69402
Submitted by:	maintainer
2004-07-22 01:43:23 +00:00
Ying-Chieh Liao
a508b19de7 upgrade to 1.7
PR:		69386
Submitted by:	maintainer
2004-07-22 01:32:20 +00:00
Ying-Chieh Liao
0cda34b852 Remove windows stuff and fix so faac will compile with gstreamer-plugins
PR:		69388
Submitted by:	maintainer
2004-07-22 01:26:13 +00:00
Joe Marcus Clarke
321fa2cd9c Update to 2.6.2.1. 2004-07-22 01:19:16 +00:00
Ying-Chieh Liao
b846af5b2f upgrade to 0.9.5
PR:		69393
Submitted by:	maintainer
2004-07-22 01:10:30 +00:00
Ying-Chieh Liao
ea07b17dc3 upgrade to 0.5.0
PR:		69395
Submitted by:	maintainer
2004-07-22 01:02:07 +00:00
Ying-Chieh Liao
dde4021b91 upgrade to 0.32
PR:		69397
Submitted by:	maintainer
2004-07-22 00:56:39 +00:00
Joe Marcus Clarke
f587f92d22 Add a forgotten patch to really fix the capture lockups when ethereal is
built with GTK+ 2 support.
2004-07-22 00:24:08 +00:00
Oliver Lehmann
5bb61da1e9 the drac patch got lost in the last commit. Fix that!
Noted By:	Nate Silva <nate@northwe.st>
2004-07-22 00:01:10 +00:00
Bruce M Simpson
f9098f0ab9 Drop maintainership forthwith. I am a Nagios convert and proud. 2004-07-21 23:46:03 +00:00
Pav Lucistnik
6296daad09 - Update to 2.0.3 2004-07-21 22:55:57 +00:00
Greg Lewis
ad4f6bbf13 . Update to 2.6.3.
PR:		69207
Submitted by:	zhuravlev alexander <zaa@ulstu.ru> (maintainer)
2004-07-21 22:32:40 +00:00
Jun Kuriyama
1e02a33001 - Upgrade to 2.0.43 (2.0.41 didn't work on emacs-21.3 by using
not existing function "copy-tree").
- Use autoconf-2.59 and regenerate configure script to avoid a bug in
  AC_CHECK_PROG(..., [$PATH:/]).
2004-07-21 22:19:34 +00:00
Gary Jennejohn
6a027d62cd Add patch-emacs.c to fix the following problem as quoted from the PR:
The port patches src/mem-limits.h to declare the "lim_data" variable
as rlim_t (a 64-bit type), but src/emacs.c still defines it as an
integer.  This makes the memory limit checking think that there are
zero bytes available.

PR: 69347
Submitted by: Andrew Heybey <ath@niksun.com>
2004-07-21 21:56:24 +00:00
Pav Lucistnik
88af4195a1 - Distfile rerolled, this is whole diff between old and new file:
diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c
--- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c  Sat Jul 17 15:19:17 2004
+++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c  Tue Jul 20 12:42:16 2004
@@ -466,16 +466,6 @@
                     fprintf(stderr, recargchar, optchar);
                 pure_optopt = optchar;
                 return BADARG;
-            } else if (!(flags & FLAG_PERMUTE)) {
-                /*
-                 * If permutation is disabled, we can accept an
-                 * optional arg separated by whitespace so long
-                 * as it does not start with a dash (-).
-                 */
-                 if (pure_optind + 1 < nargc && pure_optind + 1 > 0 &&
-                     *nargv[pure_optind + 1] != '-') {
-                     pure_optarg = nargv[++pure_optind];
-                 }
             } else {
                 pure_optarg = nargv[pure_optind];
             }

Reported by:	sem
2004-07-21 21:44:10 +00:00
Pav Lucistnik
814fd61221 - Update to 2.0.3
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2004-07-21 21:38:29 +00:00
Pav Lucistnik
34c3ce0753 - OpenSSL is special on FreeBSD, it's always there, and is not visible
to pkg-config, so the test will falsely fail. This fix configure of
  gnugadu-2.0.3, which is coming soon.

PR:		ports/69315
Submitted by:	Jacek Pelka <jacek@combit.com.pl> (maintainer)
2004-07-21 21:36:45 +00:00
Oliver Eikemeier
4317cf38ba add tenshi, a log monitoring program 2004-07-21 20:03:52 +00:00
Volker Stolz
f7eda5ef9e Update to 2.1.5.1
PR:		ports/69358
Submitted by:	Jean-Baptiste Quenot (maintainer)
2004-07-21 20:01:31 +00:00
Joe Marcus Clarke
c3dcb4a965 Properly setup rc.d default macros.
Reminded by:	eik
2004-07-21 19:56:49 +00:00
Joe Marcus Clarke
a408c6430f * Properly setup rc.d default macros [1]
* Correct a typo (cind_metad_enable should be cnid_metad_enable)

Reminded by:	eik [1]
2004-07-21 19:56:30 +00:00