aboutsummaryrefslogtreecommitdiff
path: root/games/ldmud
Commit message (Collapse)AuthorAgeFilesLines
* converters/libiconv:Tijl Coosemans2015-04-153-4/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361946
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-1/+1
| | | | | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360738
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Allow package build as userJohan van Selst2014-02-192-41/+25
| | | | | | | - Style cleanups (no functional changes) Notes: svn path=/head/; revision=345137
* Add missing build dependencyJohan van Selst2014-01-251-0/+1
| | | | Notes: svn path=/head/; revision=341069
* Enable stage supportJohan van Selst2013-12-293-17/+26
| | | | Notes: svn path=/head/; revision=337994
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326013
* - Update WWW; trim header; update skipvJohan van Selst2013-07-142-7/+3
| | | | | | | - No functional changes Notes: svn path=/head/; revision=322991
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Convert to new options frameworkJohan van Selst2012-06-281-2/+2
| | | | Notes: svn path=/head/; revision=300163
* Convert to new options frameworkJohan van Selst2012-06-161-10/+8
| | | | Notes: svn path=/head/; revision=299407
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Rename ldmud.sh.in to ldmud.inJohan van Selst2011-06-122-1/+1
| | | | | | | Reported by: dougb Notes: svn path=/head/; revision=275429
* - Update to 3.3.720 (note: the 3.4.x branch was dropped)Johan van Selst2011-06-115-407/+480
| | | | | | | | | | | - Set PORTEPOCH - List OpenSSL and PCRE dependencies - Clean up startup script - Add options for IPv6 and database backends - Grab maintainership Notes: svn path=/head/; revision=275352
* - switch to USERS/GROUPS macrosBaptiste Daroussin2011-06-084-56/+4
| | | | | | | | - while here rmeove MD5 - Bump portrevision Notes: svn path=/head/; revision=275236
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* Update to 3.4.2Edwin Groothuis2008-04-293-4/+5
| | | | Notes: svn path=/head/; revision=212245
* - Update to 3.3.714. This fixes build with gcc42.Edward Tomasz Napierala2007-07-143-62/+458
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195627
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* . Drop maintainership of these ports. Its glaringly obvious that I don'tGreg Lewis2007-04-041-1/+1
| | | | | | | | have time to maintain them since I'm not even keeping up with the ports that are most important to me. Notes: svn path=/head/; revision=189144
* . Add SHA256.Greg Lewis2005-11-161-0/+1
| | | | Notes: svn path=/head/; revision=148432
* . Remove non-working MASTER_SITE.Greg Lewis2004-03-082-2/+2
| | | | | | | | | . SIZEify Submitted by: distfiles survey [1] Notes: svn path=/head/; revision=103331
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98793
* . Add a port of the LDMud driver (with optional 2.4.5 mudlib).Greg Lewis2003-09-057-0/+1127
"LDMud started as a project to clean up and modernize Amylaar's LPMud gamedriver. Primary goals are full documentation, a commented source body and out-of-the-box support for the major mudlibs, of which the commented source body has been pretty much completed. During the course of work a lot of bug fixes and improvements found their way into the driver - much more than originally expected, and definitely enough to make LDMud a driver in its own right." Notes: svn path=/head/; revision=88608