# New ports collection makefile for: devil # Date created: 8 August 2004 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= A full featured cross-platform image library OPTIONS= JPEG "Enable JPEG support" on \ JASPER "Enable JPEG2000 support" on \ LCMS "Enable LCMS support" on \ MNG "Enable MNG support" on \ PNG "Enable PNG support" on \ TIFF "Enable TIFF support" on \ X11 "Enable X11 support" on \ SDL "Enable SDL support" off \ NVTT "Enable NVidia texture tools support" off \ SIMD "Enable SIMD autodetection (AltiVec, SSE3,...)" off WRKSRC= ${WRKDIR}/${DISTNAME:L} USE_GNOME= pkgconfig USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ARGS= --enable-ILU \ --disable-allegro --disable-directx8 --disable-directx9 USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .if defined(WITHOUT_JPEG) CONFIGURE_ARGS+=--disable-jpeg .else LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--enable-jpeg .endif .if defined(WITHOUT_JASPER) CONFIGURE_ARGS+=--disable-jp2 .else LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper CONFIGURE_ARGS+=--enable-jp2 .endif .if defined(WITHOUT_LCMS) CONFIGURE_ARGS+=--disable-lcms .else LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms CONFIGURE_ARGS+=--enable-lcms .endif .if defined(WITHOUT_MNG) CONFIGURE_ARGS+=--disable-mng .else LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng CONFIGURE_ARGS+=--enable-mng .endif .if defined(WITHOUT_PNG) CONFIGURE_ENV+= libpng_app=no CONFIGURE_ARGS+=--disable-png .else LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png .endif .if defined(WITHOUT_TIFF) CONFIGURE_ARGS+=--disable-tiff .else LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+=--enable-tiff .endif .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--disable-opengl --disable-x11 --disable-xpm --disable-shm PLIST_SUB+= X11="@comment " .else USE_GL= glut CONFIGURE_ARGS+=--enable-ILUT PLIST_SUB+= X11="" .endif .if defined(WITH_SDL) USE_SDL= sdl .else CONFIGURE_ARGS+=--disable-sdl .endif .if defined(WITH_NVTT) BUILD_DEPENDS+= ${LOCALBASE}/lib/libnvtt.so:${PORTSDIR}/graphics/nvidia-texture-tools RUN_DEPENDS+= ${LOCALBASE}/lib/libnvtt.so:${PORTSDIR}/graphics/nvidia-texture-tools .else CONFIGURE_ARGS+=--without-nvtt .endif .if !defined(WITH_SIMD) CONFIGURE_ARGS+=--disable-altivec --disable-sse --disable-sse2 --disable-sse3 .endif post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e '/^pkgdir=/s|$$(libdir)/|$$(prefix)/libdata/|g' \ ${WRKSRC}/data/Makefile.am @${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/src-ILU/ilur/ilur.c post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS CREDITS ChangeLog Libraries.txt README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include h' size='10' name='q' value=''/>
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Updated to version 0.6.0alane2002-10-122-2/+2
| | | | | PR: ports/43620 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add tunables for setting the hard and soft timeouts for sqwebmail.seanc2002-10-111-0/+10
| | | | | Reviewed by: nbm Approved by: knu (mentor)
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-103-4/+4
| | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
* Pass MAKE_ENV to post-build and post-install MAKE invocations to ensuremi2002-10-091-3/+4
| | | | | the things like PREFIX are correct. BTW, this software compiles/link with db4 as well as db3 now, but the port unconditionally uses db3.
* Update to 0.7c. Respect C(XX)FLAGS. The new version uses md5 checksumsmi2002-10-095-7/+87
| | | | | | | | | | | | | to identify messages -- force it to use our -lmd instead of letting it install the N+1st implementation. Use the tiny piece of sprint(3) to convert the 16-byte digest into the printable 32-char string (the wisdom of storing such a string instead of the raw digest discussed with the author already). Don't copy the manpage from FILESDIR -- compress and/or install it directly from FILESDIR. Approved by: maintainer timeout
* Update port to 4.72.jedgar2002-10-093-10/+14
| | | | | | Use REINPLACE. Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> (update)
* Update pkg-message for local paths and uucp.dinoex2002-10-088-0/+364
| | | | | Add targets for easy install: root-sasldb, tls-install Small Security Fix, see http://www.sendmail.org/smrsh.adv.txt
* Add qconfirm 0.4.0, request delivery confirmation for mail message undernbm2002-10-086-0/+56
| | | | | | | qmail. PR: 42265 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add qmail-notify 0.93, delayed delivery notification for qmail.nbm2002-10-086-0/+52
| | | | | PR: 41957 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add pkg-message file I forgot to add in previous commitnbm2002-10-081-0/+7
|
* Add queue-repair 0.8.6, a qmail queue diagnostic and repair tool.nbm2002-10-086-0/+62
| | | | | PR: 41889 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Upgrade offlineimap to 3.99.0nbm2002-10-085-22/+22
| | | | | PR: 43824 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* option SENDMAIL_WITH_SUID for compatibility with sendmail 8.11.xdinoex2002-10-081-2/+8
| | | | use SASL V2 with current sendmail port
* Update maintainer addressperky2002-10-083-5/+5
| | | | | PR: 43820 Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
* Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, nowknu2002-10-082-4/+2
| | | | that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP.
* Add pymsgauth 2.0.0, a toolkit for dealing with qsecretary confirmationnbm2002-10-077-0/+73
| | | | | | | notices. PR: 41672 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* upgrade to 10.0ijliao2002-10-076-44/+8
| | | | | PR: 43701 Submitted by: Ports Fury
* Use RUBY_MOD*.knu2002-10-076-200/+200
|
* Upgrade to 1.50.kuriyama2002-10-062-2/+2
| | | | | PR: ports/43231 Submitted by: Peter Avalos <pavalos@theshell.com>
* Update to 0.62pat2002-10-063-4/+4
| | | | | PR: ports/43298 Submitted by: maintainer
* * Match poppassd's expectation with /usr/bin/passwd's actual output.naddy2002-10-063-28/+23
| | | | | | | * Honor CFLAGS and LDFLAGS and some clean-up. PR: 42359 Submitted by: andrew@ugh.net.au
* Update to 0.8.3pat2002-10-063-30/+23
| | | | | PR: ports/43712 Submitted by: maintainer
* BROKEN: Does not install in correct locationkris2002-10-061-0/+2
|
* Update to 0.8.5pat2002-10-068-8/+8
| | | | | PR: ports/43628 Submitted by: maintainer
* * Fix NOPORTDOCS.obraun2002-10-062-1/+18
| | | | | | | * Bump PORTREVISION. PR: 43588 Submitted by: maintainer
* Update to 1.2lioux2002-10-062-2/+2
|
* Update to 0.6.0pat2002-10-052-2/+2
|
* 1) Enable directory-search lookups by default and providesheldonh2002-10-051-2/+13
| | | | | | | | | | | | WITHOUT_DSEARCH to disable them. 2) Enable NIS lookups by default and provide WITHOUT_NIS to disable them. 3) Bump PORTREVISION accordingly. Submitted by: Matthew Byng-Maddick <mbm+freebsd@colondot.net> (1) Requested by: Nicolas Kowalski <Nicolas.Kowalski@imag.fr> (2)
* s/maildrop/getmail/ijliao2002-10-022-1/+2
| | | | | PR: 43566 Submitted by: Peter van Dijk <peter@dataloss.nl>
* dont remove locale/* dirsijliao2002-09-301-3/+0
|
* Track exim-4.xx now that ports/mail/exim is for exim-4.xx.sheldonh2002-09-301-41/+32
| | | | | | | The Makefile was changed to track exim-4.xx before the ports freeze, but this patch was not updated. Fix it now to unbreak the build. Reported by: kris
* Update 5.9.13 --> 6.1.0. Fixes yet another buffer overflow (exploit)cy2002-09-303-11/+12
| | | | | | | | | described at http://security.e-matters.de/advisories/032002.html. Approved by: nectar (using his security-officer hat) will (using his portmgr hat) As we are so close to last tagging, as suggested by portmgr, maintainer approval is forgone.
* Mark FORBIDDEN due to another buffer overflow.nectar2002-09-291-0/+2
| | | | | | | http://security.e-matters.de/advisories/032002.html % cvs rlog ports/mail/fetchmail/Makefile | grep 'exploit' | wc 3 28 203
* Fix build (configure test for socklen_t was busted)kris2002-09-292-6/+23
|
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-2/+2
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* forgot bump port revision last commit...ijliao2002-09-291-0/+1
|
* forgot to add pkg-message last commitijliao2002-09-292-0/+14
|
* - Install PostScript documentation, tookris2002-09-293-24/+29
| | | | | | | | | | | - Respect NOPORTDOCS - Use INSTALL_DATA instead of INSTALL_MAN when installing docs - Use DOCSDIR shortcut - Make installation a little bit more vebose - Redo patch a bit better than my last commit Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: ports/42693
* Fix build (remove dup declarations of functions from system headers)kris2002-09-291-13/+23
|
* Remove reference to pkg-message, which is not present in the repokris2002-09-291-3/+0
| | | | (accidentally not committed?)
* Assign maintainership to Tilman Linneweh <tilman@arved.de>kris2002-09-271-1/+1
|
* Drop gettext-old dependency.sobomax2002-09-252-5/+20
|
* Remove repeated entry in MASTER_SITESlioux2002-09-231-1/+0
|
* Fix plists and unbreak packaging for mail/exim-doc-*.knu2002-09-233-17/+59
| | | | | | (Perhaps the maintainer forgot to update those files?) Submitted by: bento
* Fix plist and unbreak packaging.knu2002-09-231-1/+0
| | | | Submitted by: bento
* Fix build on 4-STABLE with system perl only (not port); fix error inalane2002-09-212-9/+5
| | | | | | pkg-plist causing spurious errors on deinstall. PR: 43156
* Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS.knu2002-09-212-14/+4
|
* Add new port mail/wmmaiload - Incoming mail monitor dockapp based onpat2002-09-217-0/+46
| | | | wmcpuload design.
* Added dep on p5-HTML-Parser.alane2002-09-211-0/+1
|
* add sentinel 1.2bijliao2002-09-219-0/+118
| | | | | | | Sentinel is a sendmail milter API implementation PR: 38085 Submitted by: Peter Hollaubek <fifteen@inext.hu>
* BROKEN: Does not buildkris2002-09-211-0/+2
|
* Apply a blessed +3 magic wand of autotools protection; a rogue run ofroam2002-09-213-0/+18
| | | | | | | | | | autoconf or automake over our local patches can ruin your whole day. This rarely, if ever, affected the vpopmail ports, causing mysterious failures at install time, but inevitably killed the stunnel build if automake-1.5 happened to be installed. Reported by: Dan Langille <dan@langille.org> for stunnel, Sitchin Zech <mailsagan@yahoo.com> for vpopmail
* Update to 2.41 so razor works.alane2002-09-213-41/+40
| | | | Submitted by: Michael Harding(?) (I deleted the mail accidentally.)
* Blah, fat fingered in the editor -- remove bogonobrien2002-09-212-2/+2
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-212-2/+2
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* More updating of master sites.obrien2002-09-212-8/+6
|
* Update master sites.obrien2002-09-212-8/+6
|
* Sanitize MASTER_SITESlioux2002-09-201-7/+0
| | | | Submitted by: fenner's distfile survey
* fix patch pathijliao2002-09-205-10/+10
| | | | | | | ps. sorry, my fault, not committed in last commit PR: 42959 Submitted by: maintainer
* upgrade to 0.8.3ijliao2002-09-208-12/+12
| | | | | PR: 42838 Submitted by: maintainer
* bump gpgme shlib versionijliao2002-09-206-8/+12
|
* Update to qmail-ldap patch version 20020901lioux2002-09-203-3/+5
|
* upgrade to 1.0.11ijliao2002-09-204-16/+5
| | | | | PR: 42711 Submitted by: maintainer
* - Update to 3.4.6ijliao2002-09-203-16/+69
| | | | | | | | | | | | | - Add several compile-time knobs: - WITHOUT_OPENSSL=yes Disable the OpenSSL library support - WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support - WITH_PCRE=yes Enable the PCRE library support - WITH_PAM=yes Enable the Pluggable Authentication Modules support - WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support - Take maintainership PR: 42746 Submitted by: Sergei Kolobov <sergei@kolobov.com> (new maintainer)
* Update qmail-tls patch to 1.03.20020825lioux2002-09-204-4/+4
|
* re-enable TLSijliao2002-09-203-4/+5
| | | | | PR: 42959 Submitted by: maintainer
* Mention mail/p5-Mail-SpamAssassin and security/vscan.sheldonh2002-09-191-1/+3
| | | | Requested by: Tony Finch <dot@dotat.at>
* Enable exiscan content scanning unless the new knob WITHOUT_EXISCANsheldonh2002-09-191-0/+4
| | | | | | is defined. Bump PORTREVISION accordingly.
* upgrade postfix-current to latest release (Attila Nagy <bra@fsn.hu>)ijliao2002-09-198-81/+127
| | | | | | | add POSTFIX_OPTIONS variable setting from make.conf (knu) PR: 42928 Submitted by: maintainer
* Enable exiscan content scanning unless the new knob WITHOUT_EXISCANsheldonh2002-09-193-6/+42
| | | | | | is defined. Bump PORTREVISION accordingly.
* Update to 0.5.1. Bugfix release.alane2002-09-192-3/+3
| | | | | PR: 42922 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* add filtermail 0.2.4ijliao2002-09-187-0/+68
| | | | | | | Filter mail on a pop3 server: saves downloading spam PR: 37905 Submitted by: Harry Newton <harry_newton@telinco.co.uk>
* Correct PLIST.sobomax2002-09-181-19/+0
| | | | Submitted by: gnome tinderbox
* add lookout 1.2ijliao2002-09-185-0/+31
| | | | | | | Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard PR: 37027 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* add lookout 1.2ijliao2002-09-181-0/+1
| | | | | | | Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard PR: 37020 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
* More documentation (html) build fixes.obrien2002-09-184-20/+70
| | | | Submitted by: kris (bento)
* Chase the pisock shared lib version number. Note, this new version maymarcus2002-09-186-6/+6
| | | | break some of these ports, but they're definitely broken without this.
* Update to latest snapshotdwcjr2002-09-178-90/+57
| | | | | | | Add SASL2 support PR: 42751 Submitted by: maintainer, Marc G. Fournier
* Track exim-4.xx now that ports/mail/exim is for exim-4.xx.sheldonh2002-09-171-3/+3
| | | | Reported by: "Daniel S. Otis-Vigil" <dvigil@moosoft.com>
* Track exim-4.xx now that ports/mail/exim is for exim-4.xx.sheldonh2002-09-172-5/+5
|
* Track exim-4.xx now that ports/mail/exim is for exim-4.xx.sheldonh2002-09-171-1/+1
| | | | Reported by: "Daniel S. Otis-Vigil" <dvigil@moosoft.com>
* Update to 0.7a.mdodd2002-09-177-11/+107
| | | | WARNING! Database format has changed. Rebuild required.
* Install examples and docs.alane2002-09-162-0/+21
| | | | | PR: ports/42824 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Maintainer relenquishing ports.alane2002-09-161-1/+1
| | | | | | PR: 42829 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi> Approved by: maintainer
* Enable IPV6 unless WITHOUT_IPV6 is defined.sheldonh2002-09-162-3/+17
|
* Fix LDAP lookup type selection.sheldonh2002-09-161-8/+16
| | | | Reported by: Adam Doligalski <adam.doligalski@atm.com.pl>
* Update to 2.0.2. This is release comes after a big rewrite to removemarcus2002-09-168-95/+97
| | | | deprectaed code, and fix I18N support.
* rmime uses metamail to decode types that are unknown to Emacs, so adddd2002-09-161-0/+1
| | | | | it to RUN_DEPENDS. That this bug in the port has gone unnoticed for almost 14 months shows that I'm probably the only one using this . . .
* Update to 1.2.8pat2002-09-164-7/+20
| | | | | PR: ports/42802 Submitted by: maintainer
* get some garbage that patch merged within.dinoex2002-09-162-4/+2
|
* Fix problem when inatll,ion without mailer.confdinoex2002-09-164-12/+24
| | | | PR: 42753
* Add missing directories and respect NOPORTDOCSkris2002-09-161-5/+8
|
* Fix plistkris2002-09-164-54/+72
|
* Update to 0.5.0.alane2002-09-152-2/+2
|
* Update to vpopmail-5.3.9, with better processing of the exit coderoam2002-09-154-4/+4
| | | | of mail/autoresponder.
* Update to 1.4.1. This is a stable bug fix release.marcus2002-09-152-4/+4
| | | | | PR: 42792 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
* Add missing fileskris2002-09-151-0/+6
|
* Remove the FORBIDDEN tag; the exploitable bug was fixed prior toroam2002-09-132-4/+0
| | | | the release of qmailadmin-1.0.6.
* add p5-Mail-Procmailrc 1.00ijliao2002-09-136-0/+39
| | | | A Perl OO interface to procmail rc files
* Update to version 2.21kevlo2002-09-133-14/+9
| | | | | PR: 42717 Submitted by: MAINTAINER
* I agree with the Exim community that the exim-4.xx has reached productionsheldonh2002-09-12