summaryrefslogtreecommitdiffstats
path: root/www/oops
Commit message (Collapse)AuthorAgeFilesLines
* - Don't change ownership on ${PREFIX}/sbinpav2005-02-092-6/+18
| | | | | PR: ports/77302 Submitted by: marck (maintainer)
* - Update to 1.5.24pav2005-02-0510-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-071-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-202-1/+1
|
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-041-1/+2
|
* a) Update www/oops to 1.5.22-20021204, which solvesyar2002-12-136-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-102-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-062-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-251-2/+2
| | | | | | | portlint PR: ports/40989 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forpetef2002-05-301-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-122-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-04-305-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-301-0/+4
| | | | | PR: 23846 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Add @dirrm etc/oopsdemon2000-12-231-0/+1
| | | | | PR: 23744 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Update to version 1.5.5.demon2000-12-232-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-143-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-111-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-179-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>
OpenPOWER on IntegriCloud