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
espie
5b37289c23
md5->distinfo
2002-03-21 19:59:18 +00:00
espie
f28492bfe6
Use full path for libqt and libqt2
...
Bump need version.
2001-10-28 12:30:13 +00:00
lebel
0f54ff29cc
update textproc/xxdiff to 1.13; from maintainer Dan Weeks <danimal@danimal.org>
2001-08-12 02:19:36 +00:00
lebel
c8a91d3791
update textproc/xxdiff to 1.12; from maintainer
2001-06-20 19:30:59 +00:00
naddy
7ef24eb24b
make this work with WRKOBJDIR
2001-06-08 23:45:50 +00:00
lebel
a295f9e310
update textproc/xxdiff to 1.10.0. Submitted by maintainer.
2001-05-25 17:02:01 +00:00
lebel
809328645e
fix build when qt1 is already installed.
...
from maintainer.
2001-04-19 13:08:33 +00:00
wilfried
d15cba1c80
Add qt2-designer to BUILD_DEPENDS since we need uic
2001-03-30 11:06:38 +00:00
wilfried
57d78ce7e1
* up NEED_VERSION
...
* integrate pkg/COMMENT (so it can be removed)
* change to use ${MASTER_SITE_SOURCEFORGE} for MASTER_SITES=
from maintainer
2001-03-29 12:27:29 +00:00