61 Commits

Author SHA1 Message Date
sthen
18323762b9 use MODPY_PYBUILD 2022-11-26 15:02:49 +00:00
sthen
c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
sthen
e242f05d1b xxdiff: make sure setuptools is present at build time, otherwise
the plist changes
2022-09-11 12:50:34 +00:00
sthen
eed574102a Fix ports for newer py3-setuptools; mostly just PLIST regens after some
files were dropped (mostly entry_points.txt) or .egg-info files changed
to directories. Small patches were needed where some other build systems
were calling Python tools to install due to changes in setuptools.
Messy patching needed for games/0ad which bundles a spidermonkey tar of
a specific version and patches it using files in its own distribution.

Been through a bulk on i386, plus I tested a few things separately on
amd64 where fallout from the recent qscintilla update has broken some ports
on !LP64 which was blocking them on i386.
2022-08-18 02:24:48 +00:00
sthen
09e26ce5a1 Update to xxdiff-20220318 (upstream stopped doing releases and are just
using source checkouts), moving most of the accompanying scripts to Python 3.
Remove termdiff which hasn't been moved to Python 3 but was already flaky.
2022-04-12 20:44:13 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
bket
6d531e920f Update xxdiff to HEAD, which provides a QT5 version
Includes a tweak from rsadowski@, thank you!

OK landry@
2020-02-05 13:23:02 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +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
jca
af9683d804 Maintenance update to xxdiff-4.0.1
Bye bye bison 3 compat patches.
2016-08-26 22:00:58 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
zhuk
9593aef410 Convert to MODQMAKE and drop USE_GMAKE dependency, -2 Makefile lines. 2016-03-07 14:51:53 +00:00
sthen
412cc39bb3 remove build dep on ports flex 2015-11-19 20:17:15 +00:00
jca
52b5acd7d6 Cope with latest bison; ok sthen@ 2015-11-15 11:55:59 +00:00
jca
3aa8ad5ff9 Update to xxdiff-4.0, switching from qt3 to qt4
Now ships with a python library and a bunch of helper scripts.
Delete pointless patches while here.
2015-11-08 19:52:55 +00:00
jca
aec9f4b77a Kill trailing whitespace 2015-11-08 19:50:29 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
fb84824c2e Drop USE_GROFF since groff and mandoc produce identical output. 2014-12-05 12:50:09 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
af48617752 - regen WANTLIB 2011-11-03 20:13:20 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
espie
811d94d9d6 new depends 2010-11-20 19:56:47 +00:00
jasper
82dcbd9a43 - some WANTLIB/LIB_DEPENDS/REVISION cleaning 2010-11-10 22:24:16 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
dcaa846fde USE_GROFF=Yes 2010-10-19 07:54:21 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
2df89dced5 - give it a chance to compile: USE_GMAKE
- remove unneeded pkg/SECURITY file
- regen patches while here

ok jasper@
2008-01-24 11:49:21 +00:00
merdely
213f5c62e8 Remove surrounding quotes in COMMENT-*/PERMIT_* 2007-09-15 20:59:36 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
sturm
24051e0561 update to xxdiff 3.1
from Wim Lewis <wiml at hhhh.org>
2005-04-24 19:02:04 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
23b926dc64 Add WANTLIB markers 2004-12-07 00:23:20 +00:00
xsa
8825e43e35 remove MAINTAINER per his request; 2004-10-08 08:22:28 +00:00
espie
d1fa125d45 new plists 2004-09-15 18:39:31 +00:00
naddy
f37ba8b502 revert build fix that has turned into an error with our new errno 2004-08-13 19:40:01 +00:00
xsa
addd8a38e2 new-style MODULES. 2004-08-10 08:46:49 +00:00
naddy
1246cc407f restore build with g++ 2.95 2004-07-02 23:47:44 +00:00
naddy
fe81f25568 work around a C/C++ namespace issue (fixes build on powerpc) 2004-06-24 23:04:10 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
sturm
f2b62b475d - use native getopt{,_long}
- use qt-mt and thus updated tmake
- bump pkgversion

from MAINTAINER
2003-02-02 16:37:56 +00:00
naddy
bb3205e480 * update to 2.9.1;
* make compile under gcc3.2;
* per-hunk ignore whitespace implemented;
* lines inserted for display purposes now has a cross-hatch pattern to make
  it more obvious;
* minor key binding changes for better interaction with most window managers.

From: Dan Weeks <danimal@danimal.org>
2002-10-16 13:23:41 +00:00
wilfried
ddceea5672 Update to xxdiff-2.6, from maintainer Dan Weeks <danimal@danimal.org>
* move to qt3 (with PORTHOME quirk for uic3)
* add license note
* add $OpenBSD$ tag to patch files
* update pkg/SECURITY file to reflect reality
2002-07-17 07:27:02 +00:00
naddy
ae79bce6b8 bye MASTER_SITE_SUBDIR 2002-05-14 12:07:09 +00:00
naddy
5ab5cdd47d Unbreak by updating to 2.4 which uses tmake to configure.
In part from maintainer Dan Weeks <danimal@danimal.org>.
2002-04-09 15:43:40 +00:00