# New ports collection makefile for: Ruby-BDB # Date created: 8 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= bdb PORTVERSION= 0.5.9 PORTREVISION= 2 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} PKGNAMESUFFIX= ${WITH_BDB_VER} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby interface to Sleepycat's Berkeley DB revision 2 or later USE_BDB= YES CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}[2-4]* USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} \ --with-db-version=${BDB_LIB_NAME:S/^db//} INSTALL_TARGET= site-install DOCS= Changes \ README.en \ bdb.html \ bdb.rd \ docs/*.html \ docs/*.rd \ docs/doc post-build: .if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc .endif .include DOCSDIR= ${RUBY_MODDOCDIR} PORTDOCS= * post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .if ${RUBY_VER} >= 1.8 cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ri-site .endif .endif .include namon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-147/+3
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-9/+2
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-11/+3
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-10/+3
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-11/+3
* - Convert to PEAR_AUTOINSTALLmiwi2013-05-131-7/+2
* - Update to 1.7miwi2013-05-132-3/+3
* - Update emacs entry to correct the version ranges for CVE-2012-3479ashish2013-05-131-1/+1
* - Fix BROKEN after r317848 commitsbz2013-05-132-6/+66
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
* - Update to 1.2.7jase2013-05-122-3/+3
* Horde update (introducing MongoDB support):mm2013-05-112-3/+3
* - Update to 0.4.1 [1]makc2013-05-114-30/+11
* - Upgrade to 2.0.20.kuriyama2013-05-112-6/+5
* Fix rc script.lme2013-05-111-2/+3
* - Update MASTER_SITESmiwi2013-05-101-12/+15
* Make TESTS a non-default optiongarga2013-05-082-2/+2
* Use package names rather than files in PYTHON_SITELIBDIR for depends.antoine2013-05-081-9/+9
* New port: security/py-plasoantoine2013-05-085-0/+77
* Update nginx entry to reflect the right version ranges for CVE-2013-2028.delphij2013-05-081-2/+3
* Fix typo.osa2013-05-071-1/+1
* Document nginx -- a stack-base buffer overflow.osa2013-05-071-0/+31
* Convert to use shebangfix USES flag.ehaupt2013-05-071-1/+2
* Convert USE_NCURSES by USES=ncursesbapt2013-05-063-4/+3
* update lang/sbcl to 1.1.7, and adjust dependent portsbf2013-05-061-1/+1
* Finish converting security from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-063-23/+17
* - Fix dependency.hrs2013-05-062-6/+53
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-1/+1
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-1/+1
* Disable PIE on ARM. This was causing a crash at runtime.wxs2013-05-051-0/+4
* Fix after conversion to new options frameworkbapt2013-05-051-1/+1
* - Add a workaround when CC=clang [*].hrs2013-05-041-10/+11
* Update regripperplugins to 20130429antoine2013-05-042-5/+5
* Update regripper to 2.8antoine2013-05-042-6/+4
* Fix buildbapt2013-05-041-6/+2
* Fix build with bmake, while here adopt USES=pkgconfigbapt2013-05-041-2/+4
* Fix build with bmakebapt2013-05-041-5/+5
* New port: rcracki_mtantoine2013-05-044-0/+48
* - fix strongSwan discovery date /2013-05-03/2013-04-30/ohauer2013-05-041-1/+1
* - update to version 5.0.4 which fixes CVE-2013-2944.ohauer2013-05-045-4/+41
* Chase security/libgcrypt updateehaupt2013-05-041-1/+1
* Chase security/libgcrypt updateehaupt2013-05-0426-50/+42
* Update to 1.5.2ehaupt2013-05-044-43/+13
* Document Jenkins Security Advisory 2013-05-02lwhsu2013-05-041-0/+56
* Fix build with bmake as makebapt2013-05-031-0/+4
* Fix build with bmake as makebapt2013-05-031-0/+2
* - Update to 2.3ehaupt2013-05-032-12/+8
* Update to 5.6ehaupt2013-05-036-11/+13
* - Add the vendor patch for SQUID-2012:1 (CVE-2012-5643) and update VuXMLtmseck2013-05-031-2/+3
* Update to version 2.2.0pawel2013-05-024-46/+25
* Fix syntaxe error introduced by conversion to new options frameworkbapt2013-05-021-1/+1
* - Update security/libkpass to version 5 [1]pawel2013-05-027-27/+30
* Fix xauth and ssh-askpass still being expected in /usr/X11R6bdrewery2013-05-021-1/+4
* - Fix a call of Perl's timelocal() for timestamps with seconds out of [0..59].stefan2013-05-012-5/+13
* Take this port under my wing.wxs2013-05-011-1/+1
* - Add support for base and port Heimdal for Kerberosbdrewery2013-04-301-2/+17
* Adopt portjohans2013-04-301-1/+1
* Update to 1.11.tobez2013-04-302-8/+4
* - Update to 1.31jadawin2013-04-302-8/+4
* - convert ports to USES= gettextjgh2013-04-304-14/+14
* - fix conversion of USES= gettextjgh2013-04-301-1/+1
* - Update MASTER_SITESmiwi2013-04-301-11/+7
* Add entry for SA-13:05.nfsserverdes2013-04-301-0/+28
* - Update yaSSL to 2.6.0johans2013-04-303-20/+29
* Update mac-robber to 1.02antoine2013-04-303-6/+16
* Update GNU shishi to 1.0.2johans2013-04-306-326/+10
* Update Nettle to 2.7johans2013-04-303-35/+13
* In preparation of removing devel/libusb (expires 2013-04-30), remove itrene2013-04-303-21/+12
* Fix buildbdrewery2013-04-291-1/+1
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-9/+5
* - Update to 0.9.3tota2013-04-292-4/+3
* Fix typobapt2013-04-291-1/+1
* Convert security to new options frameworkbapt2013-04-29