Commit graph

211619 commits

Author SHA1 Message Date
Renato Botelho
8fcc043b78 - Fix instalation of clamav-milter.conf when MILTER option is disabled
- Bump PORTREVISION

Reported by:	QAT
2009-02-18 12:52:33 +00:00
Stanislav Sedov
d159ca4a85 - Fix sha256 checksum for python 2.6.1.
Reported by:	kib@
Approved by:	python (miwi)
2009-02-18 12:36:53 +00:00
Ion-Mihai Tetcu
753347402d Force commit to backout previous one, this update depends on devel/tbb being
updated to v2.1 (ports/129686).
2009-02-18 12:36:38 +00:00
Ion-Mihai Tetcu
880a3e18de PR: 131570 2009-02-18 12:27:02 +00:00
Renato Botelho
1e933b6086 - Update to 20090218
- All clamav-milter command line parameters were moved to clamav-milter.conf,
  modify startup script acordingly
- Remove pidfile from clamd startup script since this can be changed in
  clamav-clamd.conf
2009-02-18 11:41:57 +00:00
Martin Matuska
94c46c58ee - Update to 2.2.7 2009-02-18 11:18:24 +00:00
Renato Botelho
8513f119a8 - Spamcontrol patch 2.5.19 was rerolled, it's documented on errata section at
website:

[2.5.19] Rebuild: Updated README_spamcontrol, fixed fatal typo in qmail-queue.scan.

- Bump PORTREVISION
2009-02-18 11:07:07 +00:00
Philippe Audeoud
f97412ec10 - Update to 5.825
- Take maintainership
2009-02-18 10:03:20 +00:00
Philippe Audeoud
00f484077b - Update to 3.14 2009-02-18 09:55:26 +00:00
Beech Rintoul
157c1c2f9e - Update mail/libpst to 0.6.27
PR:		ports/131801
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
2009-02-18 09:29:56 +00:00
Ion-Mihai Tetcu
5969150174 Update to 0.15.
PR:		131782
Submitted by:	maintainer
2009-02-18 07:32:47 +00:00
Beech Rintoul
5e1787a59d - Update to 0.10.0-rc2
PR:		ports/131749
Submitted by:	Matt Tosto <datahead4@gmail.com> (maintainer)
2009-02-18 07:21:50 +00:00
Maho Nakata
db37a84301 Fix build with suitesparse 3.2.
patch is obtained from
http://hg.tw-math.de/release-3-0-x/rev/712d9e045b1e
.
2009-02-18 07:06:18 +00:00
Ion-Mihai Tetcu
e7f6fe4014 Add MAILDROP_LOG_COLUMNS which controlls the lenght of the 'File:' line in the
logs. Default it to 72 (like in the sources), which plus the message size gives
80 (= standard # of columns in a terminal). If you watch the logs under X
something like 140 will probably use your screen width more usfully.

Approved by:	maintainer
2009-02-18 07:00:44 +00:00
Maho Nakata
a31a4c19a2 Fix build.
Spotted by: QAT
2009-02-18 06:19:36 +00:00
Thomas Abthorpe
7b47942a28 - Pass maintainership to submitter
Submitted by:	Yoshihiro Ota via freebsd-ports@
2009-02-18 05:55:26 +00:00
Mark Linimon
b4a3b06f22 Mark as ignore on sparc64: invokes i386 asm. 2009-02-18 03:40:55 +00:00
Mark Linimon
b27c900cce Mark as ignore on sparc64 (arch not detected correctly). 2009-02-18 03:38:20 +00:00
Maho Nakata
8009103dc9 Build fix.
Move to pre-patch to pre-build.

Spotted by: QAT
2009-02-18 03:20:33 +00:00
Li-Wen Hsu
f3fe11e0f9 Add py-pytc 0.7, Tokyo Cabinet Python bindings. 2009-02-18 01:40:24 +00:00
Dmitry Marakasov
260eead9d4 - Install README and TUTORIAL as portdocs
PR:		128098
Submitted by:	hip0 <hipodilski at gmail dot com>
Approved by:	maintainer timeout
2009-02-18 01:10:17 +00:00
Dmitry Marakasov
ec3ac05eb3 - Fix plist for WITH_PYTHON_MODULE case (add INSTALLS_EGGINFO)
PR:		130826
Submitted by:	myself
Approved by:	maintainer timeout
2009-02-18 00:55:42 +00:00
Dmitry Marakasov
dd03e50462 - Update to 0.2.4 2009-02-18 00:35:46 +00:00
Beech Rintoul
64dc37a50c Mark deprecated
PR:		ports/131794
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
2009-02-17 23:47:57 +00:00
Dmitry Marakasov
e2024367aa Q4wine is an Qt4 (http://www.qtsoftware.com/) GUI for wine (http://winehq.org/).
It will help you to manage wine prefixes and installed applications.

General features:
 - Exports QT color theme into wine colors settings
 - Works with different wine versions at same time
 - Creates, deletes and manages prefixes (WINEPREFIX)
 - Easy controlling wine process
 - Autostart icons support
 - Easy CD image usage
 - Supports extraction of icons from PE files (.exe, .dll)
 - Easy backup and restore for managed prefixes
 - Winetricks support
 - More

WWW: http://api.qt-apps.org/content/show.php?content=85751

PR:		131416
Submitted by:	"Sergey V. Dyatko" <sergey dot dyatko at gmail dot com>
2009-02-17 23:31:28 +00:00
Dmitry Marakasov
b78a28ab8f - Remove BROKEN on 8.x - this is devel/gdc problem 2009-02-17 23:06:08 +00:00
Dmitry Marakasov
981fbffab6 - Mark broken on 8.x - gdc fails to link anything
May be tested on simple hello world:

---
import std.stdio;

int main() {
	std.stdio.writefln("Hello World!");
	std.stdio.readln;
	return 0;
}
---
gdc test.d -o test
---
/usr/local/lib/gcc/i386-portbld-freebsd8.0/../../libgphobos.a(math.o)(.text+0xa45): In function `_D3std4math6tgammaFeZe':
../.././../gcc-4.1-20080428/libphobos/std/math.d:1136: undefined reference to `tgammal'
...
2009-02-17 23:04:57 +00:00
Xin LI
515e0da150 - Expose DYNACL and ACI options as configuration menu.
- Add knobs to build COLLECT, DEREF[1] overlaies.
 - Remove knob for DENYOP.
 - Add pmi schema.

Reported by:	Piotr Buliński <piotr bulinski pl> [1]
2009-02-17 23:02:15 +00:00
Maxim Sobolev
1e908df788 Add databases/sqlite3 into dependencies, it's required for one of the
modules.
2009-02-17 22:46:44 +00:00
Dmitry Marakasov
00cdd1baa8 - Fix dependency on graphics/inventor
Noticed by:	Edward Sutton <mirror176 at hotmail dot com>
2009-02-17 22:30:42 +00:00
Pav Lucistnik
c3bb9447d0 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-02-17 22:19:25 +00:00
Dmitry Marakasov
13d3e33b94 - Add forgotten plist
Spotted by:	QAT
2009-02-17 22:13:43 +00:00
Pav Lucistnik
8fac7a5ad0 - Revert to tar.gz distfile, unbreak
PR:		ports/131505
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
2009-02-17 22:11:40 +00:00
Pav Lucistnik
9e98e04fd7 - Mark BROKEN: does not package
Reported by:	pointyhat
2009-02-17 22:08:14 +00:00
Pav Lucistnik
bd88b809a4 - Mark BROKEN
Reported by:	pointyhat
2009-02-17 22:04:39 +00:00
Wesley Shields
a68782c03a - Forgot to add pkg-plist with my last commit here.
Pointy hat:	me
Noticed by:	pav
2009-02-17 22:01:16 +00:00
Dmitry Marakasov
c64f0d98db - Update to 20090208 2009-02-17 21:55:49 +00:00
Philippe Audeoud
aae2119c20 - Document dia -- remote command execution vulnerability
Reviewed by:	miwi
2009-02-17 21:10:46 +00:00
Max Brazhnikov
15d1cab396 take maintainership and update to 2.2.0 2009-02-17 20:31:37 +00:00
Ed Schouten
ed64898f59 Make tweak honour compiler flags CC, CFLAGS, LDFLAGS, etc.
The Makefile that gets shipped with tweak overrides the default values
of the well known make variables. Because a diff to sanitize the
Makefile would be bigger than replacing it, add a BSD Makefile to the
files/ directory.

Also remove the unneeded commented DISTNAME line from the Makefile.

Approved by:	Jille Timmermans <jille quis cx> (port maintainer)
2009-02-17 19:51:46 +00:00
Beech Rintoul
1de0b66aca - Update to 1.6
PR:		ports/131694
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2009-02-17 18:09:08 +00:00
Nicola Vitale
d6f56b0c55 - Take maintainership 2009-02-17 16:47:12 +00:00
Renato Botelho
209f586611 - Update spamcontrol patch collection to 2519
For more information about this version, please check:

http://fehcom.de/qmail/spamcontrol/README_spamcontrol.html

Tested by:	Sirko Zidlewitz <sz@bytecamp.net>
Thanks to:	Erwin Hoffmann <feh@fehcom.de>
2009-02-17 16:12:00 +00:00
Greg Larkin
ab055c8c3d - Update to 0.2.5253 2009-02-17 16:05:36 +00:00
Greg Larkin
c9a6168953 - Update to 0.14.21 2009-02-17 16:00:36 +00:00
Renato Botelho
9de6e4cf55 - Update to 0.8.1
PR:		ports/131345
Submitted by:	Hardy Schumacher <hardy.schumacher@amd.com>
Approved by:	maintainer timeout (2 weeks)
2009-02-17 15:58:11 +00:00
Thomas Abthorpe
a5c8a40b98 - Update to 0.11
PR:		ports/131719
Submitted by:	Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
2009-02-17 15:20:41 +00:00
Timur I. Bakeyev
7705df6f94 Submitted by: timur
Add a line about move of net/saba32-devel to net/samba32
2009-02-17 14:59:54 +00:00
Timur I. Bakeyev
3fc7eb37df Gone with a move to net/samba32 2009-02-17 14:46:59 +00:00
Philippe Audeoud
a0ad85c134 - Fix blazer.8 place
Submitted by:	maintainer (via mail)
2009-02-17 13:22:10 +00:00