aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash
ModeNameSize
-rw-r--r--Makefile2856logstatsplainblame
-rw-r--r--distinfo1622logstatsplainblame
d---------files300logstatsplain
-rw-r--r--pkg-descr367logstatsplainblame
-rw-r--r--pkg-message376logstatsplainblame
-rw-r--r--pkg-plist4793logstatsplainblame
* OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1mbr2002-06-133-0/+12 | | | | for now. * Fix gcc 2.95.3 crash resulting from a symbol conflictmbr2002-06-1395-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 addedmbr2002-06-13162-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.mbr2002-06-1223-46/+46 | * Update to the latest GNOME 2 snapshot.marcus2002-06-123-3/+5 | * Update to 3.40pat2002-06-114-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.obrien2002-06-111-6/+11 | | | | A whack with the hammer and it can be forgotten. * Add notice about the JDK requirements.mbr2002-06-113-0/+12 | * Matt just comitted the fix to CURRENT. Do not display thembr2002-06-113-6/+12 | | | | message if CURRENT is used. * Update to Vim 6.1 patchlevel 94obrien2002-06-112-3/+43 | * It looks like a 'make install-user' as root does add thismbr2002-06-103-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.mbr2002-06-103-0/+6 | * Add message about broken FreeBSD rtld and needed system patch.mbr2002-06-103-0/+21 | * Fix XHTML DOCTYPE definitions.shige2002-06-102-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 fixmbr2002-06-103-6/+63 | | | | install for users with a running X-Server. * Remove patches with absurdly long filenames (>100 characters), after akris2002-06-1051-629/+0 | | | | repo copy to files with shorter names. * Remove patches with absurdly long filenames (>100 characters), after akris2002-06-1012-390/+0 | | | | repo copy to files with shorter names. * Fix build on -current with gcc 3.1.petef2002-06-0810-0/+211 | | | | Submitted by: bento * upgrade to 1.54ijliao2002-06-082-2/+2 | * Fix version stringmbr2002-06-073-3/+3 | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> * Add missing -D_REENTRANT in CURRENT.mbr2002-06-0723-92/+92 | * - Dependency fix.mbr2002-06-073-3/+27 | | | | - Really build OO on CURRENT with g++ from ports * Make a ugly hack and remove the DISPLAY dependency. We use thembr2002-06-073-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.mbr2002-06-0720-0/+63 | | | | Obtained from: Will * Sync with reality and sort.mbr2002-06-073-2481/+7062 | * Add missing map files.mbr2002-06-0746-0/+1495 | * Fix stringmbr2002-06-063-6/+6 | * Add DMAKE variable we can later use for more targets.mbr2002-06-063-21/+21 | * Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compilembr2002-06-066-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.mbr2002-06-0678-474/+1783 | | | | Clean up the Makefile. * Update to 1.0.2.marcus2002-06-0616-32/+40 | * Fix distfile name for gcc31mbr2002-06-053-6/+6 | | | | Submitted by: Erik H. Bakke <ebakke@trolltech.com> * Remove \t from usage(). Add the missing obsolete directory as a copymbr2002-06-053-24/+48 | | | | from nspr/obsolete. * I made the mozilla distfiles about 4MB smaller. The includes are alwaysmbr2002-06-056-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_GCCmbr2002-06-053-0/+12 | * Use USE_GCC as in bsd.ports.mk proposed.mbr2002-06-056-96/+90 | * Don't make a mozilla subdir inside the includesmbr2002-06-053-15/+12 | * Use CXX to link, since there are many places where CC is missing -lstdc++.mbr2002-06-0523-23/+23 | * Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. Ifmbr2002-06-056-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_LIBSmbr2002-06-053-3/+6 | | | | path was missing for the stlport library. * We finally made it possible. With the new bridge code from Alexander,mbr2002-06-053-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_LINKmbr2002-06-0423-46/+46 | * Fix the mozilla include problem and reroll the distfile.mbr2002-06-046-33/+3 | | | | Change MD5 checksum for CURRENT. * Add new cpp uno bridge for STABLE. Make the necessary hooks and also addmbr2002-06-0475-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 codembr2002-06-0429-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.okazaki2002-06-041-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 verymbr2002-06-043-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.mbr2002-06-033-0/+3 | * Some other ln -s -> ln -fsmbr2002-06-0323-115/+391 | * For now, do not add libstd++ lib to the package. A libgcc_s.so is missingmbr2002-06-0346-621/+2438 | | | | on CURRENT. I'll investigate here what's wrong. * Fix building fails when compiled w/ perl interpreter option.obrien2002-06-031-4/+15 | | | | | PR: 36124 Submitted by: Anton Berezin <tobez@tobez.org> * Add missing includes for CURRENTmbr2002-06-0323-0/+322 | * Fix previous patch. We have to include unistd.h for FreeBSDmbr2002-06-0323-207/+253 | * Do not link with lsupc++. With the newest gcc3.1 version it seems not tombr2002-06-0323-368/+161 | | | | be necessary. * Add a patch to not prototype getopt() again if gcc3 is used.mbr2002-06-036-0/+210 | * Same case as Solaris.mbr2002-06-0323-0/+253 | * Don't compile this for the gcc3 case.mbr2002-06-036-0/+66 | * Fix patch. Of course the original checked for gcc3.0, not gcc3.1mbr2002-05-3123-23/+23 | * Add missing include for strchr() if compiled with gcc3mbr2002-05-313-0/+36 | * Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.mbr2002-05-3123-0/+253 | * USE_LINUX rather than explicitly listing the dependency.obrien2002-05-302-3/+3 | * upgrade 1.50ijliao2002-05-302-2/+2 | * Add script to generate the needed mozilla dist tarfiles.mbr2002-05-293-0/+411 | * Second part, forgot to commit it.mbr2002-05-296-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 andmbr2002-05-29294-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.marcus2002-05-292-3/+3 | * Explict dependancy on version 7 of linux_base is not needed anymore.obrien2002-05-282-6/+4 | | | | The linux_base port is now at RH version 7. * Update to patch level 9.2zd.gj2002-05-234-4/+8 | | | | | This was tested on a -current system with no /usr/bin/perl and worked OK. * Add missing dependency on libgnomeui.marcus2002-05-231-1/+2 | | | | Submitted by: bento * Update to 6.0 finalmbr2002-05-228-142/+108 | * Mark it broken again.mbr2002-05-223-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.0mbr2002-05-223-5022/+5022 | * Allow package suffix to be overridden.obrien2002-05-221-1/+1 | * Upgrade to version 1.0 and unbreak.sada2002-05-213-849/+876 | | | | | | - add `@exec mkdir' lines to stop deinstall-time warnings. PR: ports/36496 Submitted by: maintainer * Add install-user target.mbr2002-05-203-0/+12 | * Change SO version in oo_setup.resp. Call sed directly.mbr2002-05-206-12/+9 | * Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-203-3/+5 | * Fix the last commit. Since OO was only compileable in a littlembr2002-05-203-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.mbr2002-05-193-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 shouldmbr2002-05-1923-138/+3496 | | | | do the same. * Work around another C++ compiler bug with -O in ourmbr2002-05-1923-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 inmbr2002-05-1923-46/+276 | | | | 1.0 by the OO people. This should fix the setup program. * Revert the include dirs to the old location as before, andmbr2002-05-1846-230/+920 | | | | add the missing dirs. * Add missing MD5 checksum, sighmbr2002-05-183-3/+3 | * Update to mozilla 1.0RC2, like the OO people did yesterday.mbr2002-05-1847-193/+2060 | * Make setup start. Patch from Alexander N. Kabaevmbr2002-05-1823-69/+161 | * BROKEN: Does not fetchkris2002-05-181-0/+2 | * Set USE_X_PREFIX.sada2002-05-181-0/+1 | | | | | PR: ports/37196 Submitted by: maintainer * Needs perl to build.obrien2002-05-171-0/+2 | * Fix building on -currentdwcjr2002-05-152-0/+22 | | | | | PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de * Fix byte-compile error of dired.el.nobutaka2002-05-151-2/+2 | | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp> * Update 21.4.6_1 -> 21.4.8.kiri2002-05-156-10/+12 | * Update 2.1 -> 3.0. A new pkg "latin-unity-1.02" has been included.kiri2002-05-152-9/+11 | * Update 2.1 -> 3.0. Sevral new pkgs have been included.kiri2002-05-152-111/+119 | * Update to patch 9.2zc. The new patches contain mostly fixes forgj2002-05-154-4/+12 | | | | winvile, but a few are of general interest. * Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editormarcus2002-05-1510-228/+191 | | | | for the GNOME 2.0 desktop environment. * Remove -g from build. We have special makeflags for this in OO.mbr2002-05-1540-80/+80 | * Fix dired-mode for Japanese locale.nobutaka2002-05-122-1/+2 | | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp> * Drop maintainership.jasone2002-05-121-1/+1 | * Fix PLISTlioux2002-05-103-348/+294 | | | | | Submitted by: Alan E <ports@geeksrus.net> Approved by: will * Update to 1.0.1.marcus2002-05-0912-40/+8 | * To ports@freebsd.org.obrien2002-05-091-1/+1 | * Update to patch level 9.2za. This is basically vile-9.3 pre-release.gj2002-05-094-4/+8 | * fix WANT_GNOME bugijliao2002-05-082-6/+15 | | | | bump PORTREVISION * Update to 2.31dwcjr2002-05-082-2/+2 | | | | | | PR: 37323 Submitted by: Matthias Andree <matthias.andree@stud.uni-dortmund.de> Approved by: maintainer * upgrade to 0.6.0bijliao2002-05-082-2/+2 | * Fix a spurious crash when invoking the editor on certain C files.marcus2002-05-082-0/+24 | | | | PR: 37785 * o New port StarOffice 5.2 for Portuguese languagelioux2002-05-077-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 48obrien2002-05-062-3/+17 | * A oounix dir is now used instead of unix. So we needmbr2002-05-0223-0/+276 | | | | to apply this patch to two files instead of one. * Upgrade to 1.0.0mbr2002-05-02156-767/+1084 | | | | Builds ok, but is still broken * Update to 5.3.2pat2002-04-303-6/+6 | | | | | PR: 37578 Submitted by: maintainer * Issue fflush()->fsync() after saving file to the disk, so that the user willsobomax2002-04-302-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,obrien2002-04-281-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 32obrien2002-04-283-30/+19 | * Tweak an error message in pre-extract.gerald2002-04-273-6/+3 | | | | Approved by: mbr (maintainer), obrien (mentor) * Check for missing langinfo.hmbr2002-04-253-0/+27 | * Add setup description filembr2002-04-253-0/+21 | * Fix one mastersite, add install targets and remove the os version check.mbr2002-04-253-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 buildmbr2002-04-243-5157/+0 | * Bring back deleted patch. We can habe the same flags as linuxmbr2002-04-2423-0/+253 | * We do not have alloca.hmbr2002-04-246-0/+84 | * Go back to mozilla 2.95 includes, a newer version has LDAP codembr2002-04-2440-60/+60 | | | | | problems and doesn't compile. We can bump later to 1.0, if the openoffice project does the same. * Fi MASTER_SITES.will2002-04-233-3/+3 | * Update to 1.0.0.marcus2002-04-2320-1624/+452 | | | | | Reviewed by: sobomax Approved by: sobomax * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-2270-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.sobomax2002-04-195-39/+264 | * mktemp(3) needs unistd.hmbr2002-04-1723-0/+253 | | | | Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br> * Bring the patch to the newest version so it does not break anymorembr2002-04-1623-897/+1817 | * Ifdef another windows timezone definitionmbr2002-04-1523-0/+276 | * Add missing includesmbr2002-04-1523-0/+276 | * Fix patch argument which does fix the neon buildmbr2002-04-156-0/+66 | * Missed these two in yesterday's uber-patch owing to a botched localade2002-04-142-2/+12 | | | | | | tree merge problem. Pointy hat to: ade * Fix rev 1.128 to what it should have been.obrien2002-04-141-6/+6 | | | | This fixes a `make reinstall' problem. * gettext upgrade uber-patch (stage 3)ade2002-04-13