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

2288 Commits

Author SHA1 Message Date
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
Satoshi Asami
1fb9070956 Kill oafd upon exit -- this was causing the gconf build to leave
ssh hanging forever waiting for the process to terminate.

Approved by:	maintainer
2000-09-21 00:57:41 +00:00
Akinori MUSHA
4b7ac42f7b Update to knu-cvsweb 1.101.1.24.
2000-09-20 05:07  knu

	* cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding
	tabs into spaces.  Currently, only first 10 lines are scanned for
	the directives.

2000-09-20 04:57  knu

	* cvsweb.cgi: MFZ: 1.101.
	    - Fix a few bugs under mod_perl.
	    - Use the Compress::Zlib module if available.
	    - Embed PDF files inside the cvs markup view.

2000-09-20 03:35  knu

	* cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last
	update.

2000-09-12 02:11  knu

	* cvsweb.cgi: Allow one to set the default diff type.

	Inspired by:    Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

2000-09-10 20:54  knu

	* cvsweb.cgi: Clean up spacedHtmlText().
2000-09-19 20:22:39 +00:00
Akinori MUSHA
6ec23bba63 Use MASTER_SITE_RUBY. 2000-09-19 16:09:10 +00:00
Akinori MUSHA
3b69e38f35 Update md5 after a repack without changing the distfile name.
(The change was minor update)

Hereby welcome the distfile to MASTER_SITE_LOCAL, the Hall of Shame.

;)
2000-09-19 15:42:01 +00:00
Akinori MUSHA
9321374d4f Update to 1.2.4. 2000-09-19 05:24:48 +00:00
Eric J.Chet
ce0c25e44c It helps when you "cvs add" the new patches, oops. 2000-09-18 19:01:19 +00:00
Ade Lovett
553bb85371 Update *-rtems-objc to the newest patches, also fixing the
"extra files" problem.

Submitted by:	maintainer
2000-09-18 18:48:53 +00:00
Ade Lovett
ef44d13046 The tar file from the original site has changed. Remove
from DISTFILES until I can verify and reroll.

PR:		21358
Submitted by:	maintainer
2000-09-18 17:04:28 +00:00
Ade Lovett
c9fd2395f0 Update to latest set of patches
Remove "extra" files

PR:		21049
Submitted by:	maintainer
2000-09-18 15:22:11 +00:00
Ade Lovett
8bdfa2f611 Update to gdb 5.0
Remove "extra" files

PR:		21048
Submitted by:	maintainer
2000-09-18 15:20:54 +00:00
Ade Lovett
f5e32fd669 Update *-rtems-g77 to the latest patches.
Update to remove "extra" files.

PR:		21027
Submitted by:	maintainer
2000-09-18 15:20:16 +00:00
Ade Lovett
cc9f432bd9 Update the rtems java (gcj) ports to the latest patches
from OARCorp.  This also remove some "extra" file problems.

PR:		21019
Submitted by:	maintainer
2000-09-18 15:19:10 +00:00
Ade Lovett
1b3513bc81 Update *-rtems-gcc to the newest patches. This also
removes the "extra" file problems.

PR:		21004
Submitted by:	maintainer
2000-09-18 15:16:46 +00:00
Ade Lovett
190c68503e Update to version 2.10 of binutils. Also changed PLIST to
prevent "extra files" with the other RTEMS ports.

PR:		20930
Submitted by:	maintainer
2000-09-18 15:15:56 +00:00
Thomas Gellekum
8d134d5311 Use bsd.python.mk.
Approved by:	nectar
2000-09-18 12:55:15 +00:00
Chris D. Faulhaber
ef2aa55886 Update port to 1.2.1
PR:		21090
Submitted by:	Maintainer
2000-09-18 12:53:10 +00:00
Steve Price
891b81ed4b Adding codemedic version 1.0.4.
Provides an elegant graphical interface to gdb.

PR:		19083
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-09-18 00:37:23 +00:00
Steve Price
2f8bc8eeb5 Fix these ports so that among other things they look for the jx header
files in the correct place.

Submitted by:	maintainer
2000-09-17 21:29:14 +00:00
Chris D. Faulhaber
7099d6f88c Update port to 3.13
PR:		21157
Submitted by:	Maintainer
2000-09-17 13:13:16 +00:00
Satoshi Asami
e2d4637b15 I don't know what BUILD_DEPENDS=${PERL} means, but USE_PERL5 should take
care of that.
Submitted by:	broken index :<

Add / to end of one of MASTER_SITES.
Submitted by:	portlint
2000-09-17 02:39:30 +00:00
Ade Lovett
b630d590c1 Update to 3.4.1
PR:		21181
Submitted by:	maintainer
2000-09-16 20:18:20 +00:00
Ade Lovett
b5e4b159e2 Support CFLAGS/PREFIX properly
PR:		20650
Submitted by:	Ports Fury
2000-09-16 18:09:08 +00:00
Ade Lovett
0aa558234e Update to 0.93.2
PR:		21279
Submitted by:	Ports Fury
2000-09-16 17:53:00 +00:00
Maxim Sobolev
a824e57054 Add gtranslator - a GNOME application for developing ".pot" files used with
GNU Gettext.
2000-09-16 14:17:19 +00:00
Chris D. Faulhaber
51419bca06 Corrent BUILD_DEPENDS, MLINKS, ALL_TARGET, and PLIST
PR:		20558
Submitted by:	Maintainer
2000-09-16 13:03:23 +00:00
Will Andrews
c8f0ea860e Add fnorb 1.1, a CORBA 2.0 object request broker (ORB) written in Python.
PR:		21226
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-09-16 05:18:46 +00:00
Will Andrews
aed56044eb Add p5-Tie-DB_FileLock 0.10, a perl module which extends DB_File, providing
a locking layer using flock().

PR:		20758
Submitted by:	Josh Tiefenbach <josh@zipperup.org>
2000-09-16 04:50:59 +00:00
Will Andrews
73c3ce4c18 Add GPASM 0.8.9, the GNU Pic assembler, which can compile assembly files
for 12c508 and 16c84 microcontrollers family.

PR:		20396
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-09-16 04:30:35 +00:00
Rajesh Vaidheeswarran
2cabb01983 Add `cons-test' port.
cons-test is a test bed for cons developers.
2000-09-15 19:39:58 +00:00
Rajesh Vaidheeswarran
9c00120aab Fix ftp path. 2000-09-15 18:31:51 +00:00
Eric J.Chet
cd34cdd8c3 PR: 21221
Submitted by:Johann Visagie and a patch by Peter van Heusden
2000-09-15 15:40:52 +00:00
Ade Lovett
98ad73b18c Address a potential security issue by forcibly telling ORBit not
to listen on any network (IPv4 or IPv6) sockets, if and only
if the user hasn't already installed a ${PREFIX}/etc/orbitrc file
(the default, and most likely case)

Issue raised by:	Louis A. Mamakos <louie@TransSys.COM>
Discussed on:		security mailing list
2000-09-15 15:20:13 +00:00
Rajesh Vaidheeswarran
771e377e68 Cons-2.0.2 released.
Need to work on the cons-test package for FreeBSD
2000-09-15 15:19:42 +00:00
Akinori MUSHA
36af8ceba0 Update md5 after checking the diffs.
Move the primary master site to MASTER_SITE_LOCAL, because the author
repacks the distro too frequently.
2000-09-15 14:16:10 +00:00
Akinori MUSHA
bf39303b58 Update to 2.29. 2000-09-15 11:27:03 +00:00
Maxim Sobolev
32e2b05cc9 Update to 0.3. 2000-09-15 07:45:41 +00:00
Satoshi Asami
a04fee58c5 Typo (p5-Date-Convert -> p5-DateConvert). 2000-09-14 00:54:03 +00:00