69 Commits

Author SHA1 Message Date
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
jca
3964fd72b2 Cope with lack of 'reconnect' in struct MYSQL in recent mariadb releases. 2019-05-09 03:48:56 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
sthen
358827077f wantlib 2015-08-25 11:16:12 +00:00
sthen
628445e140 sync WANTLIB 2015-08-17 20:04:16 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
sthen
33315c8084 sync wantlib 2014-04-21 16:30:40 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
kirby
eb8ddbe5be - update HOMEPAGE, reminded by natano at natano dot net
- update MASTER_SITES
 - regen distinfo while here.
2013-05-17 09:12:26 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
jasper
6fc40f4b57 Security fix for CVE-2012-3525
jabberd XMPP Dialback Protection Bypass Vulnerability

(this port could really use an update too fwiw)
2012-08-24 07:24:12 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
naddy
e4addfb0d8 the pkg tools think 2.0s11 < 2.0s9, so bump the EPOCH 2011-09-25 13:57:51 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
4d8981b209 more WANTLIB 2010-11-11 14:00:44 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
espie
bba2160cb6 fix spec (openldap-server WON'T have the required libraries) 2008-07-09 09:36:18 +00:00
steven
e68b25b9ba db.=4 -> db.>=4 in preparation of db4 update
ok sthen@
2007-10-25 21:05:33 +00:00
merdely
432ab66897 Put quotes back around ERRORS.
From simon@
2007-09-15 23:36:43 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
aanriot
fa701c8e0a configure with --enable-debug to get feedback from the software
(database connectivity, permissions, etc.) using the '-D' switch.

ok naddy@
2007-04-12 15:15:18 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
jasper
5b4142b0e6 - plug a file descriptor leak, which makes hungry machines eat all the descriptors.
- fix HOMEPAGE.
- MAINTAINER drops maintainership.
- regen patches.

from Ingo Schwarze <schwarze@usta.de>

ok naddy@
2007-04-03 15:04:32 +00:00
steven
f7eba86775 USE_LIBTOOL, regen plist 2007-04-01 13:12:41 +00:00
mbalmer
6305069d03 Fix WANTLIB after openldap changes. 2006-11-11 14:38:23 +00:00
espie
081f45d827 new style specs 2006-08-03 23:15:57 +00:00
steven
ec071e0492 add a few backup master sites.
ok maintainer
2006-05-14 17:31:16 +00:00
naddy
f6120d3a8c SECURITY: update to 2.0s11
http://jabberstudio.org/projects/jabberd2/releases/view.php?id=826
* Sending a stanza before an stanza during a SASL negotiation can
cause a c2s segfault. Leading to a remote DoS

http://jabberstudio.org/projects/jabberd2/releases/view.php?id=802
* fixed SASL anonymous, bug#126
* fixed edge cases with new dynamic jid code
* fixed incorrect free order in c2s, byg#125
* corrected debug logging, bug#119
* fixed s2s bus error on 64-bit architectures, bug#122
* fixed c2s collisions due to long jids, bug#118
* fixed error response to iq result, bug#110
* fixed roster pushing packets without id, bug#73
* applied new dynamic jid patch, bug#100
* fixed double free of nad in c2s and s2s, bug#97
* major memory enhancement, made jid structure dynamically allocated, bug#100
* fixed glibc error with custom sql statements, bug#106
* fixed segfault with keepalives, bug#102

From: maintainer Gerardo Santana Gomez Garrido
2006-04-16 18:54:31 +00:00
naddy
4b5e55c206 bump PKGNAME after MAINTAINER address change 2006-04-14 22:20:08 +00:00
jakob
f787dd661f update MAINTAINER email adress; from gerardo santana 2006-04-10 05:43:47 +00:00
bernd
2179322149 sasl2 WANTLIB only for ldap FLAVOR. Bump PKGNAME.
ok mbalmer@
2005-11-14 12:46:04 +00:00
bernd
f43900db3d Fix WANTLIB/LIB_DEPENDS after openldap update.
"looks good" espie@
2005-11-13 18:48:45 +00:00
espie
8e0d82c9f7 @pkgpath annotations to help update 2005-09-14 10:41:02 +00:00
sturm
0d88196840 bump PKGNAME so that 3.7 won't have higher PKGNAMEs than 3.8
suggested by espie@, ok pval@
2005-08-31 19:55:36 +00:00
naddy
e22b00c795 SECURITY:
Fix a buffer overflow that could be used to perform a DoS attack
and possible code execution.
From: Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
2005-08-02 15:58:13 +00:00
naddy
8edfb59efb Add a missing file and regroup some files for specific flavors.
From: maintainer Gerardo Santana Gomez Garrido
2005-06-10 19:56:37 +00:00
naddy
a04d3ae841 Optionally support postgresql and db storages.
From maintainer Gerardo Santana.
2005-05-26 19:10:21 +00:00
naddy
c78fc4fc46 drop extraneous WANTLIBs; from maintainer Gerardo Santana 2005-05-24 00:46:37 +00:00