aboutsummaryrefslogtreecommitdiff
path: root/www/oops
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Fix buildMartin Wilke2013-06-111-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320593
* Convert to new options frameworkBaptiste Daroussin2013-06-041-23/+15
| | | | Notes: svn path=/head/; revision=319846
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)Pietro Cerutti2013-02-072-19/+13
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311829
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Be more accurate with gcc compilator flags -shared and -export-dynamic.Sergey A. Osokin2012-02-154-19/+26
| | | | | | | | | | Bump PORTREVISION. Approved by: maintainer (marck) Tested by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> Notes: svn path=/head/; revision=291465
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* Really add method REPORT support.Sergey A. Osokin2012-02-062-38/+34
| | | | | | | Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> Notes: svn path=/head/; revision=290480
* Really remove necessary pkg-install script (missed in previous commit).Sergey A. Osokin2012-02-046-93/+107
| | | | | | | | | | | | | | | While I'm here: o) utilize %%ETCDIR%%; o) do not overwrite configuration and service files in ${ETCDIR} if they exist; o) remove necessary DISTNAME (found by portlint(1)); o) fix build with clang. Bump PORTREVISION. Tested by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> Notes: svn path=/head/; revision=290379
* Change type of pointers from int to uintptr_t for support 64 bit platforms.Sergey A. Osokin2012-02-023-10/+270
| | | | | | | | | | | | | | | | | Use system regexp library. Add implementation of REPORT method. While I'm here, convert pkginstall script into USERS/GROUPS macro and remove needless script. Use bsd.options.mk. Bump PORTREVISION. Tested by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> Approved by: maintainer (timeout > 2 weeks) PRs: 163317, 164018 Notes: svn path=/head/; revision=290294
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* 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
* 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
* - Fix pkg-plist to delete directories installed out of PREFIX (on /var)Sahil Tandon2010-05-171-0/+1
| | | | | | | | | PR: ports/145743 Submitted by: sahil@ (myself) Approved by: marck@ (maintainer), itetcu@ (mentor) Notes: svn path=/head/; revision=254472
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix on 9.xPav Lucistnik2009-12-181-1/+1
| | | | | | | | PR: ports/140074 Reported by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> Notes: svn path=/head/; revision=246163
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - fix plist for -DNOPORTDOCSIon-Mihai Tetcu2008-06-293-14/+12
| | | | | | | | | | | | - install rc script via USE_RC_SUBR - pet portlint a little - bump PORTREVISION Submitted by: marck@ (maintainer) Prompted by: QA Tindy run Notes: svn path=/head/; revision=215939
* - Fix build on FreeBSD 8.xPav Lucistnik2007-12-211-6/+3
| | | | | | | Submitted by: Wesley Shields <wxs@atarininja.org> Notes: svn path=/head/; revision=204247
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Fix build on CURRENTSergey Matveychuk2006-05-252-4/+12
| | | | | | | Approved by: marck (maintainer) Notes: svn path=/head/; revision=163355
* BROKEN on 7.0: Does not compileKris Kennaway2006-05-211-0/+4
| | | | Notes: svn path=/head/; revision=163018
* Add extra master siteErwin Lansing2006-04-221-1/+2
| | | | | | | | PR: 96143 Submitted by: marck (maintainer) Notes: svn path=/head/; revision=160127
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Create a user with nobody group instead of wheel.Sergey Matveychuk2005-08-242-2/+2
| | | | | | | | | | | | | Theoretically it could be a reason for security weakness on some configurations with sudo. - Bump a PORTVERSION. PR: ports/85247 Submitted by: maintainer Approved by: portmgr (linimon) Notes: svn path=/head/; revision=140966
* - Fix build on FreeBSD 7Pav Lucistnik2005-07-181-7/+4
| | | | | | | | PR: ports/83675 Submitted by: marck (maintainer) Notes: svn path=/head/; revision=139533
* - One more fix for IPL_NATPav Lucistnik2005-05-303-88/+43
| | | | | | | | | | - Convert to OPTIONS PR: ports/81623 Submitted by: markm (maintainer) Notes: svn path=/head/; revision=136465
* - Fix: after recent ipfilter update IPL_NAT symbol has disappearedPav Lucistnik2005-05-202-1/+15
| | | | | | | | PR: ports/80934 Submitted by: marck (maintainer) Notes: svn path=/head/; revision=135724
* - Don't change ownership on ${PREFIX}/sbinPav Lucistnik2005-02-092-6/+18
| | | | | | | | PR: ports/77302 Submitted by: marck (maintainer) Notes: svn path=/head/; revision=128381
* - Update to 1.5.24Pav Lucistnik2005-02-0510-150/+264
| | | | | | | | PR: ports/77112 Submitted by: Dmitry Morozovsky <marck@freebsd.org> (maintainer) Notes: svn path=/head/; revision=128086
* - Fix for multiple redir modulesPav Lucistnik2004-10-152-1/+20
| | | | | | | | | PR: ports/72710 Submitted by: marck (maintainer) Obtained from: author Notes: svn path=/head/; revision=119500
* Pass maintainership to Dmitry Morozovsky (aka marck),Sergey A. Osokin2004-10-121-1/+1
| | | | | | | | who highly activity using oops for business and kindly volunteered to keep this port up-to-date. Notes: svn path=/head/; revision=119045
* Respect PTHREAD_{CFLAGS,LIBS} on 5.x and beyond.Kris Kennaway2004-10-071-5/+11
| | | | | | | | Submitted by: marcus Approved by: portmgr (self) Notes: svn path=/head/; revision=118576
* Fix build on amd64 by linking against shared libraries instead of tryingKris Kennaway2004-03-171-4/+6
| | | | | | | | | to link static libraries into a shared library. Reviewed by: maintainer Notes: svn path=/head/; revision=104279
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Attempt to fix build on amd64. [1]Sergey A. Osokin2004-02-122-7/+46
| | | | | | | | | | | | Also fix build problem with MySQL support. [2] Correct use PTHREAD_[CFLAGS|LIBS]. Bump PORTREVISION. [1] Notify from: kris via bento [2] Submitted by: Sergey Mokryshev <mokr@mokr.net> Notes: svn path=/head/; revision=100760
* SIZEfy my ports.Sergey A. Osokin2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99947
* Do not grab ${PREFIX}/sbin owhership.Sergey A. Osokin2004-01-302-5/+7
| | | | | | | | | Remove FORBIDDEN, bump PORTREVISION. Notify from: kris via bento Notes: svn path=/head/; revision=99488
* FORBIDDEN: Changes ownership of ${PREFIX}/sbinKris Kennaway2004-01-301-0/+2
| | | | Notes: svn path=/head/; revision=99475
* Author remove some needless files from distro and reroll it.Sergey A. Osokin2003-11-211-1/+1
| | | | Notes: svn path=/head/; revision=94620
* Update to 1.5.23.Sergey A. Osokin2003-11-208-177/+28
| | | | Notes: svn path=/head/; revision=94451
* Update www/oops:Sergey A. Osokin2003-09-244-8/+54
| | | | | | | | | | | | | | *) Respect to ${CXX} *) Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} instead of hardcoded -pthread flag *) Remove rwlock.c support, because libc_r already support pthread_rwlock family calls *) Bump ${PORTREVISION} PR: 56943 Notes: svn path=/head/; revision=89175
* Change my e-mail addressSergey A. Osokin2003-06-061-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=82367