Commit graph

1280 commits

Author SHA1 Message Date
Ralf S. Engelschall
9a5576ef77 Upgrade to GNU Portable Shell Tool (shtool), version 1.4.6 1999-09-05 13:43:36 +00:00
David E. O'Brien
e4481e5876 turn on cdecl 1999-09-05 05:07:50 +00:00
David E. O'Brien
2bc00d96c9 Cdecl composes compilable C declarations and typecasts from descriptive
English phrases, and can also explain a complicated typecast or declaration.
It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of
keywords and line editing and history (provided by the GNU readline library).
1999-09-05 05:07:08 +00:00
Chris Piazza
87c3505492 Update to version 1.11.1
PR:		13578
Submitted by:	maintainer
1999-09-04 20:45:36 +00:00
Ralf S. Engelschall
ae82d418ff GNU Pth 1.2b1 -> 1.2b2 1999-09-04 12:43:35 +00:00
Marcel Moolenaar
e5c0d0cef0 Make sure an install can be restarted after a failure. While I'm here, update
DESCR and COMMENT so that they both contain the proper name of the port and
do not contain the word `emulation'.
1999-09-03 07:52:51 +00:00
Ralf S. Engelschall
c4bbe36725 GNU Portable Threads (DEVELOPMENT VERSION): 1.1.x -> 1.2.x 1999-09-02 12:50:19 +00:00
Ralf S. Engelschall
c345d67eba GNU Portable Threads: 1.1.4 -> 1.1.5 1999-09-02 12:18:03 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Ralf S. Engelschall
0026d832e3 GNU Pth 1.1.3 -> 1.1.4 1999-08-30 18:43:15 +00:00
Steve Price
37cdd52d0e To avoid requiring both tcl81 and tcl80, use tcl80 instead since the
python port requires it already.  My message to the maintainer went
unanswered.
1999-08-29 20:01:24 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Peter Wemm
52769fe9fd $Id$ -> $FreeBSD$ 1999-08-29 11:11:15 +00:00
Peter Wemm
2b09b24e6f $Id$ -> $FreeBSD$ 1999-08-29 11:03:05 +00:00
Chris Piazza
d0b7b98aa2 Make this port a little more sane. It was broken
for any system that wasn't x86 on freebsd 3.1.  The
port is still marked BROKEN because it sets PREFIX in
the Makefile.

PR:		13423
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-28 16:58:27 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
58942bab6d echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
Ralf S. Engelschall
f0a1a31f82 Upgrade to GNU Portable Threads (Pth), version 1.1.3 1999-08-27 16:08:53 +00:00
Ralf S. Engelschall
4d721f430c Upgrade to MM Shared Memory Library, version 1.0.10 1999-08-27 09:57:30 +00:00
SADA Kenji
3212ca0c02 Change MASTER_SITES and assign MASTER_SITE_SUBDIR.
Remove patch-ag about libtool use.

Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
Approved by:	Maintainer
1999-08-25 16:56:46 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Satoshi Asami
b0e8c4c212 This port requires gettext now.
I'm not sure if it requires msgmft for build time only or the
libraries for run time too.  Make it LIB_DEPENDS to be safe -- if
someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext.
1999-08-24 08:53:00 +00:00
Ralf S. Engelschall
49bc39b67c Bump GNU Pth: 1.1.1 -> 1.1.2 1999-08-23 12:29:57 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Chris Piazza
c17f794539 USE_NEWGCC= yes 1999-08-22 19:54:10 +00:00
Chris Piazza
c8d77a093b Change all ports that need a new gcc on 3.x to use USE_NEWGCC. 1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Satoshi Asami
2013f63fc0 Don't try to parse ${MOTIFLIB} if it's not defined. 1999-08-22 08:30:17 +00:00
Steve Price
2aeb60bd01 Activate the libglade port. 1999-08-22 03:57:25 +00:00
Steve Price
a42fcb96dd Mark this port broken. It doesn't link correctly on many boxes because
libtool summarily deletes --rpath directives in link mode.
1999-08-22 03:57:03 +00:00
Steve Price
944e57a05f Initial import of the GNOME glade library version 0.3.
A library that allows you to load GLADE interfaces at runtime (you don't
have to generate stubs with GLADE before hand). This way you can change
the look of your application without recompiling. This way you can write
the logic behind the interface separately from the code to build the
interface, so changing the interface is not so much of a problem.

PR:		12781 (12 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:54:24 +00:00
Steve Price
dffb1c5028 Update to version 1.1.0.
PR:		12781 (6 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:45:44 +00:00
Steve Price
170b7702af Update to version 0.4.93.
PR:		12781 (1 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:39:41 +00:00
Ralf S. Engelschall
385416c568 GNU Pth 1.1.0 -> 1.1.1 1999-08-21 12:47:32 +00:00
Satoshi Asami
937be79c5a Back out serious breakage introduced by previous commit: you can't use
${SED} and ${AWK} in != statements because they are executed
immediately.
1999-08-20 10:21:06 +00:00
Ralf S. Engelschall
781b263452 Upgrade to the new stabilized GNU Portable Thread 1.1 series.
This port is now at GNU Pth 1.1.0.
1999-08-19 15:40:56 +00:00
Brian Feldman
476523966b Update to version 3.1.6, remove a double MASTER_SITE, and fix portlint
warnings.

Approved by: obrien
1999-08-19 03:09:24 +00:00
Ralf S. Engelschall
d3cb8d7558 GNU Pth 1.1b7 (the hourly bump ;) 1999-08-18 15:20:01 +00:00
Ralf S. Engelschall
9c3ab1899c GNU Pth 1.1b5 -> 1.1b6 1999-08-18 13:14:25 +00:00
Marcel Moolenaar
64354154c2 Fix the way the port figures out if linux support is present in the kernel.
It now also works when the linuxulator is compiled into the kernel (using
options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed
for the wrong reasons. My apologies to the originator.

PR: 12918
Originator: Dean Lombardo <dlombardo@excite.com>
1999-08-18 12:49:53 +00:00
Ralf S. Engelschall
ee3ca6ea7c Add NO_CDROM 1999-08-18 09:49:46 +00:00
Satoshi Asami
ad3c8e5f7f Oops, merged the wrong version. Use 1.2, not 1.1. 1999-08-18 09:01:27 +00:00
Satoshi Asami
b025fedb2a Resurrect pth-devel after talking to rse. This port is essentially
a scratch box that is not to appear in the main history of pth, so no
repository copying is necessary.
1999-08-18 08:54:29 +00:00
Chris Piazza
56fe7a4c6a egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Satoshi Asami
bae39a02fd (With my PW cap on) Emergency operation: temporarily remove pth-devel
while we sort out repository copy issues.
1999-08-17 10:13:37 +00:00
Ralf S. Engelschall
401af46565 Add NO_LATEST_LINK 1999-08-17 10:04:22 +00:00
Ralf S. Engelschall
8b9a5bb6dd Activate new pth-devel port 1999-08-17 09:59:58 +00:00
Ralf S. Engelschall
5f3405100a Import of a companion development port for GNU Portable Threads.
This is currently at Pth 1.1b5.
1999-08-17 09:58:33 +00:00