1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
Commit Graph

105919 Commits

Author SHA1 Message Date
Bill Fenner
4607f9d456 Add Henrik Levkowetz's idnits tool, for syntax checking Internet
Drafts to be submitted to the IETF.
2004-07-09 23:40:45 +00:00
Mikhail Teterin
97a132e0ec Use ``$(CC) -shared'' insted of ld to create shared library. This
allows to use non-default compilers, such as icc.
2004-07-09 23:03:49 +00:00
Greg Lewis
b14865cc88 . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-09 22:53:43 +00:00
Bill Fenner
f10030238e Update to 1.24 - several bug fixes, including fixes to the
RFC 3667/3668 boilerplate.

PR:		ports/68856 and ports/68877
Submitted by:	Lars Eggert <lars.eggert@gmx.net> and Jonathan Lennox <lennox@cs.columbia.edu>
Approved by:	maintainer
2004-07-09 22:29:23 +00:00
Kirill Ponomarev
4e892cceb6 Update to 0.5.1 2004-07-09 20:56:06 +00:00
Mikhail Teterin
2923c0b122 Explicitly include <sys/types.h> and <unistd.h> to fix the breakage on
recent -current. Fix warnings -- on x86, at least, the package now
builds with ``-Wall -Werror''.
2004-07-09 20:48:54 +00:00
Adam Weinberger
0862ff8be8 Make the COMMENT and pkg-descr more descriptive of the
current feature list.
2004-07-09 19:24:49 +00:00
Alexander Nedotsukov
08f2315789 Update to 1.9.2 2004-07-09 19:14:39 +00:00
Kirill Ponomarev
9aa1e1b1d6 Update to version 0.84
PR:		ports/68864
Submitted by:	Ports Fury
2004-07-09 18:32:53 +00:00
Kirill Ponomarev
1aaf73a989 Update to version 0.1847.0
PR:		ports/68863
Submitted by:	Ports Fury
2004-07-09 18:31:55 +00:00
Greg Lewis
9aa97d0a2a . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.
. While I'm here:
  . Use PORTDOCS to greatly simplify the packing list.
  . Use %%EXAMPLESDIR%% in the packing list rather than the equivalent
    hardcoded path.
2004-07-09 18:19:58 +00:00
Kirill Ponomarev
29cdf8e0a1 Update to version 0.5.5
PR:		ports/68862
Submitted by:	Ports Fury
2004-07-09 18:04:12 +00:00
Greg Lewis
905883fd2f . Use a more up to date browser plugin directory and respect ${X11BASE}
when doing do.
2004-07-09 18:03:44 +00:00
Kirill Ponomarev
1d6c8de438 Update to version 2.7.2.1.1
PR:		ports/68861
Submitted by:	Ports Fury
2004-07-09 18:01:11 +00:00
Joe Marcus Clarke
a818f7f3f9 Document the new libtool changes. 2004-07-09 17:55:34 +00:00
Joe Marcus Clarke
7c0294a2c1 Add some documentation for USE_INC_LIBTOOL_VER. 2004-07-09 17:47:25 +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
Hye-Shik Chang
90c653ebbf Allow to install and use 3rd party packages in X11BASE.
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.

Suggested by:	marcus
2004-07-09 17:18:00 +00:00
Kirill Ponomarev
f9f6bca242 Update to version 0.4.2
PR:		ports/68860
Submitted by:	Ports Fury
2004-07-09 17:13:42 +00:00
Kirill Ponomarev
997c82b947 Update to version 1.0.10
PR:		ports/68859
Submitted by:	Ports Fury
2004-07-09 17:13:17 +00:00
Kirill Ponomarev
35d66bdf72 Update to version 0.6
PR:		ports/68858
Submitted by:	Ports Fury
2004-07-09 17:12:57 +00:00
Kirill Ponomarev
f7e59f59a7 - Use MASTER_SITE_SUNSITE to MASTER_SITES
- Strip binary
- Utilize PLIST_FILES

PR:		ports/68857
Submitted by:	Ports Fury
2004-07-09 17:12:38 +00:00
Alexander Nedotsukov
555df18ed5 Remove editors/moleskine
Moleskine is officially unmaintained for last 1.5 years.
2004-07-09 17:08:17 +00:00
Hye-Shik Chang
d8b04cd486 The tarball for Python 2.4a1 is renamed in the site. 2004-07-09 16:53:03 +00:00
Kirill Ponomarev
f00bff1604 RC_SUBR-ize
PR:		ports/68787
Submitted by:	maintainer
2004-07-09 16:50:00 +00:00
Clement Laforet
fcd42c3e27 - Add WITHOUT_IPV6 knob to workaround problem with IP resolution
when --enable-v4-mapped is used (default).
  Use WITHOUT_IPV6 knob if you have problem with "HostnameLookup On" on
  IPv4-only server(s).
  I hope I can provide a real fix soon.
2004-07-09 16:41:38 +00:00
Joe Marcus Clarke
11af7f8686 Use intlhack to fix the build on 4.X.
Reported by:	Troy <troy@twisted.net>
2004-07-09 16:02:13 +00:00
Mikhail Teterin
b7b95248da Upgrade from 2.04 to 2.05. The author closed the recently discovered
security flaw, which was already fixed in FreeBSD. But the older tarball
is no longer available, hence the upgrade.
2004-07-09 15:57:33 +00:00
Alexander Nedotsukov
e9dffd30af Update to 2.4.4 2004-07-09 15:55:01 +00:00
Kirill Ponomarev
94a6281fe9 Fix pidfile location
PR:		ports/68740
Submitted by:	anholt
2004-07-09 15:14:52 +00:00
Jun Kuriyama
4560840577 Fix typo. 2004-07-09 15:09:15 +00:00
Oliver Eikemeier
04ded1874e add some references 2004-07-09 14:51:16 +00:00
Volker Stolz
485bec861e Update to 0.58:
- fix SMP issues
- fix fd-leak
- new grey-list variant

Make sure that your host is listed in /etc/hosts with its FQDN first!
milter-sender uses this in its HELO-command. Using just the nickname will
lead to rejected callbacks with most relays.

Fix packaging: No such thing as post-deinstall:-target
2004-07-09 14:31:25 +00:00
Dirk Meyer
a686683cda - Fix memory leak with unknown clients 2004-07-09 14:01:54 +00:00
Volker Stolz
46e48ea220 Update to 5.1.2
PR:		ports/68766
Submitted by:	John Merryweather Cooper (maintainer)
2004-07-09 14:01:31 +00:00
Volker Stolz
efd8e218f2 Add libiconv-dependency.
Closes PR:	ports/68777
Submitted by:	Chris Johnson
Patch by:	ports/c0decafe.net
2004-07-09 13:46:33 +00:00
Anton Berezin
af23b32619 Finish repocopy of devel/p5-WWW-Mechanize-FormFiller to
www/p5-WWW-Mechanize-FormFiller.
2004-07-09 12:35:03 +00:00
Oliver Eikemeier
5c1b9bab32 Add exslt, a community initiative to provide extensions to XSLT.
PR:		68821
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-07-09 12:34:11 +00:00
James E. Housley
71e7d2029a *******************IMPORTANT*******************
4375 Emergency Dat release due to:

Incorrect identification of BACKDOOR-BDJ trojan

**********************************************
2004-07-09 11:12:35 +00:00
Volker Stolz
2239898431 Update to gtkpod 0.80
Changelog : http://gtkpod.sourceforge.net/ChangeLog

PR:		ports/68743
Submitted by:	David Le Brun (maintainer)
2004-07-09 10:04:11 +00:00
Sergey Matveychuk
87edb04b27 Correct pty type detection
PR:		ports/68808
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
Approved by:	krion (mentor)
2004-07-09 10:03:38 +00:00
Ying-Chieh Liao
bf24b21058 add datadesigner 0.5
Database Schema Designer
2004-07-09 09:41:17 +00:00
Volker Stolz
866b18865e Prune non-existant mirror. 2004-07-09 09:11:08 +00:00
Anton Berezin
9563a54ef3 Add www/p5-WWW-Mechanize-Shell, an interactive shell for
www/p5-WWW-Mechanize.
2004-07-09 08:51:40 +00:00
Volker Stolz
fe0175b60d Make COMMENT/pkg-descr more accurate
PR:		ports/68825
Submitted by:	Travis Poppe (maintainer)
2004-07-09 08:49:17 +00:00
Oliver Eikemeier
ca6033a8a2 xp WWW (for vi users)
Reported by:	Nikolai Dershak <derja@gaz.cv.ua> (on ports@)
2004-07-09 08:48:49 +00:00
Hartmut Brandt
06a039b28b New version of the package that adds testing of the new call
control function.
2004-07-09 08:37:23 +00:00
Clement Laforet
aba4460128 - Update to 1.0.0 2004-07-09 08:34:09 +00:00
Hye-Shik Chang
3db445f649 This port doesn't use distutils in fact.
Spotted by:	kris
2004-07-09 08:29:22 +00:00
Clement Laforet
eaccb246b0 - Update to 20040707 snapshot
- Make db42 the default berkeleydb version
- preserves news/db directory
2004-07-09 08:16:40 +00:00