non port: graphics/gts/Makefile |
SVNWeb
|
Number of commits found: 38 |
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Nov 2019
|
[ 14:36 tobik ] (Only the first 10 of 74 ports in this commit are shown above. )
graphics: Add missing USES={gl,gnome,sdl}
|
Mon, 6 Nov 2017
|
[ 20:09 tobik ]
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 ] (Only the first 10 of 551 ports in this commit are shown above. )
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 ] (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
|
Sun, 5 Oct 2014
|
[ 20:17 tijl ]
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 ]
- Register conflict with cad/pcb
|
Sat, 18 Jan 2014
|
[ 16:39 rakuco ]
- 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 ] (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)
|
Sun, 1 Sep 2013
|
[ 22:50 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
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 ] (Only the first 10 of 15 ports in this commit are shown above. )
Convert to new options framework
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 543 ports in this commit are shown above. )
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 ] (Only the first 10 of 26 ports in this commit are shown above. )
Update maintainer's email address.
Submitted by: maintainer (private email)
|
Fri, 6 Jun 2008
|
[ 13:35 edwin ] (Only the first 10 of 304 ports in this commit are shown above. )
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 ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 70 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Wed, 3 May 2006
|
[ 21:30 jmelo ]
- 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 ]
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 ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Sat, 5 Feb 2005
|
[ 23:47 edwin ]
No files were installed in DOCSDIR, remove PORTDOCS statement.
|
Wed, 20 Oct 2004
|
[ 04:37 pav ]
- 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 ]
upgrade to 0.7.2
|
Sat, 27 Sep 2003
|
[ 15:20 krion ]
- Fix build on non-i386 platform
PR: 57285
Submitted by: Ports Fury
|
Thu, 17 Jul 2003
|
[ 05:33 daichi ]
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 ]
- update to 0.7.1
- use USE_GETOPT_LONG
PR: 51371
Submitted by: Ports Fury
|
Sun, 20 Apr 2003
|
[ 19:22 marcus ] (Only the first 10 of 66 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Thu, 20 Feb 2003
|
[ 18:08 knu ] (Only the first 10 of 308 ports in this commit are shown above. )
de-pkg-comment
|
Sat, 8 Feb 2003
|
[ 05:27 nork ] (Only the first 10 of 15 ports in this commit are shown above. )
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
|
Sun, 2 Feb 2003
|
[ 14:07 nork ]
Conditionalize libgnugetopt dependencies.
PR: ports/47741
Submitted by: Ports Fury
|
Wed, 20 Nov 2002
|
[ 12:33 ijliao ]
upgrade to 0.7.0
PR: 45430
Submitted by: Ports Fury
|
Sat, 31 Aug 2002
|
[ 17:19 dwcjr ]
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 ] (Only the first 10 of 38 ports in this commit are shown above. )
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
|
Sun, 23 Jun 2002
|
[ 15:56 ijliao ]
add gts 0.6.0
GNU Triangulated Surface Library
|
Number of commits found: 38 |