Martin Blapp
0831655ef9
Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with
...
-pthread, add JAVA_RUNTIME definition, change the optimization from 02
to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder
the librarys the correct way.
2002-03-09 19:57:47 +00:00
Martin Blapp
86149f75c2
Move the s|<malloc.h>|<stdlib.h>|g after the patch section.
2002-03-09 10:43:14 +00:00
Mark Pulford
bebfbd079c
Updated to 3.1.8.
2002-03-09 10:25:58 +00:00
Martin Blapp
9defbf5952
Patch got accidently comitted twice.
2002-03-09 09:54:06 +00:00
Martin Blapp
ea1938c72b
STABLE does not have langinfo.h yet.
2002-03-09 01:00:16 +00:00
Martin Blapp
22a77d8a58
Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.
2002-03-09 00:18:08 +00:00
Martin Blapp
2cdb04602e
This patch accidently got the second part dublicated
2002-03-08 23:13:20 +00:00
Martin Blapp
0a3a57c1f5
Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them
...
while we are here (AWK had an endless loop), add a FreeBSD configure variable
called with-os-version, so we can check the OSVERSION in the build to support both
STABLE and CURRENT (there are different patches needed)
2002-03-08 23:06:20 +00:00
Martin Blapp
64baa5ac91
Add missing typedef and macros. Patch from Carlos F. A. Paniago
...
<pan@cnpm.embrapa.br>
2002-03-08 16:06:39 +00:00
Martin Blapp
8022072e4a
We do not have alloca.h
2002-03-08 15:43:16 +00:00
Martin Blapp
1f2df029ef
Substitute .cxx files too in the nas-patch. Also add a missing backslash,
...
since we do not want to scan dirs.
2002-03-08 14:27:12 +00:00
Martin Blapp
fe99f7ef94
Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSD
2002-03-08 14:00:00 +00:00
Martin Blapp
9ca07ed0ae
Add -Wl,-export-dynamic for the SHLGUI build too
2002-03-08 13:35:18 +00:00
Martin Blapp
a4795e1f6b
Add missing $
2002-03-08 13:30:05 +00:00
Martin Blapp
31d5ac22c5
Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSD
2002-03-07 16:49:17 +00:00
Martin Blapp
715b153f25
Add missing SHL1STDLIBS reordering
2002-03-07 15:44:08 +00:00
Martin Blapp
69a1c8e79f
Add include path $STLPORT_inc_stlport for FreeBSD too and remove a second
...
instance of this include path.
2002-03-07 15:32:52 +00:00
MANTANI Nobutaka
e1566ae99c
Byte-compile only patched elisp files.
...
Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc
before install.
2002-03-06 17:57:21 +00:00
Martin Blapp
6b4a3cb361
*.cxx also needs <malloc.h>|<stdlib.h>
2002-03-06 17:18:04 +00:00
Martin Blapp
46efc15b9e
Add two patches which did not made it in the previous commit
...
Reorder the SHL1STDLIBS librarys
2002-03-06 16:44:13 +00:00
Martin Blapp
1ff4042d1c
Reorder the SHL1STDLIBS librarys
2002-03-06 16:41:21 +00:00
Maxim Sobolev
e5e39fa30c
Pre-compile python objects, so that package deinstalls cleanly.
2002-03-06 13:11:32 +00:00
Martin Blapp
5ee03bd0ee
Bison > 1.3 fixes, sync with NetBSD port source
2002-03-06 11:09:27 +00:00
Martin Blapp
2126a39259
Openoffice needs x11
2002-03-06 10:00:32 +00:00
Martin Blapp
10efa08a2d
s|<malloc.h>|<stdlib.h> for the nas build
2002-03-06 01:33:17 +00:00
Martin Blapp
ca4d5e4600
Exclude three additional map buildings which are breaking the build
2002-03-05 23:41:48 +00:00
Martin Blapp
37e20e8a14
Fix patch paths
2002-03-05 23:40:10 +00:00
Martin Blapp
f5017f7c3f
Add missing #ifdef for FREEBSD
2002-03-05 23:38:28 +00:00
Martin Blapp
56f0874ee4
minormkchanged.flg is not a target. This solves the breakage in solenv
2002-03-05 23:37:12 +00:00
Martin Blapp
7b6630a8cd
Change PATH from /usr/bin/X11 -> /usr/X11R6/bin
2002-03-05 23:35:07 +00:00
Martin Blapp
2cd9e1f248
Bring the FreeBSD (NetBSD) mozilla zip files into place
2002-03-05 23:33:17 +00:00
Martin Blapp
45b7b3fa27
timeb -> time fixes
2002-03-05 17:58:18 +00:00
Martin Blapp
9668701060
timeb > time fixes
2002-03-05 17:49:31 +00:00
Martin Blapp
bf3eb5769f
Fix malformed patch
2002-03-05 17:25:00 +00:00
Martin Blapp
7bbd08efc9
Build berkeleydb with freebsd include dir and options
2002-03-05 17:22:52 +00:00
Martin Blapp
3004d568dd
Modified to fit our requirements
2002-03-05 15:56:32 +00:00
Martin Blapp
5ad2709bbd
Fix for newer bison with .h files
2002-03-05 15:55:41 +00:00
Martin Blapp
02a66e8dab
Fix file extraction
2002-03-05 15:53:57 +00:00
Martin Blapp
81ebca5df1
libfreetype.so.6 > libfreetype.so.7
2002-03-05 15:53:09 +00:00
Martin Blapp
646ae9dfa2
Fix tar.gz extraction. Our tar seems not to like the included tar files and exits
...
with error value 141. But only if the gunzip stream is redirected from STDIN.
If our tar is used with -z, everything works. Looks like a BSD tar bug.
2002-03-05 15:52:12 +00:00
Martin Blapp
030ef7ce18
We do not have SYS_TIMEB_H. Instead use SYS_TIME_H
2002-03-05 15:49:56 +00:00
Maxim Sobolev
79bc38ad3d
Update to 3.0.2.
2002-03-05 12:47:42 +00:00
Maxim Sobolev
3850088d56
Update to 0.5.5.
2002-03-05 11:41:56 +00:00
Martin Blapp
ad27933c59
Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbin
2002-03-04 23:20:22 +00:00
Martin Blapp
2f235b2e0a
Update to 641c source build
2002-03-04 21:48:29 +00:00
Martin Blapp
53c240bb36
Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno
...
source
2002-03-04 21:46:59 +00:00
David E. O'Brien
9a23446e2b
Update to Vim 6.1 Beta 'A' patchlevel 23
2002-03-04 21:13:20 +00:00
Martin Blapp
7399d7d73d
Our patch(1) does treat -b differently than Linux. This should fix the build.
2002-03-03 18:57:07 +00:00
Patrick Li
9a7a9d1ac7
Update to 0.14.b3
...
PR: 35503
Submitted by: maintainer
2002-03-03 06:55:48 +00:00
Pete Fritchman
4cd9f9c8fb
Add texmacs 0.3.5.8, a free WYSIWYG scientific text editor.
...
PR: 32434
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
2002-03-03 03:39:37 +00:00