Commit graph

40 commits

Author SHA1 Message Date
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Antoine Brodin
9bcc393a2a - Update to 1.5.0
- Stage support

PR:		ports/184463
Submitted by:	Adam Strohl (maintainer)
2014-01-12 18:50:42 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Thomas Abthorpe
d46215de65 - Update to 1.4.0
PR:		ports/182564
Submitted by:	Adam Strohl <adams-ports@ateamsystems.com> (maintainer)
2013-11-03 04:58:44 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Martin Wilke
3925ba7426 - Update to 1.3.1
PR:		180393
Submitted by:	maintainer
2013-07-15 15:05:29 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Chris Rees
06e6d4a461 Update to 1.2.2, fixing security issues.
PR:		ports/178331
Submitted by:	wollman
Security:	CVE-2012-5649
Security:	CVE-2012-5650
2013-05-30 14:07:20 +00:00
Chris Rees
42043aa236 Reset maintainer for till@php.net
Thanks for all your help in the past, but unfortunately we haven't heard from
you in a very long time.
2013-05-29 13:49:06 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Tom Judge
0b159fb4af Chase rename of lang/spidermonkey to lang/spidermonkey17.
Approved by:	eadler (mentor)
2012-09-02 20:02:00 +00:00
Jimmy Olgeni
137938443f Patch ports depending on lang/erlang-lite to use lang/erlang instead.
The current lang/erlang option defaults match those specified in
lang/erlang-lite, thus making it redundant. Also, mixing ports
depending on lang/erlang and lang/erlang-lite is impossible without
manual patching.

Hence, lang/erlang-lite is going to be removed.
2012-08-15 13:37:44 +00:00
Chris Rees
0f5d56e556 Document upgrade procedure for couchdb to avoid loss of local.ini file.
Correct date in Makefile's reference to UPDATING entry.

PR:		ports/168923
2012-07-02 21:36:44 +00:00
Chris Rees
bf5bbb00fa - Update to 1.2.0
- OPTIONSngify

- Error out on build if older version installed with config file present; this
  must be backed up or it will be lost on deinstall.

- Shift default DB storage location from /var/lib/couchdb to
  /var/db/couchdb to make it consistent with other DB storage engine ports
  which use /var/db as their base (eg; mySQL).

PR:		ports/168923
Submitted by:	Adam Strohl <adams-ports@ateamsystems.com>
Approved by:	maintainer timeout (till@php.net, >14 days)
2012-07-02 21:31:27 +00:00
Jason Helfman
a3c8dd4a53 - remove invalid post-deinstall target
PR:	ports/166059
Submitted by:	jgh
Approved by: maintainer timeout ( 15 days )
Feature safe:	yes
2012-03-27 18:05:53 +00:00
Doug Barton
a834d67e1a The problem previously reported on freebsd-ports@ hasn't been fixed,
and a user contacted me privately asking for a fix. This fix was
proposed on the list and tested by the user who contacted me privately.

The problem is that _flags can't be modified in start_precmd, and
shouldn't have been abused this way in the first place. The previous
version resulted in couchdb staying in the foreground.

This patch could be refined further, but it solves the immediate problem.
2012-01-26 06:31:26 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
4a68e03ab7 - Update rc.d script
Submitted by:	dougb
Approved by:	maintainer via irc
Feature safe:	yes
2011-11-14 13:55:29 +00:00
Ashish SHUKLA
95619f23f1 - Remove extra USERS/GROUPS, which were accidentally added in previous commit[1]
- Fix rc.d script[1]
- Add option to depend on lang/erlang instead of lang/erlang-lite

Submitted by:	till@php.net[1]
Approved by:	till@php.net (maintainer)
2011-08-25 10:58:47 +00:00
Ashish SHUKLA
2ec38fd52c - Update to 1.1.0
- Use USERS/GROUPS for user/group creation
- Move post-install/post-deinstall tasks to pkg-install/pkg-deinstall

PR:		ports/150682
Approved by:	till@php.net (maintainer)
2011-08-18 13:24:48 +00:00
Baptiste Daroussin
10f5e8576f - update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
2011-07-10 21:06:39 +00:00
Chris Rees
e57590ed66 - Use USERS and GROUPS
PR:		ports/157547
Submitted by:	Chris Rees (utisoft@gmail.com)
Approved by:	tabthorpe (co-mentor)
2011-06-27 17:44:37 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Baptiste Daroussin
513495a09a Chase devel/icu upgrade
Add an updating note
2010-12-15 11:37:49 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Jimmy Olgeni
499f41f124 Bump PORTREVISION in Erlang dependent ports, which need to be rebuilt
due to the new beam format.
2010-09-27 20:40:16 +00:00
Wesley Shields
9683442a4f [1]: Update to 1.0.0
[2]: Fix bug in RC script
[3]: Add pre-fetch message about possibly needing to rebuild the views

PR:		[1]: ports/148803
		[2]: ports/149028
		[3]: ports/149030
Submitted by:	[1]: Tomas Sedovic <tomas@sedovic.cz>
		[2]: Till Klampaeckel <till@php.net> (maintainer)
		[3]: Till Klampaeckel <till@php.net> (maintainer)
Approved by:	[1]: Till Klampaeckel <till@php.net> (maintainer)
2010-08-18 00:08:12 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Pietro Cerutti
a404809c84 - Update to 0.10.1
- Fix RC script

PR:		143287
Submitted by:	gahr
Approved by:	till@php.net (maintainer), partly timeout
Feature safe:	yes
2010-02-22 11:21:18 +00:00
Vanilla I. Shu
7b544affc0 Fix rc.d startup script syntax error.
PR:		ports/139658
Submitted by:	ivan voras <ivoras.at.gmail.com>
Approved by:	maintainer
2009-10-21 09:55:15 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Wesley Shields
7622f83fd1 - Add an RC script.
- Cleanup messasges displayed by the port.
- Add a couchdb user and group.

PR:		ports/135256, ports/135259
Submitted by:	Till Klampaeckel <till@php.net> (maintainer)
2009-06-17 14:10:30 +00:00
Ion-Mihai Tetcu
a2b09f59bf Fix build with custom LOCALBASE
Submitted by:	Sahil Tandon
Reported by:	QATty
Approved by:	portmgr (itetcu@)
2009-06-10 08:50:43 +00:00
Wesley Shields
a31fffe789 - Update to 0.9.0 (bump PORTEPOCH as it was 0.9.0a).
- Pass maintainership to submitter.

PR:		ports/131611
Submitted by:	Till Klampaeckel <till@php.net>
Approved by:	Jan Lehnardt <jan@apache.org> (maintainer)
2009-04-21 15:43:03 +00:00
Wesley Shields
7c445d05ed - Update to 0.9.0a
- Pass maintainership to submitter
- Respect NOPORTDOCS
- Switch to erlang-lite [1]

PR:		ports/126716
Submitted by:	Jan Lehnardt <jan@apache.org>, till@php.net [1]
Approved by:	maintainer timeout
2008-11-16 23:55:16 +00:00
Pav Lucistnik
dee11a5aef - Mark BROKEN on !i386: incompatible types in assignment 2008-07-23 00:39:33 +00:00
Felippe de Meirelles Motta
b2a7fd6592 Couchdb is a document database server, accessible via a RESTful JSON API. It has an ad-hoc and schema-free with a flat address space. CouchDB is distributed, featuring robust, incremental replication with bi-directional conflict detection and management. It features a table oriented reporting engine that uses Javascript as a query language.
WWW: http://couchdb.org/

PR:		ports/118103
Submitted by:	Ditesh Shashikant Gathani <ditesh@gathani.org>
Approved by:	gabor (mentor, implicit)
2008-06-23 21:44:15 +00:00