aboutsummaryrefslogtreecommitdiff
path: root/games/ggz-client-libs
Commit message (Collapse)AuthorAgeFilesLines
* - Remove NLS option, doesn't build with it disabledDmitry Marakasov2014-12-032-52/+37
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=373821
* - Drop .la files for games/libggz, no dependees require themDmitry Marakasov2014-09-101-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=367816
* - Drop :oldver from USES=libtool, no dependent ports require .la filesDmitry Marakasov2014-06-202-5/+5
| | | | | | | | | - Bump dependent port (games/freeciv) as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358560
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351936
* games/ggz-* ports:Max Brazhnikov2014-03-031-1/+1
| | | | | | | | | | - Fix build without NLS option after r344109 PR: ports/187213 Reported by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=346922
* games/ggz-client-libs: Unbreak build on modern binutilsJohn Marino2014-02-191-2/+6
| | | | | | | | | Something happened with the libtool change that removed some library linkage handling. Explicitly state libexpat and internal libggzcore are required for the build (unbreaks on DragonFly, tested in poudriere). Notes: svn path=/head/; revision=345102
* games/libggz and games/ggz-* ports:Max Brazhnikov2014-02-132-22/+18
| | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=344109
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* games/*ggz*: Convert include from absolute to relative pathJohn Marino2013-07-221-3/+2
| | | | | | | | | | In certain build setups, the use of an absolute path will cause the build to break. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323493
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}Baptiste Daroussin2013-04-291-10/+7
| | | | | | | | | While here: - trim headers - convert to new options framework Notes: svn path=/head/; revision=316850
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Take maintainership for kde@Max Brazhnikov2010-07-181-1/+1
| | | | Notes: svn path=/head/; revision=257923
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portsMark Linimon2008-12-251-1/+1
| | | | | | | | | right now, by request. Hat: portmgr Notes: svn path=/head/; revision=224731
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Update to 0.0.14.1Rong-En Fan2008-03-143-4/+41
| | | | | | | | | PR: ports/121493 Submitted by: Jens Rehsack <rehsack at web.de> Approved by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=209026
* - Fix ggz.modules registrationsAndrew Pantyukhin2008-01-182-0/+6
| | | | | | | | | Reported by: pointyhat via erwin, pav Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer timeout, 27 days) Notes: svn path=/head/; revision=205774
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Update ggz ports to 0.0.14Rong-En Fan2007-04-073-24/+17
| | | | | | | | | | - Introduce bsd.ggz.mk to simplify all ggz ports - Remove 4.x support Approved by: Ying-Chieh Chen (maintainer) Notes: svn path=/head/; revision=189437
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update to 0.0.13Erwin Lansing2006-04-294-9/+42
| | | | | | | | | | - Respect WITHOUT_NLS PR: 96188 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=160732
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* yinjieh take over all ggz* portsYing-Chieh Liao2005-11-041-1/+1
| | | | Notes: svn path=/head/; revision=147219
* - Update to 0.0.12Renato Botelho2005-10-134-6/+17
| | | | | | | | PR: ports/87382 Submitted by: Ports Fury Notes: svn path=/head/; revision=145300
* Drop dependency on devel/popt (unused)Volker Stolz2005-08-291-2/+1
| | | | | | | | PR: ports/85339 Submitted by: Ying-Chieh Chen Notes: svn path=/head/; revision=141351
* - Update to 0.0.11Pav Lucistnik2005-05-263-6/+13
| | | | | | | | PR: ports/81506 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=136214
* - Teach configure script to locate libggz properly. This helps packagesPav Lucistnik2005-02-061-1/+3
| | | | | | | | | | depending on this one to compile properly. PR: ports/77120 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=128143
* Update to version 0.0.10Kirill Ponomarev2005-01-283-7/+15
| | | | | | | | PR: ports/76760 Submitted by: Ports Fury Notes: svn path=/head/; revision=127534
* Update to version 0.0.9Kirill Ponomarev2004-07-194-23/+7
| | | | | | | | PR: ports/69294 Submitted by: Ports Fury Notes: svn path=/head/; revision=114239
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* - Update to version 0.0.8Kirill Ponomarev2004-02-143-15/+14
| | | | | | | | PR: ports/62816 Submitted by: Ports Fury Notes: svn path=/head/; revision=100916
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* add ggz-client-libs 0.0.7Ying-Chieh Liao2003-10-095-0/+67
The GGZ Gaming Zone - Core Client Libraries Notes: svn path=/head/; revision=90674