1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

83179 Commits

Author SHA1 Message Date
David E. O'Brien
35bf59fe05 Add an alternate distsite. 2003-08-31 10:21:28 +00:00
FUJISHIMA Satsuki
6525b58fdc unbreak -CURRENT.
revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because
no one on the earth was able to build aureal-kmod-1.5_5.
2003-08-31 10:18:57 +00:00
Dirk Meyer
3cc72bcc05 - Update to 1.1.0 2003-08-31 09:40:20 +00:00
Dirk Meyer
5d88c153e8 - don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk
Approved by:	Udo.Schweigert@siemens.com
2003-08-31 09:24:38 +00:00
David E. O'Brien
c6eef7886b Update to an interm version that handles 5.1-CURRENT again.
Submitted by:	Vic Abell <abe@purdue.edu>
2003-08-31 08:52:57 +00:00
Kirill Ponomarev
7a18da4df1 - New port: security/tinyca version 0.4.9
TinyCA is a simple graphical userinterface written in Perl/Tk
to manage a small CA (Certification Authority).

PR:		54571
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-08-31 08:49:28 +00:00
Roger Hardiman
48032fbbd7 add ldap as a dependency to enable ldap support in pwlib 2003-08-31 08:44:01 +00:00
Sergey Skvortsov
3eee899032 Updated to 0.42 2003-08-31 08:21:40 +00:00
Sergey Skvortsov
0659e64d62 Updated to 0.11 2003-08-31 08:18:46 +00:00
David E. O'Brien
47846ba268 Fix build on -current (varargs -> stdarg)
[don't propagate the poorly named patch files from the PR]

PR:		56146
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-31 08:08:47 +00:00
Sergey Skvortsov
e915ea5a2c Updated to 0.201 2003-08-31 07:48:43 +00:00
Sergey Skvortsov
bcc3b3353b Add p5-base 2.01,
set of modules to operate with inheritance and
class fields at runtime.
2003-08-31 07:46:38 +00:00
Sergey Skvortsov
b171e6d269 Updated to 0.8 2003-08-31 07:31:22 +00:00
Sergey Skvortsov
f94ae6c75f Updated to 1.24 2003-08-31 07:25:36 +00:00
Sergey Skvortsov
d0428da4de Update to 3.002 2003-08-31 07:16:05 +00:00
Hajimu UMEMOTO
76c498ae6d Previous commit to use USE_RC_SUBR was incomplete. 2003-08-31 07:05:45 +00:00
Edwin Groothuis
6751ed7d70 perl -> reinplace
PR:		ports/47652
Submitted by:	Simon 'portlint' Schubert <corecode@corecode.ath.cx>
2003-08-31 04:53:11 +00:00
Edwin Groothuis
2c549745ae remove perl dependencies -> reinplace
PR:		ports/47652
Submitted by:	Simon 'portlint' Schubert <corecode@corecode.ath.cx>
2003-08-31 04:47:03 +00:00
Edwin Groothuis
70078584a9 Unbreak the C++ errors
Obtained from:	partly from http://spegill.linux.is/gentoo/gentoo-portage/app-misc/celestia/files/celestia-gcc3.patch
2003-08-31 04:37:45 +00:00
Edwin Groothuis
f2300aea68 Partly unbreak astro/celestia due to C++ issues.
Also applied PR ports/46149

PR:		ports/46149
Submitted by:	Brad Laue <brad@brad-x.com>
Approved by:	maintainer timeout
2003-08-31 03:58:53 +00:00
Edwin Groothuis
d30adbaa4f update to port astro/roadmap
update of ports/astro/roadmap from 0.14 to 1.0rc6

PR:		ports/53991
Submitted by:	bruno <bruno@mail.tinkerbox.org>
Approved by:	Nicholas Esborn <nick@netdot.net> (maintainer)
2003-08-31 03:38:02 +00:00
Dirk Meyer
dea9b3e9fd - drop !empty(LDFLAGS)
LDFLAGS might me defined with a variable that gets set later
2003-08-31 03:28:27 +00:00
Edwin Groothuis
5b98f8cbba Update port: textproc/jing to 2003.06.19 (unbreak)
Update to 2003.06.19

PR:		ports/55909
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-31 03:24:19 +00:00
Dirk Meyer
fb9bd0c485 - don't clobber any given LDFLAGS
resolve conflitcs with bsd.openssl.mk
2003-08-31 03:12:26 +00:00
Edwin Groothuis
205f0f8997 [patch] fix pygame detection in games/jools
I can't get the new port "jools" to detect my installation
	of pygame, no doubt due to some path confusion.  Don't know
	if it's just this machine, but I will note that I basically
	have a default Python install from ports, with a few
	additional modules, but no PYTHONPATH or anything about
	python in make.conf.  (Perhaps the original porter has
	site-packages/pygame in his default path?)

PR:		ports/53020
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-31 03:06:27 +00:00
Dirk Meyer
e1fc3734a0 - don't clobber any given LDFLAGS
conflitcs with bsd.openssl.mk
2003-08-31 03:05:43 +00:00
Edwin Groothuis
7c5c64f241 [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod
The current logic to calculate BROKEN in this port does not
	allow for one OS release to ask the port if it is broken
	on another OS release.  This is due to an assumption that
	the OSVERSION passed to the Makefile exactly corresponds
	to the source version installed under /usr/src/sys (if any.)
	That is the default.  However, when doing a cross-query,
	this is not the case.

	While this is a problem that is probably only of interest
	to myself, Bill Fenner, and Dan Langille, the logic could
	use tightening anyway.

PR:		ports/52590
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-31 02:58:50 +00:00
Edwin Groothuis
b1965cc501 Update port: print/ghostscript-afpl to 8.11
- Update to version 8.11

PR:		ports/55873
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-31 02:06:43 +00:00
Joe Marcus Clarke
ef6d0f0c0e * Unbreak with older versions of make(1)
* Echo messages during pre-everything
* Use ${ECHO_MSG} instead of ${ECHO} to display ghostscript message
2003-08-31 02:06:06 +00:00
Joe Marcus Clarke
03672f5948 Allow for selection of ghostscript port.
PR:		54943
Submitted by:	Jens Rehsack <rehsack@liwing.de> (based on)
2003-08-31 02:03:21 +00:00
Edwin Groothuis
629e110668 [PATCH] print/scribus: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afpl

PR:		ports/54961
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:30:55 +00:00
Edwin Groothuis
f5b1e3399b [PATCH] mail/courier: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54957
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:30:02 +00:00
Edwin Groothuis
af07884dbd [PATCH] x11/dgs: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54956
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:28:49 +00:00
Edwin Groothuis
7cd52c6f6c [PATCH] print/pstotext: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54955
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:28:00 +00:00
Edwin Groothuis
bdf3756de6 [PATCH] textproc/tth: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54954
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:26:57 +00:00
Edwin Groothuis
b0131ccd96 [PATCH] textproc/prosper: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54953
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:22:57 +00:00
Edwin Groothuis
181f872139 [PATCH] textproc/latex2html: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54951
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:21:41 +00:00
Edwin Groothuis
49482ce384 [PATCH] print/transfig: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54950
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:20:32 +00:00
Edwin Groothuis
b97c845b6d [PATCH] print/preview-latex: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54948
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:17:39 +00:00
Edwin Groothuis
0a114fd501 [PATCH] misc/pointless: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54947
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:15:03 +00:00
Edwin Groothuis
224ab15da1 [PATCH] print/pnm2ppa: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54946
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:14:24 +00:00
Edwin Groothuis
fa197747eb [PATCH] print/html2ps-letter: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54945
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:11:29 +00:00
Edwin Groothuis
1688fafe76 [PATCH] print/magicfilter: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54944
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:10:42 +00:00
Edwin Groothuis
fd47b70a62 [PATCH] print/ggv2: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54942
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:08:35 +00:00
Edwin Groothuis
d243790ded [PATCH] print/apsfilter: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

Please note that the wrong version of this patch (the one with afp1
instead of afpl) had already been applied by andreas@. I've updated
this to fix it.

PR:		ports/54941
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:07:35 +00:00
Edwin Groothuis
a5975c2b1e [PATCH] print/font2svg: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54940
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:01:14 +00:00
Edwin Groothuis
93c6388edb [PATCH] misc/instant-workstation: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54939
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 01:00:11 +00:00
Edwin Groothuis
656a9479b9 [PATCH] mbone/wb: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54937
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:44:39 +00:00
Edwin Groothuis
e0db397055 [PATCH] lang/logo: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54936
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:43:52 +00:00
Edwin Groothuis
53cb43037f [PATCH] graphics/sam2p: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54935
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:42:39 +00:00