aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1
Commit message (Collapse)AuthorAgeFilesLines
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - USES libtool:keeplaOlli Hauer2014-06-112-5/+11
| | | | | | | | | | | - bump PORTREVISION Originally I planned to keep this change on hold, but a couple of minutes before gdbm was changed so this is a good time to annoy users only once. Notes: svn path=/head/; revision=357445
* - update apr to 1.5.1Olli Hauer2014-04-215-81/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use OPTIONS_SUB instead PLIST_SUB - remove back ported patch - use POSIX instead SysV SHM - remove LDFLAGS from CONFIGURE_ENV (unbreak auto. testing) Changes for APR 1.5.1 *) apr_os_proc_mutex_get() on Unix: Avoid segfault for cross- process pthread mutexes. [Yann Ylavic <ylavic.dev gmail.com>] *) When using shmget-based shared memory, the ID used for ftok is now an APR hash of the filename instead of the constant '1'. We do this to help avoid collisions. PR 53996 [Jim Jagielski] *) apr_socket_atreadeof(): Fix breakage on OS X. [Jim Jagielski] *) Fix POSIX shared memory (shm_open) use for named shared memory. Includes adding '--enable-posix-shm' to force POSIX shm if available, and OS X compatibility. PR 55928. [Jozef Hatala <jh-asf skrt org>, Jim Jagielski] *) Fix race condition when calling apr_dir_make_recursive from multiple threads on Windows. [Bert Huijben] *) Fix apr_escape.c compilation errors on EBCDIC platforms. [Eric Covener] *) FreeBSD 10: Correct a regression in 1.5.0 which affected non- blocking sockets in some applications, including httpd. [Jeff Trawick] *) apr_skiplist: Add compatibility with C++ applications. [Jeff Trawick] *) Correct a regression in 1.5.0 which affected out-of-tree builds on Unix. [Rainer Jung] *) Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] with hat apache@ Notes: svn path=/head/; revision=351698
* - update to apr-1.5.0Olli Hauer2014-03-225-16/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add fix for FreeBSD 10 obtained from http://svn.apache.org/viewvc?view=revision&revision=1551672 - bump USE_BDB=42+ -> USE_BDB=48+ [1] - add entry to UPDATING Changes for APR 1.5.0 (shortened) http://www.apache.org/dist/apr/CHANGES-APR-1.5 *) Add apr_sockaddr_is_wildcard() to check if a socket address refers to the wildcard address for the protocol family (e.g., 0.0.0.0/INADDR_ANY for IPv4). [Jeff Trawick] *) Add the apr_escape interface. [Graham Leggett] *) Add apr_skiplist family. [Jim Jagielski] *) Add the apr_table_getm() call, which transparently handles the merging of keys with multiple values. [Graham Leggett] *) Add apr_hash_this_key(), apr_hash_this_key_len(), and apr_hash_this_val() for easier access to those attributes from a hash iterator. [Hyrum K. Wright <hyrum_wright mail.utexas.edu>] *) Improve platform detection by updating config.guess and config.sub. [Rainer Jung] *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389. [Armin MÃŒller <mueller itestra com>] *) Enable platform specific support for the opening of a file or pipe in non-blocking mode through the APR_FOPEN_NONBLOCK flag. [Graham Leggett] [1] requested by Pavel Timofeev, Sean Bruno with hat apache@ PR: ports/186441 PR: ports/186899 Notes: svn path=/head/; revision=348807
* No need to define IPV6 twiceMathieu Arnold2014-02-101-2/+0
| | | | | | | | Pointy hat to: ehaupt Sponsored by: Absolight Notes: svn path=/head/; revision=343654
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - update apr-util to 1.5.3Olli Hauer2013-11-243-12/+10
| | | | | | | | | | | | | | | | | | | - *no update* to apr-1.5.0 [1] Changes with APR-util 1.5.3 *) Fix warnings in odbc driver on 64bit systems. PR 55197 [Tom Donovan] *) Add support to apr_memcache for unix domain sockets. PR 54573 [Remi Gacogne <rgacogne+asf aquaray.com>] *) Add support for Berkeley DB 6.0. [Rainer Jung] [1] apache24 is broken if build against apr-1.5.0 and enable-v4-mapped is set to ON (the default) Notes: svn path=/head/; revision=334778
* - add stage supportOlli Hauer2013-09-291-3/+4
| | | | Notes: svn path=/head/; revision=328721
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-071-1/+1
| | | | | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326683
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - update devel/apr1Olli Hauer2013-07-065-98/+69
| | | | | | | | | | | | | | | | | | | | apr-1.4.6 -> apr-1.4.8 apr-util-1.4.1 -> apr-util-1.5.2 - add support for NSS crypto driver (apr-util) Changes URL's: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup Thanks to tijl@ for sending patches to the apache@ list. http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html with hat apache@ Notes: svn path=/head/; revision=322367
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - fix build with freetdsOlli Hauer2013-03-261-1/+1
| | | | | | | | | | - no version bump (not a default option) PR: 177118 Submitted by: Christopher Dukes <chris.dukes.aix@gmail.com> Notes: svn path=/head/; revision=315269
* - Revert PTHREAD cleanup, else apr-1-config returns wrong valuesOlli Hauer2013-02-191-0/+4
| | | | | | | | | | even if build with explicit LDFLAGS set. Noted on the apache@ list by Geoff Speicher http://lists.freebsd.org/pipermail/freebsd-apache/2013-February/003044.html Notes: svn path=/head/; revision=312605
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-3/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - add apu OPTION for freetdsOlli Hauer2013-01-133-5/+576
| | | | | | | | | | | | | | | (no PORTREVISION bump, since not a default option) Requested on http://lists.freebsd.org/pipermail/freebsd-apache/2013-January/003020.html Apache bug Id. https://issues.apache.org/bugzilla/show_bug.cgi?id=53666 Submitted by: "Mikhail T." <mi+thun@aldan.algebra.com> Notes: svn path=/head/; revision=310344
* Fix PLIST.Alex Dupre2012-12-141-1/+3
| | | | Notes: svn path=/head/; revision=308907
* - add and enable Crypto framework [1]Olli Hauer2012-12-122-14/+49
| | | | | | | | | | | | | (only OpenSSL, there are some build issues with NSS) - remove unused PERL build dependency [2] - use OPTIONS_GROUP instead OPTIONS_DEFINE - bump PORTREVISION [1] requested by many on the apache@ list [2] thanks to andre@ (noted on the apache@ list) Notes: svn path=/head/; revision=308787
* devel/apr1 [1]Olli Hauer2012-09-025-76/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update APR to 1.4.6 - update APR-util to 1.4.1 - remove PKGNAMESUFFIX'es www/apache-(event|itk|peruser|worker)-mpm - adopt new Makefile header, adjust PKGNAMESUFFIX in apache22 masterport PKGNAME match now LATEST_LINK www/apache22 [2]-[6] - rewrite for options NG - PORTNAME s|apache|apache22| - remove APR APR-util specific otions, will be checked now with help of apr/u-1-config Mk/bsd.apache.mk - rewrite for options NG - remove no longer needet make targets (show-categories, make-options-list) [1] PR: 165143 [2]-[6] PR: 130479 PR: 153406 PR: 158565 PR: 168769 PR: 167965 with hat apache@ Notes: svn path=/head/; revision=303550
* - cleanup option desc.Olli Hauer2012-07-081-13/+9
| | | | Notes: svn path=/head/; revision=300630
* - convert to options NGOlli Hauer2012-07-082-102/+105
| | | | | | | - sort pkg-plist Notes: svn path=/head/; revision=300627
* - Fix ./configure tests w/ CLANG for IPv6Philip M. Gollucci2012-01-231-0/+1
| | | | | | | | | | | - No PORTVERSION bump, clang is not default PR: ports/164420 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> With Hat: apache@ Notes: svn path=/head/; revision=289699
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* Update to 5.14.1Sergey Skvortsov2011-06-191-0/+15
| | | | | | | Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod Notes: svn path=/head/; revision=275828
* - update to apr-1.4.5Olli Hauer2011-05-224-21/+14
| | | | | | | | | | | | | | | | | | | - update to apr-util-1.3.12 - add new make target "test:" Changes for APR 1.4.5 *) Security: CVE-2011-1928 apr_fnmatch(): Fix high CPU loop. [William Rowe] *) Fix top_builddir in installed apr_rules.mk. [Bojan Smojver] Changes with APR-util 1.3.12 *) apr_ldap: Fix crash because of NULL cleanup registered by apr_ldap_rebind_init(). [Rainer Jung] commit with hat apache@ Notes: svn path=/head/; revision=274471
* - Bump PORTREVISION so the recent fix is visible to dependenciesPav Lucistnik2011-05-171-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=274245
* - add a fix to allow tomcat-native buld work againOlli Hauer2011-05-161-0/+12
| | | | | | | Fix send also upstream to dev@apr.ao Notes: svn path=/head/; revision=274205
* - update apr1 to version 1.4.4 (security update CVE-2011-0419)Olli Hauer2011-05-134-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: (trimmed non FreeBSD related to keep the list shorter) http://www.apache.org/dist/apr/CHANGES-APR-1.4 Changes for APR 1.4.4 Changes for APR 1.4.3 *) Security: CVE-2011-0419 Reimplement apr_fnmatch() from scratch using a non-recursive algorithm; now has improved compliance with the fnmatch() spec. [William Rowe] *) poll, pollset, pollcb on Windows: Handle calls with no file/socket descriptors. PR 49882. [Stefan Ruppert <sr myarm.com>, Jeff Trawick] *) Fix address handling when accepting an AF_INET socket from a socket bound as AF_INET6. PR 49678. [Joe Orton] *) Add new experimental configure option --enable-allocator-uses-mmap to use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces memory fragmentation with malloc implementations (e.g. glibc) that don't handle allocationss of a page-size-multiples in an efficient way. It also makes apr_allocator_max_free_set() actually have some effect on such platforms. [Stefan Fritsch] *) configure: Make definition of apr_ino_t independent of _FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'. [Stefan Fritsch] *) apr_ring: Workaround for aliasing problem that causes gcc 4.5 to miscompile some brigade related code. PR 50190. [Stefan Fritsch] *) apr_file_flush_locked(): Handle short writes. [Stefan Fritsch] *) apr_pollset_create_ex(): Trap errors from pollset providers. PR 49094. [Sami Tolvanen <sami.tolvanen mywot.com>] *) apr_pollset_create*(): Fix memory lifetime problem with the wakeup pipe when the pollset was created with APR_POLLSET_NOCOPY. [Neil Conway <nrc cs.berkeley.edu>] *) Fix detection of some Linux variants when configure is built with recent GNU tools. [Eric Covener] *) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC is supported. PR 46297. [Joe Orton] *) Improve platform detection by updating config.guess and config.sub. [Rainer Jung] commit with apache@ hat PR: 156997 Submitted by: Tsurutani Naoki <turutani _at_ scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=274072
* - make sure the system own sed is choosen even whenOlli Hauer2011-04-011-0/+3
| | | | | | | | | | | | | | textproc/gsed is installed during build time. This preserves issues in case textproc/gsed is removed from the system after build time. Issue described by Ryusuke SUZUKI <ryusuke _at_ FreeBSD.org> With Hat: apache@ Notes: svn path=/head/; revision=272086
* Update to libtool 2.4Ade Lovett2011-02-251-7/+10
| | | | | | | Tested by: pav (multiple -exp runs) Notes: svn path=/head/; revision=269656
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* - Update apr-util to 1.3.10Philip M. Gollucci2010-10-064-278/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security: http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html With Hat: apache@ <ChangeLog> *) SECURITY: CVE-2010-1623 (cve.mitre.org) Fix a denial of service attack against apr_brigade_split_line(). [Stefan Fritsch] *) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org) Fix two buffer over-read flaws in the bundled copy of expat which could cause applications to crash while parsing specially-crafted XML documents. [Joe Orton] *) Upgrade bundled copy of expat library to 1.95.7. [Joe Orton] *) apr_thread_pool: Fix some potential deadlock situations. PR 49709. [Joe Mudd <Joe.Mudd sas.com>] *) apr_thread_pool_create: Fix pool corruption caused by multithreaded use of the pool when multiple initial threads are created. PR 47843. [Alex Korobka <akorobka fxcm.com>] *) apr_thread_pool_create(): Only set the output thread pool handle on success. [Paul Querna] *) DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() with several different data types, including APR_DBD_TYPE_TIME. PR 49645. [<kappa psilambda.com>] *) Add support for Berkeley DB 4.8 and 5.0. PR 49866, PR 49179. [Bernhard Rosenkraenzer <br blankpage.ch>, Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>] *) Make bundled expat compatible with libtool 2.x. PR 49053. [Rainer Jung] *) Prefer libtool 1.x when searching for libtool in bundled expat release process. [Rainer Jung, Jim Jagielski] *) Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] </ChangeLog> Notes: svn path=/head/; revision=262506
* - bsd.port.mk adds CFLAGS to CONFIGURE_ENV but not if you reference it directlyPhilip M. Gollucci2010-10-051-2/+2
| | | | | | | | | | | | | | in the Makefile. Even if you use bsd.port.(pre|post).mk. - This re-fixes WITH_MYSQL=yes WITH_MYSQL_VER=55 after ale@ really fixed database/mysql55-client, databases/mysql55-server include/mysql layout. This is a very non default config, so no PORTREVISION bump PR: ports/146276 Notes: svn path=/head/; revision=262462
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Bump supported pthon versionPhilip M. Gollucci2010-09-111-1/+1
| | | | Notes: svn path=/head/; revision=260976
* - set LIB_DEPENDS with just = not +=Philip M. Gollucci2010-05-271-1/+1
| | | | Notes: svn path=/head/; revision=255163
* - full patch from dev@apr.apache.org to detech bdb 5.0Philip M. Gollucci2010-05-262-1/+144
| | | | | | | With Hat: apache@ Notes: svn path=/head/; revision=255150
* - Define python version explicitlyPhilip M. Gollucci2010-05-181-1/+3
| | | | | | | | | | | | ${APR_WRKDIR}/build/gen-build.py does not work with Python 3.1 - No PORTREVISION bump (build only) PR: ports/146621 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@ Notes: svn path=/head/; revision=254543
* - Default DEVRANOM support to on b/c mod_auth_digest is default onPhilip M. Gollucci2010-05-071-1/+2
| | | | | | | | | | but pointhat package builds don't set WITH_DEVRANDOM for devel/apr. - Bump PORTREVISION With Hat: apache@ Notes: svn path=/head/; revision=253915
* - FreeBSD doesn't use EGD sockets. Also the option handling doesn't honorPhilip M. Gollucci2010-05-071-12/+0
| | | | | | | | | | | without-egd. PR: ports/146376 Submitted by: Guido Falsi <mad@madpilot.net> With Hat: apache@ Notes: svn path=/head/; revision=253912
* 1/2: OPTIONS+= EGD and DEVRANDOMPhilip M. Gollucci2010-05-071-1/+25
| | | | | | | | | | | | | which allow mod_auth_digest to build next www/apache2* need to pass it through Default package doesn't change PR: ports/134577 Requested by: Pascal Vizeli <pvizeli@yahoo.de> With Hat: apache@ Notes: svn path=/head/; revision=253868
* - Harden the OPTION processing to explicity enable/disable in BOTH cases.Philip M. Gollucci2010-05-071-22/+22
| | | | | | | | | | | | | | | - Remove some invalid quotes in the OSVERSION handling - CFLAGS is already in CONFIGURE_ENV - Fix some tabs/whitespace None of this changes the default package, so no PORTREVISION bumps. PR: ports/145744 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@ Notes: svn path=/head/; revision=253861
* - Not yet compatiable with db50Philip M. Gollucci2010-05-071-0/+1
| | | | | | | | | PR: ports/145956 Submitted by: mandree With Hat: apache@ Notes: svn path=/head/; revision=253860
* - Support DB48Philip M. Gollucci2010-05-071-0/+129
| | | | | | | | | PR: ports/145956 [part I] Requested by: mandree With Hat: apache@ Notes: svn path=/head/; revision=253859