non port: x11-toolkits/gtkmathview/Makefile |
Number of commits found: 58 |
Monday, 30 Jan 2023
|
13:49 Baptiste Daroussin (bapt)
x11-toolkits/gtkmathview: remove
Depends on EOLed GTk+2.0 and not depended on in the ports tree
fd06701 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dima Sivachenko <dima@Chg.RU>
* Edwin Groothuis <edwin@mavetju.org>
* Eric Anholt <anholt@FreeBSD.org>
* Igor Pokrovsky <ip@doom.homeunix.org>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Juli Mallett
* Kenjiro Cho <kjc@csl.sony.co.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* Lubomir Marinov <lubomir_m@abv.bg>
* Marc Recht <marc@informatik.uni-bremen.de>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Matuska <mm@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Grünewald <michipili@gmail.com>
* Michael Johnson <ahze@FreeBSD.org>
* Mike Krutov <neko@takino.org>
* Mike Meyer <mwm@mired.org>
* Olivier Duchateau
* Paul Schmehl <pauls@utdallas.edu>
* Peter Hawkins <thepish@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Radim Kolar
* Rene Ladan <rene@FreeBSD.org>
* Robert C. Noland III <rnoland@FreeBSD.org>
* Simon Barner <barner@gmx.de>
* Stephane Legrand <stephane@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Will Andrews <andrews@technologist.com>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Zane C, Bowers <vvelox@vvelox.net>
* asami
* chinsan
* chuckr
* clsung@dragon2.net
* dmitry@karasik.eu.org
* fjoe@FreeBSD.org
* gahr
* gena
* ijliao
* mi
* minter@lunenburg.org
* nivit@users.sourceforge.net
* ports@c0decafe.net
* roland.jesse@gmx.net
* thierry@pompo.net
* vanilla
With hat: portmgr
71b6a9f |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 17 Sep 2019
|
17:48 antoine
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Saturday, 23 Feb 2019
|
05:39 tobik
x11-toolkits/gtkmathview: Fix build on GCC-based architectures
- Add USES=compiler:c++11-lang gnome localbase:ldflags
- Add include <cstring> to fix detection of some functions
PR: 235938
Submitted by: pkubaj@anongoth.pl
|
Saturday, 25 Aug 2018
|
14:09 tobik
x11-toolkits/gtkmathview: Fix build with Clang 6
View.cc:294:10: error: no viable conversion from returned value of type 'bool'
to function return type 'SmartPtr<Element>'
return false;
^~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/gtkmathview-0.8.0_9.log
cmex10.cc:27:3: error: constant expression evaluates to 4205933842 which cannot
be
narrowed to type 'int' [-Wc++11-narrowing]
0xfab17512,
^~~~~~~~~~
SVG_RenderingContext.cc:67:25: error: invalid suffix on literal; C++11 requires
a
space between literal and identifier [-Wreserved-user-defined-literal]
metadata("Created by "PACKAGE" version "VERSION);
^
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 16 Jun 2015
|
23:43 amdmi3
- Add LICENSE
- Strip library
|
Tuesday, 2 Sep 2014
|
15:05 tijl
- Add USES=libtool and bump dependent ports
- Add USES=iconv to fix build on FreeBSD 10
|
Tuesday, 1 Jul 2014
|
16:03 tijl
- Convert to USES=libtool
- Replace -lstdc++ patches with post-patch command and apply it to more
makefiles
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
Friday, 4 Oct 2013
|
13:38 kwm
Use new LIB_DEPEND syntax, USE_GMAKE=>USES=gmake, stageify.
Update comment to remove indefinite article
Fix build on HEAD. This port uses pangox-compat.
|
Friday, 20 Sep 2013
|
23:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
|
Thursday, 28 Mar 2013
|
03:28 eadler
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
|
Friday, 27 Jul 2012
|
14:21 bapt
Add some explicit USE_PKGCONFIG=build
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Friday, 20 Feb 2009
|
16:32 miwi
- Update to 0.8.0
PR: 131831
Submitted by: ports fury
|
Monday, 5 Jan 2009
|
20:34 wxs
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
Thursday, 25 Dec 2008
|
03:13 linimon
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr
|
Friday, 6 Jun 2008
|
14:16 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Friday, 21 Mar 2008
|
23:55 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Thursday, 20 Mar 2008
|
10:09 pav
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Friday, 12 Jan 2007
|
09:12 rafan
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
|
Wednesday, 27 Dec 2006
|
14:13 miwi
- Update to 0.7.7
PR: ports/107168
Submitted by: miwi
Approved by: maintainer
|
Monday, 10 Jul 2006
|
19:54 rafan
- Update to 0.7.6
Note that in ports/99972, pkg-plist is not complete.
The fix is given by maintainer via irc.
PR: 99972
Submitted by: maintainer
|
Saturday, 13 May 2006
|
05:00 edwin
Remove USE_REINPLACE from categories starting with X
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
|
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Sunday, 7 Nov 2004
|
22:37 marcus
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Friday, 13 Aug 2004
|
14:39 vs
Fix location of pkg-config-file
PR: ports/69192
Submitted by: Konstantin Oznobihin
Approved by: maintainer timeout
|
Monday, 5 Apr 2004
|
03:31 marcus
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Saturday, 25 Oct 2003
|
10:16 knu
Update to 0.5.1.
Unmark BROKEN for 5.x.
PR: ports/58110
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (MAINTAINER)
|
Thursday, 16 Oct 2003
|
02:23 kris
BROKEN on 5.x: does not compile
|
Wednesday, 16 Jul 2003
|
12:10 daichi
update x11-toolkits/gtkmathview: build on 5.x
PR: 54472
Reviewed by: sf
|
Tuesday, 15 Jul 2003
|
14:28 daichi
fix x11-toolkits/gtkmathview: do not use -lgnugetopt directory
PR: 54472
Pointed out by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Pointy hat to: myself
|
06:27 daichi
update x11-toolkits/gtkmathview: 0.3.0 -> 0.4.2
PR: 54472
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
Monday, 14 Jul 2003
|
02:37 sf
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
NOTE: This port is still BROKEN.
|
Wednesday, 4 Jun 2003
|
17:45 kris
Mark BROKEN on all versions, not just 5.x
|
Sunday, 18 May 2003
|
11:31 kris
BROKEN on 5.1: configure fails
|
Sunday, 20 Apr 2003
|
19:54 marcus
Remove USE_GNOMENG.
|
Thursday, 20 Feb 2003
|
19:20 knu
De-pkg-comment.
|
Tuesday, 15 Oct 2002
|
13:51 ijliao
add gtkmathview 0.3.0
A GTK Widget to Render MathML Documents
|
Number of commits found: 58 |