Commit graph

96501 commits

Author SHA1 Message Date
Oliver Braun
8006a4f52d Set maintainer to the new created haskell@ mail alias. 2004-03-06 21:29:59 +00:00
Oliver Eikemeier
24470d06ed ... and remove my experimental bsd.port.mk hacks :)
Pointy hat to:	me
2004-03-06 20:50:28 +00:00
Oliver Eikemeier
8b8a6523a5 - update to version 0.67-1
PR:		63065
Reviewed by:	Angelo Turetta <aturetta@commit.it>
Approved by:	maintainer timeout (2 weeks)
2004-03-06 20:45:47 +00:00
Mark Linimon
cf915cd0dd Adjust brokenness message. This is really an install failure, not
a plist error, which is a second-order effect.
2004-03-06 20:37:03 +00:00
Dirk Meyer
cc9a972ac1 - reset MAINTAINER 2004-03-06 19:36:01 +00:00
Dirk Meyer
af0e988a30 - reset MAINTIANER as nobody cares for it. 2004-03-06 19:32:12 +00:00
Jacques Vidrine
bff9fd02d5 chronological sort 2004-03-06 19:06:20 +00:00
Jacques Vidrine
ed53d72f59 Add linux-XFree86-libs 2004-03-06 19:04:22 +00:00
Erwin Lansing
d279e0d2ce Pass maintainership to submitter
PR:		63850
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2004-03-06 19:04:05 +00:00
Pav Lucistnik
975c886ade - Use MASTER_SITE_DEBIAN_POOL
- Add SIZE

PR:		ports/63849
Submitted by:	Toni Viemero <toni.viemero@iki.fi> (maintainer)
2004-03-06 18:56:44 +00:00
Pav Lucistnik
2d26fd2416 - Update to 0.3.0
PR:		ports/63846
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2004-03-06 18:11:06 +00:00
Pav Lucistnik
789673014d - Restore PORTEPOCH
Reported by:	John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to:	dinoex
2004-03-06 18:03:56 +00:00
Pav Lucistnik
776b4ed019 - Pass ${PTHREAD_LIBS} down to configure
PR:		ports/62544
Submitted by:	Frank Altpeter <frank@altpeter.de>
Approved by:	maintainer timeout (3 weeks)
2004-03-06 18:00:09 +00:00
Pav Lucistnik
b1cef9b402 - Unset WITHOUT_GUI
PR:		ports/63706
Submitted by:	Melvyn Sopacua <webmaster@idg.nl>
Approved by:	maintainer
2004-03-06 17:57:17 +00:00
Lars Koeller
73cd1be664 o) Add --disable-pthreads cause with pthreads the called apccontrol
programm sometimes hangs and prevents a graceful shutdown :-(
2004-03-06 17:22:11 +00:00
Pav Lucistnik
d5e5082e47 Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back
as a bunch of ports and a meta-port.

ml-pnet: Some of the Mono upper-level libraries in a form that can be easily
  compiled and used with pnet's CLI implementation.

pnet: A meta-port for all these ports.

pnet-base: A runtime engine, C# compiler and a host of useful development
  tools, all written in C.

pnetc: pnetC project, an ANSI C library that can be compiled down to IL
  using Portable.NET's cscc compiler.

pnetlib: C# class libraries.

PR:		ports/60408, ports/60409, ports/60413, ports/60453
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-06 17:08:04 +00:00
Michael Nottebrock
9b5f0edf27 Remove filmgimp.
Noticed by: Kaarthik Sivakumar <kaarthik@comcast.net>
Pointy hat to: trevor
2004-03-06 16:48:42 +00:00
Oliver Eikemeier
be1cdb2106 - broken checksum was cause by distfile corruption on belnet sf mirror
- SIZEify
2004-03-06 16:34:50 +00:00
Oliver Eikemeier
d79f764986 - bring sourceforge mirrors in line with http://prdownloads.sourceforge.net/PROJECT/
- remove belnet from the list until the distfiles are fixed

rationale:
- separately listed mirrors make the distfile survey more reliable,
  and we can remove sites with problems, even though it is bad for
  automatic sorting

try the following sh scripts:

for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \
	do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/balance/balance-3.11.tar.gz | md5; done

for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \
	do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/gaim/gaim-0.75.tar.bz2 | md5; done
2004-03-06 16:28:30 +00:00
Pav Lucistnik
f6e1c6e7b1 - "Drive read speed selection now works correctly."
PR:		ports/63785
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
Approved by:	maintainer
2004-03-06 15:06:59 +00:00
Pav Lucistnik
b88044f7c0 - There seems to be a race condition in the extract that causes a file to be rebuilt or not.
You can trigger the failure by doing 'make extract; touch work/rstat.x; make all'
  The failure is because rpcgen rstat.x calls cpp -E which replaces an
  "#ifdef __STDC__" with "#ifdef 1" in the output, which is a gcc 3 syntax error.

Submitted by:	Samy Al Bahra (maintainer)
Analyzed by:	kris
2004-03-06 14:57:27 +00:00
Joseph Koshy
80d9825715 Upgrade to v0.75. Unbreak for non-i386 architectures. 2004-03-06 14:54:05 +00:00
Andrey A. Chernov
c21e2a98d9 Use /usr/sbin/daemon -f to detach milter from controlling terminal
(usually, console)
2004-03-06 14:30:51 +00:00
Clement Laforet
312235c165 - Update to 2.0.8 2004-03-06 14:09:42 +00:00
Trevor Johnson
8afb837efd Film Gimp was renamed to CinePaint.
PR:		63777
Approved by:	David Yeske (maintainer)
2004-03-06 13:42:31 +00:00
Pav Lucistnik
7a59b9247f - Add WITH_SQLITE knob to enable SQLite backend
PR:		ports/63817
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2004-03-06 12:44:50 +00:00
Hye-Shik Chang
380b29758f Don't check size of distfile because site isn't giving Content-length
info.

Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
2004-03-06 12:44:01 +00:00
Max Khon
ffe10d2aa8 - Unbreak on alpha, sparc64 and other non-i386 platforms.
(remove discover binary for Linux which accidentally crept into tarball
before build).
- Generate sample config with comments even with gcc 3.x
2004-03-06 12:41:09 +00:00
Kris Kennaway
1c697d7c4e Unbreak by updating to p5-Cdk 4.6.10.
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
PR:		63789
2004-03-06 12:40:31 +00:00
Pav Lucistnik
d481608797 Entry for devel/pear port 2004-03-06 12:23:09 +00:00
Kris Kennaway
d799d2c470 BROKEN on amd64: Does not compile (-fPIC missing) 2004-03-06 12:20:56 +00:00
Pav Lucistnik
83d8ad69d9 Remove pear, it's misleading, obsolete metaport used in past by horde.
PR:		ports/63833
Submitted by:	Thierry Thomas <thierry@pompo.net> (maintainer)
2004-03-06 12:20:42 +00:00
Kris Kennaway
de0ab4aa1b BROKEN on amd64: Does not compile 2004-03-06 12:17:30 +00:00
Kris Kennaway
c010659195 BROKEN on !i386 and !alpha: Does not compile 2004-03-06 12:13:46 +00:00
Kris Kennaway
1878e54546 Switch to tcl/tk 8.4. 2004-03-06 12:09:20 +00:00
Kris Kennaway
cba7dc1bc7 Fix build on amd64 (add -fPIC). Respect CFLAGS. Switch to tcl/tk 8.4.
Bump PORTREVISION.

Approved by:	maintainer
2004-03-06 12:08:50 +00:00
Andrey A. Chernov
f4617b04c3 Upgrade to 0.51 2004-03-06 12:02:23 +00:00
Pav Lucistnik
97de06e095 - Chase checksum. Author released new version 1.35_2. Author does not
version tarballs.

PR:		ports/63708 (inspired by)
2004-03-06 12:01:13 +00:00
Kirill Ponomarev
f16753f6d7 - Use more right way to link library
PR:		ports/63820
Submitted by:	maintainer
2004-03-06 11:59:23 +00:00
Pav Lucistnik
d606de8ef9 - Unbreak: Build the four documentation formats sequentially (instead of simultaneously)
to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.

PR:		ports/63804
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-03-06 11:48:50 +00:00
Kris Kennaway
e81a470540 Unbreak by chasing checksum (minor source code changes, and a new data
file).  Add SIZE.
2004-03-06 11:45:27 +00:00
Pav Lucistnik
9e48d288a7 - This port does not really needs autoconf
PR:		ports/63800
Submitted by:	Seva Gluschenko <gvs@road.yandex.ru>
Approved by:	maintainer
2004-03-06 11:41:58 +00:00
Kris Kennaway
ea11ccf49e Fix checksum mismatch by adding html docs to IGNOREFILES. 2004-03-06 11:33:55 +00:00
Kris Kennaway
12228757c2 Unbreak by chasing checksum. The version was silently updated to 0.3.6d
and a minor bug fix was made to the source.
2004-03-06 11:13:41 +00:00
Pav Lucistnik
00e402e566 Add mkxvcd, a bash script for easy encoding of VCD disc using common
tools like mplayer, mjpegtools or transcode.

PR:		ports/63790
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-06 11:08:22 +00:00
Kris Kennaway
d64f50f6a5 Chase the distfile checksum (invent a version 1.0.20030916 to make up
for the last of a version number in the source).  The changes are addition
of a "q"uiet flag and some additional character translations.
2004-03-06 11:02:37 +00:00
Pav Lucistnik
2a1355948a - Unbreak on -CURRENT [1]
- Add patch to add assert header [1]
- Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1]
- Patch path to bash in two scripts
- Remove USE_SIZE=yes it's default now and Portlint

PR:		ports/63745
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-06 10:55:07 +00:00
Edwin Groothuis
f46bfbafb9 Add size
PR:		ports/63832
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-03-06 10:43:13 +00:00
Dirk Meyer
ceffc4e4f7 - update to 3.0.16
- use PLIST_FILES
- add missing manpage idecrypt.8
2004-03-06 09:33:13 +00:00
Kirill Ponomarev
a0f23fccb4 - Update to version 1.4
PR:		ports/63822
Submitted by:	maintainer
2004-03-06 09:29:19 +00:00