non port: games/trophy/Makefile |
SVNWeb
|
Number of commits found: 36 |
Fri, 31 Dec 2021
|
[ 13:40 Rene Ladan (rene) ] 75b9550 (Only the first 10 of 323 ports in this commit are shown above. )
cleanup: Remove expired ports:
2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of
net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider
migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release
since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended
(April 6, 2021). Extended support ends December 2021. See
https://www.djangoproject.com/download/ (Only the first 15 lines of the commit message are shown above )
|
Sun, 31 Oct 2021
|
[ 10:03 Rene Ladan (rene) ] fec2b8b
cleanup: schedule devel/clanlib1 for removal on 2021-12-31
It is older than devel/clanlib which expired today (1.0.0 vs 2.3.7)
|
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.
|
Tue, 31 Dec 2019
|
[ 13:47 fernape ]
games/trophy: update to 2.0.4
Reported by: portscout
|
Fri, 1 Dec 2017
|
[ 11:07 amdmi3 ]
- Add LICENSE_FILE
- Switch to USES=localbase
- Don't install license with docs
- Cosmetic fixes
|
Thu, 20 Oct 2016
|
[ 15:58 rakuco ] (Only the first 10 of 116 ports in this commit are shown above. )
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far.
|
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
|
Tue, 25 Aug 2015
|
[ 10:03 makc ] (Only the first 10 of 23 ports in this commit are shown above. )
Convert my ports to new options helpers
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Fri, 2 May 2014
|
[ 14:16 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above )
|
Wed, 23 Oct 2013
|
[ 13:08 makc ] (Only the first 10 of 108 ports in this commit are shown above. )
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 18 Sep 2013
|
[ 08:38 bapt ] (Only the first 10 of 24 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Sun, 12 May 2013
|
[ 11:48 makc ] (Only the first 10 of 20 ports in this commit are shown above. )
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert
r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion:
http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
|
Tue, 2 Oct 2012
|
[ 10:28 jhale ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update devel/clanlib to 2.3.6
- Adjust dependent ports to use devel/clanlib1 [1]
- Strip Makefile headers
PR: ports/171333
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Approved by: makc (mentor), maintainers via private email [1]
|
Fri, 27 Jul 2012
|
[ 11:03 makc ] (Only the first 10 of 38 ports in this commit are shown above. )
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
|
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
|
Tue, 13 Mar 2012
|
[ 10:35 makc ]
Update to 2.0.3
Take maintainership
Feature safe: yes
|
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
|
Mon, 29 Aug 2011
|
[ 19:45 sylvio ]
- Update to 1.1.7
- Add License
|
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
|
Wed, 10 Feb 2010
|
[ 20:40 beat ]
- Update to 1.1.5
- Add DESKTOP_ENTRIES
- Cleanup Makefile
PR: ports/143119
Submitted by: Bernhard Froehlich <decke AT bluelife.at>
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 27 Aug 2009
|
[ 18:31 amdmi3 ] (Only the first 10 of 15 ports in this commit are shown above. )
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav)
|
Sun, 2 Aug 2009
|
[ 02:51 wxs ] (Only the first 10 of 32 ports in this commit are shown above. )
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
|
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
|
Sun, 9 Sep 2007
|
[ 23:31 edwin ] (Only the first 10 of 39 ports in this commit are shown above. )
[Update] devel/clanlib Update to 0.8.0
Update to 0.8.0
Take maintainership
Update games/trophy
update trophy to 1.1.4 and pass maintainership to me.
Ignore games/clanbomber
Set ignore on games/clanbomber, it will compile but not run.
PR: ports/115139, ports/115141, ports/115142
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
|
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}.
|
Fri, 3 Nov 2006
|
[ 13:10 jylefort ] (Only the first 10 of 33 ports in this commit are shown above. )
Drop maintainership
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Tue, 12 Apr 2005
|
[ 22:10 jylefort ] (Only the first 10 of 105 ports in this commit are shown above. )
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor)
|
Wed, 6 Oct 2004
|
[ 05:10 danfe ]
Sanitize C++ code a bit, and unbreak with recent GCC.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
|
Wed, 29 Sep 2004
|
[ 05:30 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 25 Jan 2004
|
[ 21:29 pav ]
Trophy is a single-player racing game. Even though the goal is
basically to finish the laps as the first, Trophy is an action game
which offers much more than just a race. Lots of extras enable
"unusual" features for races such as shooting, putting mines and many
others.
WWW: http://trophy.sourceforge.net/
PS this does not work for me, but submitter swears it runs on his box.
PR: ports/61742
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
Number of commits found: 36 |