43 Commits

Author SHA1 Message Date
naddy
afcc689c59 remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES 2021-02-26 18:20:31 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +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
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
27006c926b fix for clang. contrary to habit, this string *can't* be constant! 2017-05-19 00:08:25 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
ad96586730 requires --enable-shared
remove NO_SHARED_LIBS
2016-03-10 19:03:35 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +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
naddy
1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
ajacoutot
d13b482d39 Lowercase COMMENT, fix DEPENDS and regen PLIST.
ok sthen@
2010-09-22 12:48:23 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
espie
3872446ae0 fix after recent LIB_DEPENDS change, make sure we have this as a RUN_DEPENDS,
as it makes no sense to install fleditor without fltk.
2010-07-06 15:37:46 +00:00
espie
84872a6823 C++ syntax 2010-05-22 21:23:33 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
espie
9ca2e064cf do the same thing with REGRESS_FLAGS as FAKE_FLAGS 2008-01-04 18:38:51 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
wilfried
92445ac41d add -lz to LIBS, needed by regress to compile with libpng 2006-10-19 09:16:32 +00:00
espie
25e2f4b0ff remaining shared libs bumps for C++ libs 2006-01-14 11:46:15 +00:00
naddy
ed234ef850 SHARED_LIBS 2005-12-25 20:23:18 +00:00
wilfried
b1a40097b5 fix extra libs + bump 2005-11-20 12:54:05 +00:00
naddy
2492803fcd SIZE 2005-01-05 17:53:50 +00:00
espie
4c6f632c64 new style plists 2004-09-15 19:26:27 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
wilfried
a7ad72f64b update to fleditor-0.4.5
minor bugfix
2002-09-17 15:17:41 +00:00
wilfried
d2f742606d Update to fleditor-0.4.4 (bugfix release)
+  Update to work with FLTK 1.1 and latest 2.x CVS.
+  Added workaround for strange focus behaviour when scrolling with
   the scrollbar.  The text widget gets an unfocus when the scrollbar
   is clicked, but then when you click back on the text, instead
   of it getting a focus event, it gets another unfocus.  This makes
   the cursor remain invisible when it shouldn't.
*  Fixes to scrollbar handling.
*  Fixed status panel on Fl_FancyEditor (positioning problem).
2002-08-10 20:04:16 +00:00
wilfried
4ddc5c3e1c add licence comment, clean up MASTER_SITES 2002-05-15 09:30:21 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
wilfried
bdf31ff653 remove bogus depend 2001-10-31 16:35:48 +00:00
wilfried
900b07feb6 update to fleditor-0.4.3
*  Will reject attempts to LoadFrom(char *) with a null pointer.

*  Now puts a null byte in the tail end of the buffer during a
   SaveTo(char *) even if the editor buffers are empty.  Will
   refuse to save to a null pointer.
2001-10-26 23:36:17 +00:00
wilfried
3eacd8597d define regress tests 2001-10-25 22:34:48 +00:00
heko
2981e806a7 _ namespace is reserved for bsd.port.mk; use install_shared_frag
without the leading _. Spotted by espie@.
2001-09-07 16:35:51 +00:00
heko
52bf8846f7 o NO_SHARED_LIBS only gets defined after including bsd.port.mk
(thanks to naddy@ for pointing this out in one of my ports).
  Define a _install_shared_frag instead after including
  bsd.port.mk.
wilfried@ ok
2001-09-07 16:18:28 +00:00
wilfried
ab4b03bdff update to fleditor-0.4.2 (bugfix release)
*  No longer writes extraneous null byte when saving to file.

*  Added GetTextBufferSize() call on editorengine and Fl_Editor that returns
   the number of characters that should be allocated in order to save the
   text to a buffer.  The CharacterCount() method returns only characters
   actually presently in the buffer, while this new method considers the line
   ending characters that would be added when saving.
2001-08-29 07:44:47 +00:00
naddy
f2a8bf4164 Fix LIB_DEPENDS to make this build again. 2001-04-17 19:02:39 +00:00
wilfried
c39c01e95e - update to 0.4.1
- change fltk depending
- create shared library
- remove unused opengl test
2001-04-15 10:32:06 +00:00
wilfried
a05cbeb69d Import of fl_editor-0.4
A word-wrapping text editor widget for FLTK.  Supports CUA- style
editing keys, automatic scrollbar, load and save to file or buffer,
and more.
2001-04-02 15:11:46 +00:00