non port: www/oops/Makefile |
Number of commits found: 64 |
Monday, 25 Aug 2014
|
12:19 bapt
Convert to USES=pgsql
 |
Friday, 22 Aug 2014
|
06:56 mandree
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690
 |
Thursday, 21 Aug 2014
|
22:50 mandree
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)
 |
Monday, 18 Aug 2014
|
19:13 antoine
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
 |
Wednesday, 6 Aug 2014
|
09:11 olgeni
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)
 |
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Wednesday, 2 Jul 2014
|
22:03 antoine
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
 |
Sunday, 29 Jun 2014
|
13:43 marck
Set explicit expiration date.
Reminded by: bapt
 |
11:57 marck
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
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Tuesday, 4 Jun 2013
|
10:02 bapt
Convert to new options framework
 |
Thursday, 7 Feb 2013
|
12:37 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
 |
Monday, 10 Dec 2012
|
19:11 mm
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
 |
Wednesday, 15 Feb 2012
|
16:40 osa
Be more accurate with gcc compilator flags -shared and -export-dynamic.
Bump PORTREVISION.
Approved by: maintainer (marck)
Tested by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
 |
Tuesday, 14 Feb 2012
|
12:45 mm
Bump pcre library dependency due to 8.30 update
 |
Saturday, 4 Feb 2012
|
07:51 osa
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>
 |
Thursday, 2 Feb 2012
|
13:05 osa
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
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
 |
Sunday, 29 Jun 2008
|
09:53 itetcu
- 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
 |
Sunday, 30 Sep 2007
|
04:47 linimon
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
 |
Thursday, 25 May 2006
|
10:44 sem
- Fix build on CURRENT
Approved by: marck (maintainer)
 |
Sunday, 21 May 2006
|
21:57 kris
BROKEN on 7.0: Does not compile
 |
Saturday, 22 Apr 2006
|
08:36 erwin
Add extra master site
PR: 96143
Submitted by: marck (maintainer)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Wednesday, 24 Aug 2005
|
17:56 sem
- 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)
 |
Monday, 30 May 2005
|
21:20 pav
- One more fix for IPL_NAT
- Convert to OPTIONS
PR: ports/81623
Submitted by: markm (maintainer)
 |
Friday, 20 May 2005
|
17:53 pav
- Fix: after recent ipfilter update IPL_NAT symbol has disappeared
PR: ports/80934
Submitted by: marck (maintainer)
 |
Wednesday, 9 Feb 2005
|
14:43 pav
- Don't change ownership on ${PREFIX}/sbin
PR: ports/77302
Submitted by: marck (maintainer)
 |
Saturday, 5 Feb 2005
|
18:33 pav
- Update to 1.5.24
PR: ports/77112
Submitted by: Dmitry Morozovsky <marck@freebsd.org> (maintainer)
 |
Friday, 15 Oct 2004
|
12:13 pav
- Fix for multiple redir modules
PR: ports/72710
Submitted by: marck (maintainer)
Obtained from: author
 |
Tuesday, 12 Oct 2004
|
15:03 osa
Pass maintainership to Dmitry Morozovsky (aka marck),
who highly activity using oops for business and
kindly volunteered to keep this port up-to-date.
 |
Sunday, 14 Mar 2004
|
06:17 ade
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.
 |
Thursday, 12 Feb 2004
|
14:04 osa
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>
 |
Friday, 30 Jan 2004
|
10:19 osa
Do not grab ${PREFIX}/sbin owhership.
Remove FORBIDDEN, bump PORTREVISION.
Notify from: kris via bento
 |
08:59 kris
FORBIDDEN: Changes ownership of ${PREFIX}/sbin
 |
Thursday, 20 Nov 2003
|
10:35 osa
Update to 1.5.23.
 |
Wednesday, 24 Sep 2003
|
09:51 osa
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
 |
Friday, 6 Jun 2003
|
13:27 osa
Change my e-mail address
Approved by: fjoe (mentor)
 |
Thursday, 3 Apr 2003
|
14:36 fjoe
Update to 1.5.22.20030403
PR: 50562
 |
Monday, 24 Mar 2003
|
15:13 fjoe
- Update to 1.5.22-20030321
- Assign maintainership to Sergey Osokin
PR: 50187
 |
Thursday, 20 Feb 2003
|
19:15 knu
De-pkg-comment.
 |
Friday, 13 Dec 2002
|
23:09 yar
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)
 |
Friday, 26 Jul 2002
|
12:14 naddy
Fix build on -CURRENT.
 |
Thursday, 25 Jul 2002
|
17:24 pat
Simplify MASTER_SITES and also while i am here, fix FATAL warning from
portlint
PR: ports/40989
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
 |
Thursday, 30 May 2002
|
23:02 petef
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)
 |
Thursday, 23 May 2002
|
15:11 dwcjr
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer
 |
Monday, 20 May 2002
|
11:34 ijliao
upgrade to 20020519
PR: 38327
Submitted by: maintainer
 |
Monday, 25 Mar 2002
|
09:19 sobomax
Add USE_SUBMAKE, where it might be necessary.
 |
Tuesday, 12 Mar 2002
|
22:40 pat
Update to 1.5.22.20020312
PR: 35824
Submitted by: maintainer
 |
Wednesday, 20 Feb 2002
|
07:42 petef
Populate SCRIPTS_ENV with variables the configure script needs.
 |
Thursday, 14 Feb 2002
|
14:04 maxim
Upgrade to 1.5.22
 |
Tuesday, 29 May 2001
|
14:21 ijliao
upgrade to 1.5.18
 |
Monday, 30 Apr 2001
|
17:07 kevlo
Upgrade to version 1.5.17
 |
Wednesday, 3 Jan 2001
|
15:44 kevlo
Update to 1.5.6
 |
Saturday, 23 Dec 2000
|
20:20 demon
Update to version 1.5.5.
 |
Thursday, 14 Dec 2000
|
17:31 sobomax
- Install mans; - make port to be compliant with portlint-2.3.
 |
14:23 jedgar
- Update port to 1.5.2 - Remove FORBIDDEN
 |
Monday, 11 Dec 2000
|
21:00 jedgar
Mark FORBIDDEN due to remote exploit posted on Bugtraq
 |
Sunday, 8 Oct 2000
|
11:23 asami
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.
 |
Sunday, 17 Sep 2000
|
23:36 will
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).
 |
Number of commits found: 64 |