Commit Graph

64 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +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
naddy
c3099ce0c7 char cannot hold the return value of getopt() 2018-04-25 19:44:04 +00:00
naddy
a6ff925e3b fix build with clang6 2018-04-12 15:07:38 +00:00
dcoppa
6162be5649 Unbreak autoconf checks with clang by not using nested functions 2017-09-27 10:35:22 +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
espie
d1b7567724 fix build with clang, errors, plus a lot of warnings 2017-05-18 23:28:53 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
jasper
edf459eb4f - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
no pkg change
2012-06-26 12:30:37 +00:00
stu
6dde7536de Update to ns 2.35
ok sthen@ sebastia@
2012-04-28 18:07:56 +00:00
sebastia
d65f813364 Update to new Tcl layout.
While there, make use of the tcl/tk modules.

OK landry@, stu@
2011-01-05 19:06:06 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
49cc004681 new WANTLIB 2010-11-11 16:27:54 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
naddy
b0858295bb fix dependencies 2010-07-10 14:58:20 +00:00
ajacoutot
5985d2ef24 Consistency: remove the 1, 2 or even 3 empty blank lines.
sthen@ agrees
2010-04-15 14:11:01 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
steven
86900645d6 fix WANTLIB 2007-11-17 20:39:02 +00:00
steven
b6e04074db update to 2.31 2007-10-24 15:01:09 +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
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
e3c4f7a9a2 pass X include/library locations explicitly to broken configure script,
so it still works with the new config.x11.site.
2006-11-20 23:17:12 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
bernd
ca1a3839a2 Install the devel/tclcl include files into a subdir. This fixes a conflict
with net/openafs and moves includes with a too generic name (timer.h) out
of the default include path.

Adjust the two dependent ports (net/nam, net/ns) so they know about the new
location.

idea & okay espie@
2006-08-09 09:46:10 +00:00
naddy
fedfc3867f SIZE 2005-01-05 17:14:37 +00:00
alek
2344f6d18c Add WANTLIB markers 2004-12-16 00:31:20 +00:00
espie
52b24f12ea new plists, kill a few INSTALL scripts. 2004-09-15 18:17:38 +00:00
naddy
f16b99d84d The sparc64 compiler is gcc3 now; don't require the gcc3 module. 2004-02-25 02:35:15 +00:00
sturm
0caceb1c87 update to ns 2.26
note: this is not 64bit clean as this would require a minor rewrite of ns

from Nicolas Baldi <openbsd@softhome.net>
2003-11-01 20:05:01 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
naddy
c53eb436cb No regression tests available. 2002-10-28 01:38:44 +00:00
naddy
5e8df89563 Enable regression test suite. 2002-10-28 00:47:05 +00:00
naddy
a8cba2d423 Fix build with gcc3. 2002-09-29 14:32:45 +00:00
wilfried
0440d7845c add specifier to RUN_DEPENDS and BUILD_DEPENDS 2002-06-09 05:31:40 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
espie
e9d52cb46c lib-depends 2001-10-15 15:20:09 +00:00
naddy
229904c4e2 remove leading "the" from COMMENT 2001-09-09 18:14:51 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
lebel
ecc5a2d290 net: integrate COMMENT, bump NEED_VERSION. 2001-05-06 04:59:54 +00:00
wilfried
23c9148e03 respect CFLAGS 2001-03-17 15:39:25 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
angelos
70fce42aaa New mirrors and homepage (morimoto@anat1.med.kyoto-u.ac.jp) 2000-11-25 02:14:31 +00:00
espie
69c11724b5 cvs missed that 2000-11-20 14:12:33 +00:00