1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

142667 Commits

Author SHA1 Message Date
Cheng-Lung Sung
8baf3e127b - add p5-SVN-ACL
- ref: http://hcchien.org/?q=node/7
2006-01-18 00:50:46 +00:00
Brooks Davis
b9d80214a0 Add drupal-ldap_integration.
The ldap_integration Drupal module allows users to authenticate against
a LDAP directory.  Additionally, users can read and modify their data in
the LDAP directory subject to administrative restrictions.
2006-01-17 23:19:55 +00:00
Maxim Sobolev
e61e1d66bd Update to 1.2.1. 2006-01-17 22:27:45 +00:00
Markus Brueffer
cfb4ed733f Update to version 1.2rc2 2006-01-17 21:49:03 +00:00
James E. Housley
bfbfa0aa1b Update to DAT 4676 2006-01-17 21:23:08 +00:00
Thierry Thomas
9997ada1e5 Replace WANT_PHP_MOD by WANT_PHP_WEB.
PR:		91897
Submitted by:	Gustavo Picón <gpicon (at) aureal.com.pe>
2006-01-17 20:57:57 +00:00
Tim Bishop
a1f2f1c53b - BAD_PAM option now selectable using configure, rather than directly
editing config.h.

PR:		91907
Submitted by:	Tobias Roth <ports@fsck.ch>
2006-01-17 20:51:23 +00:00
Marcus Alves Grando
48636a33db Move databases/myodbc -> databases/mysql-connector-odbc
* 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
2006-01-17 20:50:46 +00:00
Alex Dupre
36d0de1abb Remove obsolate patch file.
PR:		ports/91915
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2006-01-17 20:47:55 +00:00
Thierry Thomas
86ad34a0e6 Upgrade to 1.9.2-1. 2006-01-17 20:37:22 +00:00
Thierry Thomas
041582de09 Plug Tetgen.
Tested by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-01-17 20:36:45 +00:00
Edwin Groothuis
51c4ea40be lib version chase
Noticed by: YAPHR
2006-01-17 20:31:53 +00:00
Michael Johnson
900a3c3e70 - Disable pthreads for now
Requested by:	Thomas E. Zander <riggs@rrr.de>
2006-01-17 20:23:18 +00:00
Tim Bishop
a4335ae0c0 - Fix cutlass after security/botan update (see ports/91072)
PR:		91912
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2006-01-17 19:51:02 +00:00
Pav Lucistnik
747364a3d8 - Fix build on recent 64bit CURRENT
Reported by:	krismail
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
2006-01-17 18:11:46 +00:00
Erwin Lansing
656c263016 Besides BROKEN, also mark DEPRECATED as these ports are only there
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
2006-01-17 17:34:25 +00:00
Renato Botelho
9553558ae7 - Use LIB_DEPENDS instead some BUILD_DEPENDS
PR:		ports/91848
Submitted by:	maintainer
2006-01-17 16:53:10 +00:00
Alexey Dokuchaev
8c0906e8fe Provide better port description. 2006-01-17 16:28:29 +00:00
Alex Dupre
2dcdb9f069 No-op (remove unneeded duplicated include). 2006-01-17 15:28:41 +00:00
Alex Dupre
fa20dca2bb s/PHP_EXTDIR/EXTSUBDIR/g
The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
2006-01-17 15:09:40 +00:00
Alex Dupre
fb7d8fa326 Speed up the build of PHP extensions by extracting only the extension subdir
from the big tarball.
2006-01-17 15:08:30 +00:00
Andrey Slusar
760dea6698 Removed not needed distinfo and add empty MASTERSITES and DISTFILES for fix portlint(1) warnings. 2006-01-17 14:53:25 +00:00
Alex Dupre
5962f4986a Fix build.
Spotted by:	Mike Harding <mvh@ix.netcom.com>
2006-01-17 14:39:31 +00:00
Andrey Slusar
60824db4c0 Distfile moved to FILESDIR. 2006-01-17 14:38:35 +00:00
Florent Thoumie
e122dacb01 Ok, maybe I'll do something right today. Revert the logic. 2006-01-17 14:29:42 +00:00
Florent Thoumie
9a34c3cba0 - IGNORE for recent RELENG_[56].
Reminded by:	mnag
2006-01-17 14:28:18 +00:00
Andrey Slusar
28b5848449 In some cases, several instances of a milter with different
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>
2006-01-17 14:10:08 +00:00
Alex Dupre
2265e43858 Speed up the build of PHP extensions by extracting only the extension subdir
from the big tarball.
Fix xsl extensions that look for files outside its WRKSRC.
2006-01-17 13:57:29 +00:00
Marcus Alves Grando
8668751390 Update to 0.5.1
Reorganize Makefile
2006-01-17 13:56:04 +00:00
Andrey Slusar
c477d047fc In some cases, several instances of a milter with different
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)
2006-01-17 13:55:55 +00:00
Florent Thoumie
12e6d6a558 Been there, broke that.
Reported by:	portsnap buildbox
2006-01-17 13:43:16 +00:00
Marcus Alves Grando
cdd9c5ff9a Update to 2.1.18 2006-01-17 13:30:12 +00:00
Tilman Keskinoz
7527bc1e28 Don't install getopt.h
PR:		91904
Submitted by:	Joseph Kerian <jkerian@gmail.com>
2006-01-17 13:19:47 +00:00
Anton Berezin
76e9fbb7fc Add p5-Object-InsideOut 1.31, object::InsideOut - Comprehensive
inside-out object support module.

PR:		ports/91905
Submitted by:	Geraud Continsouzas <geraud@gcu.info>
2006-01-17 13:19:01 +00:00
Andrey Slusar
aea9b11b83 Fix invalid path in one of the .py files
PR:		ports/91852
Submitted by:	Remington Lang (maintainer)
2006-01-17 13:18:36 +00:00
Pav Lucistnik
570c968cfe - Fix configure patch to properly pick up needed libraries
Reported by:	krismail
2006-01-17 13:16:03 +00:00
Andrey Slusar
1b021e1742 * Fix a problem with -pthread not being picked up by some systems.
* 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
2006-01-17 13:13:33 +00:00
Tilman Keskinoz
add06212a1 Unbreak on sparc64 (and other big endian archs) 2006-01-17 13:13:02 +00:00
Florent Thoumie
3ac655113f - ldconfig changes have been MFC'ed to RELENG_[56]. 2006-01-17 13:07:15 +00:00
Jeremy Messenger
75737a04b5 Update to 2.6, see changelog for detail.
http://comix.sourceforge.net/changelog.html
2006-01-17 12:46:09 +00:00
Pav Lucistnik
de03efb6c4 - Update to 0.6.2
- Fix install [1]

Reported by:	krismail [1]
2006-01-17 12:42:50 +00:00
Pav Lucistnik
e014c1264b - Correct dependencies
Reported by:	krismail
2006-01-17 12:27:24 +00:00
Pav Lucistnik
090c538f86 - Make extconf look for specially named libraries for japanesed version 2006-01-17 12:26:51 +00:00
Pav Lucistnik
f67c2e80bc - Remove entries for ports that are present today 2006-01-17 12:24:13 +00:00
SUZUKI Shinsuke
5b2b74494c - updated to the latest package
- now this package is provided from sourceforge.net, instead of kame.net
- now suz takes over the maintainership from sumikawa

Reviewed by: sumikawa
2006-01-17 11:58:40 +00:00
Alex Dupre
a459a11772 Forgot in the 5.1.2 update.
Spotted by:	Christian Astrup Bakke <christian@asba.no>
2006-01-17 11:54:43 +00:00
Tim Bishop
e9fc35504f Update to nagios-2.0.r2 includes:
- 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)
2006-01-17 10:39:58 +00:00
Lars Thegler
3933d258d0 - Update to 1.04
- Added CHA256 checksum
2006-01-17 10:37:06 +00:00
Tim Bishop
3bf1dd1a1e - Update to 1.3
- Add SHA256 checksum

PR:		91891
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
Approved by:	maintainer
2006-01-17 10:15:27 +00:00
Lars Thegler
256dd0cdbf Update to 0.10 2006-01-17 09:59:58 +00:00