Commit graph

56 commits

Author SHA1 Message Date
bad
ce4f521fe1 regen. 1999-08-02 18:19:44 +00:00
bad
e68ebf4f3a config/configure.in: change m4 quotes where necessary.
Also fix two typos that might affect 1.4ish sparc and arm32.
1999-08-02 18:18:17 +00:00
bad
2fd02f2ef4 oops. regen. 1999-08-02 17:33:35 +00:00
bad
3f4a763e1a Per Andy Finnell: use same magic to pacify the ansi cpp as in
syscall-template-m68000-netbsd.S.
1999-08-01 22:12:28 +00:00
bad
e3924bdfce Add m68k support to MIT-pthreads. By Andy Finnell <andy@vei.net>.
Thanks to Greg Oster for testing on the hp300.
1999-07-29 16:44:41 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
agc
79ad5ffa92 Fix spelling of Chris Provenzano's name.
Fixes PR 7689, from Eric Mumpower.
1999-06-02 07:43:53 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
bad
fbe2ebe8e6 Fix obvious typo in getprotoent.c
From gson@araneus.fi (Andreas Gustafsson).
1999-05-18 14:55:48 +00:00
tron
b1e841e86a Link shared library with "/usr/lib/c++rt0.o" on a.out systems to make sure
that pthread_init() gets called. Fixes PR pkg/7433 by Andreas Gustafsson.
1999-05-02 19:46:16 +00:00
tron
02bb23dc2f Nuke private definitions of "BINOWN" and "BINGRP" so that files don't
get installed under the id of the user which compiled the package.
1999-05-01 18:35:22 +00:00
tron
293ec7e4ba Correct "rm" command which is supposed to remove "libpthread_pic.a".
Fixes PR pkg/7505 by Nick Hudson.
1999-05-01 18:13:07 +00:00
bad
86b07db0d1 Update from Andreas Gustafsson.
Don't fail to build on 1.3.x systems.
1999-04-30 14:04:56 +00:00
bad
75fb60a54e First half of PR #7433: Must use c++rt0.o as SHLIB_LDSTARTFILE on a.out
platforms.
From Andreas Gustafsson.
1999-04-29 17:30:40 +00:00
bad
3a8f481f4f Provide getopt() prototype and externs in include/unistd.h.
From Andreas Gustafsson PR #7434.
1999-04-29 17:05:49 +00:00
bad
8d0119c40a Don't pass linker input files and options when the linker isn't run.
From Andreas Gustafsson PR #7453.
1999-04-29 17:03:38 +00:00
bad
5c49039364 Nuke post-patch crap.
Reenable this package.
1999-04-16 16:33:19 +00:00
bad
50b3a78343 Fix thinko in previous commit. Correctly recognise 1.4ish systems. 1999-04-16 16:32:11 +00:00
tv
6676c33d1b Make compile on 1.4, but mark RESTRICTED and IS_INTERACTIVE so that it is
not built in a batch on 1.4 (it may compile, ut it doesn't run).
Also make library building more uniform regardless of MKxxxx or
NOxxxx settings in mk.conf.
1999-04-15 13:56:01 +00:00
bad
11501d92b4 Recognise 1.4ish NetBSD in the configure scripts. 1999-04-08 20:08:56 +00:00
bad
65874c8174 Check for socklen_t in the configure script and define a preprocessor
symbol accordingly.
1999-04-08 19:44:36 +00:00
bad
a968a27be2 Fix previous commit. Don't lose a prototype gratuituously. 1999-04-08 19:41:56 +00:00
bad
03313567f6 Fix previous commit. Use a preprocessor symbol to determine whether
the prototypes should use socklen_t or not.
1999-04-08 19:40:45 +00:00
explorer
0799e7d0de The original commit message was bogus. This was really about removing
a prototype for strmode() that has a different signature under 1.3+. -bad

This is the original commit message:
> Make this build on -current again -- REALLY needs to be fully rewritten, but...
1999-03-15 16:16:11 +00:00
explorer
7eb1c56269 Make this build on -current again -- REALLY needs to be fully rewritten, but... 1999-03-15 16:16:10 +00:00
bad
4214c9b9f3 Do the linker run-path dance. 1999-02-10 19:18:01 +00:00
bad
9c2d364fbf Track recent symbol renaming in <arm32/setjmp.h>. 1999-02-03 22:18:39 +00:00
hubertf
c45c43cfc0 Remove lameness that prevents binary packages of this to work.
Emberassing this is here since 1.3 and noone noticed this!
1999-02-01 01:39:27 +00:00
garbled
8d889efe12 Fix this PLIST.. for some reason bsd.pkg.mk doesn't like !'s in the
@exec statements.
1998-12-29 20:51:23 +00:00
bad
7b2b9e5d0b Need to include string.h. 1998-12-28 23:31:37 +00:00
bad
2d7aae5f95 Make this work on alpha, arm32, i386, and sparc on 1.3 and up. 1998-12-28 22:21:59 +00:00
bad
cbcad3f48f This works only on alpha, arm32, i386, and sparc. 1998-12-28 22:11:47 +00:00
garbled
3eaefeb1a9 Fixed build on alpha. Closes PR 5794 (Tim Rightnour) 1998-08-23 06:22:17 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
be6f4e5204 Add glob-style wildcards to ONLY_FOR_ARCHS. 1998-07-26 22:20:22 +00:00
agc
8800f4da8b Use automatic shared object handling 1998-07-15 12:51:36 +00:00
frueauf
0a48810319 Fix a warning for egcs. 1998-04-18 16:53:28 +00:00
frueauf
7c4b2c1daa s/GNU_CONFIGURE/HAS_CONFIGURE and set CONFIGURE_ARGS to match PLIST.
Fixes pr 5290 by Lennart Augustsson.
1998-04-18 16:49:44 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
2167b7fae7 Patch from Uwe Arndt to define fstat13. 1998-03-10 21:40:32 +00:00
agc
024c78d596 This package has a configure script that recognises --prefix, so use
GNU_CONFIGURE, not HAS_CONFIGURE.  Set NOLINT in the environment when
building.
1998-03-10 21:35:14 +00:00
frueauf
87a4cb0748 portlint: use absolute path for "true". 1998-02-10 22:20:55 +00:00
frueauf
9d0791a9e1 Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet. 1998-02-02 11:17:54 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
40a3315e7b portlint: fix RCS Id, add MAINTAINER 1998-01-24 04:22:12 +00:00
agc
ec4863b943 Add a shlib_version file, so that the shared object is built by
default.  Add the shared object to the PLIST, with suitable
incantations of ldconfig on addition and deletion.

As pointed out by Charles Hannum.
1998-01-08 16:22:13 +00:00
agc
daa54004e5 Add creation of ${PREFIX}/pthreads directory, if it doesn't exist, to
installation, if installing as part of a binary package.

Add @dirrm's to clean up after ourselves when doing pkg_delete

All the mit-pthreads mods are either from, or inspired by, Simon J.
Gerraty <sjg@cdn.telstra.com.au>
1997-11-13 14:54:50 +00:00