Commit graph

55 commits

Author SHA1 Message Date
Antoine Brodin
70c16e7473 Fix build with clang 6
PR:		224669
Reported by:	pkg-fallout
2018-01-24 12:47:17 +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
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
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Mark Linimon
c1c0f56010 Add note confirming that this is broken on sparc64, and presumably, other
FreeBSD non-x86 archs, due to a lack of an appropriate implementation of
AtomicCounter.

While here, remove obsolete CONFLICTS lines.

Note that not having this port build blocks devel/qt4, devel/qt5, all the
libreoffice variants, and a handful of others.
2016-11-22 10:36:52 +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
1ee4da6dd1 Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-30 19:24:30 +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
Pawel Pekala
7afb587cfc - Update to version 2.5.6 [1]
- Add CPE and libedit support [1]
- Use @preunexec instead of the deprecated @unexec in pkg-plist [1]
- Regenerate patches with make makepatch

PR:		211387 [1]
Submitted by:	luca.pizzamiglio@gmail.com [1]
2016-08-18 14:02:47 +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
Baptiste Daroussin
3724b470e6 Prefer relative symlink to be relocation friendly 2016-06-23 07:17:46 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Mathieu Arnold
38cbe5cc9e Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to USES=firebird.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:14:02 +00:00
Kurt Jaeger
4995762e2f databases/firebird25-server: fix build with libc++ 3.8.0
PR:		208469
Submitted by:	dom
2016-04-12 17:38:21 +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
John Marino
435a16fb24 databases/firebird25-client: Fix build for ports ncurses
libedit pulls in libncurses, but in some cases the linker can't find
the library, so explicitly set a search path for ports ncurses.
2016-01-30 15:21:11 +00:00
Jung-uk Kim
b4a7359c34 Fix dependencies again since r401229 partially reverted r398897, which was
my attempt to remove redundant libedit.so from dependencies for server.
However, it was incomplete because BUILD_DEPENDS was left for configure.
Now firebird25-server does not directly require devel/libedit any more.
2015-11-11 21:04:37 +00:00
John Marino
34502a32ff databases/firebird25-(client|server): convert to USES=libedit
The -server port had to be bumped because libedit was listed as a
BUILD_DEPENDS but libedit is linked dynamically so it has to be a
LIB_DEPENDS.  The error was masked by the fact the client is usually
present which ensures libedit.so is available.

While here, remove obsolete CONFLICT* definitions and unmask a bunch
of installation commands.
2015-11-11 08:53:08 +00:00
Jung-uk Kim
abd74b66ef Fix dependencies and add LICENSE. 2015-10-08 23:14:18 +00:00
Jung-uk Kim
377bb55f1a Update to 2.5.4. 2015-09-23 22:49:46 +00:00
Jung-uk Kim
d42cd29114 Fix option handling.
PR:		197080
2015-09-23 21:51:39 +00:00
Dmitry Marakasov
fec870862e - Switch to USES=libedit for firebird-client, as suggested by stage-qa
Approved by:	portmgr blanket
2015-09-11 18:47:40 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
John Marino
8f3cf904a9 databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
2015-03-25 09:33:52 +00:00
Dmitry Marakasov
dbe2224f4f - Add empty directory to plist 2015-03-11 14:41:40 +00:00
Baptiste Daroussin
2192d28a52 Convert to @sample and cleanup plist 2015-01-19 20:27:48 +00:00
John Marino
9a2a4eeb50 databases/firebird25-(server,client): unbreak; 2.5.3 was re-released
The firebird 2.5.3 SQL server was re-released, and the previous distfile
was removed from sourceforge, thus breaking the build.  Move to the latest
distfile to fix the fetch phase.
2015-01-12 18:32:02 +00:00
Baptiste Daroussin
fafeeb9043 Simplify plist 2014-10-07 17:02:16 +00:00
Kurt Jaeger
fbd1044558 databases/firebird25-{server|client}: 2.5.2 -> 2.5.3
Changes:
http://www.firebirdsql.org/file/documentation/release_notes/html/rlsnotes253.html#notes-253

PR:		193174
Tested by:	Steve Faleiro <stevef199@yahoo.com>
2014-09-04 20:53:31 +00:00
Guido Falsi
f4c7894056 Stagify.
PR:		191701, 191702
Submitted by:	Dan Lukes <dan@obluda.cz>
2014-07-23 22:36:23 +00:00
Baptiste Daroussin
3e97fc69e3 Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 23:48:56 +00:00
Adam Weinberger
0cf8ed500c Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-04 23:46:52 +00:00
Martin Wilke
85d657e6f0 Approved by: portmgr (myself) 2014-05-26 11:38:51 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +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
Jose Alonso Cardenas Marquez
030d776860 - Add CONFLICTS with another firebird versions 2013-10-03 07:46:58 +00:00
Jose Alonso Cardenas Marquez
35e9b8ca05 - Add Super Server support
- Add superclassic and superserver modes to firebird rc script
- Remove LATEST_LINK [1]
- Other modifications for avoid pkg name collisions [1]

Suggested by:	bapt [1]
2013-10-03 06:55:36 +00:00
Jose Alonso Cardenas Marquez
31759ddbd7 - Fix issues with newest version of ICU
- Fix fbintl.conf installation
- Bump PORTREVISION
- Few other modifications
2013-09-30 23:38:45 +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
Jose Alonso Cardenas Marquez
b90ad08bc5 - Fix build on all version of firebird2*-client
- Rename pkg-install to pkg-install-server. It only must be used by firebird
  server ports

Reported by:	miwiw
2013-03-30 04:33:48 +00:00
Jose Alonso Cardenas Marquez
bde5cd9e44 - Bump PORTREVISION. firebird 2.5.2 and 2.1.5 were rerolled, because one
vulnerability was found on these versions

Security:	http://tracker.firebirdsql.org/browse/CORE-4058
2013-03-26 05:38:32 +00:00
Jose Alonso Cardenas Marquez
7e8be82735 - Update to 2.0.7
- Move files/pkg-install.in to pkg-install
- Add new warning message when it is building as root
- Remove obsolete patch files
- Fix installation of fbintl.conf to ${PREFIX}/etc/firebird [1].

PR:	176191		[1]
Submitted by:	Jose Jachuf <jjachuf __ __gmail.com>
2013-03-24 04:35:29 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Jose Alonso Cardenas Marquez
a39410a82b - Rename gsplit to fbsplit for avoid conflict with sysutils/coreutils port
- Add entry to pkg-message
- Bump PORTREVISION

PR:		ports/170329
Submitted by:	Alfred Bartsch <bartsch   at  dssgmbh.de>
2012-08-09 19:48:14 +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
Jose Alonso Cardenas Marquez
eb5e6cefd8 - Update firebird25 to 2.5.1 2011-10-19 22:26:38 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00