1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

2325 Commits

Author SHA1 Message Date
Maxim Sobolev
cf2c24b4fa Add missed gtkeditor into LIB_DEPENDS.
Submitted by:	vanilla
2000-10-02 06:43:50 +00:00
Trevor Johnson
14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00
James E. Housley
d2854c488d Change MAINTAINERship to my committers address.
Approved:	will
2000-10-02 03:10:28 +00:00
Jeremy Lea
a7f9b3582b Oops, missed some more wrong libtool stuff... 2000-10-01 09:50:00 +00:00
Jeremy Lea
90f9887c7f Remove unneed libtool patches.
Correct PLIST while I'm here.
2000-10-01 08:11:47 +00:00
Akinori MUSHA
7915997aa9 Update to knu-cvsweb 1.103.1.30.
2000-10-01 05:10  knu

	* cvsweb.cgi: Fix annotation bugs.
	  - Do not pass gzip'ed directives to cvs. (it never worked, sigh)
	  - Fix mis-spacing.  Now it should look pretty well.
2000-09-30 20:13:18 +00:00
Akinori MUSHA
d2361b029e Update to knu-cvsweb 1.103.1.29.
2000-10-01 03:48  knu

	* INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
	log in history) flags when doing a cvs annotation so that one does
	not need to turn on the write permission on CVSROOT/history for the
	user which httpd runs cvsweb.cgi as. (typically "nobody")

2000-10-01 03:27  knu

	* cvsweb.cgi: Fix the comment to make how to set $config clear.

	Inspired by:	"Dan Langille" <dan@langille.org>

2000-09-29 03:06  knu

	* cvsweb.cgi: Trap errors in the configuration files on loading and
	show error messages.  (Previously it failed silently)

	Submitted by:	Sean Scarff <sean@pavilion.net>
2000-09-30 18:53:24 +00:00
Akinori MUSHA
d9119d88bd Update to 0.2.6.
Use RUBY_SHEBANG_FILES.
2000-09-30 17:35:23 +00:00
Satoshi Asami
e9af94f3e7 FreeBSD specific hack -- prefer OSREL from the environment over what
uname(3) says.  This is necessary for cross-version chroot builds.

Requested by:	PW
Submitted by:	maintainer
2000-09-29 00:21:49 +00:00
Neil Blakey-Milner
db9259f585 Upgrade makedepend to 2000.09.07
Upgrade texi2html to 1.64
Update cgihtml's master site
Make Peter Pentchev maintainer.

PR:		21456
Submitted by:	"Peter Pentchev" <roam@orbitel.bg> (new maintainer)
Approved by:	Ian Vaudrey <i.vaudrey@bigfoot.com> (old maintainer)
2000-09-28 22:25:07 +00:00
Ade Lovett
8bda462858 Chase new gnomeprint 2000-09-28 18:04:46 +00:00
Thomas Gellekum
654f2fc53d Use bison. 2000-09-28 11:14:45 +00:00
Maxim Sobolev
60e94274b7 Update to 1.1.5. 2000-09-28 07:21:21 +00:00
Satoshi Asami
f72f73a1b4 Add "#define NothingOutsideProjectRoot YES" to make sure nothing is
installed outside /usr/X11R6.  This fixes about 70 "type (dir, link)"
mtree errors in 5-current.

Submitted by:	maintainer
Reported by:	sanpei
2000-09-27 22:47:56 +00:00
Maxim Sobolev
8cdc75ac20 Numerous improvements:
- properly use libc_r;
- provide hack around missing thread-safe version of fpathconf(1) syscall if
  OSVERSION < 41100;
- remove ugly direct call to configure script from post-extract target;
- don't add -1.2 suffix to shared libraries;
- bump PORTREVISION to make kris happy ;).
2000-09-27 08:17:17 +00:00
MIHIRA Sanpei Yoshiro
a436f408c4 fix extra error
use MAN1 for manpages.

Submitted by:	onigiri
2000-09-27 02:54:57 +00:00
David E. O'Brien
22374b041c Fix distfile checksum. I could not find a distfile with the older checksum,
and not being the one to create the previous one, I cannot even be sure it
was ever correct.
2000-09-26 17:34:17 +00:00
Ade Lovett
f801728810 Use MASTER_SITE_GNU
PR:		21547
Submitted by:	maintainer
2000-09-26 14:46:24 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
ad6b56b76d Update to 2.1. 2000-09-26 07:28:25 +00:00
Ade Lovett
5ea40c1023 Use standard GNU master sites
PR:		21543
Submitted by:	maintainer
2000-09-25 22:01:12 +00:00
Kris Kennaway
8ed38918f6 Bump PORTREVISION
Overlooked by:	obrien
2000-09-25 19:48:22 +00:00
Maxim Sobolev
1f9d31b3aa Make syntax highliting working. 2000-09-25 13:58:23 +00:00
Maxim Sobolev
079a31ba4c Add titano - an C/C++ IDE for GNOME desktop. 2000-09-25 12:28:41 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Maxim Sobolev
b82bff9c55 Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation.
2000-09-25 08:14:28 +00:00
Maxim Sobolev
fa0b4be69c Add --build no-op to ltconfig to make USE_LIBTOOL working with configure scripts
generated for libtool1.4.

No responce from:	maintainer
2000-09-25 07:38:14 +00:00
Maxim Sobolev
04b873263b Properly convert scancode into acsii representation in svga driver. 2000-09-25 07:23:57 +00:00
Maxim Sobolev
78d89936e2 Add clanlib - a cross-platform game SDK (yes, it works with svgalib :-> ). 2000-09-25 06:58:43 +00:00
David E. O'Brien
57754ba65d Fix an annoying (but apparently benign) error dialog that seems to be a
result of some changes Luoqi Chen made to src/sys/kern/tty_pty.c at
revs 1.58 and 1.59, apparently to resolve some sort of race condition.
(Search for EAGAIN in that file if you'd like to see).

Submitted by:	W Gerald Hicks <jhix@mindspring.com>
2000-09-25 05:24:55 +00:00
Akinori MUSHA
e7d442c175 Update to 1.3a5.
See http://www.swig.org/Release/CHANGES for details.
2000-09-24 22:45:54 +00:00
Vanilla I. Shu
264822ce14 Upgrade to 1.0.
PR:		ports/21295
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
2000-09-24 05:08:39 +00:00
Akinori MUSHA
4e169e9bbe Update to knu-cvsweb 1.103.1.26.
2000-09-22 20:13  knu

	* cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
	$body_tag_for_src to allow to set the foreground color.

	Noticed by:	dcs@FreeBSD.org

2000-09-22 00:30  knu

	* cvsweb.cgi: MFZ: 1.103.
2000-09-23 20:48:46 +00:00
Will Andrews
5996c0bc8c Update maintainer address.
Submitted by:	maintainer
2000-09-23 18:47:29 +00:00
Ade Lovett
71267097ef Actually add a patch to put unicodeConf.sh in the right place. *sigh*
Submitted by:	onigiri
2000-09-22 14:30:45 +00:00
Thomas Gellekum
364469ac83 New port projectcenter.app, a development environment that will
become the GNUstep counterpart to Apple/NeXT's ProjectBuilder.
2000-09-22 13:15:20 +00:00
Maxim Sobolev
c09fd940ee Pythonize. 2000-09-22 11:56:23 +00:00
Kris Kennaway
7430638e30 Correct PLIST
Submitted by:	onigiri
2000-09-22 10:30:30 +00:00
Kris Kennaway
b5fd166c0d Mark BROKEN: does not compile
Submitted by:	onigiri
2000-09-22 10:23:24 +00:00
Kris Kennaway
a68c323b5b Chase the checksum (configure/makefile changes), and add two missing files
to the PLIST. Bump PORTREVISION.
2000-09-22 09:51:33 +00:00
Kris Kennaway
8f5ccb534f Upgrade to cvs2html 1.68 2000-09-22 09:45:00 +00:00
Satoshi Asami
ba52f7c856 Remove a couple of generic-looking directories with @unexec rmdir.
Approved by:	maintainer
2000-09-22 07:23:04 +00:00
Akinori MUSHA
64e6cd6545 Utilize bsd.{ruby,python}.mk. 2000-09-22 04:50:44 +00:00
Rajesh Vaidheeswarran
c8f58ac167 Fix the FTP site URL with trailing slash. 2000-09-21 22:03:26 +00:00
Will Andrews
89ac3f8bd9 Fix portlint bug where it thinks that missing a files/md5 is fatal but the
port actually does not have any DISTFILES variable.  This *should* work
with slave/master ports, but I'm not sure.

Now the portlint port passes its own test.  ;->

PR:		21380
Submitted by:	des
Approved by:	mharo
2000-09-21 16:22:15 +00:00
Maxim Sobolev
97a4678e0a Revive idle it's not quite dead, so it was buried too early.
Brought back to life by:	nectar
2000-09-21 16:18:14 +00:00
Ade Lovett
11127aef68 Update to an 0.4-gnome interim release for easier building with
new gnome-print libraries (which have yet to be committed, since
they break so much other stuff - sigh)
2000-09-21 16:08:03 +00:00
Maxim Sobolev
2c7449c5d6 Say godbye to idle - newest version now bundled with Python1.6. 2000-09-21 14:20:48 +00:00
Ade Lovett
aafae9e00c Forgot to add --enable-sim to CONFIGURE_ARGS. This target
wants to build the simulator and needs that option

PR:		21434
Submitted by:	maintainer
2000-09-21 14:18:22 +00:00
Thomas Gellekum
e0a0bd1d4c Install startup file to run the gdomap daemon. 2000-09-21 12:01:41 +00:00