non port: games/ggz-gtk-client/Makefile |
Number of commits found: 35 |
Saturday, 15 Jun 2019
|
08:08 tobik
Deprecate games/ggz-*
"The GGZ Gaming Zone" development seems to have been abandoned upstream
~10 years ago without any apparent active servers left.
 |
Thursday, 8 Dec 2016
|
19:52 tijl
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.
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Sunday, 7 Dec 2014
|
13:36 amdmi3
- Add LICENSE
 |
Wednesday, 3 Dec 2014
|
13:39 amdmi3
- Remove NLS option, doesn't build with it disabled
- Drop @dirrm* from plist
 |
Tuesday, 9 Sep 2014
|
16:52 tijl
- Add USES=libtool
- Remove -pthread
- Add missing libs
 |
Wednesday, 23 Apr 2014
|
13:25 tijl
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
 |
Monday, 3 Mar 2014
|
15:44 makc
games/ggz-* ports:
- Fix build without NLS option after r344109
PR: ports/187213
Reported by: Kevin Zheng <kevinz5000@gmail.com>
 |
Thursday, 13 Feb 2014
|
13:52 makc
games/libggz and games/ggz-* ports:
- Switch to USES=libtool:oldver
- Convert LIB_DEPENDS to new style
- Add stage support
- Use install-strip target
- Remove deprecated PTHREAD_FLAGS/LIBS
- Use options helpers
- Add missing NLS option to OPTIONS_DEFINE [1]
- Drop maintainership: kdegames don't need these ports anymore
Prompted by: ehaupt [1]
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Monday, 2 Sep 2013
|
21:04 bapt
Add an explicit dependency on pkgconf
 |
Monday, 22 Jul 2013
|
18:57 marino
games/*ggz*: Convert include from absolute to relative path
In certain build setups, the use of an absolute path will cause the
build to break.
Approved by: bapt (mentor)
 |
Monday, 29 Apr 2013
|
22:27 bapt
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Thursday, 11 Aug 2011
|
19:20 kwm
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>
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Sunday, 18 Jul 2010
|
17:45 makc
Take maintainership for kde@
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-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
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Thursday, 25 Dec 2008
|
03:13 linimon
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr
 |
Friday, 6 Jun 2008
|
13:31 edwin
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)
 |
Thursday, 20 Mar 2008
|
09:46 pav
- Remove USE_GETOPT_LONG which is a no-op since March 2007
 |
Friday, 14 Mar 2008
|
06:45 rafan
- Update to 0.0.14.1
PR: ports/121493
Submitted by: Jens Rehsack <rehsack at web.de>
Approved by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer)
 |
Monday, 23 Jul 2007
|
09:36 rafan
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Saturday, 7 Apr 2007
|
15:49 rafan
- Update ggz ports to 0.0.14
- Introduce bsd.ggz.mk to simplify all ggz ports
- Remove 4.x support
Approved by: Ying-Chieh Chen (maintainer)
 |
Thursday, 1 Feb 2007
|
02:42 kris
Use libtool port instead of included version to avoid objformat a.out botch
 |
Saturday, 29 Apr 2006
|
12:05 erwin
- Update to 0.0.13
- Respect WITHOUT_NLS
PR: 96195
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
 |
Monday, 21 Nov 2005
|
11:23 pav
- Fix build on 4.X by requiring gcc3
PR: ports/89311
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
 |
Friday, 4 Nov 2005
|
14:42 ijliao
add ggz-gtk-client 0.0.12
the GGZ Gaming Zone - GTK+ Frontend
PR: 88144
Submitted by: yinjieh@csie.nctu.edu.tw
 |
Number of commits found: 35 |