aboutsummaryrefslogtreecommitdiff
path: root/www/oops
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Update to 1.5.22.20030403Max Khon2003-04-032-2/+2
| | | | | | | PR: 50562 Notes: svn path=/head/; revision=78044
* - Update to 1.5.22-20030321Max Khon2003-03-245-29/+58
| | | | | | | | | - Assign maintainership to Sergey Osokin PR: 50187 Notes: svn path=/head/; revision=77393
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Missed configure scripts in libpq version bump: chase lib version.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72513
* a) Update www/oops to 1.5.22-20021204, which solvesYaroslav Tykhiy2002-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) Notes: svn path=/head/; revision=71616
* Add a patch file for src/parser.y that remedies the YACC grammarYaroslav Tykhiy2002-12-061-0/+652
| | | | | | | | | | | compatibility problem against new bison (>=1.75). PR: ports/45898 Submitted by: Dmitry Morozovsky <marck@rinet.ru> Approved by: portmgr Notes: svn path=/head/; revision=71394
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-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) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* update WWWYing-Chieh Liao2002-09-281-1/+1
| | | | | | | | PR: 43363 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=67182
* Fix build on -CURRENT.Christian Weisgerber2002-07-264-50/+40
| | | | Notes: svn path=/head/; revision=63597
* Simplify MASTER_SITES and also while i am here, fix FATAL warning fromPatrick Li2002-07-251-2/+2
| | | | | | | | | | portlint PR: ports/40989 Submitted by: Dmitry Morozovsky <marck@rinet.ru> Notes: svn path=/head/; revision=63545
* Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks forPete Fritchman2002-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) Notes: svn path=/head/; revision=60331
* Update maintainer's email to match what he uses on send-pr to avoidDavid W. Chapman Jr.2002-05-231-2/+2
| | | | | | | | | confusion Submitted by: maintainer Notes: svn path=/head/; revision=59802
* upgrade to 20020519Ying-Chieh Liao2002-05-202-2/+2
| | | | | | | | PR: 38327 Submitted by: maintainer Notes: svn path=/head/; revision=59528
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Update to 1.5.22.20020312Patrick Li2002-03-122-1/+10
| | | | | | | | PR: 35824 Submitted by: maintainer Notes: svn path=/head/; revision=55958
* Populate SCRIPTS_ENV with variables the configure script needs.Pete Fritchman2002-02-201-0/+4
| | | | | | | | PR: 34969 Submitted by: maintainer Notes: svn path=/head/; revision=54956
* Fix the previous commit. Note to myself: do not forget cvs rm -fMaxim Konovalov2002-02-148-0/+207
| | | | | | | the empty files and cvs add the new ones. Notes: svn path=/head/; revision=54701
* Upgrade to 1.5.22Maxim Konovalov2002-02-147-98/+26
| | | | | | | | PR: 34929 Submitted by: maintainer Notes: svn path=/head/; revision=54699
* upgrade to 1.5.18Ying-Chieh Liao2001-05-293-11/+2
| | | | | | | | PR: 27255 Submitted by: maintainer Notes: svn path=/head/; revision=43249
* Upgrade to version 1.5.17Kevin Lo2001-04-305-70/+14
| | | | | | | | PR: 26921 Submitted by: MAINT Notes: svn path=/head/; revision=42086
* Chase the checksum: trivial doc changesKris Kennaway2001-03-101-1/+1
| | | | Notes: svn path=/head/; revision=39354
* Add WWW:Tom Hukins2001-02-261-0/+2
| | | | Notes: svn path=/head/; revision=38800
* Update to 1.5.6Kevin Lo2001-01-032-2/+2
| | | | | | | | PR: 24045 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36654
* remove extra directories properly.FUJISHIMA Satsuki2000-12-301-0/+4
| | | | | | | | PR: 23846 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=36485
* Add @dirrm etc/oopsDmitry Sivachenko2000-12-231-0/+1
| | | | | | | | PR: 23744 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=36288
* Update to version 1.5.5.Dmitry Sivachenko2000-12-232-2/+2
| | | | | | | | PR: 23803 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=36286
* Fix violations of COMMENT files.Will Andrews2000-12-211-1/+1
| | | | | | | | PR: 22986 Submitted by: Ports Fury Notes: svn path=/head/; revision=36181
* Minor oops account GECOS field fix.Peter Pentchev2000-12-151-1/+1
| | | | | | | | PR: 23563 Submitted by: maintainer Notes: svn path=/head/; revision=35995
* - Install mans;Maxim Sobolev2000-12-143-0/+66
| | | | | | | | | - make port to be compliant with portlint-2.3. Submitted by: maintainer Notes: svn path=/head/; revision=35983
* - Update port to 1.5.2Chris D. Faulhaber2000-12-145-19/+25
| | | | | | | | | | - Remove FORBIDDEN PR: 23541 Submitted by: Maintainer Notes: svn path=/head/; revision=35976