summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.2rc2Markus Brueffer2006-01-1716-84/+16
|
* Update to DAT 4676James E. Housley2006-01-172-4/+4
|
* Replace WANT_PHP_MOD by WANT_PHP_WEB.Thierry Thomas2006-01-173-3/+3
| | | | | PR: 91897 Submitted by: Gustavo Picón <gpicon (at) aureal.com.pe>
* - BAD_PAM option now selectable using configure, rather than directlyTim Bishop2006-01-171-5/+3
| | | | | | | editing config.h. PR: 91907 Submitted by: Tobias Roth <ports@fsck.ch>
* Move databases/myodbc -> databases/mysql-connector-odbcMarcus Alves Grando2006-01-1719-172/+134
| | | | | | | | | | | | | | | | | | | | | * MOVED Added antry about move * databases/Makefile Remove databases/myodbc Add databases/mysql-connector-odbc * databases/myodbc Removed * databases/mysql-connector-odbc Update to 3.51.12 Reorganize Makefile Now default DRIVER_MANAGER is unixodbc PR: 89939 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Repocopy by: marcus
* Remove obsolate patch file.Alex Dupre2006-01-171-16/+0
| | | | | PR: ports/91915 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* Upgrade to 1.9.2-1.Thierry Thomas2006-01-175-121/+5
|
* Plug Tetgen.Thierry Thomas2006-01-171-1/+17
| | | | Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* lib version chaseEdwin Groothuis2006-01-171-1/+1
| | | | Noticed by: YAPHR
* - Disable pthreads for nowMichael Johnson2006-01-172-8/+12
| | | | Requested by: Thomas E. Zander <riggs@rrr.de>
* - Fix cutlass after security/botan update (see ports/91072)Tim Bishop2006-01-171-0/+10
| | | | | PR: 91912 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
* - Fix build on recent 64bit CURRENTPav Lucistnik2006-01-172-3/+19
| | | | | Reported by: krismail Submitted by: Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
* Besides BROKEN, also mark DEPRECATED as these ports are only thereErwin Lansing2006-01-172-0/+4
| | | | | | for GPL compliance which now can be fixed by using ALWAYS_KEEP_DISTFILES in the original ports. Set a relatively short expiration date as this was already announced on 12/1-2005
* - Use LIB_DEPENDS instead some BUILD_DEPENDSRenato Botelho2006-01-171-6/+6
| | | | | PR: ports/91848 Submitted by: maintainer
* Provide better port description.Alexey Dokuchaev2006-01-171-2/+3
|
* No-op (remove unneeded duplicated include).Alex Dupre2006-01-171-7/+3
|
* s/PHP_EXTDIR/EXTSUBDIR/gAlex Dupre2006-01-172-6/+6
| | | | The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
* Speed up the build of PHP extensions by extracting only the extension subdirAlex Dupre2006-01-171-1/+4
| | | | from the big tarball.
* Removed not needed distinfo and add empty MASTERSITES and DISTFILES for fix ↵Andrey Slusar2006-01-172-3/+2
| | | | portlint(1) warnings.
* Fix build.Alex Dupre2006-01-171-0/+35
| | | | Spotted by: Mike Harding <mvh@ix.netcom.com>
* Distfile moved to FILESDIR.Andrey Slusar2006-01-172-5/+108
|
* Ok, maybe I'll do something right today. Revert the logic.Florent Thoumie2006-01-171-2/+2
|
* - IGNORE for recent RELENG_[56].Florent Thoumie2006-01-171-2/+4
| | | | Reminded by: mnag
* In some cases, several instances of a milter with differentAndrey Slusar2006-01-173-10/+69
| | | | | | | | | | | | configuration run simultaneously; e.g. different key with different selector, or domain for dk-milter. This patch enables multiple instantiation. Almost the same as ports/91894 PR: ports/91895 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Speed up the build of PHP extensions by extracting only the extension subdirAlex Dupre2006-01-173-2/+25
| | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC.
* Update to 0.5.1Marcus Alves Grando2006-01-174-15/+22
| | | | Reorganize Makefile
* In some cases, several instances of a milter with differentAndrey Slusar2006-01-173-9/+69
| | | | | | | | | | configuration run simultaneously; e.g. different key with different selector, or domain for dkim-milter. This update enables multiple instantiation. PR: ports/91894 Submitted by: Hirohisa Yamaguchi (maintainer)
* Been there, broke that.Florent Thoumie2006-01-171-2/+2
| | | | Reported by: portsnap buildbox
* Update to 2.1.18Marcus Alves Grando2006-01-172-6/+4
|
* Don't install getopt.hTilman Keskinoz2006-01-172-1/+2
| | | | | PR: 91904 Submitted by: Joseph Kerian <jkerian@gmail.com>
* Add p5-Object-InsideOut 1.31, object::InsideOut - ComprehensiveAnton Berezin2006-01-175-0/+55
| | | | | | | inside-out object support module. PR: ports/91905 Submitted by: Geraud Continsouzas <geraud@gcu.info>
* Fix invalid path in one of the .py filesAndrey Slusar2006-01-171-1/+3
| | | | | PR: ports/91852 Submitted by: Remington Lang (maintainer)
* - Fix configure patch to properly pick up needed librariesPav Lucistnik2006-01-171-13/+6
| | | | Reported by: krismail
* * Fix a problem with -pthread not being picked up by some systems.Andrey Slusar2006-01-171-7/+14
| | | | | | | | * Add Ogg Vorbis detection and inclusion, as well as remove the old aclocal hack and use the method described in the PR. PR: ports/91898 Submitted by: maintainer
* Unbreak on sparc64 (and other big endian archs)Tilman Keskinoz2006-01-172-3/+18
|
* - ldconfig changes have been MFC'ed to RELENG_[56].Florent Thoumie2006-01-171-1/+3
|
* Update to 2.6, see changelog for detail.Jeremy Messenger2006-01-172-4/+4
| | | | http://comix.sourceforge.net/changelog.html
* - Update to 0.6.2Pav Lucistnik2006-01-176-8/+32
| | | | | | - Fix install [1] Reported by: krismail [1]
* - Correct dependenciesPav Lucistnik2006-01-171-1/+1
| | | | Reported by: krismail
* - Make extconf look for specially named libraries for japanesed versionPav Lucistnik2006-01-171-0/+3
|
* - Remove entries for ports that are present todayPav Lucistnik2006-01-171-3/+0
|
* - updated to the latest packageSUZUKI Shinsuke2006-01-172-12/+10
| | | | | | | - now this package is provided from sourceforge.net, instead of kame.net - now suz takes over the maintainership from sumikawa Reviewed by: sumikawa
* Forgot in the 5.1.2 update.Alex Dupre2006-01-171-9/+6
| | | | Spotted by: Christian Astrup Bakke <christian@asba.no>
* Update to nagios-2.0.r2 includes:Tim Bishop2006-01-1710-32/+14
| | | | | | | | | | - Added SHA256 checksum to distinfo - Added reload argument to nagios.sh script - PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant - Removed duplicated etc/rc.d/nagios.sh from pkg-plist PR: 91892 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
* - Update to 1.04Lars Thegler2006-01-172-3/+4
| | | | - Added CHA256 checksum
* - Update to 1.3Tim Bishop2006-01-173-4/+35
| | | | | | | | - Add SHA256 checksum PR: 91891 Submitted by: Wesley Shields <wxs@csh.rit.edu> Approved by: maintainer
* Update to 0.10Lars Thegler2006-01-172-4/+4
|
* - Finish cleanups and fix build with threads enables.Clement Laforet2006-01-173-6/+0
|
* Update to 2.485. Assign maintainer to perl@.Anton Berezin2006-01-172-6/+8
|
* - Update to 1.0.4Renato Botelho2006-01-172-7/+7
| | | | | | PR: ports/91866 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer