aboutsummaryrefslogtreecommitdiffstats
path: root/www/oops
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on CURRENTsem2006-05-252-4/+12
| | | | Approved by: marck (maintainer)
* BROKEN on 7.0: Does not compilekris2006-05-221-0/+4
|
* Add extra master siteerwin2006-04-221-1/+2
| | | | | PR: 96143 Submitted by: marck (maintainer)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-5/+5
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Create a user with nobody group instead of wheel.sem2005-08-252-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)
* - Fix build on FreeBSD 7pav2005-07-191-7/+4
| | | | | PR: ports/83675 Submitted by: marck (maintainer)
* - One more fix for IPL_NATpav2005-05-313-88/+43
| | | | | | | - Convert to OPTIONS PR: ports/81623 Submitted by: markm (maintainer)
* - Fix: after recent ipfilter update IPL_NAT symbol has disappearedpav2005-05-212-1/+15
| | | | | PR: ports/80934 Submitted by: marck (maintainer)
* - Don't change ownership on ${PREFIX}/sbinpav2005-02-092-6/+18
| | | | | PR: ports/77302 Submitted by: marck (maintainer)
* - Update to 1.5.24pav2005-02-0610-150/+264
| | | | | PR: ports/77112 Submitted by: Dmitry Morozovsky <marck@freebsd.org> (maintainer)
* - Fix for multiple redir modulespav2004-10-152-1/+20
| | | | | | PR: ports/72710 Submitted by: marck (maintainer) Obtained from: author
* Pass maintainership to Dmitry Morozovsky (aka marck),osa2004-10-121-1/+1
| | | | | who highly activity using oops for business and kindly volunteered to keep this port up-to-date.
* Respect PTHREAD_{CFLAGS,LIBS} on 5.x and beyond.kris2004-10-081-5/+11
| | | | | Submitted by: marcus Approved by: portmgr (self)
* Fix build on amd64 by linking against shared libraries instead of tryingkris2004-03-171-4/+6
| | | | | | to link static libraries into a shared library. Reviewed by: maintainer
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Attempt to fix build on amd64. [1]osa2004-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>
* SIZEfy my ports.osa2004-02-041-0/+1
|
* Do not grab ${PREFIX}/sbin owhership.osa2004-01-302-5/+7
| | | | | | Remove FORBIDDEN, bump PORTREVISION. Notify from: kris via bento
* FORBIDDEN: Changes ownership of ${PREFIX}/sbinkris2004-01-301-0/+2
|
* Author remove some needless files from distro and reroll it.osa2003-11-211-1/+1
|
* Update to 1.5.23.osa2003-11-208-177/+28
|
* Update www/oops:osa2003-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
* Change my e-mail addressosa2003-06-061-1/+1
| | | | Approved by: fjoe (mentor)
* Update to 1.5.22.20030403fjoe2003-04-032-2/+2
| | | | PR: 50562
* - Update to 1.5.22-20030321fjoe2003-03-245-29/+58
| | | | | | - Assign maintainership to Sergey Osokin PR: 50187
* De-pkg-comment.knu2003-02-212-1/+1
|
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-051-1/+2
|
* a) Update www/oops to 1.5.22-20021204, which solvesyar2002-12-146-662/+39
| | | | | | | | | | | a number of build problems. b) Obey BATCH. c) Locate DB4 correctly. d) Explicitly specify dependency on gawk. PR: ports/46006 ports/44071 ports/45989 ports/40593 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Approved by: portmgr (knu)
* Add a patch file for src/parser.y that remedies the YACC grammaryar2002-12-061-0/+652
| | | | | | | | compatibility problem against new bison (>=1.75). PR: ports/45898 Submitted by: Dmitry Morozovsky <marck@rinet.ru> Approved by: portmgr
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* update WWWijliao2002-09-281-1/+1
| | | | | PR: 43363 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* Fix build on -CURRENT.naddy2002-07-264-50/+40
|
* Simplify MASTER_SITES and also while i am here, fix FATAL warning frompat2002-07-261-2/+2
| | | | | | | portlint PR: ports/40989 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forpetef2002-05-311-2/+2
| | | | | | | your hard work on these & I hope to see you contribute more. PR: 38750 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
* Update maintainer's email to match what he uses on send-pr to avoiddwcjr2002-05-231-2/+2
| | | | | | confusion Submitted by: maintainer
* upgrade to 20020519ijliao2002-05-202-2/+2
| | | | | PR: 38327 Submitted by: maintainer
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Update to 1.5.22.20020312pat2002-03-132-1/+10
| | | | | PR: 35824 Submitted by: maintainer
* Populate SCRIPTS_ENV with variables the configure script needs.petef2002-02-201-0/+4
| | | | | PR: 34969 Submitted by: maintainer
* Fix the previous commit. Note to myself: do not forget cvs rm -fmaxim2002-02-148-0/+207
| | | | the empty files and cvs add the new ones.
* Upgrade to 1.5.22maxim2002-02-147-98/+26
| | | | | PR: 34929 Submitted by: maintainer
* upgrade to 1.5.18ijliao2001-05-293-11/+2
| | | | | PR: 27255 Submitted by: maintainer
* Upgrade to version 1.5.17kevlo2001-05-015-70/+14
| | | | | PR: 26921 Submitted by: MAINT
* Chase the checksum: trivial doc changeskris2001-03-101-1/+1
|
* Add WWW:tom2001-02-261-0/+2
|
* Update to 1.5.6kevlo2001-01-032-2/+2
| | | | | PR: 24045 Submitted by: MAINTAINER
* remove extra directories properly.sf2000-12-311-0/+4
| | | | | PR: 23846 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Add @dirrm etc/oopsdemon2000-12-241-0/+1
| | | | | PR: 23744 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Update to version 1.5.5.demon2000-12-242-2/+2
| | | | | PR: 23803 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* Fix violations of COMMENT files.will2000-12-211-1/+1
| | | | | PR: 22986 Submitted by: Ports Fury
* Minor oops account GECOS field fix.roam2000-12-151-1/+1
| | | | | PR: 23563 Submitted by: maintainer
* - Install mans;sobomax2000-12-153-0/+66
| | | | | | - make port to be compliant with portlint-2.3. Submitted by: maintainer
* - Update port to 1.5.2jedgar2000-12-145-19/+25
| | | | | | | - Remove FORBIDDEN PR: 23541 Submitted by: Maintainer
* Mark FORBIDDEN due to remote exploit posted on Bugtraqjedgar2000-12-121-0/+2
| | | | Submitted by: |CyRaX| <cyrax@pkcrew.org> (via Bugtraq)
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Add oops 1.4.16, a www proxy server similar to squid but easier to configure,will2000-09-189-0/+250
threadsafe (can use more than one CPU), and faster (uses large files rather than many files). PR: 21318 Submitted by: Sergey Oskin <oZZ@FreeBSD.org.ru>