non port: graphics/ruby-gd/Makefile |
SVNWeb
|
Number of commits found: 66 |
Thu, 9 Mar 2023
|
[ 14:31 Dirk Meyer (dinoex) ] 48ad0a5
graphics/ruby-gd: fix build on FreeBSD-14
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 4 May 2020
|
[ 21:31 dinoex ] (Only the first 10 of 72 ports in this commit are shown above. )
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
|
[ 11:17 dinoex ]
- fix gd with xpm
- fix dependecies
- drop xpm suffix
|
Fri, 3 Jan 2020
|
[ 16:37 tobik ]
graphics/ruby-gd: Remove BROKEN_RUBY20
lang/ruby20 is long gone.
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Wed, 20 Jul 2016
|
[ 09:33 dinoex ] (Only the first 10 of 77 ports in this commit are shown above. )
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 19 Dec 2015
|
[ 21:31 dinoex ]
- fix MASTER_SITES
- remove BROKEN
|
Sun, 13 Dec 2015
|
[ 09:41 bapt ] (Only the first 10 of 64 ports in this commit are shown above. )
Mark as broken: does not fetch
|
Thu, 3 Dec 2015
|
[ 14:20 dinoex ]
- fix build for ruby >= 2.1
|
Thu, 3 Sep 2015
|
[ 16:24 sunpoet ]
- Use BROKEN_RUBY21 and BROKEN_RUBY22
With hat: ruby
|
Fri, 3 Apr 2015
|
[ 19:43 swills ]
graphics/ruby-gd: mark does not build with ruby 2.2 also
|
Sat, 21 Mar 2015
|
[ 23:05 bapt ] (Only the first 10 of 422 ports in this commit are shown above. )
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
|
Wed, 12 Nov 2014
|
[ 02:16 swills ]
Mark broken with Ruby 2.1
With hat: ruby@
|
Mon, 25 Aug 2014
|
[ 18:49 antoine ]
Allow ports using ruby extconf to be built as non root
PR: ports/191313
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ] (Only the first 10 of 39 ports in this commit are shown above. )
Remove trailing whitespaces from category graphics
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Wed, 11 Dec 2013
|
[ 21:57 dinoex ]
- cleanup
|
Sun, 1 Dec 2013
|
[ 15:02 dinoex ]
- drop linker path to stagedir
|
Wed, 27 Nov 2013
|
[ 05:58 dinoex ]
- use STAGEDIR
|
Sat, 21 Sep 2013
|
[ 11:06 dinoex ] (Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 9 Aug 2013
|
[ 14:05 dinoex ] (Only the first 10 of 86 ports in this commit are shown above. )
- update libdg to 2.1.0
|
Fri, 24 May 2013
|
[ 13:30 bapt ]
Fix with bmake
|
Sat, 26 Jan 2013
|
[ 16:06 dinoex ] (Only the first 10 of 12 ports in this commit are shown above. )
- cleanup header
- strip shlibversion in depedency
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 12 Jan 2012
|
[ 05:40 dinoex ]
- detect ttf support in libgd
|
Sat, 19 Nov 2011
|
[ 12:35 dinoex ]
- update to 0.8.0
- fix build with ruby19
- drop obsolte option WITH_GD1
- add homepages
Feature safe: yes
Obtained from: Mark Somerville
|
Thu, 9 Dec 2010
|
[ 21:46 pgollucci ] (Only the first 10 of 12 ports in this commit are shown above. )
- Mark some ruby* and rubygem* broken with ruby 1.9
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 30 May 2008
|
[ 17:03 dinoex ]
- use PORTEXAMPLES
|
Sun, 30 Mar 2008
|
[ 09:36 dinoex ] (Only the first 10 of 12 ports in this commit are shown above. )
- clean X11BASE
|
Mon, 17 Mar 2008
|
[ 18:04 dinoex ]
- set USE_XORG
|
Tue, 11 Dec 2007
|
[ 20:35 dinoex ]
- remove oblsolete gd1 handling
|
Thu, 26 Jul 2007
|
[ 21:39 dinoex ]
- fix build with xpm
(revert portlint change)
|
Wed, 25 Jul 2007
|
[ 11:55 dinoex ]
- take maintainership
- make portlint happier
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 28 Dec 2005
|
[ 15:02 erwin ]
- Fixed mastersite, the tarball was unfetchable since 2003.
- Removed WWW, this site doesn't exist anymore.
PR: 91019
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
Fri, 11 Nov 2005
|
[ 01:18 linimon ] (Only the first 10 of 286 ports in this commit are shown above. )
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
|
Thu, 18 Mar 2004
|
[ 19:26 knu ]
Fix a stupid typo and activate GD2 features properly. D'oh!
|
Mon, 18 Aug 2003
|
[ 16:15 nork ] (Only the first 10 of 85 ports in this commit are shown above. )
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1]
|
Fri, 11 Jul 2003
|
[ 18:16 nork ] (Only the first 10 of 33 ports in this commit are shown above. )
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
|
Tue, 18 Feb 2003
|
[ 05:19 knu ] (Only the first 10 of 44 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 11 Jan 2003
|
[ 08:39 knu ]
This does not seem to require ruby-rdtool.
|
Sun, 6 Oct 2002
|
[ 21:17 knu ]
Add a WITH_GD2 knob.
Use RUBY_MOD*.
|
[ 19:50 knu ] (Only the first 10 of 20 ports in this commit are shown above. )
Reflect *_RD renaming.
|
Tue, 12 Mar 2002
|
[ 22:45 knu ]
Bump PORTREVISION after a libfreetype2 major bump.
Move the print/freetype2 dependency from BUILD_DEPENDS to LIB_DEPENDS
while I'm here.
|
Mon, 17 Sep 2001
|
[ 18:54 knu ] (Only the first 10 of 93 ports in this commit are shown above. )
Bump the PORTREVISION's of the ports which install architecture dependent ruby
modules, due to the RUBY_ARCH change I've just committed.
|
Sat, 9 Jun 2001
|
[ 02:45 knu ]
Do not dig this obsolete directory.
|
Wed, 30 May 2001
|
[ 16:32 knu ]
Update to 0.7.4.
|
Tue, 22 May 2001
|
[ 20:51 knu ]
Update to 0.7.3.
|
Mon, 9 Apr 2001
|
[ 19:20 sobomax ]
Ensure that the freetype-config is available. This should workaround the
XFree86-4 + freetype2 problem. This is not a final solution and provided only
for forthcoming 4.3 release, after which it will be removed.
|
Mon, 5 Mar 2001
|
[ 11:33 knu ]
Chase the distfile repack. The difference was just some wording fixes of
English documents.
|
Mon, 12 Feb 2001
|
[ 10:48 knu ]
Update to 0.7.2, which now supports GD 1.8.4 with FreeType 2.x support.
|
Sun, 29 Oct 2000
|
[ 09:54 knu ]
Update to 0.7.1.
|
Mon, 9 Oct 2000
|
[ 11:58 knu ]
Oops, forgot to commit Makefile too. - PORTREVISION bump due to the checksum
update
|
Wed, 4 Oct 2000
|
[ 05:44 asami ]
Check for file's existence before trying to run ldd on it so this won't kill
make INDEX.
|
Mon, 2 Oct 2000
|
[ 15:43 knu ]
Add ruby-gd, Ruby extension library to use Thomas Boutell's gd library.
|
Number of commits found: 66 |