1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

199393 Commits

Author SHA1 Message Date
Sergey A. Osokin
619ef0157f Update from 0.7.3 to 0.7.5.
Add profiles support (adopt rc from www/apache22). (*)
Update CONFLICTS.

Idea from PR:		ports/124940
Special thanks to:	az@ (*)

<ChangeLog>

Changes with nginx 0.7.5                                     01 Jul 2008

*) Bugfixes in variables support in the "access_log" directive; the bug
   had appeared in 0.7.4.

*) Bugfix: nginx could not be built --without-http_gzip_module; the bug
   had appeared in 0.7.3.
   Thanks to Kirill A. Korinskiy.

*) Bugfix: if sub_filter and SSI were used together, then responses
   might were transferred incorrectly.

Changes with nginx 0.7.4                                     30 Jun 2008

*) Feature: variables support in the "access_log" directive.

*) Feature: the "open_log_file_cache" directive.

*) Feature: the -g switch.

*) Feature: the "Expect" request header line support.

*) Bugfix: large SSI inclusions might be truncated.

</ChangeLog>
2008-07-01 08:19:03 +00:00
Roman Bogorodskiy
ce356765b5 Update to 2.4.1. 2008-07-01 06:50:08 +00:00
Cheng-Lung Sung
fc32351533 - Update to 2.2.1
PR:		ports/125068
Submitted by:	Wen heping <wenheping_AT_gmail dot com>
2008-07-01 06:35:00 +00:00
Cheng-Lung Sung
073b82ea3a - Update to 3.49
Changes:
2008-07-01 06:30:18 +00:00
Cheng-Lung Sung
9635e8f4d4 - Update to 1.54
Changes:	http://search.cpan.org/dist/Net-Whois-Raw/Changes
2008-07-01 06:29:05 +00:00
Cheng-Lung Sung
ca665430ce - Update to 1.32 2008-07-01 06:28:13 +00:00
Joe Marcus Clarke
dfee464fa0 Fix the build with poppler-0.8.3.
Obtained from:	Inkscape SVN
2008-07-01 05:59:24 +00:00
Greg Lewis
4b5ebe33b8 . Report when the time zone data is being updated.
. Error if the time zone update fails.  This is a bit of a double edged
  sword.  It prevents installing a broken port with a broken packing list
  if Diablo won't run on this version of FreeBSD, but it also creates a
  situation where the install can fail without really needing to if you
  have to retry it for some reason (e.g. you forget the root password when
  installing as a user).  If the latter is the case, you'll need to first
  clean to before trying to install again to resolve the issue.

  Making pre-install somewhat bogusly pre-install or checking for the
  existence of an updated time zone file before running tzupdate may
  alleviate the problem with this solution.

PR:		125085
2008-07-01 05:47:11 +00:00
Andrej Zverev
bd7112362d - Fix pkg-plist 2008-07-01 04:48:44 +00:00
Joe Marcus Clarke
9ab39b5747 Clarify the poppler/firefox3 wording. 2008-07-01 04:11:06 +00:00
Joe Marcus Clarke
ba33845f8b Update to 2.22.3. 2008-07-01 04:07:29 +00:00
Joe Marcus Clarke
82f3c47af3 Update to 2.22.3.1. 2008-07-01 04:03:34 +00:00
Jeremy Messenger
d78ad5442b Update to 2.2.2. 2008-07-01 03:38:46 +00:00
Joe Marcus Clarke
85c777ae6d Update to 2.22.3. 2008-07-01 03:05:21 +00:00
Jeremy Messenger
b8c7834d98 Update to 2.22.3. 2008-07-01 02:51:47 +00:00
Jeremy Messenger
72b0895a4f Update to 2.22.4. 2008-07-01 02:49:35 +00:00
Joe Marcus Clarke
cede5d07a5 Update to 3.18.3. 2008-07-01 02:44:26 +00:00
Jeremy Messenger
111a4d1c37 Update to 2.22.3. 2008-07-01 02:40:58 +00:00
Joe Marcus Clarke
9b3f5c303d Update to 2.22.3. 2008-07-01 02:35:24 +00:00
Jeremy Messenger
0ef6e8567c Update to 2.22.3. 2008-07-01 02:33:24 +00:00
Jeremy Messenger
ba79fb297c Update to 2.22.3. 2008-07-01 02:24:43 +00:00
Joe Marcus Clarke
b2de992220 Update to 2.22.3. 2008-07-01 02:19:43 +00:00
Jeremy Messenger
b478212bbf Update to 2.20.7. 2008-07-01 02:16:32 +00:00
Jeremy Messenger
a8f323f046 Update to 2.14.3. 2008-07-01 02:00:25 +00:00
Jeremy Messenger
7b01b1998a Update to 2.22.3. 2008-07-01 01:53:51 +00:00
Jeremy Messenger
a08ef483fd Update to 1.20.4. 2008-07-01 01:50:37 +00:00
Mark Linimon
a721f9fd92 Catch up with master 1.595. 2008-07-01 01:22:51 +00:00
Joe Marcus Clarke
7e68a6957b Update to 2.22.3. 2008-07-01 01:10:02 +00:00
Joe Marcus Clarke
91b276595c Update to 2.22.3. 2008-07-01 01:01:57 +00:00
Martin Wilke
fca7fb852a - Update to 20080628 2008-07-01 00:54:30 +00:00
Joe Marcus Clarke
f672a66a49 Update to 1.22.3. 2008-07-01 00:50:02 +00:00
Joe Marcus Clarke
4fdf50a5b2 Update to 2.22.3. 2008-07-01 00:45:22 +00:00
Adrian Chadd
fbebf2897b A commit to squid a few months ago broke using openssl's MD5 implementation
without compiling in ssl. This fix disables including the openssl headers
unless SSL support is compiled in, leaving the md5 stuff to hopefully
compile correctly.
2008-06-30 22:13:16 +00:00
Ed Schouten
707a32d306 Switch the japanese/sj3 port to termios instead of sgtty.
This makes the port build again with the latest versions of FreeBSD
-CURRENT. Also increment the PORTREVISION, because we want older
binaries of sj3 to be recompiled. sgtty is bad.

Approved by: philip (mentor), Hiroo Ono (port maintainer)
2008-06-30 21:05:03 +00:00
Erwin Lansing
37ffdd7063 Update to 1.40000 2008-06-30 20:46:17 +00:00
Erwin Lansing
17280f85e1 Update to 0.10 2008-06-30 20:44:07 +00:00
Pietro Cerutti
53242a4496 - Remove misc/goblin, repocopied to math/
- Remove SUBDIR from misc/Makefile
- Add entry to MOVED
2008-06-30 20:27:07 +00:00
Pietro Cerutti
3c9d3c55b9 - Add goblin, repocopied from misc/ 2008-06-30 20:21:14 +00:00
Jeremy Messenger
a63a2676b6 Add notes about poppler* and firefox3. 2008-06-30 20:20:47 +00:00
Oliver Lehmann
89d2be6cc0 change "dovecot" in
Add the following lines to /etc/rc.conf to enable dovecot
to "oidentd"

Reported by:	"Dan Corrigan" <dancorrigan1@gmail.com>
2008-06-30 20:17:39 +00:00
Jeremy Messenger
903b45dfc5 First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.

x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------

graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------

graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------

www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------

Approved by:	portmgr (marcus)
2008-06-30 20:16:22 +00:00
Pietro Cerutti
8518b507fa - Repocopy from misc/goblin to math/goblin
Repocopy by:	marcus
2008-06-30 20:16:02 +00:00
Xin LI
0d47ae0c82 Update to 0.1.6 2008-06-30 19:33:32 +00:00
Xin LI
abf6181b85 Update to 0.5.
PR:		ports/125077
Submitted by:	Wen Heping <wenheping gmail com>
2008-06-30 18:46:44 +00:00
Oliver Lehmann
d1998efdbe fix if lua 5.1 is installed
PR:		ports/125107
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-06-30 17:36:14 +00:00
Dirk Meyer
e7a8f8d0b8 - fix package for NOPORTDOCS=yes
Reported by:	itetcu
2008-06-30 16:02:51 +00:00
Alex Dupre
cf73ff829f Add missing distfile for -freebsd slave port. 2008-06-30 15:06:15 +00:00
Lev A. Serebryakov
7979636c95 Fix CATEGORIES for subversion & binding ports. 2008-06-30 12:39:14 +00:00
Lev A. Serebryakov
1f4e387afa Bump PORTREVISION due to subversion upgrade. 2008-06-30 12:36:56 +00:00
Emanuel Haupt
52671781f6 Update to 0.7.2 2008-06-30 11:40:45 +00:00