non port: games/macopix/Makefile |
SVNWeb
|
Number of commits found: 70 |
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:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] adb9312 (Only the first 10 of 61 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
|
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.
|
Thu, 18 Feb 2021
|
[ 03:41 linimon ]
Mark BROKEN in 13/14 (via latest llvm update).
|
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.
|
Fri, 1 Feb 2019
|
[ 14:57 tobik ]
games/macopix: Remove GTK1 option
x11-toolkits/gtk12 is gone since r488008.
Convert to options helpers too while here.
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
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
|
Sat, 27 May 2017
|
[ 21:16 linimon ]
Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
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, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Tue, 23 Dec 2014
|
[ 14:44 amdmi3 ]
- Add LICENSE
- Use INSTALL_DATA to install documentation
|
Thu, 4 Dec 2014
|
[ 09:23 amdmi3 ]
- Add LICENSE
- Drop @dirrm* from plist
|
Tue, 26 Aug 2014
|
[ 14:06 tijl ] (Only the first 10 of 227 ports in this commit are shown above. )
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 15 Apr 2014
|
[ 08:55 pawel ]
- Add staging support
- Convert to new LIB_DEPENDS format, option framework
- Fix build when GTK1=on
|
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)
|
Fri, 13 Sep 2013
|
[ 17:14 madpilot ] (Only the first 10 of 23 ports in this commit are shown above. )
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit)
|
Mon, 2 Sep 2013
|
[ 21:27 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
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
|
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>
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
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
|
Sun, 16 Aug 2009
|
[ 18:04 novel ] (Only the first 10 of 65 ports in this commit are shown above. )
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Thu, 3 Jul 2008
|
[ 19:05 gahr ]
- Update to 1.7.4
PR: 125232
Submitted by: Ports Fury
|
Fri, 6 Jun 2008
|
[ 13:31 edwin ] (Only the first 10 of 215 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)
|
Thu, 5 Jun 2008
|
[ 22:31 miwi ]
-- Update to 1.7.3
PR: 124312
Submitted by: Ports Fury
|
Fri, 30 May 2008
|
[ 13:43 miwi ]
- Update to 1.7.0
PR: 124040
Submitted by: Ports Fury
|
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)
|
Sun, 12 Aug 2007
|
[ 01:27 nobutaka ]
Update to 1.6.4.
PR: ports/115425
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
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}.
|
Mon, 5 Mar 2007
|
[ 01:00 linimon ]
Reset esu@yk.rim.or.jp due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Mon, 29 Jan 2007
|
[ 21:06 nox ]
Update to 1.4.1
PR: ports/107870
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: maintainer timeout, miwi (mentor, implicit)
|
Fri, 5 Jan 2007
|
[ 09:35 miwi ]
- Update to 1.4.0
PR: ports/106968
Submitted by: miwi
Approved by: maintainer timeout
|
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, 7 Mar 2006
|
[ 08:28 ade ] (Only the first 10 of 633 ports in this commit are shown above. )
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
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.
|
Tue, 27 Sep 2005
|
[ 14:49 nork ]
Update to 1.3.2 and Add Hayate X Blade.
References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/16902
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Thu, 16 Dec 2004
|
[ 15:06 nork ]
Update to 1.2.2.
References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15288
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Tue, 16 Nov 2004
|
[ 23:41 nork ]
Update Maria-sama ga Miteru to 2.20.
HOSOKAWA Kanako.
References: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15220
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Sun, 31 Oct 2004
|
[ 13:03 nork ]
o Update to 1.2.1.
o Change MASTER_SITES/WWW to new www site.
PR: ports-jp/15149
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Mon, 20 Sep 2004
|
[ 19:38 danfe ]
Unbreak the build on 5.X and -CURRENT.
Reported by: kris
Approved by: portmgr (marcus), fjoe (mentor, implicit)
|
Sun, 19 Sep 2004
|
[ 00:58 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Sat, 29 May 2004
|
[ 16:20 nork ]
o Update to 1.0.4.
o Update Maria-sama ga Miteru to 1.20.
Noriko Nijou as new Rosa Gigantea en bouton.
(Shimako Toudou as new Rosa Gigantea in this time)
Touko Matsudaira.
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Wed, 5 May 2004
|
[ 08:30 nork ]
Update Maria-sama ga Miteru to 1.00.
Mami Ymaguchi.
PR: ports-jp/14672
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Mon, 19 Apr 2004
|
[ 04:16 nork ]
o Update to 1.0.3.
o Update Maria-sama ga Miteru to 0.90.
Add images of Minako Tsukiyama
Replacement images of Yoshino Shimadzu
o WWW: updated to English page.
PR: ports-jp/14652
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Mon, 1 Mar 2004
|
[ 02:13 nork ]
o Update to 1.0.2 and Add support GTK2.
o Update Maria-sama ga Miteru to 0.80.
KANINA Shizuka as Rosa canina.
PR: ports-jp/14587
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Sat, 14 Feb 2004
|
[ 15:32 nork ]
Update to 0.9.0.
PR: ports-jp/14569
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Reviewed by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
Fri, 14 Nov 2003
|
[ 05:26 nork ]
Update Maria-sama ga Miteru to 0.70.
TAKESHIMA Tsutako.
PR: ports-jp/14368
Submitted by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Sun, 9 Nov 2003
|
[ 07:50 sf ]
don't build bundled libintl.
|
Sat, 8 Nov 2003
|
[ 07:57 nork ]
Update Maria-sama ga Miteru to 0.60.
TORII Eriko as Rosa foetida.
PR: ports-jp/14326
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
Requested by: nyan[review commit log], nectar[review location]
Committed at: nectar meeting in Japan
|
Fri, 3 Oct 2003
|
[ 21:49 nork ]
Update to 0.8.6 and cleanup *.png directory.
[MEMO FOR PREVISOU COMMIT LOG]
I wrote 'SHIKURA' in my previous commit log. it's 'HASEKURA'(right!)
rather than 'SHIKURA'(bad!).
PR: ports-jp/14192
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
Pointed out by: many many enthusiastic Maria-sama ga Miteru fan.
|
Sat, 27 Sep 2003
|
[ 15:33 nork ]
Update Maria-sama ga Miteru to 0.50.
SHIKURA Rei as Rosa foetida en bouton,
SHIMAZU Yoshino as Rosa foetida en bouton, petite soeur.
PR: ports-jp/14163, ports/57270
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
Pointed out by: KIMURA Yasuhiro <yasu@utahime.org>
Hiroo Ono <hiroo@oikumene.gcd.org>
|
Wed, 10 Sep 2003
|
[ 05:58 nork ]
Update Maria-sama ga Miteru to 0.30 [1].
This version contains MIZUNO Yoko as Rosa Chinensis.
Use %%DOCDIR%% in pkg-plist.
PR: ports-jp/14102 [1]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: Shinya Esu <esu@yk.rim.or.jp> (maintainer)
|
Tue, 26 Aug 2003
|
[ 20:25 marcus ] (Only the first 10 of 173 ports in this commit are shown above. )
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
Mon, 25 Aug 2003
|
[ 05:41 marcus ] (Only the first 10 of 175 ports in this commit are shown above. )
Chase the libintl.so shared lib version.
|
Fri, 6 Jun 2003
|
[ 19:45 nork ]
Add macopix 0.8.5, window sitter for X11. Window sitter means that
a helper application with lovely charactor on bar of window manager.
PR: ports/52920
Submitted by: Shinya Esu <esu@yk.rim.or.jp>
|
Number of commits found: 70 |