| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE.
- Take over maintainership.
Approved by: maintainer
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
|
|
|
| |
While here convert some LIB_DEPENDS
|
|
|
|
|
|
|
| |
- Stage support
PR: ports/184463
Submitted by: Adam Strohl (maintainer)
|
|
|
|
| |
LIB_DEPENDS in databases
|
|
|
|
|
| |
PR: ports/182564
Submitted by: Adam Strohl <adams-ports@ateamsystems.com> (maintainer)
|
|
|
|
| |
databases)
|
|
|
|
|
| |
PR: 180393
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
PR: ports/178331
Submitted by: wollman
Security: CVE-2012-5649
Security: CVE-2012-5650
|
|
|
|
|
| |
Thanks for all your help in the past, but unfortunately we haven't heard from
you in a very long time.
|
| |
|
|
|
|
| |
Approved by: eadler (mentor)
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Correct date in Makefile's reference to UPDATING entry.
PR: ports/168923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
PR: ports/166059
Submitted by: jgh
Approved by: maintainer timeout ( 15 days )
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Submitted by: dougb
Approved by: maintainer via irc
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
|
|
|
|
|
|
| |
PR: ports/157547
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Add an updating note
|
| |
|
|
|
|
| |
due to the new beam format.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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)
|
| |
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
|
|
| |
- Fix RC script
PR: 143287
Submitted by: gahr
Approved by: till@php.net (maintainer), partly timeout
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/139658
Submitted by: ivan voras <ivoras.at.gmail.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/131611
Submitted by: Till Klampaeckel <till@php.net>
Approved by: Jan Lehnardt <jan@apache.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
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)
|