aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.99r13Mathieu Arnold2004-05-144-26/+18
| | | | | | | | PR: 66604 Submitted by: maintainer Notes: svn path=/head/; revision=109142
* Add progsreiserfs, a library for reiserfs filesystem access and manipulation.Pav Lucistnik2004-05-146-0/+93
| | | | | | | | | | | | | | | | For now progsreiserfs consists of: 1. libreiserfs, which have a number of high level APIs for access reiserfs filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close, resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal code, bitmap code, directories and files access code and device abstraction layer. 2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs, resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs. PR: ports/66590 Submitted by: Florent Thoumie <flz@xbsd.org> Notes: svn path=/head/; revision=109140
* Update to 2.43 [1]Mathieu Arnold2004-05-143-17/+17
| | | | | | | | | | use %%(DOC|EXAMPLE)SDIR%% in pkg-plist PR: 66546 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=109139
* Update to 1.0.1 [1]Mathieu Arnold2004-05-143-9/+11
| | | | | | | | | | Make PREFIX clean PR: 64181 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=109138
* - Bump PORTREVISION for previous changesPav Lucistnik2004-05-141-0/+1
| | | | Notes: svn path=/head/; revision=109137
* - Fix runtime (linking both ${PTHREAD_LIBS} and linux threads is not healthy)Pav Lucistnik2004-05-141-3/+1
| | | | | | | | PR: ports/66609 Submitted by: Shuichi KITAGUCHI <kit@ysnb.net> Notes: svn path=/head/; revision=109136
* Update to 2.0.1Mathieu Arnold2004-05-145-59/+22
| | | | Notes: svn path=/head/; revision=109135
* no longer conflicts with linux-opera.FUJISHIMA Satsuki2004-05-141-2/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=109134
* remove opera-devel, no development version is available now.FUJISHIMA Satsuki2004-05-147-541/+1
| | | | Notes: svn path=/head/; revision=109133
* add ring servers as mirror.FUJISHIMA Satsuki2004-05-143-2/+5
| | | | Notes: svn path=/head/; revision=109132
* - Add option to use Sendmail as LDAPav Lucistnik2004-05-144-8/+34
| | | | | | | | | | | - Fix pkg-message - Fix examples install for Mysql (optionally off) PR: ports/66542 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Notes: svn path=/head/; revision=109131
* update to 7.50.FUJISHIMA Satsuki2004-05-144-36/+56
| | | | | | | | PR: 66628 Submitted by: maintainer Notes: svn path=/head/; revision=109130
* Bugfixorama: Add patches for KDE Bugs 80209, 80821, 80955 and twoMichael Nottebrock2004-05-148-2/+166
| | | | | | | | | security related patches. Bump PORTREVISION. Notes: svn path=/head/; revision=109129
* - Update to 2.1.4Pav Lucistnik2004-05-142-10/+10
| | | | | | | | | | - Switch to Tk 8.4 PR: ports/66555 Submitted by: Stephen J. Roznowski <sjr@comcast.net> Notes: svn path=/head/; revision=109128
* Add advancecomp 1.10, recompression utilities for .ZIP, .PNG, .MNG andKirill Ponomarev2004-05-144-0/+39
| | | | | | | | | | .GZ files. PR: ports/66581 Submitted by: Radim Kolar Notes: svn path=/head/; revision=109126
* - Fix build on sparc64 (don't include header files for i386 specific functionsPav Lucistnik2004-05-142-4/+12
| | | | | | | | | | | outside of i386) [1] - While here, convert pkgconfig dependency to USE_GNOME PR: ports/66572 [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=109125
* - Update to 1.8.7Pav Lucistnik2004-05-142-4/+4
| | | | | | | | | | - Fix WITH_LOGSERVER knob PR: ports/66578 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Notes: svn path=/head/; revision=109124
* - Add patch to fix build with gcc 3.4Pav Lucistnik2004-05-141-0/+17
| | | | | | | | PR: ports/66601 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=109123
* - Kill trailing whitespacePav Lucistnik2004-05-141-2/+2
| | | | Notes: svn path=/head/; revision=109122
* Add note for audio/faad users about updating to 2.0 release.Pav Lucistnik2004-05-141-0/+6
| | | | Notes: svn path=/head/; revision=109121
* - Update to 2.0 releasePav Lucistnik2004-05-143-48/+11
| | | | | | | | PR: ports/66600 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=109120
* ChaSen.so requires linking libstdc++ explicitly.Jun Kuriyama2004-05-142-2/+2
| | | | Notes: svn path=/head/; revision=109119
* Fix CONFLICTS variable.Edwin Groothuis2004-05-142-2/+2
| | | | Notes: svn path=/head/; revision=109118
* [PATCH] databases/postgresql73: update to 7.3.6Edwin Groothuis2004-05-144-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert erroneous changes in rule permissions checking * Repair incorrect order of operations in GetNewTransactionId() * Ensure configure selects -fno-strict-aliasing even when an external value for CFLAGS is supplied * Make pg_restore handle 64-bit off_t correctly * Make contrib/dblink not assume that local and remote type OIDs match (Joe) * Quote connectby()'s start_with argument properly (Joe) * Don't crash when a rowtype argument to a plpgsql function is NULL * Avoid generating invalid character encoding sequences in corner cases when planning LIKE operations * Ensure text_position() cannot scan past end of source string in multibyte cases (Korea PostgreSQL Users' Group) * Fix index optimization and selectivity estimates for LIKE operations on bytea columns (Joe) This version, as with most minor versions, does not require a dump/reload to put into place. PR: ports/63698 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=109117
* - Update to 2.0 releasePav Lucistnik2004-05-145-152/+53
| | | | | | | | | | - Use external mpeg4ip, provide knob to use internal one PR: ports/66598 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=109116
* Upgrade to chasen-2.3.3 and ipadic-2.7.0.Jun Kuriyama2004-05-148-35/+19
| | | | Notes: svn path=/head/; revision=109115
* I don't have to access to Nokia Communicator 9110 anymore.Sergey A. Osokin2004-05-141-1/+1
| | | | | | | Drop maintainership. Notes: svn path=/head/; revision=109114
* added chkversion, a script that ensures that PORTVERSIONs don't go backwardsOliver Eikemeier2004-05-141-0/+155
| | | | Notes: svn path=/head/; revision=109113
* Update to 1.16Mathieu Arnold2004-05-142-3/+3
| | | | Notes: svn path=/head/; revision=109112
* Maintainer update of emulators/linux-geepee32Edwin Groothuis2004-05-144-10/+18
| | | | | | | | | | | update of emulators/linux-geepee32 - (minor things) PR: ports/64613 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=109111
* maintainer update of emulators/vbaEdwin Groothuis2004-05-144-12/+13
| | | | | | | | | | | Update of emulators/vba to 1.7.1_2 (this time for real!) PR: ports/64612 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=109110
* maintainer update of emulators/vbaEdwin Groothuis2004-05-143-6/+7
| | | | | | | | | | | | | | Update of emulators/vba to 1.7.1_2 Also added a pkg-message to explain about the configuration file, and made sure that the default configuration file didn't get left behind when make deinstall is done. PR: ports/64612 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=109109
* update mail/postfix to latest releaseEdwin Groothuis2004-05-1418-27/+27
| | | | | | | | | | update postfix to 2.1.1 release PR: ports/66569 Submitted by: Vivek Khera <vivek@khera.org> Notes: svn path=/head/; revision=109108
* - Update to vpnc-0.2-rm+zomb.1.tar.gzKirill Ponomarev2004-05-145-162/+175
| | | | | | | | | | - Update manpage PR: ports/66624 Submitted by: maintainer Notes: svn path=/head/; revision=109107
* - Update to 0.1.1Kirill Ponomarev2004-05-144-138/+43
| | | | | | | | PR: ports/66627 Submitted by: maintainer Notes: svn path=/head/; revision=109106
* - Security update to 2.8.17-1.3.31Dirk Meyer2004-05-144-134/+31
| | | | | | | - detect fnmatch.h conficts Notes: svn path=/head/; revision=109105
* Update to 1.12.Hye-Shik Chang2004-05-144-79/+64
| | | | | | | | | Requested by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr>, David Bushong <david@bushong.net> Tested by: David Bushong <david@bushong.net> Notes: svn path=/head/; revision=109104
* Upgrade to 1.2.10rc1Michael Haro2004-05-1410-46/+26
| | | | | | | Allow for slave ports Notes: svn path=/head/; revision=109103
* Upgrade to latest snapshot.Thierry Thomas2004-05-142-4/+4
| | | | Notes: svn path=/head/; revision=109102
* - add compatibility to apachectl in rcng.shDirk Meyer2004-05-141-0/+1
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=109101
* - Update to 7.5. Changelog: http://www.opera.com/linux/changelogs/750/Jeremy Messenger2004-05-1416-586/+984
| | | | | | | | | | | | | | | - Use DOCSDIR. - Rename everything from opera to linux-opera, no longer in conflict with www/opera. - Handle the dependenies better for linux_base(8). - Handle the better check if GNOME and KDE exist. - Now, it will auto find flash plug-in by automatic without have to copy in plugins directory by manual. Finally got it works, really! Approved by: adamw (mentor) Notes: svn path=/head/; revision=109100
* This is took from textproc/aspell, so I did the modified to grab and use theJeremy Messenger2004-05-14142-0/+2035
| | | | | | | | | | | | | | | | | | | | | | | | Linux binary instead. Current, it will use aspell core linux binary and regular tarballs of language similar to what aspell is having. This new port will be need for the next version of www/linux-opera. -- Linux version of Aspell. Aspell is a spelling checker designed to eventually replace ispell, although it currently lacks many of ispell's basic functions. Aspell's main feature is that it does a much better job of coming up with possible suggestions than ispell. Aspell also includes a powerful C++ library with C and Perl interfaces in the works. WWW: http://aspell.sourceforge.net/ Approved by: adamw (mentor) Notes: svn path=/head/; revision=109098
* add a perl script to check CVSROOT-ports/modules,Oliver Eikemeier2004-05-141-0/+127
| | | | | | | based on a shell script by Clement Laforet. Notes: svn path=/head/; revision=109097
* add lambda 0.1.4Ying-Chieh Liao2004-05-144-0/+59
| | | | | | | A lambda calculus interpreter Notes: svn path=/head/; revision=109095
* Rearrange dependencies.OKAZAKI Tetsurou2004-05-141-1/+2
| | | | | | | Turn off RUN_DEPENDS to `graphics/netpbm' when PACKAGE_BUILDING is defined. Notes: svn path=/head/; revision=109094
* Update to 2.6.1.Joe Marcus Clarke2004-05-148-70/+404
| | | | Notes: svn path=/head/; revision=109093
* Unbreak on 5.0.Jun Kuriyama2004-05-133-12/+12
| | | | | | | My mbuf statistics code works only after 5.1-REL. Notes: svn path=/head/; revision=109092
* . Drop the use of jikes so 1.2 and 1.3 compiles work.Greg Lewis2004-05-132-2/+13
| | | | | | | Submitted by: Joshua Goodall <joshua@roughtrade.net> (maintainer) Notes: svn path=/head/; revision=109091
* Update to 5.0.24.Mark Linimon2004-05-1315-25/+70
| | | | | | | | PR: ports/66614 Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer) Notes: svn path=/head/; revision=109090
* Update to 0.9.6.Mark Linimon2004-05-133-4/+4
| | | | | | | | PR: ports/66603 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer) Notes: svn path=/head/; revision=109089