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

91692 Commits

Author SHA1 Message Date
Kirill Ponomarev
899b955a3d - Avoid fetching and installing broken font archive
- Do not use sf.net for font tarball anymore

Submitted by:i	Palle Girgensohn <girgen@pingpong.net>, Ports Fury
2004-01-10 08:54:14 +00:00
Edwin Groothuis
ef90f616b0 Nitpicks for the comms/qpage port
The comms/qpage port has a few minor problems.  A default installation gives
	the following errors when the /usr/local/etc/rc.d/qpage.sh script is
	execute:

	    qpage[68438]: cannot open /etc/qpage.cf: No such file or directory
	    qpage[68438]: cannot access LockDir(/var/spool/lock): Permission denied
	    qpage[68438]: cannot access QueueDir(/var/spool/qpage): No such file or directory
	    qpage[68438]: cannot chdir to QueueDir(/var/spool/qpage): No such file or directory

	In short:

	1) qpage looks for its configuration file in /etc instead of /usr/local/etc
	2) It setuid()'s to a user (daemon) without permission to access /var/spool/lock
	but does not document this anywhere outside of the source.
	3) It's queue directory is not created by installing the port.

PR:		ports/48059
Submitted by:	Kirk Strauser <kirk@strauser.com>
2004-01-10 08:48:29 +00:00
Edwin Groothuis
04a340f14c [PATCH] benchmarks/rawio has a bug in commandline option parser
run rawio with -s option(size of raw disk device), as follows:
	    % rawio -a -s 30029328k -v 1 /dev/ad4c
	returned:
	    Invalid length specification: -v

	in source rawio.c, it skips parsing argument at one point.

PR:		ports/58567
Submitted by:	OOTOMO Hiroyuki <ootomo@za.wakwak.com>
Approved by:	maintainer timeout
2004-01-10 07:57:35 +00:00
Edwin Groothuis
f97ac58e97 ports/astro/wmjupiter has a checksum error
The fetching in ports/astro/wmjupiter gives a checksum error if
	fetched from the mastersite. The fetched file is from Nov 9 but
	the checksum file is much older. Maybe a new packaging ?

The tarball has been rerolled on Nov 8 but no change in file contents.

[~/ports/astro/wmjupiter] edwin@ref5>gzcat wmjupiter-1.2.tar.gz | tar tvf -
drwxr-xr-x enge/root         0 Jan 16 01:53 2002 wmJupiter/
-rw-r--r-- enge/root       662 Jan  9 08:31 2002 wmJupiter/Makefile
-rw-r--r-- enge/root     11689 Jan 16 01:53 2002 wmJupiter/wmJupiter.c
-rw-r--r-- enge/root      2734 Jan  9 08:12 2002 wmJupiter/wmJupiter_mask.xbm
-rw-r--r-- enge/root     20665 Jan 16 01:48 2002 wmJupiter/wmJupiter_master.xpm
-rw-r--r-- enge/root      8141 Jan  9 07:59 2002 wmJupiter/xutils.c
-rw-r--r-- enge/root       863 Jan  9 07:59 2002 wmJupiter/xutils.h
-rw-r--r-- enge/root       979 Jan 16 01:53 2002 wmJupiter/README
[~/ports/astro/wmjupiter] edwin@ref5>gzcat wmjupiter.tar.gz-new | tar tvf -
drwxr-xr-x enge/users        0 Nov  8 04:21 2003 wmJupiter/
-rw-r--r-- enge/users      662 Jan  9 08:31 2002 wmJupiter/Makefile
-rw-r--r-- enge/users    11689 Jan 16 01:53 2002 wmJupiter/wmJupiter.c
-rw-r--r-- enge/users     2734 Jan  9 08:12 2002 wmJupiter/wmJupiter_mask.xbm
-rw-r--r-- enge/users    20665 Jan 16 01:48 2002 wmJupiter/wmJupiter_master.xpm
-rw-r--r-- enge/users     8141 Jan  9 07:59 2002 wmJupiter/xutils.c
-rw-r--r-- enge/users      863 Jan  9 07:59 2002 wmJupiter/xutils.h
-rw-r--r-- enge/users      979 Jan 16 01:53 2002 wmJupiter/README

PR:		ports/60456
Submitted by:	Andreas Schulz <ats@first.fraunhofer.de>
2004-01-10 07:47:49 +00:00
Edwin Groothuis
42ec6f37e1 games/falconseye can't save games or bones files
after a few minutes of play it becomes very unlikely that you
	can save the game. freopen fails. this problem is discussed at
	http://pub78.ezboard.com/fnethackfalconseyefrm2.showMessage?topicID=44.topic

PR:		ports/48130
Submitted by:	tom <tom@uffner.com>
Approved by:	maintainer timeout (and that of me complained about it :-)
2004-01-10 07:28:04 +00:00
Joe Marcus Clarke
0ecea7d9d6 Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD.  This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools.  To most users, this change
is a no-op.

PR:		61090
Submitted by:	linimon
2004-01-10 07:18:55 +00:00
Greg Lewis
eede100791 . Update to 5.11.1.
PR:		61159
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-01-10 06:32:11 +00:00
Pete Fritchman
c4024739fb Make this port compile clean when specifying another ${PREFIX}.
PR:		61071
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
Approved by:	maintainer
2004-01-10 06:11:29 +00:00
Pete Fritchman
5daf5dd567 Update to 0.1.6.
PR:		60002
Submitted by:	Munish Chopra <chopra@soulwax.net>
Approved by:	maintainer timeout
2004-01-10 05:59:59 +00:00
Pete Fritchman
5a724c22d6 - add WITH_PERL and WITH_PYTHON knobs
- remove dependency on autoconf

PR:		60557
Submitted by:	Seva Gluschenko <gvs@rinet.ru>
2004-01-10 05:46:04 +00:00
Joe Marcus Clarke
0a40b8e430 Fix the build and assign maintainership to the submitter.
PR:		61156
Submitted by:	Adam C.Migus <adam@migus.org>
Approved by:	AWOL maintainer (email about BROKEN status sent on
		September 9, 2003)
2004-01-10 05:35:35 +00:00
Garrett Wollman
f584ae010c Fix spelling error in the name of one of the optional MIB modules. 2004-01-10 05:09:24 +00:00
Edwin Groothuis
148fceab95 Update port: games/pydance (new menu, some crashes fixed, URL change)
Some changes to the game were done by the author,
	and now the download site is directly the author's
	site.

PR:		ports/61151
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de>
2004-01-10 04:49:01 +00:00
Edwin Groothuis
8b2196e4a8 [MAINTAINER] games/p5-Games-Bingo-Print: update to 0.02
- Update to 0.02

PR:		ports/61150
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-01-10 04:38:45 +00:00
Edwin Groothuis
a765c8497d [MAINTAINER] games/p5-Games-Bingo: update to 0.09
- Update to 0.09

PR:		ports/61148
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-01-10 04:34:37 +00:00
Pete Fritchman
c07e17d8bc Add eclipse-pmd 1.1.2, scan Java source code and look for potential
problems.

PR:		57956
Submitted by:	Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
2004-01-10 04:14:06 +00:00
Garrett Wollman
87c1921120 Add a copy of the Entity MIB to this package (for some reason I thought
net-snmp included it in the default set of MIBs, but apparently not).
Waiting for word from Cisco as to whether we can redistribute their MIB
modules.
2004-01-10 03:50:51 +00:00
Garrett Wollman
fb3ac2aa35 Spell USE_PERL5_RUN correctly. 2004-01-10 03:02:45 +00:00
Edwin Groothuis
8515c22920 New Port: kde_api_reference_31, the kde api reference
API reference for KDE 3.1

Note that the port is installed in ports/x11 and not in ports/devel
to keep it closer to the kde3 libraries which are installed in
ports/x11. Changed the name to match the gtk##-apireference for
concistensy[sp].

PR:		ports/60990
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2004-01-10 02:04:52 +00:00
Clement Laforet
e535c8c81b - Use PORTDOCS
- cosmetic cleanups

Approved by:    erwin (mentor) (implicity)
2004-01-10 01:40:50 +00:00
Andrey A. Chernov
b5069a9709 Upgrade to 3.30 beta 4 2004-01-10 01:35:59 +00:00
Edwin Groothuis
ae9b1d519b [maintainer-update] net/papaya update to version 0.9.6
Update of Papaya to version 0.9.6.

Removed the papaya-plugins directory.
Updated to version 0.9.6
Disabled the plugins due to problems with python support

PR:		ports/39193
Submitted by:	Edwin Groothuis <edwin@mavetju.org> (long time ago)
2004-01-10 00:21:52 +00:00
Pav Lucistnik
559b78e670 - Update to 0.8.10 2004-01-10 00:21:47 +00:00
Edwin Groothuis
bc3fc53bfa [Maintainer Fix] Port: devel/ZendOptimizer
Use bsd.php.mk.
	Small other fixes.
	Make portlint happy.

PR:		ports/61149
Submitted by:	Alex Dupre <ale@freebsd.org>
2004-01-10 00:17:15 +00:00
Garrett Wollman
359e01476c Utility for displaying the physical configuration of a network device
supporting the Entity MIB.
2004-01-10 00:08:13 +00:00
Martin Blapp
ee48356e9a setup -dontdeletetemp has the same effect as this patch. 2004-01-10 00:03:08 +00:00
Martin Blapp
9ea3d25226 $OOHOME/user/config/soffice.cfg is a directory, not a file. 2004-01-10 00:01:12 +00:00
Pav Lucistnik
9f405e084d - Update to 0.3.2 2004-01-09 23:49:46 +00:00
Clement Laforet
643168d988 Add mod_auth_mysql41_ap2 1.00, mySQL 4.1 and Apache 2 port of
mod_auth_mysql.

PR:		57503
Submitted by:	Douglas A. Maske <maske@maske.org>
Approved by:    erwin (mentor) (implicity)
2004-01-09 23:15:20 +00:00
Clement Laforet
7433b9218c Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTS
is not defined.
This workaround should avoid weird apache behaviours when apache is
linked against the wrong apr* libraries.
Time to add CONFLICTS_BUILD option to bsd.port.mk ?

Approved by:    erwin (mentor) (implicity)
2004-01-09 23:11:17 +00:00
Norikatsu Shigemura
d5fe3e849e Update to 2004.01.09. 2004-01-09 22:52:16 +00:00
Michael Nottebrock
2d7e13ad16 Add qmake as runtime dependency.
PR:     ports/61138
2004-01-09 22:48:31 +00:00
Kirill Ponomarev
ebfc367b0c - Update to version 0.1722b
- Port is not FORBIDDEN anymore

PR:		61146
Submitted by:	maintainer
2004-01-09 22:29:38 +00:00
Pav Lucistnik
ba9510d9aa - Update to 2.1.0
PR:		ports/61141
Submitted by:	Eyal Soha <esoha@attbi.com> (maintainer)
2004-01-09 22:23:50 +00:00
Kirill Ponomarev
4bbed2f27a - Update to 1.3.3
PR:		61142
Submitted by:	maintainer
2004-01-09 22:05:25 +00:00
Gerald Pfeifer
8f8670c3ab Fix packaging which was quite broken. On the way, update PORTVERSION to
match the new versioning scheme in GCC-land and adjust the renaming of
gccbug to the scheme used by the other programs installed by this port.
2004-01-09 22:04:51 +00:00
Edwin Groothuis
1077db094d instant-workstation depend annoyance
Because:
	** 'net/smbfs' is marked as IGNORE:
		"OS versions subsequent to 440002 include smbfs"
	the portupgrade -R won't run.

PR:		ports/43911
Submitted by:	David Aco <admin@evilmag.com>
Approved by:	maintainer timeout
2004-01-09 21:59:15 +00:00
Edwin Groothuis
1227b059ff [New Port] devel/ZendOptimizer 2.1.0a
Port of the Zend Optimizer for PHP 4.3 and FreeBSD 4.

	The Zend Optimizer is a free application that runs the files
	encoded by the Zend Encoder and Zend SafeGuard Suite, while
	enhancing the running speed of PHP applications.

	Benefits:
	- Enables users to run files encoded by the Zend Encoder
	- Increases runtime performance up to 40%.

	WWW: http://www.zend.com/store/products/zend-optimizer.php

Actually what is installed is 2.1.0b since 2.1.0a doesn't exist anymore.

PR:		ports/51334
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2004-01-09 21:41:28 +00:00
Edwin Groothuis
d09618309a sysutils/xw: Schedule for removal
Application no longer exists; MASTERSITE no longer registered.

PR:		ports/59370
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-01-09 21:21:14 +00:00
Edwin Groothuis
fcd9677abe Add category=benchmarks to the ports Makefile
PR:		ports/39095 (step 1)
Submitted by:	Trevor Johnson <trevor@jpj.net>
2004-01-09 21:12:20 +00:00
Pav Lucistnik
e822567590 - Update to 5.5.6
PR:		 ports/61124
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-01-09 21:03:52 +00:00
Edwin Groothuis
3292b0df71 align RUN_DEPENDS. 2004-01-09 20:59:54 +00:00
Edwin Groothuis
a22a774555 New port: www/zope-cmfphotoalbum
CMFPhotoAlbum is a product for Zope/CMF

	It allows users to browse gallery of thumbnail images.

	WWW: http://plone.org/collective

PR:		ports/61067
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-01-09 20:58:52 +00:00
Pav Lucistnik
f53eb10c12 - Update to 2.0.1
PR:		ports/61135
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2004-01-09 20:43:27 +00:00
Pav Lucistnik
7e191ae13c - Add fix for parsing FreeBSD's sys/cdefs.h ('__func__')
- Bump portrevision

PR:		ports/61131
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Obtained from:	Splint CVS
2004-01-09 20:26:17 +00:00
Pav Lucistnik
4056c20493 - Quiet Fenner's distfile survey
PR:		ports/61136
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>
2004-01-09 20:12:35 +00:00
Jimmy Olgeni
99d54fe513 Add ghc6-doc. 2004-01-09 19:37:33 +00:00
Jimmy Olgeni
f5ade40673 Upgrade to version 6.0.1 after repocopy. 2004-01-09 19:37:17 +00:00
Pav Lucistnik
344246a34b - Update to 1.8.3
An optional dependency has been added for the PECL SQLite,
but it's not supported by this port.

PR:		ports/61101
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-01-09 19:03:28 +00:00
Clement Laforet
c1786617e7 - fix SSL detection problem on stable with base OpenSSL [1]
Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses
  -STABLE and base OpenSSL.
  This is an *apache* problem. It's not the port.
  I strongly encourage users to use OpenSSL from ports.
   From httpd-2.0 Status:
   * mod_ssl: fix a link failure when the openssl-engine libraries are
     present but the engine headers are missing.
- fix a typo in WITH_DBM, should be bdb and not db [1]
  I keep db for backward compatibility
- Add WITH_APR_FROM_PORTS to use devel/apr with apache2.
  !!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5.

Noticed by:     Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> [1]
Approved by:    erwin (mentor)
2004-01-09 18:56:12 +00:00