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

144715 Commits

Author SHA1 Message Date
Gerald Pfeifer
f6a6f89cf0 Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised
by new portlint.
2006-02-13 23:21:37 +00:00
Diomidis Spinellis
274b4f50cb Fix typo.
Submitted by:	Kris Kennaway
2006-02-13 23:21:23 +00:00
Diomidis Spinellis
f579fa3c64 The port was renamed fileprune more than a year ago.
Mark it as deprecated, preparing the ground for its removal.

PR:		ports/91477
Submitted by:	KOMATSU Shinichiro, Stefan Walter
2006-02-13 22:37:38 +00:00
Thierry Thomas
5e6a738f04 - Upgrade to 2.12.10;
- Assign maintainership.

PR:		92591
Submitted by:	Christopher Illies <christopher.illies (at) ki.se>
2006-02-13 22:09:20 +00:00
Thierry Thomas
a70cda59b7 Netgen builds fine with gcc-3.4, that should make it packageable on
amd64.

Since I'm there, pet portlint.

Tested by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-02-13 22:00:54 +00:00
Andrey Slusar
a42a9fd441 Fix plist.
Reported by:	yoichi, kris
2006-02-13 21:23:22 +00:00
James E. Housley
ad308ee005 Update to DAT 4695 2006-02-13 21:08:50 +00:00
Oliver Lehmann
5d99b2c008 update to 2.2.0
most Makefile changes and patch-libsylph-defs.h where taken from sylpheed2-devel
2006-02-13 21:02:50 +00:00
Kris Kennaway
17394c78b7 * Switch back to using pkg_delete -f; we are not yet ready to deal
with all the errors from broken pkg_delete scripts

* As threatened in previous commit, move the pristine mtree spec
  generation to phase 1, and avoid having to delete and re-add the
  FETCH_DEPENDS.  We still have to keep them installed until after
  'make extract' though
2006-02-13 20:47:04 +00:00
Max Khon
53563bc198 Correct check for FreeBSD version that has libpcap 0.9+. 2006-02-13 19:51:31 +00:00
Alex Dupre
83015f7ae3 MySQL 4.1 doesn't need newer zlib.
Reported by:	mnag
2006-02-13 19:44:19 +00:00
Max Khon
5775a87fbc Update to 0.2.3c.
- Fixed a stupid bug in DMA handling, which in certain conditions can
cause an infinite loop.
- Added an "instruction block hash" which avoids lookups in the instruction
red-black tree. The IBH table takes only 16 Kb of memory.
- Added CRC-12 and CRC-16 functions for future use.
- Added a "gen_eth" NetIO driver, which allow to access ethernet interfaces
in a portable way (tested on Linux and Cygwin).
- Fixes to the PowerPC build on Darwin thanks to Olivier Cahagne.
- Minor cosmetic changes to display supported/unsupported PA and NPE.

Note: gen_eth is not supported on RELENG_4 (requires libpcap 0.9+).
2006-02-13 19:42:36 +00:00
Maxim Sobolev
87e9768329 pre-install -> pre-su-install. 2006-02-13 19:19:48 +00:00
Max Khon
53c000e7f6 - Fix the build on RELENG_4 (USE_GCC=3.2+) [1]
- Fix the build on arches other than i386 [2]
- Bump PORTREVISION

Noted by:	pointyhat [1], [2]
2006-02-13 19:16:40 +00:00
Jimmy Olgeni
c4fb22eedf Upgrade to current bsd.java.mk syntax. 2006-02-13 18:53:33 +00:00
Jimmy Olgeni
19a332fd08 Upgrade to current bsd.java.mk syntax, fix portlint issues, cleanup whitespace. 2006-02-13 18:52:12 +00:00
Jimmy Olgeni
64b39f0d99 Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES. 2006-02-13 18:50:51 +00:00
Jimmy Olgeni
498927f480 Upgrade to version 5.0. 2006-02-13 18:38:38 +00:00
Jimmy Olgeni
bebc6ae6fa Add java/netbeans4 after repocopy.
PR:		ports/92845
2006-02-13 18:37:06 +00:00
Roman Bogorodskiy
40a25b160f Update to 1.4.0. 2006-02-13 17:45:17 +00:00
Alexander Kabaev
d088fba28b Unbreak compiles on FreeBSD 4.x. Newer Linux headers (gconv.h) contain
constructs not supported by GCC 2.95.x, so just use newer compiler
to build linux_kdump from now on.
2006-02-13 17:26:02 +00:00
Herve Quiroz
17f85c7241 - Update to 1.2.13
-> New log level: TRACE

- Do not try to mkdir ${JAVAJARDIR} as it is part of mtree
- Calm portlint
2006-02-13 17:14:19 +00:00
Marcus Alves Grando
d403e8a330 - Use OPTIONS and add more options
- Add rc.d script
- Bump PORTREVISION

PR:		93285
Submitted by:	mnag
Approved by:	maintainer
2006-02-13 16:56:11 +00:00
Marcus Alves Grando
5fa7679490 - Update to 3.3.4
- Add THREADS, DEBUG and DOCS in OPTIONS
- Fix build when select WITH_TCLWRAPPER and NOPORTDOCS
- Reorganize Makefile
2006-02-13 16:53:11 +00:00
Yen-Ming Lee
e3ee2b26dc - update to 0.6c (bzip2 patch now integrated into official release)
- update URL in pkg-descr
2006-02-13 16:28:47 +00:00
Norikatsu Shigemura
81f696e502 Update to 2.2.0. 2006-02-13 16:18:33 +00:00
Munechika SUMIKAWA
beb842fa8e - Make an option for kinkd support. This should work on 4-STABLE
- Now kinkd is disabled in default
- use set_rcvar

Noticed by:	kris
Submitted by:	jau@iki.fi (set_rcvar patch)
2006-02-13 15:09:16 +00:00
Joseph Koshy
36db042098 - Upgrade to v3.6.2.
- Incorporate patches from gnn to support IPv6 [1].
- Install the netpipe(1) manual page.

Submitted by:	gnn [1]
2006-02-13 15:03:12 +00:00
Sergey Matveychuk
a208ba2358 - Precompile python modules during install to satisfy pointyhat
Reported by:	krismail
2006-02-13 14:58:24 +00:00
Marcus Alves Grando
7e622c6803 - Migrate all knobs to OPTIONS
- Add threads support [1] (mostly part)
- Reorganize Makefile
- Bump PORTREVISION

PR:		93101 [1]
Submitted by:	Henry Miller <hank@millerfarm.com> [1]
2006-02-13 14:57:51 +00:00
Renato Botelho
4692c263f8 - Use USE_QMAIL_RUN knob, forgotten on qmail big patch when bsd.mail.mk was
added.

Approved by:	portmgr (erwin)
2006-02-13 14:53:57 +00:00
Renato Botelho
ee782a4ff3 - Unbreak [1]
- Rework Makefile

Noticed by:	Marko Lerota <marko.lerota@zg.t-com.hr> [1]
2006-02-13 14:41:51 +00:00
Renato Botelho
2918168aa1 - Add qmail-smtpd-auth-0.31.tar.gz to my area on MASTER_SITE_LOCAL, file
seems to be unfetchable.

Noticed by:	Vyacheslav Sotnikov <bsdforfree@rambler.ru>
2006-02-13 14:40:15 +00:00
Emanuel Haupt
69afce6507 - Fix build on i386
- Remove deprecated USE_REINPLACE
- Remove files/patch-Makefile

Notified by:	kris via dosirak
2006-02-13 14:15:39 +00:00
Sam Lawrance
a95a4279fb Update to 1.3.2.6.
- Add a secondary master site

PR:		ports/93286
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2006-02-13 13:34:37 +00:00
Sam Lawrance
e726ed873b Update to 3.2.4.
PR:		ports/93282
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-02-13 12:59:44 +00:00
Herve Quiroz
92b82b75fb JabRef is an open source bibliography reference manager. The native file
format used by JabRef is BibTeX, the standard LaTeX bibliography format.
As such it can also be considered a BibTeX editor.

JabRef runs on the Java VM (version 1.4.2 or greater).

Some of its features:

 o Search and fetch references from Medline/PubMed and CiteSeer
 o Search, classify and sort entries in your BibTeX files
 o import and export of references in various formats
 o launch external viewers and insert citations into LyX and Kile
 o automatically generate BibTeX keys
 o customize (add your own) BibTeX fields

WWW: http://jabref.sf.net

PR:		93057
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-02-13 12:53:31 +00:00
Lars Thegler
1cbd0b6f1c Update to 2.04 2006-02-13 12:48:35 +00:00
Marcus Alves Grando
8b7c588eae - Update to 2.07
- portlint(1)
2006-02-13 12:41:39 +00:00
Sergey Matveychuk
733d35bf97 A free program for creating and solving Su Doku puzzles.
You can use GNUDoku to challenge yourself, to compute solutions,
or to verify your own solutions.

A Su Doku puzzle is a 9x9 grid which must be filled with numbers
between 1 and 9 such that each row, column, and 3x3 square contains
all 9 numbers.

WWW: http://icculus.org/~jcspray/GNUDoku/

PR:		ports/92733
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-02-13 12:36:22 +00:00
Alex Dupre
ae8be5ee13 Update to 4.1.18 release. 2006-02-13 12:25:06 +00:00
Sam Lawrance
86008e4b23 Update to 1.61.17.
- Pet portlint
- Add OPTIONS for vorbis support
- Submitter takes maintainership

PR:		ports/93213
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
2006-02-13 12:12:30 +00:00
Sam Lawrance
a89aa84612 Update to 0.8.9.
PR:		ports/93190
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2006-02-13 12:12:25 +00:00
Sam Lawrance
eb2f73d36b Update to 0.34.
Submitter takes maintainership.

PR:		ports/93251
Submitted by:	Peter Thoenen <eol1@yahoo.com>
2006-02-13 12:12:20 +00:00
Sam Lawrance
624b49dd63 Fix build on 4.x.
PR:		ports/93254
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2006-02-13 12:12:16 +00:00
Sam Lawrance
f49e46e6c6 Update to 0.2.2 - fixes a problem with spec compliance.
PR:		ports/93231
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2006-02-13 12:12:10 +00:00
Lars Thegler
7d75b6d929 Update to 1.03 2006-02-13 11:53:13 +00:00
Lars Thegler
853dd7e832 Update to 1.0.1 2006-02-13 10:31:12 +00:00
Vasil Dimov
cd92e955d2 Change NOT_FOR_ARCHS' with if ARCH then BROKEN'
Noticed by:	danfe
Approved by:	garga (mentor)
2006-02-13 10:24:18 +00:00
Lars Thegler
e14824c263 Update to 0.18 2006-02-13 10:07:23 +00:00