# New ports collection makefile for: tikiwiki # Date created: 19-JUNE-2006 # Whom: Babak Farrokhi # # $FreeBSD$ # PORTNAME= tikiwiki PORTVERSION= 2.2 CATEGORIES= www MASTER_SITES= SF MAINTAINER= farrokhi@FreeBSD.org COMMENT= Powerful PHP based Wiki/CMS/Groupware USE_PHP= gettext pcre posix session xml zlib NO_BUILD= YES USE_BZIP2= YES do-install: @-${MKDIR} ${WWWDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}) @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} .include w/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pet portlint:olgeni2012-08-181-12/+11
* Fix LATEST_LINK.olgeni2012-08-161-0/+1
* - Use the same version numbering scheme as lang/erlang.olgeni2012-08-161-2/+4
* Remove conflicts with lang/erlang-lite, removed in r302575.olgeni2012-08-151-2/+0
* Restore MAKE_JOBS_UNSAFE.olgeni2012-08-151-0/+2
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
* - Convert to OptionsNG and add HIPE, KQUEUE, OPENSSL, SCTP, THREADSolgeni2012-07-021-27/+73
* - Chase unixODBC shlib bumpmiwi2012-02-061-2/+2
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* Fix TOOLS_VSN version number.olgeni2011-12-042-3/+2
* Do not include util.h.olgeni2011-10-181-0/+15
* Update documentation tarball checksum due to minor errors.olgeni2011-10-072-2/+3
* Upgrade to version R14B04.olgeni2011-10-064-57/+58
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
* Upgrade to version R14B03.olgeni2011-05-265-85/+60
* Upgrade to version R14B-02.olgeni2011-03-174-52/+53
* In FreeBSD jails, the source and destination address of connectionsolgeni2010-12-232-0/+34
* Upgrade to version R14B01.olgeni2010-12-157-126/+49
* Add powerpc to ONLY_FOR_ARCHS since it has been reported to work.olgeni2010-10-291-1/+1
* Fix build on FreeBSD 6.x.olgeni2010-09-301-0/+4
* Fix fetching of doc file from MASTER_SITE_LOCAL.olgeni2010-09-291-1/+1
* Upgrade to version R14B, with a couple of fixes from the Erlangolgeni2010-09-2810-106/+114
* Replace LOCALBASE with PREFIX where needed.olgeni2010-08-141-2/+2
* Bring back a few docs that used to live in lang/erlang-doc.olgeni2010-08-143-7/+48
* Display PKGMESSAGE after installation from port.olgeni2010-08-141-0/+1
* Fix a few whitespace nits.olgeni2010-08-141-13/+13
* Remove obsolete message about nsswitch.conf in FreeBSD 5.x (noolgeni2010-07-231-4/+0
* Patch erlc.c to automatically pass the "-smp disable" arguments toolgeni2010-04-081-0/+13
* Revert 1.152, which cannot possibly work until erl is installed in ${LOCALBAS...olgeni2010-04-071-1/+0
* Disable SMP when running erlc (it hangs at least on pointyhat builds).olgeni2010-04-071-0/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* Add missing emacs files.olgeni2010-03-212-0/+18
* Upgrade to version r13b04.olgeni2010-03-1515-176/+96
* - update to jpeg-8dinoex2010-02-051-0/+1
* Add OPTIONS support.olgeni2010-01-281-4/+14
* Remove extra whitespace, use tabs only.olgeni2010-01-031-3/+3
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-1/+1
* Upgrade to version R13B03.olgeni2009-11-275-280/+87
* Improve Emacs indentation code (the try/after clause is now handled correctly.)olgeni2009-10-272-0/+208
* Upgrade to version R13B02.olgeni2009-09-227-91/+49
* Add "buildplt" target to Makefile. When invoked, it builds a fullolgeni2009-09-061-0/+9
* Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.olgeni2009-09-061-1/+4
* Use "+=" rather than "=" when modifying CONFIGURE_ENV.olgeni2009-09-061-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-4/+3
* The per-thread last floating point exception pointer is not initializedolgeni2009-07-012-1/+14
* Add bugfix for ei_decode_big.olgeni2009-06-132-1/+18
* files/patch-lib_compiler_src_beam__utils.erl:olgeni2009-06-123-1/+31
* Unbreak PLIST for erlang-lite.olgeni2009-06-121-4/+7
* Mark as MAKE_JOBS_UNSAFE.olgeni2009-06-121-0/+1
* Upgrade to version R13B01.olgeni2009-06-115-77/+59
* Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.olgeni2009-06-102-1/+13
* Bump PORTREVISION due to the recent PLIST changes.olgeni2009-06-041-0/+1
* Restore installation of erl_call.olgeni2009-06-042-1/+2
* Add missing application: erts-5.7.1.olgeni2009-06-041-0/+1
* Upgrade to version R13B.olgeni2009-06-036-104/+317
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-8/+0
* Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the ...olgeni2008-11-183-1/+45
* The tarball was re-rolled to install the eunit.hrl file.olgeni2008-11-072-3/+4
* Upgrade to version R12B-5.olgeni2008-11-068-82/+92
* Add correct exit code patch.olgeni2008-11-021-0/+11
* Retire incorrect patch (QAT).olgeni2008-11-021-11/+0
* Create missing empty directory from pkg-plist to avoid a pkg_delete warning.olgeni2008-11-022-1/+18
* Unbreak SCTP support and bump PORTREVISION.olgeni2008-11-022-1/+24
* Add support for Firefox and Seamonkey.olgeni2008-11-021-1/+1
* Remove obsolete patches.olgeni2008-11-023-42/+0
* Remove obsolete patch.olgeni2008-11-021-14/+0
* Upgrade to version R12B-4.olgeni2008-09-065-40/+50
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Upgrade to version R12B-3.olgeni2008-06-1510-128/+54
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* Portlint:olgeni2008-06-061-1/+1
* Upgrade to release R12B-2.olgeni2008-04-123-46/+46
* Fix SSL linking issue on amd64.olgeni2008-02-091-1/+1
* Upgrade to version R12B-1.olgeni2008-02-086-219/+43
* - Mark erlang-lite BROKEN on amd64/5pav2008-02-04