1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Tijl Coosemans
ebd39b12a6 Update security/mbedtls to 2.12.0 and bump dependent ports.
MFH:		2018Q3
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
2018-08-10 14:23:15 +00:00
Alexey Dokuchaev
05f3295424 - Update `lang/gauche' to version 0.9.6 and add TLS support
- Unfortunately, it now requires GNU make to build (pattern rules
  in doc/Makefile.in); also, regression tests fail with BSD make:
  https://github.com/shirok/Gauche/issues/367
2018-08-05 13:18:46 +00:00
Alexey Dokuchaev
dd719c6e03 - Update `lang/gauche' to version 0.9.5
- Fix SLIB_BUILD_DEPENDS so it points to the file actually being used
- Convert to our testing framework (TEST_TARGET) and unbreak regression
  tests by preserving the `gosh' executable (prior to relinking), which
  allows to run the tests without having Gauche installed

Tested on:	i386, amd64 (all tests pass)
2018-06-06 18:25:34 +00:00
Alexey Dokuchaev
d85ebdae01 Unbreak the build of `lang/gauche' when option SLIB is set: by default,
upstream expects that SLIB catalogue is generated *after* everything is
installed.  They are aware that this logic does not go along well with
staging (e.g. for RPM, they suggest it to be called in the postinstall
script), and also provide ``slibcat-in-place'' target which is exactly
what we need for staging.

Patch the ``Makefile.in'' since I find these changes easier to follow/
debug than changes to the port's Makefile suggested in the PR.

PR:	226653
2018-06-06 16:29:19 +00:00
Alexey Dokuchaev
cf1babb8b4 Unbreak the build on sparc64: configure script was correctly detecting that
extra MD file is required, but since it is under `src' subdirectory, make(1)
was not able to find and make it.  While here, remove s|-lpthread|-pthread|
gimmick which is no-op these days.
2018-01-10 12:07:03 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Mark Linimon
1087f367b7 Fix obvious braino. 2016-09-23 02:24:48 +00:00
Mark Linimon
a5d70f453e Mark as broken on various tier-2 archs. 2016-09-19 13:12:33 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Alexey Dokuchaev
3a63ba57c2 Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
2015-09-20 14:35:57 +00:00
Dmitry Marakasov
1b13ecbca8 - Fix stripping 2015-06-07 15:23:19 +00:00
Baptiste Daroussin
74c050c183 Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Vanilla I. Shu
0d5c6661a5 Upgrade to 0.9.4
PR:		ports/192207
Submitted by:	tkato432 at yahoo.com
2014-07-29 03:36:48 +00:00
Baptiste Daroussin
2bbb53adc3 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:07:12 +00:00
Baptiste Daroussin
f329319eb5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:13:58 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Boris Samorodov
7046a55fd8 Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.

Approved by:	portmgr (bapt, implicit)
2013-09-07 19:49:41 +00:00
Stefan Walter
79284f653f Properly evaluate option PTHREADS.
PR:		177494
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	maintainer timeout (1 month)
2013-06-09 16:18:29 +00:00
Stefan Walter
a9043815f4 - Unbreak and update to 0.9.3.3.
- Add option to enable gdbm support.
- Update maintainer's e-mail address.

PR:		177494 [1], 168407 [2]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
		Vitaly Magerya <vmagerya@gmail.com> [2]
Approved by:	Erik Greenwald <erik@elfga.com> (maintainer)
2013-05-02 20:04:21 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Michael Scheidell
c2ace1432b - fix package pkg-plist on other then i386-8.2
- pointhat on amd64.8.2

Approved by:	maintainer (erik@bz.bzflag.bz,implicit), gabor (mentor)
Feature safe:	yes
2011-12-08 21:20:53 +00:00
Michael Scheidell
0376cb86ca -Update to 0.9.2
-Addresses pr ports/160927

PR:		ports/163096
Approved by:	gabor (mentor)
Feature safe:	yes
2011-12-08 11:12:58 +00:00
Mark Linimon
7d8608ab13 Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat:		portmgr
2011-11-10 05:38:32 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Pav Lucistnik
8e3e00e70d - Disallow from amd64/9 on pointyhat, segfaults during build
Reported by:	pointyhat
2011-05-01 22:45:59 +00:00
Mark Linimon
8ff9e2abf9 Update maintainer's email address.
Submitted by:	maintainer (private email)
2010-12-01 23:12:16 +00:00
Beat Gaetzi
298ed53dd2 - Fix build on PowerPC [1]
- Fix leftovers with NOPORTDOCS option set

PR:		ports/149783 [1]
Submitted by:	andreast [1]
Approved by:	maintainer timeout (26 days)
2010-09-13 11:01:55 +00:00
Akinori MUSHA
3b068abf32 Fix build with ccache by adding CCACHE_CPP2=1 to MAKE_ENV, which
disables the problematic pre-processor optimization of ccache.

PR:		ports/144125
Submitted by:	myself
Approved by:	maintainer timeout
2010-03-22 12:15:33 +00:00
Pav Lucistnik
383e96cfb0 - Update to 0.9
PR:		ports/141384
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2010-02-12 12:39:15 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Dmitry Marakasov
5898972f66 - Mark MAKE_JOBS_UNSAFE
- Use SF macro

PR:		136817
Submitted by:	myself
Approved by:	maintainer timeout
2009-07-30 15:19:56 +00:00
Ion-Mihai Tetcu
37851b2618 - fix install when -DNOPORTDOCS
Submitted by:	QA Tindy run
Approved by:	maintainer timeout
2008-06-17 09:51:11 +00:00
Akinori MUSHA
3e4faf07b5 Install all info files.
Submitted by:	Sakae Kobayashi <sakae@ps.ksky.ne.jp>
Approved by:	maintainer timeout
2008-04-01 10:49:34 +00:00
Martin Wilke
c9b218a425 Update to 0.8.13
PR:		120715
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-02-15 17:02:01 +00:00
Martin Wilke
dc01131058 - Update to 0.8.12
PR:		117851
		117852
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2007-12-14 19:23:00 +00:00
Martin Wilke
b5796e50b5 - Update to 0.8.11
PR:		115602
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2007-08-21 09:25:22 +00:00
Martin Wilke
a4bed737ec - Update to 0.8.10
PR:		113371
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2007-06-06 10:54:30 +00:00
Rong-En Fan
77ec9a76f2 - Install info files correctly
PR:		ports/108194
Submitted by:	clemens fischer <ino-qc at spotteswoode.de.eu.org>
Approved by:	Erik Greenwald <erik at smluc.org> (maintainer)
2007-02-21 13:20:02 +00:00
Rong-En Fan
8826d1394c - Update to 0.8.9
PR:		ports/108093
Submitted by:	Erik Greenwald <erik at smluc.org> (maintainer)
2007-01-19 08:40:39 +00:00
Rong-En Fan
1fcf17d930 - Update to 0.8.8
PR:		ports/105477
Submitted by:	Erik Greenwald <erik at smluc.org> (maintainer)
2006-11-26 08:02:09 +00:00
Tilman Keskinoz
e98949f716 Mark BROKEN on sparc64
Reported by:	pointyhat
2006-07-03 14:53:56 +00:00
Tilman Keskinoz
29aa0ff696 Merge patches from devel/boehm-gc to included boehm-gc to fix build on
amd64

PR:		97021
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	Erik Greenwald <erik@smluc.org>
2006-05-21 19:13:54 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Kirill Ponomarev
d6402f8919 Update to 0.8.7
PR:		ports/95749
Submitted by:	maintainer
2006-05-01 18:22:26 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
c92cd65864 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-05 00:53:19 +00:00