1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

2829 Commits

Author SHA1 Message Date
Steve Price
9e880783b6 Forgot to bump PORTREVISION with previous commit.
Reminded by:	kris
2001-02-26 04:00:07 +00:00
Steve Price
3f7e25a51d Since fputs doesn't return the number of bytes written, bump dboffset
by strlen(s) instead.

PR:		21705
Submitted by:	Alexander Kabaev <ak03@gte.com>
2001-02-26 03:45:31 +00:00
Steve Price
d8f88d6f7b Minor pkg-plist fixes.
PR:		23806
Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-02-26 03:34:31 +00:00
Steve Price
632ca6e166 Update to version 1.06.
PR:		25364
Submitted by:	maintainer
2001-02-26 03:19:40 +00:00
Maxim Sobolev
ac6018bd20 Update to 0.35. 2001-02-25 21:17:08 +00:00
Ying-Chieh Liao
765c187ae2 fix install path on current
use system build-in PERL_CONFIGURE

Submitted by:	gugod@gugod.org
2001-02-25 18:00:44 +00:00
Tor Egge
6938e8f7c5 Reference _flockfile to ensure that the linuxthreads version is used. 2001-02-25 09:15:19 +00:00
Kevin Lo
150b4ab79a Fix pkg-plist
PR: 25319
Submitted by: Ports Fury
2001-02-25 06:22:08 +00:00
Trevor Johnson
b2da0c2883 Update to 1.0.1. The sorting bug has been fixed. 2001-02-25 03:13:11 +00:00
Kevin Lo
cf7fc73cc2 - Certain files were installed to incorrect locations, leading to serious
breakage.
- Fixing the problem lead to a more general overhaul of the port.
- Bumped PORTREVISION.

PR: 25304
Submitted by: MAINTAINER
2001-02-23 15:40:37 +00:00
Ying-Chieh Liao
5c7da5ac79 upgrade to 3.3.5 2001-02-23 05:35:57 +00:00
Mario Sergio Fujikawa Ferreira
76ae6e1d12 Add new MASTER_SITES 2001-02-22 17:22:39 +00:00
Ying-Chieh Liao
8a9a2f1b73 add make++
Make++ (or makepp) is a drop-in replacement for GNU make
2001-02-22 13:23:17 +00:00
Maxim Sobolev
71ad5ce95a Add a message explaining how to use SDL on console using vgl driver. 2001-02-22 08:58:10 +00:00
James E. Housley
4b62c770fd The mips64orion-rtems-* ports have been replaced by the more general
mips-rtems-* ports.  It is now time to remove these.
2001-02-22 03:49:58 +00:00
Mario Sergio Fujikawa Ferreira
0fabc4ff05 Sanitize MASTER_SITES. 2001-02-22 02:49:48 +00:00
Mikhail Teterin
d74fb03b0a Upgrade to the version 1.4, which is required for TCL-8.3.2 and
usefull  for  earlier  ones.  Get rid  of  patches  and  provide
Makefile.bsd  instead   (which  uses  bsd.lib.mk).   Remove  the
WITH_TCL8x spaghetti and rely TCL_VER?=8.3 instead.

I think, I botched my previous commit, so this applies to it too.
2001-02-21 22:59:52 +00:00
Mikhail Teterin
6f57d472f6 Upgrade to the latest version 1.4. It will be _required_ for TCL
8.3.2 and above, and helps  the earlier versions too. Remove the
patches and  provide our own Makefile.bsd  instead. Also, remove
the WITH_TCL8? spaghetti and use a simpler TCL_VER?=8.3 aproach.
Note, that this port now assumes the usage of TCL_STUBS.
2001-02-21 22:37:38 +00:00
Akinori MUSHA
c3fd0d114f Update to 1.0. The only change from 0.9.2 was the merger of
patch-install.rb.
2001-02-21 16:22:10 +00:00
Maxim Sobolev
ad9ee9d035 Update to 0.9.
Submitted by:	vanilla
2001-02-21 13:14:57 +00:00
Peter Pentchev
a414061722 Update to 1.4.4, add NOPORTDOCS handling.
PR:		25246
Submitted by:	maintainer
2001-02-21 10:42:02 +00:00
Trevor Johnson
a3163cc004 new port of cvsgraph 1.0.0, a utility for charting cvs/rcs history 2001-02-21 09:17:10 +00:00
Akinori MUSHA
f480e19e78 Add ruby-mutexm, a Mutex mix-in with some enhanced features. 2001-02-21 05:00:55 +00:00
Maxim Sobolev
d07e4e801e Add motor 2.6.3, a powerful text mode based programming IDE. 2001-02-21 00:15:07 +00:00
Eivind Eklund
c4e3c399f3 Update to version 0.9.1
PR:		24906
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-02-20 22:25:04 +00:00
Maxim Sobolev
fd0bed98df Unbreak.
Submitted by:	bento
2001-02-20 12:43:37 +00:00
Akinori MUSHA
159523948f The repacked version of the distfile seems to have a bug in the
installer.  Put the old version in my web space and make MASTER_SITES
point to it.
2001-02-20 06:58:01 +00:00
Tor Egge
ea51d128f0 Initialize attributes for new threads with default values when a NULL
pthread_attr_t is provided as argument to pthread_create.

liblgcc_r_pic.a no longer exists.

Put the liblgcc_r.a version of __get_eh_info() and __register_frame_info()
into the shared linuxthreads library to avoid using the incompatible
libgcc.a version.  Shared libraries that use exceptions still represent a
problem if linked before the linuxthreads library.

Compile liblgcc_r.a before the main linuxthreads library to provide
the object files that contains __get_eh_info() and __register_frame_info().

Add minimal wrappers for native thread library functions used by
5.0-CURRENT libc.  The wrappers try to call corresponding functions
in the linuxthreads library after performing argument conversion.
2001-02-20 00:34:57 +00:00
David E. O'Brien
51359cc598 Add a note about how to update this port. 2001-02-19 07:24:23 +00:00
Kevin Lo
281cbb7a64 Upgrade to version 1.0.10 2001-02-19 03:04:56 +00:00
Tor Egge
3af7108f66 Take over linuxthreads port maintainership.
Approved by:	jasone
2001-02-18 21:59:43 +00:00
Jing-Tang Keith Jang
c116c53ed0 libt1.so.1 -> libt1.so.2
libt1x.so.1 -> libt1x.so.2

PR:		ports/25191
2001-02-18 18:32:02 +00:00
FUJISHIMA Satsuki
28a6826d57 get rid of unnecessary libgnugetopt dependency. 2001-02-18 11:52:35 +00:00
Will Andrews
42b084c4ca GRRR, fix a stupidity on my part. Reminder to self: write better port
autogen scripts.  Oh wait, I already did that...  ;-P
2001-02-18 08:01:32 +00:00
Akinori MUSHA
73fc3e3504 Update to the snapshot version as of 2001.02.05. 2001-02-17 21:41:47 +00:00
Akinori MUSHA
a022c66d38 Update to 2.38.
Install documents.
2001-02-17 21:36:11 +00:00
James E. Housley
aad79f3e3f New Port: devel/as80
As80 is a lightweight 8080/8085 assembler for UN*X systems.

PR:		24235
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-17 16:11:46 +00:00
FUJISHIMA Satsuki
afa075e6d8 o stop checking blank lines for files/patch-*
o fix getopt arguments: -B takes argument and -N don't.

Submitted by:		Peter Pentchev <roam@orbitel.bg>
Non-responce from:	maintainer
2001-02-17 12:20:32 +00:00
Satoshi Asami
d3d027c894 Change "|" to "/" -- the former will confuse INDEX. 2001-02-17 05:08:32 +00:00
Maxim Sobolev
26b139aa59 Update to 1.1.8. 2001-02-16 19:45:58 +00:00
Ying-Chieh Liao
4a5f62750d add c2lib
c2lib is a library of basic structures and memory allocators for C.
It is designed to look similar to C++ STL with many powerful string
features borrowed also from Perl.
2001-02-16 11:07:08 +00:00
Ade Lovett
1b950a1e4e Update to 0.37 2001-02-15 19:22:14 +00:00
Ade Lovett
564f01076d Update to 1.0.11
Unbreak (again) for -current (from knu)
2001-02-15 19:21:55 +00:00
Ying-Chieh Liao
6b669add32 update to 1.1.0 2001-02-15 19:09:12 +00:00
Ying-Chieh Liao
8db93d42d2 add ucpp, a C preprocessor and lexer 2001-02-15 17:44:55 +00:00
Akinori MUSHA
1765adcc53 Update to 2.4. 2001-02-15 14:23:32 +00:00
OKAZAKI Tetsurou
a15985abc6 Fix a pathname typo in RUN_DEPENDS.
PR:		ports/24915
Submitted by:	Daemus <daemus@evilcode.com>
2001-02-14 20:51:00 +00:00
Michael Haro
1503c58d38 Fix docs
Submitted by:	olgeni
2001-02-14 10:56:10 +00:00
Mario Sergio Fujikawa Ferreira
2275ee0bcf typo clean up police: \s -> \t 2001-02-14 05:43:00 +00:00
Mario Sergio Fujikawa Ferreira
66b11c3118 Simple aesthetic fix: "^post-install" instead of "^ post-install" 2001-02-14 04:56:51 +00:00