1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

89620 Commits

Author SHA1 Message Date
Sergey Skvortsov
a24d31d446 Updated to 1.26 2003-12-08 17:37:50 +00:00
Sergey Skvortsov
e4601551fe Updated to 1.08 2003-12-08 17:35:29 +00:00
Sergey Skvortsov
1361c9526e Updated to 0.2 2003-12-08 17:29:11 +00:00
Sergey Skvortsov
04c9c035e3 Updated to 0.80 2003-12-08 17:27:24 +00:00
Sergey Skvortsov
fa9dae1142 Updated to 0.12 2003-12-08 17:22:04 +00:00
Sergey Skvortsov
8931d77c3e Updated to 0.25 2003-12-08 17:21:03 +00:00
Sergey Skvortsov
be6c50b4d2 Updated to 1.02 2003-12-08 17:10:20 +00:00
Sergei Kolobov
e964bab968 - Update to 0.9.0 (unbreaks fetching)
Prompted by:	fenner's portsurvey
2003-12-08 17:09:23 +00:00
Sergey Skvortsov
5477ca3a24 Updated to 0.104 2003-12-08 17:08:50 +00:00
Sergey Skvortsov
00d67c512f Updated to 1.6 2003-12-08 17:07:33 +00:00
Sergey Skvortsov
bbd5be6ad7 Updated to 0.42 2003-12-08 17:00:50 +00:00
Sergei Kolobov
91f605a2d4 - Update to 3.0.0 (unbreaks fetching)
Prompted by:	fenner's portsurvey
2003-12-08 16:50:27 +00:00
Sergey Skvortsov
b65e0c1cbf Updated to 1.3 2003-12-08 16:41:02 +00:00
Vanilla I. Shu
e237d381c5 Add two WITH_* knob, WITH_BOEHM_GC, WITH_BOT.
Bump version.

Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-12-08 16:28:54 +00:00
Bruce M Simpson
f9e095b86b New port: Ebnf2ps, draw EPS or FIG format railroad-style syntax diagrams
from YACC, EBNF or HAPPY input grammars. Requires Haskell (ghc) to build.
2003-12-08 16:23:46 +00:00
Bruce M Simpson
5d1da33ef5 New port: epsmerge, merge multiple EPS files into single PS or EPS output. 2003-12-08 16:22:05 +00:00
Bruce M Simpson
8e493fa8ca Fix the net-snmp check in the configure.ac script. Previously, the check would
fail silently and the package would build anyway. This should fix support
for linking against net-snmp for SNMP support.
2003-12-08 16:20:12 +00:00
Sergei Kolobov
a2d84b3811 - Update to 0.99.10.4
- Improve pkg-install script (create /var/dovecot tree)
- Add pkg-deinstall to cleanup dovecot directories and remove
  created uids at de-install; ask to stop dovecot
  if it's still running
- Make pkg-message obey PREFIX/DOCSDIR
- Make use of USE_OPENLDAP, rename WITH_LDAP2 to more standard WITH_LDAP
- Remove 'Feature Autodetection'. If you want the port built with extra
  dependencies, tell it: avoid bloat
- Update the rc.d script to work with relative addressing
  (e.g. './dovecot.sh start' works.)
- Assign maintainership to the submitter

PR:		59762
Submitted by:	Robin Breathe <robin@isometry.net>
2003-12-08 16:08:14 +00:00
Kirill Ponomarev
e0780cbf64 - Install additional documentation
- Bump PORTREVISION

PR:		59778
Submitted by:	Steve Wills <steve@stevenwills.com>
Approved by:	no response from maintainer
2003-12-08 15:06:31 +00:00
Sergei Kolobov
62266663da - Update to 1.2.1 (now hosted at SourceForge)
- Add a x-test target that runs the tnef tests
- Shorten COMMENT to fit the limit

While I'm here:
- Install some documentation

PR:		59459
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	maintainer
2003-12-08 14:51:31 +00:00
MANTANI Nobutaka
2938806b44 Add WITH_FRIBIDI knob.
Submitted by:	Samy Al Bahra <samy@kerneled.com>
PR:		ports/59784
2003-12-08 14:46:05 +00:00
Alexander Leidinger
71b93e612e BEWARE: As rcoder(8) isn't present on FreeBSD 4 but clamd must be
be started before clamav-milter the startup-script for clamd
        must alphabetically arranged before the startup-script for
        clamav-milter. It was decided to use the clamd statup-scrtipt
        from security/clamav-devel (clamav-clamd.sh), so users running
        an older version of security/clamav have to change
        'clamd_enable="YES"' to 'clamav_clamd_enable="YES"' in
        /etc/rc.conf. On the other hand this changes makes it easier
        to switch between security/clamav and security/clamav-devel.

- Respect PTHREAD_CFLAGS.
- Use USE_LIBTOOL_VER=14 as the libtool shipping with clamav 0.65
  erroneously links against libc _and_ libc_r on FreeBSD 4.
- Don't link against libcipher on FreeBSD < 501100, clamav doesn't
  depend on it. The linker warnings suggesting that it is required
  were triggered by linking against both, libc and libc_r.
- Unconditionally depend on math/libgmp4. Otherwise, if libgmp4 is
  already installed on a FreeBSD 4-STABLE system compilation of
  security/clamav fails, as the headers of libgmp4 are used but the
  base libgmp is used for linking.
- Fix generation of clamav-milter.8 when building with WITH_MILTER
  (part of new files/patch-clamav-milter::Makefile.in).
- Don't USE_GETOPT_LONG when compiling with WITH_MILTER, clamav
  uses its own getopt_long() regardless if a devel/libgnugetopt is
  installed or the version in the base of FreeBSD 5 is present.
- Allow compilation of WITH_MILTER with mail/sendmail.
- Install a startup-script (taken from security/clamav-devel with some
  fixes in comments) for clamav-milter when compiled with WITH_MILTER.
- In pkg-descr remove the note that clamav-milter doesn't build on
  FreeBSD 4 with base gcc, it builds fine there. Mention that
  clamav-milter can be optionally used (taken from pkg-descr of
  security/clamav-devel).
- Fix compilation when an older version of security/clamav is installed.
  If there's an older version of libclamav installed clamav 0.65 will
  link against it instead of the newly built one. This is not a problem
  if the installed version is compatible with the new one as libclamav
  gets linked dynamically and the installed version will be replaced
  with the new one. However, if the older version is incompatible
  linking of clamav 0.65 fails. This problem was discovered by
  Jan-Peter Koopmann Jan-Peter.Koopmann@seceidos.de and the fix
  (most of the new patches in the files directory) confirmed working.
- In clamav-milter replace the path to the used sendmail executable with
  the location of the mailwrapper(8) (/usr/sbin/sendmail). Obtained
  from security/clamav-devel.

PR:		59948
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-12-08 14:06:49 +00:00
Maho Nakata
68a46b37ab first remove patches. raize IssueZilla as far as possible 2003-12-08 13:57:34 +00:00
Sergey Skvortsov
2a7037b6ef Updated to 0.17 2003-12-08 13:47:44 +00:00
MANTANI Nobutaka
b00c01095b Update to 0.1.7. 2003-12-08 13:45:29 +00:00
Maho Nakata
2eef360e9c Added 680 codeline (will be OOo 2.0) 2003-12-08 13:45:14 +00:00
Sergey Skvortsov
2f73f5e584 Updated to 0.07 2003-12-08 13:44:52 +00:00
Sergey Skvortsov
1984a5247c Updated to 0.07 2003-12-08 13:38:32 +00:00
Sergey Skvortsov
e369e70c92 Updated to 2.03 2003-12-08 13:36:01 +00:00
Sergey Skvortsov
e0950a07c8 Updated to 1.13 2003-12-08 13:34:37 +00:00
Thomas Gellekum
de1120b840 Work around internal compiler error on -current. 2003-12-08 13:34:28 +00:00
Sergey Skvortsov
84717b7912 Updated to 0.04 2003-12-08 13:30:45 +00:00
Alexander Leidinger
313f5fd733 Update to 7.1.033. 2003-12-08 13:29:42 +00:00
Alexander Leidinger
36ad2c62cc Add patch to allow advanced optimizations with icc (portrevision bumped).
This patch was tested with icc and gcc, the bugtracker ID @sf is:
http://sourceforge.net/tracker/index.php?func=detail&aid=854293&group_id=5624&atid=105624

Fix suggested by:	Intel
Approved by:		maintainer
2003-12-08 13:28:18 +00:00
Sergey Skvortsov
7455980804 Updated to 0.5 2003-12-08 13:27:49 +00:00
Sergey Skvortsov
765c1457d8 Updated to 0.05 2003-12-08 13:26:15 +00:00
Sergei Kolobov
329d2316a7 Add shftool 1.1.0, converter for the Standard Hex Format (SHF).
Shftool is the reference implementation for the new,
XML-based Standard Hex Format (SHF).
Shftool is also a working converter/generator/extractor
between/to/of SHF-files and other hex formats.

SHF is specified in the the following Internet Draft:
http://ietf.org/internet-drafts/draft-strombergson-shf-00.txt

Author:	Linus Walleij  <triad@df.lth.se>
WWW:	http://www.df.lth.se/~triad/krad/shftool/

PR:		58651
Submitted by:	Joachim Strombergson <watchman@ludd.luth.se>
2003-12-08 13:24:46 +00:00
Sergey Skvortsov
774b623f6a Updated to 3.003 2003-12-08 13:18:39 +00:00
Sergey Skvortsov
f5e858ccea Updated to 1.09 2003-12-08 13:14:53 +00:00
Sergey Skvortsov
716e8fcca2 Updated to 0.2 2003-12-08 13:10:51 +00:00
Maho Nakata
c3ec5515dd Marked as BROKEN. 2003-12-08 12:50:46 +00:00
Sergey Skvortsov
96701f4c3d Updated to 2.07 2003-12-08 12:46:45 +00:00
Sergey Skvortsov
11f46f27f6 Updated to 0.06 2003-12-08 12:46:20 +00:00
Sergey Skvortsov
b6f6ee2e1a Updated to 2003.1126 2003-12-08 12:44:14 +00:00
Erwin Lansing
782384f5c5 Update to 2.07 2003-12-08 12:23:51 +00:00
Sergey Skvortsov
e0c4385e9d Updated to 1.05
Pointed by:	erwin
2003-12-08 12:20:51 +00:00
Erwin Lansing
b1a850770c Update to 0.24
- More tests (richardc)
    - Made exec() work (see t/19invoke_djbish.t if you're curious)
2003-12-08 11:35:22 +00:00
Hye-Shik Chang
3c1d1d0ae6 Update to 0.4.5 2003-12-08 11:26:32 +00:00
Alexander Nedotsukov
370307fdbb Switch dependency mad -> libmad as more apropriate.
Approved by:	maintainer
2003-12-08 11:23:46 +00:00
Sergei Kolobov
4392e82000 - Update to 0.88 2003-12-08 11:23:21 +00:00