summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/libMartin Blapp2003-03-2817-170/+442
| | | | | | | have been removed from the default settings. Notes: svn path=/head/; revision=77621
* Patch was reversed.Martin Blapp2003-03-2817-408/+204
| | | | Notes: svn path=/head/; revision=77609
* Fix typoMartin Blapp2003-03-2817-17/+17
| | | | Notes: svn path=/head/; revision=77600
* Unbreak the port and fix the remaining pkg files.Martin Blapp2003-03-2851-1309/+1462
| | | | | | | Have fun with OpenOffice1.1Beta ! Notes: svn path=/head/; revision=77599
* Workarounds for the startup wrappers.Martin Blapp2003-03-2817-50/+118
| | | | Notes: svn path=/head/; revision=77595
* Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for LinuxMartin Blapp2003-03-2817-34/+187
| | | | | | | and others. Must be a JDK difference. Notes: svn path=/head/; revision=77594
* BSD cp does not have -u option.Martin Blapp2003-03-2817-0/+272
| | | | Notes: svn path=/head/; revision=77592
* Fix typo: ScanFileList -> SCacheFileListMartin Blapp2003-03-2820-20/+20
| | | | Notes: svn path=/head/; revision=77567
* Use autoconf version > 2.5 to fix compile on CURRENT.Martin Blapp2003-03-2720-0/+20
| | | | Notes: svn path=/head/; revision=77563
* Bump portrevision after recent changes.Martin Blapp2003-03-273-3/+3
| | | | Notes: svn path=/head/; revision=77561
* Fix gcc3.2.2 compileMartin Blapp2003-03-273-18/+18
| | | | Notes: svn path=/head/; revision=77560
* Fix patch which was apllied to the wrong dir.Martin Blapp2003-03-273-102/+81
| | | | Notes: svn path=/head/; revision=77559
* Fix missing patch which was applied to the wrong directory, ouch !Martin Blapp2003-03-2717-578/+459
| | | | | | | This may be the case for OO1.0X too. Notes: svn path=/head/; revision=77555
* Depending on how a compiler generates code (e.g., GCC 3.2.2 vs. GCCMartin Blapp2003-03-2717-0/+697
| | | | | | | | | | | | | | | | | | | 3.0.1), a bug in the gcc3_linux_intel UNO bridge is revealed: If a C/C++ function returns a complex object (class, struct, union), the 386 ABI specifies that the caller pushes the address for that object on the stack, and the callee removes it from the stack. The code in the UNO bridge (callVirtualMethod in bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx) erroneously assumes that the callee does *not* remove the address from the stack, corrupting the stack. We use the same bridge code as linux does for gcc3.x. So this fix also works for us. Submitted by: Stephan Bergmann <stephan.bergmann@sun.com> Notes: svn path=/head/; revision=77554
* Add "bsd" include path to SOLARINC too.Martin Blapp2003-03-2717-51/+68
| | | | Notes: svn path=/head/; revision=77553
* The bsd1.4.1 jdk has a "bsd" include subdir.Martin Blapp2003-03-2717-17/+17
| | | | Notes: svn path=/head/; revision=77530
* This is fixed in the new snap tarball.Martin Blapp2003-03-2734-3587/+0
| | | | Notes: svn path=/head/; revision=77525
* OOo1.1 seems to link against a lib in the jdk. OOo will still runMartin Blapp2003-03-2717-357/+17
| | | | | | | | without this library, but for compile it is definitly needed. Remove the linux jdk dependency and use again our native one. Notes: svn path=/head/; revision=77524
* Update to a 20030324 snapshot. Remove a old unusedMartin Blapp2003-03-2734-68/+68
| | | | | | | distfile entry. Notes: svn path=/head/; revision=77523
* Update to version 0.8.1Kevin Lo2003-03-274-17/+9
| | | | Notes: svn path=/head/; revision=77520
* Always use ${LINK} and ignore different settings.Martin Blapp2003-03-2717-17/+17
| | | | Notes: svn path=/head/; revision=77502
* Fix typoMartin Blapp2003-03-263-3/+3
| | | | | | | | PR: 50027 Submitted by: Christopher Nehren <apeiron@comcast.net> Notes: svn path=/head/; revision=77500
* Hopefully fix the build on bento:Martin Blapp2003-03-2620-100/+220
| | | | | | | | The JDK dependency needs to be at the first place, so all following dependencies use the same JDK. Notes: svn path=/head/; revision=77489
* Add WWW.Jimmy Olgeni2003-03-241-0/+2
| | | | Notes: svn path=/head/; revision=77384
* Use the linux map files for the gcc3 case.Martin Blapp2003-03-2351-102/+476
| | | | Notes: svn path=/head/; revision=77276
* The disposing happened to early. Move it a bit.Martin Blapp2003-03-2317-0/+578
| | | | | | | Submitted by: Daniel Boelzle <dbo@openoffice.org> Notes: svn path=/head/; revision=77275
* We use the linux jdk now to build, so follow the linux if-clauses here.Martin Blapp2003-03-2334-0/+680
| | | | Notes: svn path=/head/; revision=77274
* Fix bridge tests. Fixed in HEAD of OO.org, but not in srx644 branch.Martin Blapp2003-03-2334-0/+3587
| | | | Notes: svn path=/head/; revision=77272
* Remove -export-dynamic. This option is not needed at all andMartin Blapp2003-03-2317-68/+68
| | | | | | | | does not work together with the .map files. This is already fixed in the 1.0X OO.org series. Notes: svn path=/head/; revision=77271
* Update to 4.1.0.Maxim Sobolev2003-03-234-59/+434
| | | | Notes: svn path=/head/; revision=77236
* Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.Eric Anholt2003-03-131-0/+11
| | | | | | | Submitted by: bento/kris Notes: svn path=/head/; revision=77116
* Readd patch from last commit.Martin Blapp2003-03-1217-0/+187
| | | | | | | Approved: kris (portmgr) Notes: svn path=/head/; revision=77111
* Update to cws_srx644_ooo11beta. It still doesn't build but this commit will helpMartin Blapp2003-03-12408-89505/+9911
| | | | | | | | | | | | | | | to track the things down. There are known problems with weak symbols and exceptions. Some c++ tools inside the port will fail if you try to compile. The cpp_uno bridge has been updated to the latest linux version available. Added 'make update' target to upgrade the source to the latest version. Approved by: kris (portmgr) Notes: svn path=/head/; revision=77109
* Cleaning up after the wonders of remote cvsAde Lovett2003-03-076-6/+0
| | | | Notes: svn path=/head/; revision=77046
* Clear moonlight beckons.Ade Lovett2003-03-07116-55/+61
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove pkg-comment from the remaining special cases.Ade Lovett2003-03-071-1/+0
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77043
* Remove pkg-comment from remaining master/slave port sets.Ade Lovett2003-03-0749-32/+26
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77041
* More manual pkg-comment cleanups.Ade Lovett2003-03-069-9/+7
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77038
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-0646-23/+23
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* Remove pkg-comment and add COMMENT to the Makefile.Gary Jennejohn2003-03-0610-5/+5
| | | | Notes: svn path=/head/; revision=77027
* It's ".if", not "if"Ade Lovett2003-03-0617-17/+17
| | | | | | | Submitted by: make index Notes: svn path=/head/; revision=77008
* DTRT with respect to COMMENT, unbreaking things.Ade Lovett2003-03-061-3/+1
| | | | | | | Submitted by: make index Notes: svn path=/head/; revision=77007
* Fix minor typo (if instead of .if)Ade Lovett2003-03-063-3/+3
| | | | | | | Submitted by: make index Notes: svn path=/head/; revision=77006
* de-pkg-commentMartin Blapp2003-03-058-23/+27
| | | | Notes: svn path=/head/; revision=76995
* Update to 1.1 beta. Work in progress.Martin Blapp2003-03-051237-39339/+8875
| | | | | | | de-pkg-comment Notes: svn path=/head/; revision=76992
* de-pkg-comment, drop maintainership.Alexander Langer2003-03-052-2/+2
| | | | Notes: svn path=/head/; revision=76982
* Update to Vim 6.1 patchlevel 365David E. O'Brien2003-03-052-2/+24
| | | | Notes: svn path=/head/; revision=76975
* * Switch to Makefile COMMENTDoug Barton2003-03-053-60/+24
| | | | | | | * Take advantage of winter's work on ispell Notes: svn path=/head/; revision=76944
* Switch to Makefile COMMENTDoug Barton2003-03-051-1/+0
| | | | Notes: svn path=/head/; revision=76943
* Bring over the patch from pine4 to make the pico build respect CFLAGSDoug Barton2003-03-051-0/+11
| | | | Notes: svn path=/head/; revision=76942