30 Commits

Author SHA1 Message Date
danj
5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +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
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
zhuk
4fc2868f16 Upstream kindly rolled a release, so use it instead of commit.
Add @bin marker while there.
2016-12-25 16:23: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
cb5cead190 Blow off another layer of dust from the qRFCview port:
- Move to the fork found on GitHub, which addressed all current issues
   (and made the program look like nicer);
 - Put the Makefile on diet, removing a lot of extra words.
 - Take maintainership. I suspect this is the smallest port I maintain
   personally. :)

This port requires very fresh qmake4.

The package name is kept as discussed with sthen@, landry@ and jasper@.
2016-03-08 14:36:38 +00:00
zhuk
036d44e7ad Allow to enter numbers larger than 5000. 2016-03-07 13:50:21 +00:00
zhuk
73db3f2369 Convert to MODQMAKE, no line count change. 2016-03-07 11:21:03 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jasper
ddbbde83f6 - remove unreachable homepages on berlios and add a working one where applicable
- move master sites to the berliosbot created sourceforge projects
2014-07-09 16:49:35 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
ajacoutot
226e5611fd Use the gettext MODULE. 2011-07-06 21:25:23 +00:00
jasper
4c4d7d7b18 passing '-unix' to qmake4 is deprecated so remove it. 2011-03-17 14:02:51 +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
2a4ec42b2f Again more new style DEPENDS. 2010-07-30 09:23:28 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
sthen
0fba620bd4 sync LIB_DEPENDS/wantlib, bump 2009-06-19 23:41:01 +00:00
ajacoutot
f609036ef0 - remove myself from MAINTAINER 2009-01-16 08:06:26 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
ajacoutot
b390360c2f - fix WANTLIB (after qt4 update) 2007-06-05 14:43:06 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
ajacoutot
87905f2cb6 - add missing WANTLIB after qt4 update
- bump PKGNAME

spotted by steven@
2006-10-31 12:54:23 +00:00
ajacoutot
36d2cceb0b - update my email address
- bump PKGNAME

ok robert@
2006-10-27 12:53:01 +00:00
jasper
5fcb5b773a update MASTER_SITES to MASTER_SITE_BERLIOS
ok alek
2006-08-02 12:15:00 +00:00
alek
08df756010 Import qrfcview 0.62
qRFCView is a viewer for IETF RFCs. Advantages are:
 * automatic table of content, with direct opening of section;
 * handling of RFC internal cross-references;
 * automatic downloading of a referenced RFC from the IETF web site on a
   simple click;
 * caching of RFC in a local directory;
 * tab-browsing of RFC;
 * searching.

From Antoine Jacoutot <ajacoutot@lphp.org>
2006-07-30 22:25:41 +00:00