1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

98806 Commits

Author SHA1 Message Date
Pav Lucistnik
6c6f5cd15a - Convert to OPTIONS
PR:		ports/64892
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2004-03-29 13:35:58 +00:00
Pav Lucistnik
0b6ae0f059 - Update to 1.28
PR:		ports/64890
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
2004-03-29 13:31:11 +00:00
Pav Lucistnik
44555f765f - Remove NO_LATEST_LINK, this is now prefered version
Spotted by:	krion
2004-03-29 13:04:01 +00:00
Pav Lucistnik
beaf6bfa35 - Define NO_LATEST_LINK in favour of graphics/gimp
Spotted by:	krion
2004-03-29 13:03:41 +00:00
Mathieu Arnold
a0df109a10 Update to 1.5.7 2004-03-29 12:53:59 +00:00
Tilman Keskinoz
e0c4826c5c Fix build on AMD64 2004-03-29 11:09:59 +00:00
Tilman Keskinoz
b09a1ecaa4 Fix build on 64bit platforms 2004-03-29 09:49:23 +00:00
Tilman Keskinoz
8816957231 Fix install 2004-03-29 09:38:43 +00:00
Dmitry Sivachenko
3f50390e89 Update to version 0.99. 2004-03-29 09:29:06 +00:00
Tilman Keskinoz
a89b79ef15 Respect CFLAGS
Build Shared Libraries with -fPIC
Remove BROKEN (tested only on amd64)
2004-03-29 09:10:20 +00:00
Kris Kennaway
92877d8d08 BROKEN on !i386: Does not build (errors running pike binary during build) 2004-03-29 09:05:05 +00:00
Kris Kennaway
d6d42ac6d4 Fix build on amd64 (compile shared libraries with -fPIC) 2004-03-29 08:43:14 +00:00
Sergey A. Osokin
a542f04eed Update to 3.02.11b.
Use RCng.
Move pkg-files to Makefile.
Fix LIB_DEPENDS.
SIZEfy.

Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2004-03-29 08:42:14 +00:00
Tilman Keskinoz
7cd4733c3d Tell pvm that FreeBSD supports amd64/ia64/sparc64
Remove BROKEN.
2004-03-29 08:35:45 +00:00
Kirill Ponomarev
52d8b2822c - Use ALLEGRO_CONFIG instead of hardcoded path
PR:		ports/64876
Submitted by:	maintainer
2004-03-29 08:14:29 +00:00
Kirill Ponomarev
846f8f87fb - Update to 0.80.1
PR:		ports/64869
Submitted by:	maintainer
2004-03-29 08:10:31 +00:00
Kirill Ponomarev
b2f0f88bb0 - Update to version 0.80.1
PR:		ports/64868
Submitted by:	maintainer
2004-03-29 08:09:13 +00:00
Alex Dupre
c3335dba03 Forgot a patch in previous commit (support for DB 4.2).
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2004-03-29 07:58:06 +00:00
Kris Kennaway
c590828233 BROKEN on !i386 and !alpha: Does not build 2004-03-29 07:04:47 +00:00
Kris Kennaway
d453c6cae7 BROKEN on amd64: Configure fails 2004-03-29 07:01:13 +00:00
Kris Kennaway
2edd44c5e6 Add missing USE_GETTEXT, conditionally on WITHOUT_NLS. 2004-03-29 06:59:36 +00:00
Kris Kennaway
f64b8ea22b Fix build on amd64 (don't try and link static libraries into shared) 2004-03-29 06:57:33 +00:00
Kris Kennaway
ed8119e210 BROKEN on !i386: Does not compile 2004-03-29 06:48:52 +00:00
Kris Kennaway
4a766b70eb BROKEN on amd64: Does not compile 2004-03-29 06:46:27 +00:00
Hye-Shik Chang
34b36ad734 The distfile is rerolled. The only difference is that ko.po is
updated.
2004-03-29 06:26:48 +00:00
Kris Kennaway
f462a30bc5 BROKEN: Does not install 2004-03-29 06:23:17 +00:00
Kris Kennaway
458faa75cc BROKEN: Size mismatch 2004-03-29 06:08:55 +00:00
Thierry Thomas
bfa1633a62 Upgrade the SpamBouncer to 20040328.
Approved by:	mat (implicit).
2004-03-29 05:51:11 +00:00
Edwin Groothuis
0afced6fb3 UPDATE: ddd-3.3.1 to 3.3.8
The port was marked broken, but compiled anyway when BROKEN=
	was commnted out.  I took it upon myself to fix it so the
	lates version builds.

	For whatever reason the libiberty configure script bombs.
	Instead of patching/and fixing it I added a dependency on
	devel/freelibiberty.  That solves that problem.

	Cleaned up the installation of PORTDOCS in the Makefile and
	pkg-plist.

	Regenerated all the patch files since many of the original
	ones had no contextual lines and would apply without error
	where the patch should have bombed.  So the following patch
	files are to be removed:

PR:		ports/63473
Submitted by:	Yarema <yds@CoolRat.org>
Approved by:	Maintainer timeout
2004-03-29 05:34:39 +00:00
Edwin Groothuis
8de93e29fc fix portdocs while we're at it. (sorry should have been done earlier) 2004-03-29 04:02:20 +00:00
Edwin Groothuis
601690307a Upgrade of net/ngrep to version 1.42
Changes for v1.42
        o rewrote the entire configure.in/config.h.in to autoconf 2.57
          to be more consistent with normal autoconf'd programs.
          corrects bugs around packaging impediments and typos.

        o improved privilege dropping code and added more options to
          configure to govern its behaviour

        o added flag to turn off privilege revocation logic

        o added multiline match as default and ability to enforce
          previous default single-line match (bugfix + feature)

        o added ability to read bpf filter expression from file

        o added ability to force the column width to a certain size

        o added two new output modes: ``byline'', whose output
          respects embedded carriage returns (useful for http dumps),
          and ``none'', which prints out each dump as a single line no
          matter what.

        o added ability to specify alternate nonprintable character
          (default is ``.'').

        o made ``-q'' effects more consistent and usable for scenarios
          where ``-I'' and/or ``-O'' are being employed

        o documentation updated
2004-03-29 04:01:13 +00:00
Ying-Chieh Liao
eeb252d8b3 use stdlib.h instead of malloc.h 2004-03-29 03:18:02 +00:00
Kevin Lo
fa49c7ece6 Update to 0.2.
PR: 		ports/64873
Submitted by:	Maintainer
2004-03-29 03:07:14 +00:00
Adam Weinberger
262b8d71f8 Add USE_GMAKE. This fixes the build failure, and these
are certainly GNU Makefiles.

I'm not modifying the pkg-plist again; hopefully with
the USE_GMAKE addition, the maintainer will have the
same de.gmo catalogue installed that I do.
2004-03-29 00:58:07 +00:00
Ying-Chieh Liao
1f7d8ee9b3 change version number in META file
--- camomile-0.4.2.old/META     Tue Aug 26 21:07:26 2003
+++ camomile-0.4.2/META Mon Mar 22 07:14:18 2004
@@ -1,5 +1,5 @@
 name="camomile"
-version="0.4.1"
+version="0.4.2"
 description="Unicode library for ocaml"
 requires="bigarray"
2004-03-29 00:57:32 +00:00
Joe Marcus Clarke
7e0571b3cf Don't abort pkg-install if PACKAGE_BUILDING is defined. 2004-03-28 23:59:33 +00:00
Oliver Eikemeier
b9b48b74f4 Mark forbidden due to an entry in the VuXML database. Don't
forget to add the version which fixes the issues there.

http://people.freebsd.org/~eik/portaudit/fde53204-7ea6-11d8-9645-0020ed76ef5a.html
2004-03-28 23:44:06 +00:00
Alex Dupre
357ae1c714 Fix installation, by using correct directories.
Noticed by:	Attila Nagy <bra@fsn.hu>
2004-03-28 22:50:13 +00:00
Jun Kuriyama
168bf14b5a Unbreak on 4.x.
Submitted by:	ume
2004-03-28 22:43:40 +00:00
Akinori MUSHA
1b5b1d26d5 Fix a stupid bug introduced by the last update, which destroyed
pkgnames and caused portupgrade to fail.

Reported by:	Palle Girgensohn <girgen@pingpong.net>
2004-03-28 22:40:25 +00:00
Ade Lovett
e69cb40145 Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
of the autotools project to remove all but the latest versions of
libtool, autoconf, and automake, by 31st December 2004.

Note that autoconf259 and automake18 aren't yet accessible through the
relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into
existence.
2004-03-28 22:30:22 +00:00
Alex Dupre
07ad8d723b Fix db 4.2 dependency.
PR:		ports/64802
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2004-03-28 22:09:22 +00:00
Alex Dupre
c5721d7de5 Update to 1.7.6 release. 2004-03-28 22:06:15 +00:00
Pav Lucistnik
ba555b2575 Style:
- Update MASTER_SITES
- Update WWW and rewrap pkg-descr
- Use USE_GNOME
- Sort pkg-plist

PR:		ports/64852
Submitted by:	Ports Fury
2004-03-28 21:44:27 +00:00
Archie Cobbs
3f47dbb20f Build fix for 5.x. 2004-03-28 21:38:40 +00:00
Jacques Vidrine
f72beeec5c Mark FORBIDDEN due to multiple buffer overflow and format string
vulnerabilities.

http://vuxml.freebsd.org/ce46b93a-80f2-11d8-9645-0020ed76ef5a.html
2004-03-28 20:14:53 +00:00
Jacques Vidrine
55d502126e Add Emil issue. 2004-03-28 20:13:32 +00:00
Jacques Vidrine
78c2731b66 Fix a botched version number (the package name was erroneously included).
Add another phpbb vulnerability. [1]
Add oftpd denial-of-services. [2]

Submitted by:	Frankye Fattarelli <frankye@ipv5.net> [1]
Reported by:	Shane Kerr <shane@time-travellers.org> (oftpd author) [2]
2004-03-28 19:59:46 +00:00
Sergey A. Osokin
8a1ea99eeb Update to 3.17. 2004-03-28 19:37:04 +00:00
Oliver Eikemeier
74123e9733 added an -q option to enable usage in crontab.
Suggested by:	erwin
2004-03-28 19:13:34 +00:00