notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/oops/Makefile

Number of commits found: 64

Monday, 25 Aug 2014
12:19 bapt search for other commits by this committer
Convert to USES=pgsql
Original commitRevision:366069 
Friday, 22 Aug 2014
06:56 mandree search for other commits by this committer
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...

PR:		192690
Original commitRevision:365611 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Original commitRevision:365599 
Monday, 18 Aug 2014
19:13 antoine search for other commits by this committer
Convert most NO_INSTALL_MANPAGES to USES=imake:noman

With hat:	portmgr
Original commitRevision:365343 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Wednesday, 2 Jul 2014
22:03 antoine search for other commits by this committer
Mark BROKEN, fails to stage

cd src; /usr/bin/make install
cd modules; /usr/bin/make
../mkinstalldirs /usr/local/oops  /usr/local/oops/DB  /usr/local/oops/storages 
/usr/local/etc/oops/tables  /usr/local/libexec/oops
mkdir /usr/local/oops
mkdir /usr/local/oops/DB
mkdir /usr/local/oops/storages
mkdir /usr/local/etc/oops
mkdir /usr/local/etc/oops/tables
mkdir /usr/local/libexec/oops
if [ "Xoops" != "X" ]; then /usr/sbin/chown oops /usr/local/oops/DB; fi
chown: oops: illegal user name
*** [mkinstalldirs] Error code 1

Reported by:	pkg-fallout
Original commitRevision:360281 
Sunday, 29 Jun 2014
13:43 marck search for other commits by this committer
Set explicit expiration date.

Reminded by:	bapt
Original commitRevision:359764 
11:57 marck search for other commits by this committer
Put this port to deprecated state, and reset maintainership:

- development stalled long ago
- it does not build with contemporary clang
- domain name hosting distfiles has been expired
Original commitRevision:359759 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 4 Jun 2013
10:02 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:319846 
Thursday, 7 Feb 2013
12:37 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)

Approved by:	portmgr
Original commitRevision:311829 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Wednesday, 15 Feb 2012
16:40 osa search for other commits by this committer
Be more accurate with gcc compilator flags -shared and -export-dynamic.

Bump PORTREVISION.

Approved by:    maintainer (marck)
Tested by:      Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Saturday, 4 Feb 2012
07:51 osa search for other commits by this committer
Really remove necessary pkg-install script (missed in previous commit).

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>
Original commit
Thursday, 2 Feb 2012
13:05 osa search for other commits by this committer
Change type of pointers from int to uintptr_t for support 64 bit platforms.
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
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Sunday, 29 Jun 2008
09:53 itetcu search for other commits by this committer
- fix plist for -DNOPORTDOCS
- install rc script via USE_RC_SUBR
- pet portlint a little
- bump PORTREVISION

Submitted by:   marck@ (maintainer)
Prompted by:    QA Tindy run
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Thursday, 25 May 2006
10:44 sem search for other commits by this committer
- Fix build on CURRENT

Approved by:    marck (maintainer)
Original commit
Sunday, 21 May 2006
21:57 kris search for other commits by this committer
BROKEN on 7.0: Does not compile
Original commit
Saturday, 22 Apr 2006
08:36 erwin search for other commits by this committer
Add extra master site

PR:             96143
Submitted by:   marck (maintainer)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Original commit
Wednesday, 24 Aug 2005
17:56 sem search for other commits by this committer
- Create a user with nobody group instead of wheel.
  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)
Original commit
Monday, 30 May 2005
21:20 pav search for other commits by this committer
- One more fix for IPL_NAT
- Convert to OPTIONS

PR:             ports/81623
Submitted by:   markm (maintainer)
Original commit
Friday, 20 May 2005
17:53 pav search for other commits by this committer
- Fix: after recent ipfilter update IPL_NAT symbol has disappeared

PR:             ports/80934
Submitted by:   marck (maintainer)
Original commit
Wednesday, 9 Feb 2005
14:43 pav search for other commits by this committer
- Don't change ownership on ${PREFIX}/sbin

PR:             ports/77302
Submitted by:   marck (maintainer)
Original commit
Saturday, 5 Feb 2005
18:33 pav search for other commits by this committer
- Update to 1.5.24

PR:             ports/77112
Submitted by:   Dmitry Morozovsky <marck@freebsd.org> (maintainer)
Original commit
Friday, 15 Oct 2004
12:13 pav search for other commits by this committer
- Fix for multiple redir modules

PR:             ports/72710
Submitted by:   marck (maintainer)
Obtained from:  author
Original commit
Tuesday, 12 Oct 2004
15:03 osa search for other commits by this committer
Pass maintainership to Dmitry Morozovsky (aka marck),
who highly activity using oops for business and
kindly volunteered to keep this port up-to-date.
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Original commit
Thursday, 12 Feb 2004
14:04 osa search for other commits by this committer
Attempt to fix build on amd64. [1]
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>
Original commit
Friday, 30 Jan 2004
10:19 osa search for other commits by this committer
Do not grab ${PREFIX}/sbin owhership.
Remove FORBIDDEN, bump PORTREVISION.

Notify from:    kris via bento
Original commit
08:59 kris search for other commits by this committer
FORBIDDEN: Changes ownership of ${PREFIX}/sbin
Original commit
Thursday, 20 Nov 2003
10:35 osa search for other commits by this committer
Update to 1.5.23.
Original commit
Wednesday, 24 Sep 2003
09:51 osa search for other commits by this committer
Update www/oops:
*) 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
Original commit
Friday, 6 Jun 2003
13:27 osa search for other commits by this committer
Change my e-mail address

Approved by: fjoe (mentor)
Original commit
Thursday, 3 Apr 2003
14:36 fjoe search for other commits by this committer
Update to 1.5.22.20030403

PR:             50562
Original commit
Monday, 24 Mar 2003
15:13 fjoe search for other commits by this committer
- Update to 1.5.22-20030321
- Assign maintainership to Sergey Osokin

PR:             50187
Original commit
Thursday, 20 Feb 2003
19:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 13 Dec 2002
23:09 yar search for other commits by this committer
a) Update www/oops to 1.5.22-20021204, which solves
   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)
Original commit
Friday, 26 Jul 2002
12:14 naddy search for other commits by this committer
Fix build on -CURRENT.
Original commit
Thursday, 25 Jul 2002
17:24 pat search for other commits by this committer
Simplify MASTER_SITES and also while i am here, fix FATAL warning from
portlint

PR:             ports/40989
Submitted by:   Dmitry Morozovsky <marck@rinet.ru>
Original commit
Thursday, 30 May 2002
23:02 petef search for other commits by this committer
Sadly reset maintainership to ports@FreeBSD.org.  Sergey, thanks for
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)
Original commit
Thursday, 23 May 2002
15:11 dwcjr search for other commits by this committer
Update maintainer's email to match what he uses on send-pr to avoid
confusion

Submitted by:   maintainer
Original commit
Monday, 20 May 2002
11:34 ijliao search for other commits by this committer
upgrade to 20020519

PR:             38327
Submitted by:   maintainer
Original commit
Monday, 25 Mar 2002
09:19 sobomax search for other commits by this committer
Add USE_SUBMAKE, where it might be necessary.
Original commit
Tuesday, 12 Mar 2002
22:40 pat search for other commits by this committer
Update to 1.5.22.20020312

PR:             35824
Submitted by:   maintainer
Original commit
Wednesday, 20 Feb 2002
07:42 petef search for other commits by this committer
Populate SCRIPTS_ENV with variables the configure script needs.    
Original commit
Thursday, 14 Feb 2002
14:04 maxim search for other commits by this committer
Upgrade to 1.5.22    
Original commit
Tuesday, 29 May 2001
14:21 ijliao search for other commits by this committer
upgrade to 1.5.18    
Original commit
Monday, 30 Apr 2001
17:07 kevlo search for other commits by this committer
Upgrade to version 1.5.17    
Original commit
Wednesday, 3 Jan 2001
15:44 kevlo search for other commits by this committer
Update to 1.5.6    
Original commit
Saturday, 23 Dec 2000
20:20 demon search for other commits by this committer
Update to version 1.5.5.    
Original commit
Thursday, 14 Dec 2000
17:31 sobomax search for other commits by this committer
- Install mans;   - make port to be compliant with portlint-2.3.    
Original commit
14:23 jedgar search for other commits by this committer
- Update port to 1.5.2   - Remove FORBIDDEN    
Original commit
Monday, 11 Dec 2000
21:00 jedgar search for other commits by this committer
Mark FORBIDDEN due to remote exploit posted on Bugtraq    
Original commit
Sunday, 8 Oct 2000
11:23 asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
Original commit
Sunday, 17 Sep 2000
23:36 will search for other commits by this committer
Add oops 1.4.16, a www proxy server similar to squid but easier to configure,  
threadsafe (can use more than one CPU), and faster (uses large files rather  
than many files).    
Original commit

Number of commits found: 64