Commit Graph

74 Commits

Author SHA1 Message Date
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Dave Cottlehuber
616cd32fc7 databases/couchdb: update 1.7.1 to 1.7.2
- addresses CVE referred to in https://blog.couchdb.org/2018/07/10/cve-2018-8007/

Reviewed by:	olgeni
Approved by:	jrm
MFH:		2018Q3
Security:	CVE-2018-8007
Security:	CVE-2017-12636
Security:	CVE-2017-12635
Differential Revision:	https://reviews.freebsd.org/D16207
2018-07-12 10:12:06 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Jimmy Olgeni
0bf71da013 databases/couchdb: transfer maintainership to erlang@. 2018-06-07 14:45:24 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Jimmy Olgeni
45736561e4 databases/couchdb: use lang/erlang-runtime19 in preparation for
the Erlang 20 upgrade.
2018-04-05 12:55:36 +00:00
Dave Cottlehuber
1309bf5a8c databases/couchdb: update to 1.7.1 incl critical security fixes
- addresses 2 critical security fixes listed below
- includes fix for post-1.7.0 /_all_docs returning 500 for DB members

Reviewed by:	olgeni (maintainer)
Approved by:	jrm (mentor)
MFH:		2017Q4
Security:	 CVE-2017-12635
Security:	 CVE-2017-12636
Security:	 https://lists.apache.org/thread.html/6c405bf3f8358e6314076be9f48c89a2e0ddf00539906291ebdf0c67@%3Cdev.couchdb.apache.org%3E
Sponsored by:	http://iwantmyname.com/
Differential Revision:	https://reviews.freebsd.org/D13076
2017-11-14 19:01:01 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Dave Cottlehuber
18b53496c2 databases/couchdb: 1.7.0 incl critical security fixes
See https://blog.couchdb.org/2017/11/07/2-1-1-1-7-0/
for details; CVE notifications will land 2017-11-14

Reviewed by:	olgeni (maintainer)
Approved by:	jrm (mentor)
Sponsored by:	https://iwantmyname.com/
Differential Revision:	https://reviews.freebsd.org/D12991
2017-11-08 10:48:36 +00:00
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Jimmy Olgeni
55bdedaae7 Fix some Erlang ports for version 20.0. 2017-06-23 13:50:20 +00:00
Jimmy Olgeni
2e69f2617c Use more restrictive permissions for CouchDB's data and configuration
files.

PR:		214334
Submitted by:	Dave Cottlehuber
2016-12-16 09:21:24 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Jimmy Olgeni
e5a77106c2 Prepare databases/couchdb for Erlang 19.
PR:		211012
Submitted by:	Dave Cottlehuber
2016-07-19 11:25:14 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
a812006ba7 - Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-10 15:24:12 +00:00
Jimmy Olgeni
78c062d82a Compatibility fix for R18.
- pkg-plist cleanup
- Remove DOCS from OPTIONS_DEFINE
2015-06-26 09:34:11 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Jimmy Olgeni
5e46222f2d Add CPE information to databases/couchdb.
PR:		198963
Submitted by:	shun.fbsd.pr@dropcut.net
2015-03-27 20:39:00 +00:00
Jimmy Olgeni
2712b86d69 Use @sample keyword to set owner for local.ini.sample.
Submitted by:	bapt
2015-03-15 11:41:38 +00:00
Jimmy Olgeni
0dc0d60491 Set @owner to couchdb for local.ini.sample.
CouchDB's administration interface should be able to modify this file.

PR:		198597
Submitted by:	Yuri
2015-03-15 11:35:34 +00:00
Jimmy Olgeni
2bc036ce3b Allow passing ERL_ZFLAGS to CouchDB via couchdb_erl_flags in rc.conf.
ERL_ZFLAGS is used to configure the Erlang VM itself (see also
erl(1), "EMULATOR FLAGS")

PR:		197847
Submitted by:	Dave Cottlehuber
2015-02-24 14:56:22 +00:00
Jimmy Olgeni
bb23ac4cb6 Add missing @dir entries. 2015-01-04 11:42:56 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Jimmy Olgeni
d7d3d4d94f Upgrade to version 1.6.1. 2014-09-03 15:14:22 +00:00
Jimmy Olgeni
09fa178f79 Upgrade to version 1.6.0, which supports Erlang 17.
- Add LICENSE.
- Take over maintainership.

Approved by:	maintainer
2014-07-21 20:04:33 +00:00
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