1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

2063 Commits

Author SHA1 Message Date
Donald Burr
913194dfb1 Activate SN. 2000-07-24 06:08:01 +00:00
Donald Burr
d911b5707b New port devel/SN, the Red Hat/Cygnus/GNU Source Navigator
IDE/source code analysis tool.

Obtained from:		Freshmeat posting
2000-07-24 06:06:32 +00:00
David E. O'Brien
f56d8c1dc5 Bump up the sizes of some things to match reality on Unix systems.
Submitted by:	Bram Moolenaar <Bram@moolenaar.net>
2000-07-23 19:10:01 +00:00
Marcel Moolenaar
f904bcfbf6 Remove the ftp.scc.nl mirror. 2000-07-23 00:29:51 +00:00
Vanilla I. Shu
ae6f836a9a Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
2000-07-22 10:44:52 +00:00
Kevin Lo
13769c5bd4 - Update to version 0.4.1
PR: 20098
Submitted by: Ports Fury
2000-07-22 06:40:07 +00:00
Yukihiro Nakai
612a5feeb7 Add libglade depends. 2000-07-20 10:47:45 +00:00
Satoshi Taoka
5d7d820639 (1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.

By (1) and (2), I removed the next line:

[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir

from PLIST or Makefile

CV: ----------------------------------------------------------------------
2000-07-19 14:22:30 +00:00
Akinori MUSHA
2ed974f158 - Do not read a file more than once, where the sameness is judged by
the inode numbers of files.

  This should fix the "duplicated macros" error when aclocal is
  invoked with `-I ${X11BASE}/share/aclocal' explicitly.

- Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's
  (a symlink to)* a directory)

  This should fix the "no such directory" error when you build a non-X
  port without X installed. (like on bento)
2000-07-19 10:44:14 +00:00
David E. O'Brien
cd8bbd70a4 Enough FreeBSD/Alpha support to at least allow this to compile.
Functionality is untested at this time.
2000-07-19 09:10:43 +00:00
Doug White
31939c97b0 Update to 1.2: New kevent(2) API (and require FreeBSD versions
with it as I'm a lazy bastard).
2000-07-19 04:51:22 +00:00
David E. O'Brien
81a9216d91 Get a lot closer to supporting FreeBSD/Alpha.
(we only have two arch's, why can't we keep them better in sync with each
other ABI-wise?)
2000-07-19 04:17:33 +00:00
Akinori MUSHA
aae697a4f6 Browse two repositories by default.
local	=> /home/cvs
	FreeBSD	=> /home/ncvs
2000-07-18 23:47:01 +00:00
Akinori MUSHA
07b3667216 Update to rev. 1.90.
o checkout without revision should default to HEAD
2000-07-18 20:56:08 +00:00
Satoshi Asami
00ad098756 Add glib13. The index build just failed because of this. 2000-07-18 20:23:11 +00:00
Maxim Sobolev
0dc0df6881 Add glib13 after repo-copy from glib12.
Warning: it is unstable development version, so you do not have to upgrade your
gtk12 LIB_DEPENDS!
2000-07-18 07:19:53 +00:00
Akinori MUSHA
6c7b47848d Correct md5 that is calculated from the original distfile.
The previous value was of my locally packed tarball somehow..
2000-07-17 10:42:22 +00:00
Kelly Yancey
b619f75ec0 Use ${INSTALL_MAN} where appropriate. 2000-07-17 09:12:47 +00:00
Steve Price
c529af39e7 We need autoheader to correctly build this port.
PR:		19919
Submitted by:	maintainer
2000-07-16 19:48:02 +00:00
Ade Lovett
bb104d8a03 Persuade automake to look not only in ${PREFIX}/share/aclocal
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra
patch and some configure-time substitution

Discussed on:			ports (quite a while back)
Original disgusting hack by:	ade
Suggested improvements by:	asami
Reworked patch by:		ade
2000-07-15 19:07:48 +00:00
Will Andrews
310336da71 freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info.

PR:		19943
Submitted by:	Ports Fury
2000-07-15 18:34:05 +00:00
Alexander Langer
e731ea7944 Respect CFLAGS, add -pedantic.
However, port is still broken due to odd C++ compiler error, though this
is a different error as before.
2000-07-14 14:06:06 +00:00
Chris D. Faulhaber
1e0b1948d4 Conditionally remove remaining installed dirs
Noticed by:	bento
2000-07-14 12:24:24 +00:00
Alexander Langer
9319e3ea0d Fix location of perl module dependency.
Noticed by:	bento
2000-07-14 11:26:51 +00:00
Kelly Yancey
2c44a8535e Added WWW line. 2000-07-13 07:42:38 +00:00
Akinori MUSHA
a8636d5572 Update to rev. 1.89.
Reduce warnings.
Make https URLs clickable as well as ftp and http URLs.
2000-07-12 19:13:51 +00:00
Jason Evans
7a90df77ff Remove call to deprecated function, dllockinit(). 2000-07-12 16:32:11 +00:00
Kevin Lo
7906f5a99b +p5-Class-MethodMaker 2000-07-12 16:23:23 +00:00
Kevin Lo
75ba446a9b Initial import of p5-Class-MethodMaker.
p5-Class-MethodMaker is the Perl module for creating generic methods.

PR: 19796
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-07-12 16:22:32 +00:00
Jason Evans
8ec27f4ca8 Fix a mistake in the directions for creating symlinks. Add instructions for
creating a gcc specs file (prompted by Dima Ruben).  Remove obsolete
information and update various tidbits.
2000-07-12 02:08:45 +00:00
Jason Evans
fbdae04681 Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include it
and override variables as necessary.  This vastly shortens this file, makes
tracking toolchain changes more automatic, and makes the linuxthreads port
build on both -stable and -current.
2000-07-12 01:43:01 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Ade Lovett
f71b35794f Update to 0.14 2000-07-11 22:01:15 +00:00
Akinori MUSHA
a12686df7b Add autoconf to BUILD_DEPENDS.
It does not USE_AUTOCONF, but it requires autoheader to build.

PR:		ports/19847
Submitted by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
2000-07-11 15:03:44 +00:00
Kevin Lo
25bfc1474f Upgrade to 3.4.4
BTW, the maintainer forgot to update checksum, I update it.

PR: 19829
Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
2000-07-11 08:00:08 +00:00
Akinori MUSHA
b51fb0f32b Update to rev.1.86.
This update fixes several SECURITY problems, so PLEASE UPDATE to this
version ASAP.
2000-07-11 02:07:19 +00:00
Doug White
52a5df4748 Fix typo. Don't ask me how it worked before. :) 2000-07-10 17:07:17 +00:00
Chris D. Faulhaber
2e70c59bc1 Update port to 1.3a3 2000-07-10 14:31:19 +00:00
Steve Price
64abf3fd40 Activating the g-wrap port and the RTEMS ports. 2000-07-10 04:39:00 +00:00
Steve Price
41e3182adb C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS for
the i386, i960, m68k, mips64orion, powerpc, sh, and sparc processors.

PR:		19335
Submitted by:	James Housley <jim@thehouselys.net>
2000-07-10 04:32:35 +00:00
Steve Price
c657900655 Adding g-wrap version 0.9.4.
A tool for exporting C libraries into Scheme interpreters.

PR:		19575
Submitted by:	Matthew Condell <mcondell@alum.mit.edu>
2000-07-10 04:16:53 +00:00
Akinori MUSHA
dd6644a2bb Update to rev. 2.10. 2000-07-09 03:15:08 +00:00
Akinori MUSHA
5042b0369c Fix the wrong MASTER_SITE_SUBDIR.
PR:		ports/19775
Submitted by:	Maintainer
2000-07-08 07:32:12 +00:00
Steve Price
700b393484 The crosssco and scogdb ports are obsolete so remove them.
PR:		19634
Submitted by:	maintainer
2000-07-07 19:45:06 +00:00
Akinori MUSHA
d1eb34aa3a Update to 2.9. 2000-07-07 15:41:55 +00:00
Maxim Sobolev
6726671207 Add libtai - a library for storing and manipulating dates and times in second/attosecond.
PR:		19348
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-07 14:02:31 +00:00
Maxim Sobolev
cd6245e1ac Add py-coro - a Python coroutines module.
PR:		19466
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-07 13:27:23 +00:00
Satoshi Asami
90e7e4b590 Remove smapi, it's moved to mail. 2000-07-07 06:21:34 +00:00
Ade Lovett
d69b7cd6d1 Update to 1.0.3 2000-07-06 15:32:41 +00:00
Ade Lovett
ae420077ee Update to 0.4.0 2000-07-05 22:02:23 +00:00