Commit graph

107 commits

Author SHA1 Message Date
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
agc
13ee89e691 Don't patch one file multiple times - merge the changes into one
patch file.

Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms.

Recognise netbsdelf on i386 platforms - more mods will be necessary for
different platforms.
2002-07-18 09:08:27 +00:00
jlam
fa324e7a26 Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround. 2002-06-23 03:44:49 +00:00
fredb
90e61b8b90 Consolidate two patches for the same file. 2002-04-11 17:11:34 +00:00
fredb
26cf95ca64 Regen. 2002-04-11 16:56:18 +00:00
fredb
0fc88569b9 Prefix register names with '%' so this can build on current/m68k
(plus minor clean-ups: a paste-o and whitespace).
2002-04-11 15:43:36 +00:00
briggs
1a3a1a2507 Make this compile on powerpc again. 2002-03-25 16:08:31 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wiz
62d3ed95a9 Fix checksum for patch-au. 2001-04-26 16:25:47 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
wiz
215eaaf00f Add RCS Ids. 2001-04-19 13:28:49 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
skrll
1706e3b77b Regen. Don't know how this got out of sync. 2001-04-12 07:28:58 +00:00
skrll
35d891d7e7 Add _C_LABEL to the sparc assembler files.
Fixes pkg/11360.
2001-04-12 07:14:58 +00:00
skrll
c2b5cdc42d MD5->SHA1 2001-04-12 07:11:37 +00:00
skrll
890fce1dad There is no need to install a math.h and it can cause problems.
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl>
2001-04-11 16:21:21 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
briggs
04d6d1a28a Make the PIC relocations correct on the powerpc. 2001-01-10 03:18:17 +00:00
briggs
b85cfb40da Support NetBSD-*-powerpc 2001-01-10 01:28:45 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
agc
0f6a64c129 Add a patch from Tom Thai - without this patch, mysql will result in a
wrong date for "select now()".
2000-11-29 16:42:57 +00:00
fredb
3c5a4978b6 Let "configure" recognize NetBSD-1.5*. Patch contributed
by Douglas Wade Needham in PR pkg/10766.
2000-08-06 19:55:45 +00:00
wiz
b420d9bce3 echo -> ${ECHO} 2000-03-16 12:27:04 +00:00
dmcmahill
2bd590a236 add CONFLICTS. installs the same files as unproven-pthreads 2000-02-22 22:09:39 +00:00
mycroft
2f1d87fc82 Regen. 2000-01-10 20:15:16 +00:00
mycroft
22a7b492a1 Disable the fork_lock hack. Programs want to be able to fork themselves
before firing up pthreads (e.g. to background).
2000-01-10 19:59:15 +00:00
wiz
855416f289 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:14:03 +00:00
wiz
7a2e0d1f4e RCS tags added 1999-12-28 05:08:11 +00:00
wiz
1eaed8daca replaced some commands by their ${COMMAND} counterparts 1999-12-28 05:04:27 +00:00
rh
3a6f778f15 Add patch fuzz factor 1999-11-15 19:10:40 +00:00
explorer
cccdf393c5 Fix a rather nasty problem with signals, namely SIGCHLD, that prevented
running threaded binaries if SIGCHLD was set to SIG_IGN.  What happens is
that pthreads uses either sigaction() or signal() to set up signals when
switching thread state.  It used HAVE_SYSCALL_SIGACTION to decide which to
use.  But, while we have a FUNCTION called sigaction(), the syscall is
__sigaction14, which caused HAVE_SYSCALL_SIGACTION to not be defined.

This would have been ok if the pthread kernel didn't assume signal would
return 0 for success and non-zero for failure.  Signal() returns the
previous handler.  SIG_IGN != 0, so pthreads thought the call failed.
Resulting in a call to abort().
1999-11-06 07:37:34 +00:00
explorer
8788f1831d remove ALL the local path... 1999-11-05 19:21:58 +00:00
explorer
943556df56 how'd this sneak in there? Remove local paths from patch file 1999-11-05 19:18:01 +00:00
explorer
796dd02091 add machdep_sys_ftruncate() as well 1999-11-05 18:56:22 +00:00
explorer
2e7c2d23ff do the machdep_sys_lseek() thing slightly differently, but do it everwhere via a common include file. 1999-11-05 18:45:55 +00:00
explorer
a8c6dcbbe7 somehow patch-bc was lost from here 1999-11-05 18:34:46 +00:00
explorer
af82b1b736 two fixes. One, context switch fix (sorta) and another obvious bug in call to pthread_sigmask() 1999-11-05 18:13:19 +00:00
explorer
6731ad2210 another 1.4.x vs. -current fix 1999-11-05 17:50:54 +00:00
explorer
6e7894d955 Make the endian.h thing work on 1.4.1 as well as 1.4L. I don't know exactly when the file
sys/endian.h was created, but I don't really care as I know it wasn't in 1.4.x and it is in
the latest -current.
1999-11-05 17:36:44 +00:00
explorer
190c57057c make makepatchsum 1999-11-05 17:17:07 +00:00
explorer
3db3d7dcd0 remove pthreads's endian.h, as it isn't needed anymore. 1999-11-05 17:16:40 +00:00
explorer
7093062007 commit patches to make a try at fixing signal handling, compilation under ELF.
I'll sync these changes up to the mysql package when I test these changes
a bit more.
1999-11-05 17:13:27 +00:00
bad
bdf31251ec Regen. 1999-09-10 20:39:06 +00:00