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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: graphics/gts/Makefile
SVNWeb

Number of commits found: 38

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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
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.
Fri, 8 Nov 2019
[ 14:36 tobik search for other commits by this committer ] Original commit   Revision:517071 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
graphics: Add missing USES={gl,gnome,sdl}
Mon, 6 Nov 2017
[ 20:09 tobik search for other commits by this committer ] Original commit   Revision:453643
graphics/gts: Unbreak build WITH=NETPBM

happrox.c:24:10: fatal error: 'pgm.h' file not found

The netpbm update from r451378 moved netpbm headers from include/ to
include/netpbm/, but gts looks for them in include/ only.

While here also clean up the port a little bit:

- Remove NETPBM_DESC since it's already in bsd.options.desc.mk
- Disable netpbm via an autoconf variable instead of patching
  configure

PR:		222958
Reported by:	Phil Pennock <freebsd@phil.spodhuis.org>
Approved by:	erik@bz.bzflag.bz (maintainer timeout, 2 weeks)
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
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
Sun, 5 Oct 2014
[ 20:17 tijl search for other commits by this committer ] Original commit   Revision:370111
graphics/gts:
- Convert to USES=libtool and bump dependent ports
- Convert to USES=pathfix
- Add INSTALL_TARGET=install-strip
Wed, 29 Jan 2014
[ 09:53 gahr search for other commits by this committer ] Original commit   Revision:341709
- Register conflict with cad/pcb
Sat, 18 Jan 2014
[ 16:39 rakuco search for other commits by this committer ] Original commit   Revision:340194
- Pass -lm when using gts' pkg-config file. [1]
  This is also done in the package's upstream darcs repository.
- Support staging.
- Set LICENSE.
- Use the new OPTIONS/LIB_DEPENDS syntax.

PR:		ports/185263 [1]
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Approved by:	Erik Greenwald <erik@elfga.com> (maintainer)
MFH:		2014Q1
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 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:
graphics)
Sun, 1 Sep 2013
[ 22:50 bapt search for other commits by this committer ] Original commit   Revision:325928 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_GMAKE=yes -> USES=gmake
  * USE_PERL5 -> USES=perl5
Mon, 6 May 2013
[ 08:31 bapt search for other commits by this committer ] Original commit   Revision:317482 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
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>
Wed, 1 Dec 2010
[ 23:12 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Update maintainer's email address.

Submitted by:   maintainer (private email)
Fri, 6 Jun 2008
[ 13:35 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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)
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, 20 Mar 2008
[ 09:46 pav search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Wed, 3 May 2006
[ 21:30 jmelo search for other commits by this committer ] Original commit 
- Update to 0.7.6.

PR:             ports/95415
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Approved by:    mnag (mentor)
Wed, 30 Nov 2005
[ 13:06 mnag search for other commits by this committer ] Original commit 
Update to 0.7.4 [1]
Add OPTIONS to use netpbm and fix when netpbm is installed manually
Add SHA256

PR:             88625 [1]
Submitted by:   Erik Greenwald <erik@smluc.org> (maintainer)
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Sat, 5 Feb 2005
[ 23:47 edwin search for other commits by this committer ] Original commit 
No files were installed in DOCSDIR, remove PORTDOCS statement.
Wed, 20 Oct 2004
[ 04:37 pav search for other commits by this committer ] Original commit 
- Update to 0.7.3
- Hand over maintainership to submitter

PR:             ports/72873
Submitted by:   Erik Greenwald <erik@smluc.org>
Wed, 9 Jun 2004
[ 08:39 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.7.2
Sat, 27 Sep 2003
[ 15:20 krion search for other commits by this committer ] Original commit 
- Fix build on non-i386 platform

PR:             57285
Submitted by:   Ports Fury
Thu, 17 Jul 2003
[ 05:33 daichi search for other commits by this committer ] Original commit 
update graphics/gts: i386 architectrue only because of FP operation

PR:             52883
Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Sun, 18 May 2003
[ 02:13 petef search for other commits by this committer ] Original commit 
- update to 0.7.1
- use USE_GETOPT_LONG

PR:             51371
Submitted by:   Ports Fury
Sun, 20 Apr 2003
[ 19:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Thu, 20 Feb 2003
[ 18:08 knu search for other commits by this committer ] Original commit  (Only the first 10 of 308 ports in this commit are shown above. View all ports for this commit)
de-pkg-comment
Sat, 8 Feb 2003
[ 05:27 nork search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.

Submitted by:   Ports Fury
Sun, 2 Feb 2003
[ 14:07 nork search for other commits by this committer ] Original commit 
Conditionalize libgnugetopt dependencies.

PR:             ports/47741
Submitted by:   Ports Fury
Wed, 20 Nov 2002
[ 12:33 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.7.0

PR:             45430
Submitted by:   Ports Fury
Sat, 31 Aug 2002
[ 17:19 dwcjr search for other commits by this committer ] Original commit 
GNU_CONFIGURE -> USE_LIBTOOL
Add missing INSTALLS_SHLIB
Fix LIB_DEPENDS
Sort pkg-plist and add missing entry

PR:             42242
Submitted by:   tkato@prontomail.com
Mon, 15 Jul 2002
[ 17:21 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Sun, 23 Jun 2002
[ 15:56 ijliao search for other commits by this committer ] Original commit 
add gts 0.6.0
GNU Triangulated Surface Library

Number of commits found: 38