notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/kyra/Makefile
SVNWeb

Number of commits found: 59

Fri, 28 Jul 2023
[ 17:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  664a2fa  (Only the first 10 of 502 ports in this commit are shown above. View all ports for this commit)
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 25 Oct 2021
[ 23:28 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:0aa4d822f251e8508993a60f669f1b8fc86b64c9  commit hash:0aa4d822f251e8508993a60f669f1b8fc86b64c9  commit hash:0aa4d822f251e8508993a60f669f1b8fc86b64c9  0aa4d82 
devel/kyra: fix build on non-x86

Fun fact: for some reason base GCC on 12.2-RELEASE on powerpc64 can build this
port without this patch even though __GNUC__ is defined.
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 4 Nov 2019
[ 22:20 zeising search for other commits by this committer ] Original commit   Revision:516748 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories d

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Mon, 27 Aug 2018
[ 19:50 tobik search for other commits by this committer ] Original commit   Revision:478247
devel/kyra: Fix build with Clang 6

engine.cpp:454:27: error: non-constant-expression cannot be narrowed from type
'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                                        SDL_Rect sdlrect = { rect.min.x,
rect.min.y, rect.Width(), rect.Height() };
                                                             ^~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/kyra-2.1.3_4.log
Thu, 21 Dec 2017
[ 10:23 linimon search for other commits by this committer ] Original commit   Revision:456901 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Try to bring some consistency to ports that have x86-specific pieces.

 - in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Sun, 26 Feb 2017
[ 12:56 linimon search for other commits by this committer ] Original commit   Revision:434867
Mark various ports as broken on armv6: invokes x86 asm.

Approved by:	portmgr (tier-2 blanket)
Wed, 16 Nov 2016
[ 00:33 linimon search for other commits by this committer ] Original commit   Revision:426195 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Mon, 31 Mar 2014
[ 17:30 pawel search for other commits by this committer ] Original commit   Revision:349779
- Add staging support
- Convert to new LIB_DEPENDS format
Fri, 7 Mar 2014
[ 16:55 bapt search for other commits by this committer ] Original commit   Revision:347407
Fix typo
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:347405 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
Convert d* to USES=zip
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 26 Mar 2013
[ 14:11 miwi search for other commits by this committer ] Original commit   Revision:315293
- Update to 2.1.3

PR:		v176562
Submitted by:	Ports Fury
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 30 Jan 2010
[ 09:43 mva search for other commits by this committer ] Original commit  (Only the first 10 of 295 ports in this commit are shown above. View all ports for this commit)
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Sun, 18 Nov 2007
[ 17:29 miwi search for other commits by this committer ] Original commit 
- Fix build with gcc 4.2

PR:             118010
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (erwin,linimon)
Sun, 27 May 2007
[ 02:54 kris search for other commits by this committer ] Original commit 
BROKEN with gcc 4.2
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Mon, 14 Aug 2006
[ 22:55 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 31 May 2005
[ 21:34 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Sun, 28 Mar 2004
[ 16:33 krion search for other commits by this committer ] Original commit 
- Fix COMMENT format
- Reaarange USE_GNONE

PR:             ports/64855
Submitted by:   Ports Fury
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 20 Jan 2004
[ 21:44 krion search for other commits by this committer ] Original commit 
- Use new knobs from bsd.sdl.mk

Approved by:    portmgr
Wed, 7 Jan 2004
[ 20:25 krion search for other commits by this committer ] Original commit 
- Drop maintainership to ports@
Sat, 11 Oct 2003
[ 14:44 krion search for other commits by this committer ] Original commit 
- Don't install useless *.la

Submitted by:   ijliao
Sat, 4 Oct 2003
[ 17:47 krion search for other commits by this committer ] Original commit 
- Update to 2.0.7
Wed, 6 Aug 2003
[ 20:48 krion search for other commits by this committer ] Original commit 
Utilize USD_SDL
Tue, 22 Jul 2003
[ 10:34 krion search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Mon, 2 Jun 2003
[ 19:00 arved search for other commits by this committer ] Original commit 
Update to 2.0.5

PR:             52839
Submitted by:   maintainer
Mon, 12 May 2003
[ 16:18 fjoe search for other commits by this committer ] Original commit 
New port: kyra

Kyra is a simple Sprite engine written in C++.

PR:             52007
Submitted by:   Kirill Ponomarew

Number of commits found: 59