Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to version 0.7.2 | kevlo | 2002-06-25 | 4 | -12/+26 |
| | |||||
* | - Use REINPLACE_CMD | ijliao | 2002-06-24 | 2 | -4/+5 |
| | | | | | | | - Change maintainer's address PR: 39758 Submitted by: maintainer | ||||
* | add kile 1.0 | ijliao | 2002-06-23 | 11 | -0/+913 |
| | | | | | | | A LaTeX source editor for KDE PR: 39667 Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> | ||||
* | Assign maintainer to mailinglist. | mbr | 2002-06-23 | 20 | -20/+20 |
| | |||||
* | Replace ${PERL} with ${REINPLACE_CMD} | ijliao | 2002-06-21 | 10 | -18/+29 |
| | | | | | PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> | ||||
* | Two typos in the postscript header for printing fixed - one | mbr | 2002-06-21 | 23 | -0/+299 |
| | | | | | | | | | | if them is about Euro symbol, (merged from the development branch of the package). This patch is a slight generalisation of the one provided in NetBSD PR pkg/17130 Obtained from: NetBSD, <mrauch@netbsd.org> | ||||
* | add ssed 3.58 | ijliao | 2002-06-20 | 7 | -0/+62 |
| | | | | | | | Super-sed is a heavily enhanced version of sed PR: 39156 Submitted by: Amar Takhar <verm@drunkmonk.net> | ||||
* | Always use the internal stlport if USE_GCC is defined. | mbr | 2002-06-19 | 3 | -3/+3 |
| | |||||
* | If we build a port with a language different than EN or DE, we need | mbr | 2002-06-19 | 3 | -3/+3 |
| | | | | | | | to define the language EN_US too. The documention is english only at the moment. Bug Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> | ||||
* | Fix variable | mbr | 2002-06-18 | 3 | -3/+3 |
| | | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> | ||||
* | Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the | will | 2002-06-16 | 9 | -24/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com> | ||||
* | Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. | marcus | 2002-06-15 | 3 | -3/+4 |
| | |||||
* | Add Swedish OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Polish OpenOffice slave port | mbr | 2002-06-15 | 2 | -0/+16 |
| | |||||
* | Add Italian OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Spanish OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Arabic OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Turkish OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Portuguese OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+17 |
| | |||||
* | Add Dutch OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Greek OpenOffice slave port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Add Danish OpenOffice port | mbr | 2002-06-15 | 3 | -0/+31 |
| | |||||
* | Preparations to add OO ports for other languages. I'll add later OO | mbr | 2002-06-15 | 3 | -12/+138 |
| | | | | | | slave ports for 12 languages. Obtained from: lioux (slave port skeletons) | ||||
* | OO hasn't crashed anymore, since the mapfiles took place. Remove | mbr | 2002-06-13 | 3 | -12/+0 |
| | | | | the warning message. | ||||
* | Display the kernel config message for 2.95 gcc only on STABLE. | mbr | 2002-06-13 | 3 | -3/+6 |
| | |||||
* | Add missing conditional. | mbr | 2002-06-13 | 3 | -0/+6 |
| | |||||
* | OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1 | mbr | 2002-06-13 | 3 | -0/+12 |
| | | | | for now. | ||||
* | Fix gcc 2.95.3 crash resulting from a symbol conflict | mbr | 2002-06-13 | 95 | -30/+2444 |
| | | | | | | | | | between libpackage2.so and libsvx641fi.so. Enable gcc 2.95.3 build again. OO should build and work now in STABLE with the system gcc. Obtained from: Alexander Kabaev <ak03@gte.com> | ||||
* | Enable the exported symbols map files again. A missing map file has been added | mbr | 2002-06-13 | 162 | -735/+1181 |
| | | | | | and now the build works with map files. It seems that some of these patches have been comitted to the OO repo. Add new patches to fix this. | ||||
* | Enable the map files. | mbr | 2002-06-12 | 23 | -46/+46 |
| | |||||
* | Update to the latest GNOME 2 snapshot. | marcus | 2002-06-12 | 3 | -3/+5 |
| | |||||
* | Update to 3.40 | pat | 2002-06-11 | 4 | -503/+50 |
| | | | | | PR: 38228 Submitted by: KATO Tsuguru <tkato@prontomail.com> | ||||
* | Not sure why all of a sudden the lang/README.txt became such a problem. | obrien | 2002-06-11 | 1 | -6/+11 |
| | | | | A whack with the hammer and it can be forgotten. | ||||
* | Add notice about the JDK requirements. | mbr | 2002-06-11 | 3 | -0/+12 |
| | |||||
* | Matt just comitted the fix to CURRENT. Do not display the | mbr | 2002-06-11 | 3 | -6/+12 |
| | | | | message if CURRENT is used. | ||||
* | Update to Vim 6.1 patchlevel 94 | obrien | 2002-06-11 | 2 | -3/+43 |
| | |||||
* | It looks like a 'make install-user' as root does add this | mbr | 2002-06-10 | 3 | -3/+0 |
| | | | | File. To be able to make a package, we need to remove it. | ||||
* | Larger stack and datasize seems only be needed if gcc2 is used. | mbr | 2002-06-10 | 3 | -0/+6 |
| | |||||
* | Add message about broken FreeBSD rtld and needed system patch. | mbr | 2002-06-10 | 3 | -0/+21 |
| | |||||
* | Fix XHTML DOCTYPE definitions. | shige | 2002-06-10 | 2 | -4/+4 |
| | | | | | PR: ports/38293 Submitted by: OKUMURA Yoshifumi <okumura@pop06.odn.ne.jp> | ||||
* | Only activate the display hack if no DISPLAY is defined. This should fix | mbr | 2002-06-10 | 3 | -6/+63 |
| | | | | install for users with a running X-Server. | ||||
* | Remove patches with absurdly long filenames (>100 characters), after a | kris | 2002-06-10 | 51 | -629/+0 |
| | | | | repo copy to files with shorter names. | ||||
* | Remove patches with absurdly long filenames (>100 characters), after a | kris | 2002-06-10 | 12 | -390/+0 |
| | | | | repo copy to files with shorter names. | ||||
* | Fix build on -current with gcc 3.1. | petef | 2002-06-08 | 10 | -0/+211 |
| | | | | Submitted by: bento | ||||
* | upgrade to 1.54 | ijliao | 2002-06-08 | 2 | -2/+2 |
| | |||||
* | Fix version string | mbr | 2002-06-07 | 3 | -3/+3 |
| | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> | ||||
* | Add missing -D_REENTRANT in CURRENT. | mbr | 2002-06-07 | 23 | -92/+92 |
| | |||||
* | - Dependency fix. | mbr | 2002-06-07 | 3 | -3/+27 |
| | | | | - Really build OO on CURRENT with g++ from ports | ||||
* | Make a ugly hack and remove the DISPLAY dependency. We use the | mbr | 2002-06-07 | 3 | -36/+87 |
| | | | | | | | | | XFree86-4-VirtualFramebufferServer port to fake a real x-server and to be able to make automated builds on bento. Set USE_GCC=3.1 since all other options are broken at the moment. Reviewed by: Will Andrews <will@FreeBSD.org> | ||||
* | Automated build is not possible. | mbr | 2002-06-07 | 20 | -0/+63 |
| | | | | Obtained from: Will | ||||
* | Sync with reality and sort. | mbr | 2002-06-07 | 3 | -2481/+7062 |
| | |||||
* | Add missing map files. | mbr | 2002-06-07 | 46 | -0/+1495 |
| | |||||
* | Fix string | mbr | 2002-06-06 | 3 | -6/+6 |
| | |||||
* | Add DMAKE variable we can later use for more targets. | mbr | 2002-06-06 | 3 | -21/+21 |
| | |||||
* | Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compile | mbr | 2002-06-06 | 6 | -72/+210 |
| | | | | | issues if stlport is already installed, but have been compiled with a different c++ compiler. | ||||
* | Add WITH_DEBUG option, and a needed patch. | mbr | 2002-06-06 | 78 | -474/+1783 |
| | | | | Clean up the Makefile. | ||||
* | Update to 1.0.2. | marcus | 2002-06-06 | 16 | -32/+40 |
| | |||||
* | Fix distfile name for gcc31 | mbr | 2002-06-05 | 3 | -6/+6 |
| | | | | Submitted by: Erik H. Bakke <ebakke@trolltech.com> | ||||
* | Remove \t from usage(). Add the missing obsolete directory as a copy | mbr | 2002-06-05 | 3 | -24/+48 |
| | | | | from nspr/obsolete. | ||||
* | I made the mozilla distfiles about 4MB smaller. The includes are always | mbr | 2002-06-05 | 6 | -15/+27 |
| | | | | | the same, so there isn't any reason we should include them in each version. Change the MD5 checksums one last time. | ||||
* | Also set --enable-gcc3 for CURRENT without USE_GCC | mbr | 2002-06-05 | 3 | -0/+12 |
| | |||||
* | Use USE_GCC as in bsd.ports.mk proposed. | mbr | 2002-06-05 | 6 | -96/+90 |
| | |||||
* | Don't make a mozilla subdir inside the includes | mbr | 2002-06-05 | 3 | -15/+12 |
| | |||||
* | Use CXX to link, since there are many places where CC is missing -lstdc++. | mbr | 2002-06-05 | 23 | -23/+23 |
| | |||||
* | Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. If | mbr | 2002-06-05 | 6 | -36/+312 |
| | | | | | | | | | a different gcc is used, they make libstd++ conflict with the system installed one. Pointy hat to OpenOffice people. Many thanks to: David E. O'Brien <obrien@FreeBSD.org> | ||||
* | Make the installation working on CURRENT to. The LD_LIBS | mbr | 2002-06-05 | 3 | -3/+6 |
| | | | | path was missing for the stlport library. | ||||
* | We finally made it possible. With the new bridge code from Alexander, | mbr | 2002-06-05 | 3 | -9/+0 |
| | | | | | | | | | OpenOffice works now (on STABLE). Thanks goes to the following people which helped me a lot : Tim Tretyak <timothy@umc.com.ua> Alexander Kabaev <ak03@gte.com> Carlos F. A. Paniago <pan@panix.ecof.org.br> | ||||
* | AC_TRY_COMPILE -> AC_TRY_LINK | mbr | 2002-06-04 | 23 | -46/+46 |
| | |||||
* | Fix the mozilla include problem and reroll the distfile. | mbr | 2002-06-04 | 6 | -33/+3 |
| | | | | Change MD5 checksum for CURRENT. | ||||
* | Add new cpp uno bridge for STABLE. Make the necessary hooks and also add | mbr | 2002-06-04 | 75 | -98/+40026 |
| | | | | | | the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev <ak03@gte.com> | ||||
* | Check the exception handling. Needed for the cpp uno code | mbr | 2002-06-04 | 29 | -147/+918 |
| | | | | bridge. I'll import a new bridge for sjlj exceptions on STABLE. | ||||
* | Use a tab instead of a space after a variable name. | okazaki | 2002-06-04 | 1 | -2/+2 |
| | | | | | | Submitted by: portlint Release a maintainer-ship of this port to ports@FreeBSD.org. | ||||
* | Work around the broken deliver.pl behaviour on CURRENT. For some very | mbr | 2002-06-04 | 3 | -0/+30 |
| | | | | | | strange reason (perl bug ?i), deliver does not copy the includes to the right place, it just skips them. Just copy the includes to the right place. | ||||
* | OO bootstrap needs perl. | mbr | 2002-06-03 | 3 | -0/+3 |
| | |||||
* | Some other ln -s -> ln -fs | mbr | 2002-06-03 | 23 | -115/+391 |
| | |||||
* | For now, do not add libstd++ lib to the package. A libgcc_s.so is missing | mbr | 2002-06-03 | 46 | -621/+2438 |
| | | | | on CURRENT. I'll investigate here what's wrong. | ||||
* | Fix building fails when compiled w/ perl interpreter option. | obrien | 2002-06-03 | 1 | -4/+15 |
| | | | | | PR: 36124 Submitted by: Anton Berezin <tobez@tobez.org> | ||||
* | Add missing includes for CURRENT | mbr | 2002-06-03 | 23 | -0/+322 |
| | |||||
* | Fix previous patch. We have to include unistd.h for FreeBSD | mbr | 2002-06-03 | 23 | -207/+253 |
| | |||||
* | Do not link with lsupc++. With the newest gcc3.1 version it seems not to | mbr | 2002-06-03 | 23 | -368/+161 |
| | | | | be necessary. | ||||
* | Add a patch to not prototype getopt() again if gcc3 is used. | mbr | 2002-06-03 | 6 | -0/+210 |
| | |||||
* | Same case as Solaris. | mbr | 2002-06-03 | 23 | -0/+253 |
| | |||||
* | Don't compile this for the gcc3 case. | mbr | 2002-06-03 | 6 | -0/+66 |
| | |||||
* | Fix patch. Of course the original checked for gcc3.0, not gcc3.1 | mbr | 2002-05-31 | 23 | -23/+23 |
| | |||||
* | Add missing include for strchr() if compiled with gcc3 | mbr | 2002-05-31 | 3 | -0/+36 |
| | |||||
* | Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports. | mbr | 2002-05-31 | 23 | -0/+253 |
| | |||||
* | USE_LINUX rather than explicitly listing the dependency. | obrien | 2002-05-30 | 2 | -3/+3 |
| | |||||
* | upgrade 1.50 | ijliao | 2002-05-30 | 2 | -2/+2 |
| | |||||
* | Add script to generate the needed mozilla dist tarfiles. | mbr | 2002-05-29 | 3 | -0/+411 |
| | |||||
* | Second part, forgot to commit it. | mbr | 2002-05-29 | 6 | -72/+165 |
| | | | | | | | | | | | | Make openoffice compile with gcc from ports, or just with CC=$CC and CXX=$CXX, like it should normally be. Usable options are: USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES Add a lot off gcc3.x fixes, make included stlport compile with CURRENT. Next step will be to include a mozilla build, so we can link openoffice against mozilla librarys without c++ compat problems. | ||||
* | Make openoffice compile with gcc from ports, or just with CC=$CC and | mbr | 2002-05-29 | 294 | -670/+28874 |
| | | | | | | | | | | | CXX=$CXX, like it should normally be. Usable options are: USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES Add a lot off gcc3.x fixes, make included stlport compile with CURRENT. Next step will be to include a mozilla build, so we can link openoffice against mozilla librarys without c++ compat problems. | ||||
* | Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. | marcus | 2002-05-29 | 2 | -3/+3 |
| | |||||
* | Explict dependancy on version 7 of linux_base is not needed anymore. | obrien | 2002-05-28 | 2 | -6/+4 |
| | | | | The linux_base port is now at RH version 7. | ||||
* | Update to patch level 9.2zd. | gj | 2002-05-23 | 4 | -4/+8 |
| | | | | | This was tested on a -current system with no /usr/bin/perl and worked OK. | ||||
* | Add missing dependency on libgnomeui. | marcus | 2002-05-23 | 1 | -1/+2 |
| | | | | Submitted by: bento | ||||
* | Update to 6.0 final | mbr | 2002-05-22 | 8 | -142/+108 |
| | |||||
* | Mark it broken again. | mbr | 2002-05-22 | 3 | -0/+9 |
| | | | | | | | | | | | | | | | | | It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions do not work as they should and instead a clean exit we get a segfault. This works with a virgin 2.95.3 compiler, or even the one in the ports collection. Another bug is a internal compiler error during compile a part of OO without -g or with -O. The rtld-elf symbolcache seems to have problems too. If used, the installation coredumps. A workaround seems to disable the caching altough this can't be the real solution. There is also an outstanding problem in the uno-bridge code of OO. We are currently investigating it: http://www.openoffice.org/issues/show_bug.cgi?id=5071 | ||||
* | Fix plist for OpenOffice 1.0 | mbr | 2002-05-22 | 3 | -5022/+5022 |
| | |||||
* | Allow package suffix to be overridden. | obrien | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 1.0 and unbreak. | sada | 2002-05-21 | 3 | -849/+876 |
| | | | | | | - add `@exec mkdir' lines to stop deinstall-time warnings. PR: ports/36496 Submitted by: maintainer | ||||
* | Add install-user target. | mbr | 2002-05-20 | 3 | -0/+12 |
| | |||||
* | Change SO version in oo_setup.resp. Call sed directly. | mbr | 2002-05-20 | 6 | -12/+9 |
| | |||||
* | Back to betas...Update to GNOME 2.0 beta 5. | marcus | 2002-05-20 | 3 | -3/+5 |
| | |||||
* | Fix the last commit. Since OO was only compileable in a little | mbr | 2002-05-20 | 3 | -21/+24 |
| | | | | | timeframe on CURRENT, mark it broken for all CURRENT versions. Beside that, the logic was wrong. | ||||
* | Unbreak build, since we need testers now the setup works. | mbr | 2002-05-19 | 3 | -6/+114 |
| | | | | | Add a lot of warning messages and tell in which RELEASE OO does not work (yet). | ||||
* | Add BSD specific nas patches to get it really working. NetBSD should | mbr | 2002-05-19 | 23 | -138/+3496 |
| | | | | do the same. | ||||
* | Work around another C++ compiler bug with -O in our | mbr | 2002-05-19 | 23 | -0/+276 |
| | | | | | STABLE gcc. Using -g for just this target, or removing -O seems to fix the build. | ||||
* | Link libmozab2 too. This is apparently a bug introduced in | mbr | 2002-05-19 | 23 | -46/+276 |
| | | | | 1.0 by the OO people. This should fix the setup program. | ||||
* | Revert the include dirs to the old location as before, and | mbr | 2002-05-18 | 46 | -230/+920 |
| | | | | add the missing dirs. | ||||
* | Add missing MD5 checksum, sigh | mbr | 2002-05-18 | 3 | -3/+3 |
| | |||||
* | Update to mozilla 1.0RC2, like the OO people did yesterday. | mbr | 2002-05-18 | 47 | -193/+2060 |
| | |||||
* | Make setup start. Patch from Alexander N. Kabaev | mbr | 2002-05-18 | 23 | -69/+161 |
| | |||||
* | BROKEN: Does not fetch | kris | 2002-05-18 | 1 | -0/+2 |
| | |||||
* | Set USE_X_PREFIX. | sada | 2002-05-18 | 1 | -0/+1 |
| | | | | | PR: ports/37196 Submitted by: maintainer | ||||
* | Needs perl to build. | obrien | 2002-05-17 | 1 | -0/+2 |
| | |||||
* | Fix building on -current | dwcjr | 2002-05-15 | 2 | -0/+22 |
| | | | | | PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de | ||||
* | Fix byte-compile error of dired.el. | nobutaka | 2002-05-15 | 1 | -2/+2 |
| | | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp> | ||||
* | Update 21.4.6_1 -> 21.4.8. | kiri | 2002-05-15 | 6 | -10/+12 |
| | |||||
* | Update 2.1 -> 3.0. A new pkg "latin-unity-1.02" has been included. | kiri | 2002-05-15 | 2 | -9/+11 |
| | |||||
* | Update 2.1 -> 3.0. Sevral new pkgs have been included. | kiri | 2002-05-15 | 2 | -111/+119 |
| | |||||
* | Update to patch 9.2zc. The new patches contain mostly fixes for | gj | 2002-05-15 | 4 | -4/+12 |
| | | | | winvile, but a few are of general interest. | ||||
* | Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor | marcus | 2002-05-15 | 10 | -228/+191 |
| | | | | for the GNOME 2.0 desktop environment. | ||||
* | Remove -g from build. We have special makeflags for this in OO. | mbr | 2002-05-15 | 40 | -80/+80 |
| | |||||
* | Fix dired-mode for Japanese locale. | nobutaka | 2002-05-12 | 2 | -1/+2 |
| | | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp> | ||||
* | Drop maintainership. | jasone | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | Fix PLIST | lioux | 2002-05-10 | 3 | -348/+294 |
| | | | | | Submitted by: Alan E <ports@geeksrus.net> Approved by: will | ||||
* | Update to 1.0.1. | marcus | 2002-05-09 | 12 | -40/+8 |
| | |||||
* | To ports@freebsd.org. | obrien | 2002-05-09 | 1 | -1/+1 |
| | |||||
* | Update to patch level 9.2za. This is basically vile-9.3 pre-release. | gj | 2002-05-09 | 4 | -4/+8 |
| | |||||
* | fix WANT_GNOME bug | ijliao | 2002-05-08 | 2 | -6/+15 |
| | | | | bump PORTREVISION | ||||
* | Update to 2.31 | dwcjr | 2002-05-08 | 2 | -2/+2 |
| | | | | | | PR: 37323 Submitted by: Matthias Andree <matthias.andree@stud.uni-dortmund.de> Approved by: maintainer | ||||
* | upgrade to 0.6.0b | ijliao | 2002-05-08 | 2 | -2/+2 |
| | |||||
* | Fix a spurious crash when invoking the editor on certain C files. | marcus | 2002-05-08 | 2 | -0/+24 |
| | | | | PR: 37785 | ||||
* | o New port StarOffice 5.2 for Portuguese language | lioux | 2002-05-07 | 7 | -0/+3272 |
| | | | | | | | o Maintainership assigned to reviewer since he already maintains all the other StarOffice ports Reviewed by: mbr | ||||
* | Update to Vim 6.1 patchlevel 48 | obrien | 2002-05-06 | 2 | -3/+17 |
| | |||||
* | A oounix dir is now used instead of unix. So we need | mbr | 2002-05-02 | 23 | -0/+276 |
| | | | | to apply this patch to two files instead of one. | ||||
* | Upgrade to 1.0.0 | mbr | 2002-05-02 | 156 | -767/+1084 |
| | | | | Builds ok, but is still broken | ||||
* | Update to 5.3.2 | pat | 2002-04-30 | 3 | -6/+6 |
| | | | | | PR: 37578 Submitted by: maintainer | ||||
* | Issue fflush()->fsync() after saving file to the disk, so that the user will | sobomax | 2002-04-30 | 2 | -0/+13 |
| | | | | | | not get zero-sized file after reboot if the system crashed shortly after the save, as it usually the case when you are hacking some potential panic(9) implementation (e.g. kernel module). Bump PORTREVISION. | ||||
* | Use complete path for jot(1). The Orville write port also has a jot, | obrien | 2002-04-28 | 1 | -1/+1 |
| | | | | | | and it has has caused one user a problem. Submitted by: Rex A. Roof <rex@gunjin.wccnet.org> | ||||
* | Update to Vim 6.1 patchlevel 32 | obrien | 2002-04-28 | 3 | -30/+19 |
| | |||||
* | Tweak an error message in pre-extract. | gerald | 2002-04-27 | 3 | -6/+3 |
| | | | | Approved by: mbr (maintainer), obrien (mentor) | ||||
* | Check for missing langinfo.h | mbr | 2002-04-25 | 3 | -0/+27 |
| | |||||
* | Add setup description file | mbr | 2002-04-25 | 3 | -0/+21 |
| | |||||
* | Fix one mastersite, add install targets and remove the os version check. | mbr | 2002-04-25 | 3 | -36/+33 |
| | | | | | | | | I think if the gcc fixes for oo go in before 4.6, we can check against this version later. Openoffice does build now till the end. A normal build with a P800 Mhz does take approximatly 20 hours. | ||||
* | Remove this patch. It's now included in the 641d build | mbr | 2002-04-24 | 3 | -5157/+0 |
| | |||||
* | Bring back deleted patch. We can habe the same flags as linux | mbr | 2002-04-24 | 23 | -0/+253 |
| | |||||
* | We do not have alloca.h | mbr | 2002-04-24 | 6 | -0/+84 |
| | |||||
* | Go back to mozilla 2.95 includes, a newer version has LDAP code | mbr | 2002-04-24 | 40 | -60/+60 |
| | | | | | problems and doesn't compile. We can bump later to 1.0, if the openoffice project does the same. | ||||
* | Fi MASTER_SITES. | will | 2002-04-23 | 3 | -3/+3 |
| | |||||
* | Update to 1.0.0. | marcus | 2002-04-23 | 20 | -1624/+452 |
| | | | | | Reviewed by: sobomax Approved by: sobomax | ||||
* | Please welcome Qt3/KDE3 to our ports tree. This includes work since the | will | 2002-04-22 | 70 | -114/+1066 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde | ||||
* | Update to 4.0.0. | sobomax | 2002-04-19 | 5 | -39/+264 |
| | |||||
* | mktemp(3) needs unistd.h | mbr | 2002-04-17 | 23 | -0/+253 |
| | | | | Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br> | ||||
* | Bring the patch to the newest version so it does not break anymore | mbr | 2002-04-16 | 23 | -897/+1817 |
| | |||||
* | Ifdef another windows timezone definition | mbr | 2002-04-15 | 23 | -0/+276 |
| | |||||
* | Add missing includes | mbr | 2002-04-15 | 23 | -0/+276 |
| | |||||
* | Fix patch argument which does fix the neon build | mbr | 2002-04-15 | 6 | -0/+66 |
| | |||||
* | Missed these two in yesterday's uber-patch owing to a botched local | ade | 2002-04-14 | 2 | -2/+12 |
| | | | | | | tree merge problem. Pointy hat to: ade | ||||
* | Fix rev 1.128 to what it should have been. | obrien | 2002-04-14 | 1 | -6/+6 |
| | | | | This fixes a `make reinstall' problem. | ||||
* | gettext upgrade uber-patch (stage 3) | ade | 2002-04-13 | 10 | -12/+20 |
| | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr | ||||
* | Update to 1.0.9. Notable changes in this release: | naddy | 2002-04-12 | 7 | -71/+5 |
| | | | | | | * Bug fixes. * Updated translations. "Norwegian" has been replaced by separate Nynorsk and Bokmaal translations. | ||||
* | Fix build-failure at makeinfo(4.1 or later). | shige | 2002-04-10 | 1 | -1/+10 |
| | | | | | Submitted by: yoichi Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12604 | ||||
* | Update to 0.99.5. | marcus | 2002-04-10 | 16 | -40/+48 |
| | | | | | Reviewed by: sobomax Approved by: sobomax | ||||
* | upgrade to 1.40 | ijliao | 2002-04-10 | 2 | -2/+2 |
| | |||||
* | Update to Vim 6.1 patchlevel 14 | obrien | 2002-04-10 | 3 | -1/+32 |
| | | | | and fix to build on 5-CURRENT. | ||||
* | Update to Vim 6.1 patchlevel 9. | obrien | 2002-04-09 | 2 | -21/+24 |
| | |||||
* | Remove iconv->giconv hack. | sobomax | 2002-04-08 | 1 | -9/+0 |
| | |||||
* | iconv binary now calles `iconv', not `giconv'. | sobomax | 2002-04-08 | 4 | -4/+4 |
| | |||||
* | Remove iconv->giconv hack. | sobomax | 2002-04-08 | 1 | -42/+0 |
| | |||||
* | upgrade to 1.1.8 | ijliao | 2002-04-06 | 2 | -5/+5 |
| | | | | | PR: 36797 Submitted by: Tilman Linneweh <tilman@arved.de> | ||||
* | Upgrade to build 641d. More work is necessary to make the build compile. | mbr | 2002-04-03 | 528 | -7310/+2942 |
| | | | | | | There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other. | ||||
* | Update to 2.21. | petef | 2002-03-29 | 2 | -2/+2 |
| | | | | | PR: 36435 Submitted by: maintainer | ||||
* | upgrade to 1.40.15 | ijliao | 2002-03-25 | 6 | -85/+47 |
| | | | | | PR: 36291 Submitted by: Ports Fury | ||||
* | Update to 0.99.3. | sobomax | 2002-03-19 | 20 | -76/+32 |
| | | | | | PR: 36062 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Fix another few places where giconv used instead of iconv. | sobomax | 2002-03-19 | 6 | -6/+6 |
| | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Update to 21.2. | nobutaka | 2002-03-19 | 2 | -3/+3 |
| | | | | Approved by: shige | ||||
* | Update to 21.2. | nobutaka | 2002-03-19 | 2 | -6/+5 |
| | |||||
* | Update to 0.14.b4 | yoichi | 2002-03-19 | 3 | -3/+12 |
| | | | | | PR: ports/36043 Submitted by: maintainer | ||||
* | Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and | sobomax | 2002-03-18 | 1 | -2/+0 |
| | | | | -liconv to -lgiconv. | ||||
* | Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with | sobomax | 2002-03-18 | 8 | -648/+0 |
| | | | | <giconv.h> or -liconv with -lgiconv. | ||||
* | Bump PORTREVISION to reflect the (lib)iconv upgrade. | knu | 2002-03-18 | 10 | -0/+10 |
| | |||||
* | Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need | sobomax | 2002-03-18 | 10 | -18/+14 |
| | | | | libiconv. | ||||
* | Update to patch level z. | gj | 2002-03-18 | 4 | -4/+8 |
| | | | | | This has mostly fixes for winvile, but there are some which are interesting to *IX users. | ||||
* | Revert the last change. It looks like -fno-rtti is only needed for the | mbr | 2002-03-17 | 97 | -40/+781 |
| | | | | | mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build. | ||||
* | Stage 1 of gettext update. | ade | 2002-03-16 | 10 | -10/+10 |
| | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr | ||||
* | Add -fno-rtti so the mozab connector code compiles again. | mbr | 2002-03-16 | 40 | -40/+40 |
| | |||||
* | Correct invalid syntax in LIB_DEPENDS | kris | 2002-03-15 | 20 | -20/+20 |
| | | | | Submitted by: bento | ||||
* | Remove hardcoded $cc and $CC | mbr | 2002-03-15 | 17 | -221/+119 |
| | |||||
* | Remove $cc and $CC defines from unxfbsd.mk, and do the changes for | mbr | 2002-03-15 | 51 | -0/+10795 |
| | | | | | | | $CC -> $CXX $cc -> $CC everywhere. The compile seems to work again now. | ||||
* | Add pth directory for LIB_DEPENDS | mbr | 2002-03-15 | 20 | -20/+20 |
| | |||||
* | This port doesn't really USE_FREETYPE. | sobomax | 2002-03-14 | 1 | -1/+0 |
| | |||||
* | Add CFLAGS too, and make correct {} | mbr | 2002-03-14 | 17 | -901/+901 |
| | |||||
* | Add CC and CFLAGS to gmake environment | mbr | 2002-03-14 | 17 | -0/+34 |
| | |||||
* | gcc/cc -> $(CC) fixes | mbr | 2002-03-14 | 51 | -0/+4794 |
| | | | | | Do remove empty defines CC/CXX variables which did overwrite the SOLENV environment. | ||||
* | Add $CC and $CXX here too | mbr | 2002-03-14 | 17 | -51/+51 |
| | |||||
* | Use CXX and CC, so we can specify cc295 and g++295 from ports. More | mbr | 2002-03-14 | 51 | -238/+629 |
| | | | | commits will follow. | ||||
* | Make portlint happy. Add USE_XLIB | mbr | 2002-03-14 | 20 | -200/+237 |
| | | | | Submitted by: demon | ||||
* | Add missing openoffice-devel | mbr | 2002-03-14 | 1 | -0/+1 |
| | |||||
* | Fix breakage with "patch -i" which is missing in STABLE. For some strange | mbr | 2002-03-14 | 146 | -0/+1606 |
| | | | | reason it exists in recent CURRENT, but is not documented. | ||||
* | Copy stlport library to the right place. Fix build | mbr | 2002-03-12 | 17 | -102/+289 |
| | |||||
* | Another alloca.h we do not have | mbr | 2002-03-12 | 17 | -0/+204 |
| | |||||
* | Upgrade the development snapshot to the latest build: 642 | mbr | 2002-03-12 | 153 | -1496/+1819 |
| | |||||
* | We need to build offuh here, else the build stops | mbr | 2002-03-11 | 40 | -0/+320 |
| | | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> | ||||
* | Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8 | mbr | 2002-03-11 | 40 | -100/+100 |
| | | | | Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br> | ||||
* | Update to v2.5.4. Take over maintainership. | jkoshy | 2002-03-11 | 3 | -132/+308 |
| | | | | Approved by: Richard <rch@richard.eu.org> (MAINTAINER) | ||||
* | FreeBSD has no -ldl | mbr | 2002-03-11 | 20 | -0/+280 |
| | |||||
* | Build unoidl too | mbr | 2002-03-11 | 40 | -0/+440 |
| | |||||
* | If nSubKeys is not defined, just return. Fix from Tim Tretyak ↵ | mbr | 2002-03-11 | 40 | -0/+480 |
| | | | | <timothy@umc.com.ua> | ||||
* | Remove unnecessary #defines | mbr | 2002-03-11 | 40 | -0/+520 |
| | |||||
* | Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua> | mbr | 2002-03-11 | 23 | -0/+437 |
| | |||||
* | Fix one #ifdef and add two more checks | mbr | 2002-03-11 | 20 | -40/+400 |
| | |||||
* | Add langinfo twirks | mbr | 2002-03-11 | 20 | -0/+360 |
| | |||||
* | Add tgetpwnam test for FreeBSD too | mbr | 2002-03-11 | 40 | -80/+800 |
| | |||||
* | Remove _cdecl before main() | mbr | 2002-03-11 | 20 | -0/+220 |
| | |||||
* | AddrLen is socklen_t, not int | mbr | 2002-03-11 | 40 | -80/+440 |
| | |||||
* | Add -f to ln to continue builds | mbr | 2002-03-11 | 40 | -280/+1000 |
| | |||||
* | A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c | mbr | 2002-03-11 | 20 | -280/+0 |
| | |||||
* | Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet used | mbr | 2002-03-11 | 23 | -207/+276 |
| | | | | and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk | ||||
* | We do not have GLIBC. Sigh. | mbr | 2002-03-11 | 23 | -46/+161 |
| | |||||
* | Update to Vim 6.1 Beta 'B' | obrien | 2002-03-11 | 2 | -28/+9 |
| | |||||
* | Define fcvt as extern as NetBSD does. | mbr | 2002-03-11 | 20 | -0/+360 |
| | |||||
* | Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts. | mbr | 2002-03-10 | 123 | -1276/+1543 |
| | | | | Requested by: cvs-comitters | ||||
* | Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with | mbr | 2002-03-10 | 40 | -440/+7960 |
| | | | | | | -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. | ||||
* | Move the s|<malloc.h>|<stdlib.h>|g after the patch section. | mbr | 2002-03-09 | 20 | -0/+40 |
| | |||||
* | Updated to 3.1.8. | markp | 2002-03-09 | 2 | -2/+2 |
| | |||||
* | Patch got accidently comitted twice. | mbr | 2002-03-09 | 20 | -460/+0 |
| | |||||
* | STABLE does not have langinfo.h yet. | mbr | 2002-03-09 | 40 | -400/+800 |
| | |||||
* | Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file. | mbr | 2002-03-09 | 83 | -3975/+785 |
| | |||||
* | This patch accidently got the second part dublicated | mbr | 2002-03-09 | 20 | -180/+0 |
| | |||||
* | Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them | mbr | 2002-03-09 | 103 | -25655/+4884 |
| | | | | | | 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) | ||||
* | Add missing typedef and macros. Patch from Carlos F. A. Paniago | mbr | 2002-03-09 | 20 | -0/+580 |
| | | | | <pan@cnpm.embrapa.br> | ||||
* | We do not have alloca.h | mbr | 2002-03-08 | 40 | -0/+480 |
| | |||||
* | Substitute .cxx files too in the nas-patch. Also add a missing backslash, | mbr | 2002-03-08 | 60 | -60/+60 |
| | | | | since we do not want to scan dirs. | ||||
* | Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSD | mbr | 2002-03-08 | 20 | -0/+460 |
| | |||||
* | Add -Wl,-export-dynamic for the SHLGUI build too | mbr | 2002-03-08 | 40 | -0/+720 |
| | |||||
* | Add missing $ | mbr | 2002-03-08 | 20 | -20/+20 |
| | |||||
* | Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSD | mbr | 2002-03-08 | 40 | -0/+920 |
| | |||||
* | Add missing SHL1STDLIBS reordering | mbr | 2002-03-07 | 40 | -80/+520 |
| | |||||
* | Add include path $STLPORT_inc_stlport for FreeBSD too and remove a second | mbr | 2002-03-07 | 23 | -46/+736 |
| | | | | instance of this include path. | ||||
* | Byte-compile only patched elisp files. | nobutaka | 2002-03-07 | 2 | -1/+24 |
| | | | | | Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc before install. | ||||
* | *.cxx also needs <malloc.h>|<stdlib.h> | mbr | 2002-03-07 | 20 | -0/+40 |
| | |||||
* | Add two patches which did not made it in the previous commit | mbr | 2002-03-07 | 60 | -0/+880 |
| | | | | Reorder the SHL1STDLIBS librarys | ||||
* | Reorder the SHL1STDLIBS librarys | mbr | 2002-03-07 | 880 | -0/+12760 |
| | |||||
* | Pre-compile python objects, so that package deinstalls cleanly. | sobomax | 2002-03-06 | 2 | -2/+193 |
| | |||||
* | Bison > 1.3 fixes, sync with NetBSD port source | mbr | 2002-03-06 | 60 | -440/+300 |
| | |||||
* | Openoffice needs x11 | mbr | 2002-03-06 | 20 | -20/+20 |
| | |||||
* | s|<malloc.h>|<stdlib.h> for the nas build | mbr | 2002-03-06 | 40 | -0/+680 |
| | |||||
* | Exclude three additional map buildings which are breaking the build | mbr | 2002-03-06 | 60 | -0/+700 |
| | |||||
* | Fix patch paths | mbr | 2002-03-06 | 40 | -80/+80 |
| |