Commit Graph

428 Commits

Author SHA1 Message Date
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
sthen
98e1710fa2 fix irregular PERMIT_* 2019-07-12 21:25:58 +00:00
sthen
4435b868be replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:15:33 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
4c8260d02a sync WANTLIB 2019-06-13 16:38:33 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
bentley
176fe5d056 Move homepage/master_sites to https. 2019-06-09 08:32:58 +00:00
naddy
bab58eeac9 do not explicitly add -lstdc++ 2019-05-23 21:02:32 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
yasuoka
5056632633 Update to nkf 2.1.5
ok bentley
2019-01-09 07:44:08 +00:00
naddy
d25f336dc6 add MODGCC4_CPPLIBDEP to subpackage 2018-11-29 21:16:57 +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
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bentley
67bc10ee72 Remove japanese/groff.
Ancient 1995 software no longer used by anything else.

ok jca@ schwarze@
2018-04-20 20:40:39 +00:00
bentley
eb4c14835e Install unformatted UTF-8 manpages instead of preformatted EUC-JP.
As a result, remove the build dependency on jgroff.
Add some PLIST tweaks suggested by schwarze@.

Discussed with schwarze@ espie@ yasuoka@
2018-04-16 09:53:28 +00:00
bcallah
3f39490252 Fix build with clang6. This port will go away soon but it does not hurt to
reduce the current clang6 fallout for the time being.
ok kn@
2018-04-15 20:22:21 +00:00
schwarze
20f5599217 Install Japanese manual pages as UTF-8 rather than EUC using japanese/nkf
and install the English manual pages to the correct directories.
Add missing @bin annotations in the PLISTs.

OK yasuoka@, espie@ (MAINTAINER) agrees with the direction,
in part based on earlier work by bentley@.

Helps with clang 6 because it removes the build dependency on the
broken japanese/groff.
2018-04-15 19:48:38 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
jasper
73b4795a5d remove broken HOMEPAGE/MASTER_SITES and add backup mirror 2017-08-22 19:19:26 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
schwarze
1cf79ee870 This port runs groff (along with jnroff) during the "build" target,
not during the "package" target, so "BUILD_DEPENDS += textproc/groff"
makes more sense than "USE_GROFF = Yes".
No package change, no bump.
OK espie@ (MAINTAINER)
2017-05-14 19:53:58 +00:00
schwarze
266badca7a groff is not used at all, so delete USE_GROFF;
no package change, no bump;
OK espie@ (MAINTAINER)
2017-05-14 19:49:29 +00:00
espie
deeba8d33c fix just enough return problems that this builds, so we have the option
of keeping it.
2017-05-06 12:51:21 +00:00
espie
2625bb5332 fixes for clang: don't compile a clone of getopt.
while there, fix system includes, implicit ints, and void main.
2017-04-29 14:31:40 +00:00
espie
3a0567a8c9 add enough void to fix empty return errors on clang 2017-04-28 12:29:32 +00:00
yasuoka
1936a6d7ea Update ja-less to 382.262.03.b.01, the version maintained by Hiroki Sato.
espie@ agreed to take maintainer

ok bentley
2017-04-23 09:18:21 +00:00
jsg
aaa919a724 add a non-implicit return type to a function to fix the build with clang 2017-04-22 04:53:17 +00:00
bentley
35b6fac7eb Remove japanese/jvim.
ok yasuoka@ naddy@
2017-04-19 05:58:48 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
jsg
e45cc56671 use ports gcc on arm to get atomic builtins 2016-12-30 13:58:49 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
naddy
c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
jasper
21577dc37f - drop gettext module
- regen WANTLIB
2016-09-08 10:36:48 +00:00
sthen
ecccd93c04 As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
references, and list some of their mirrors in network.conf.template.
2016-06-05 11:02:25 +00:00
bentley
f058156073 Update homepages: sourceforge.jp is dead. long live osdn.jp.
Replace 403/500 webpages with the project page, which is at least
semi-useful.
2016-05-29 21:41:45 +00:00
naddy
bbf32232a6 replace libiconv module 2016-04-29 11:19:35 +00:00
naddy
2081760307 remove SHARED_ONLY from non-CPAN Perl ports 2016-03-20 16:36:33 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy
4fd7f6425c remove no_shared check and fix errno definition 2016-03-11 16:06:01 +00:00
ajacoutot
4e1ea8b4b1 Remove some BROKEN markers for ports that should build now with the new libgcc
assisted built-in atomic ops for mips64.

from Brad
2015-12-25 08:39:45 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
sthen
14273d88a4 remove a handful of dead homepages 2015-09-11 19:50:48 +00:00
espie
703062122e move to new auth checks. Add "a few" includes to placate a lot of warnings.
(and bump affected packages of course)
2015-07-25 16:47:12 +00:00