summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-03-09Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withMartin Blapp2-22/+398
-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. Notes: svn path=/head/; revision=55775
2002-03-09Move the s|<malloc.h>|<stdlib.h>|g after the patch section.Martin Blapp1-0/+2
Notes: svn path=/head/; revision=55763
2002-03-09Patch got accidently comitted twice.Martin Blapp1-23/+0
Notes: svn path=/head/; revision=55761
2002-03-09STABLE does not have langinfo.h yet.Martin Blapp2-20/+40
Notes: svn path=/head/; revision=55756
2002-03-09Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.Martin Blapp4-198/+37
Notes: svn path=/head/; revision=55749
2002-03-08This patch accidently got the second part dublicatedMartin Blapp1-9/+0
Notes: svn path=/head/; revision=55748
2002-03-08Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp5-1282/+237
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) Notes: svn path=/head/; revision=55747
2002-03-08Add missing typedef and macros. Patch from Carlos F. A. PaniagoMartin Blapp1-0/+29
<pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55729
2002-03-08We do not have alloca.hMartin Blapp2-0/+24
Notes: svn path=/head/; revision=55727
2002-03-08Substitute .cxx files too in the nas-patch. Also add a missing backslash,Martin Blapp3-3/+3
since we do not want to scan dirs. Notes: svn path=/head/; revision=55724
2002-03-08Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSDMartin Blapp1-0/+23
Notes: svn path=/head/; revision=55723
2002-03-08Add -Wl,-export-dynamic for the SHLGUI build tooMartin Blapp2-0/+36
Notes: svn path=/head/; revision=55722
2002-03-08Add missing $Martin Blapp1-1/+1
Notes: svn path=/head/; revision=55721
2002-03-07Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSDMartin Blapp2-0/+46
Notes: svn path=/head/; revision=55682
2002-03-07Add missing SHL1STDLIBS reorderingMartin Blapp2-4/+26
Notes: svn path=/head/; revision=55681
2002-03-07Add include path $STLPORT_inc_stlport for FreeBSD too and remove a secondMartin Blapp1-2/+32
instance of this include path. Notes: svn path=/head/; revision=55680
2002-03-06*.cxx also needs <malloc.h>|<stdlib.h>Martin Blapp1-0/+2
Notes: svn path=/head/; revision=55648
2002-03-06Add two patches which did not made it in the previous commitMartin Blapp3-0/+44
Reorder the SHL1STDLIBS librarys Notes: svn path=/head/; revision=55642
2002-03-06Reorder the SHL1STDLIBS librarysMartin Blapp44-0/+638
Notes: svn path=/head/; revision=55641
2002-03-06Bison > 1.3 fixes, sync with NetBSD port sourceMartin Blapp3-22/+15
Notes: svn path=/head/; revision=55628
2002-03-06Openoffice needs x11Martin Blapp1-1/+1
Notes: svn path=/head/; revision=55624
2002-03-06s|<malloc.h>|<stdlib.h> for the nas buildMartin Blapp2-0/+34
Notes: svn path=/head/; revision=55609
2002-03-05Exclude three additional map buildings which are breaking the buildMartin Blapp3-0/+35
Notes: svn path=/head/; revision=55608
2002-03-05Fix patch pathsMartin Blapp2-4/+4
Notes: svn path=/head/; revision=55607
2002-03-05Add missing #ifdef for FREEBSDMartin Blapp2-34/+16
Notes: svn path=/head/; revision=55606
2002-03-05minormkchanged.flg is not a target. This solves the breakage in solenvMartin Blapp1-0/+11
Notes: svn path=/head/; revision=55605
2002-03-05Change PATH from /usr/bin/X11 -> /usr/X11R6/binMartin Blapp1-1/+1
Notes: svn path=/head/; revision=55602
2002-03-05Bring the FreeBSD (NetBSD) mozilla zip files into placeMartin Blapp1-0/+3
Notes: svn path=/head/; revision=55601
2002-03-05timeb -> time fixesMartin Blapp2-0/+48
Notes: svn path=/head/; revision=55596
2002-03-05timeb > time fixesMartin Blapp2-0/+72
Notes: svn path=/head/; revision=55595
2002-03-05Fix malformed patchMartin Blapp2-8/+8
Notes: svn path=/head/; revision=55590
2002-03-05Build berkeleydb with freebsd include dir and optionsMartin Blapp2-0/+84
Notes: svn path=/head/; revision=55589
2002-03-05Modified to fit our requirementsMartin Blapp1-0/+189
Notes: svn path=/head/; revision=55583
2002-03-05Fix for newer bison with .h filesMartin Blapp1-0/+12
Notes: svn path=/head/; revision=55582
2002-03-05Fix file extractionMartin Blapp1-0/+11
Notes: svn path=/head/; revision=55581
2002-03-05libfreetype.so.6 > libfreetype.so.7Martin Blapp2-0/+22
Notes: svn path=/head/; revision=55580
2002-03-05Fix tar.gz extraction. Our tar seems not to like the included tar files and ↵Martin Blapp2-0/+18
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. Notes: svn path=/head/; revision=55579
2002-03-05We do not have SYS_TIMEB_H. Instead use SYS_TIME_HMartin Blapp2-8/+18
Notes: svn path=/head/; revision=55578
2002-03-04Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbinMartin Blapp1-0/+34
Notes: svn path=/head/; revision=55541
2002-03-04Update to 641c source buildMartin Blapp2-13/+14
Notes: svn path=/head/; revision=55537
2002-03-04Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_unoMartin Blapp21-138/+5135
source Notes: svn path=/head/; revision=55536
2002-03-03Our patch(1) does treat -b differently than Linux. This should fix the build.Martin Blapp2-0/+28
Notes: svn path=/head/; revision=55489
2002-03-03Another 7 patches from CarlosMartin Blapp13-0/+178
Notes: svn path=/head/; revision=55434
2002-03-03Fix dependency of pth and fix jdk pathsMartin Blapp1-2/+4
Notes: svn path=/head/; revision=55431
2002-03-02The second part was inverted tooMartin Blapp1-2/+2
Notes: svn path=/head/; revision=55428
2002-03-02Fix inverted diffMartin Blapp1-2/+2
Notes: svn path=/head/; revision=55427
2002-03-02Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>Martin Blapp10-0/+152
Notes: svn path=/head/; revision=55416
2002-03-02Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>Martin Blapp20-0/+236
More will follow Notes: svn path=/head/; revision=55413
2002-03-02Add patches merged from NetBSD and from other sourcesMartin Blapp12-14/+568
Notes: svn path=/head/; revision=55408
2002-02-28First step towards a working port.Martin Blapp12-3087/+3133
Notes: svn path=/head/; revision=55362