aboutsummaryrefslogtreecommitdiff
path: root/misc/sword
Commit message (Collapse)AuthorAgeFilesLines
* - Cleanup MASTER_SITES, convert MASTER_SITE_SUBDIRAlexey Dokuchaev2013-09-101-16/+14
| | | | | | | | | | | | | - Tighten COMMENT line and drop the article - Fix the build against Clang and thus drop USE_GCC - Remove PKGMESSAGE, it's set automatically - Correctly pad ${CAT} ${PKGMESSAGE} - Couple of minor fixes (LIB_DEPENDS, etc.) Approved by: tabthorpe (maintainer) Notes: svn path=/head/; revision=326859
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-2/+1
| | | | | | | | | Convert USE_GNOME=gnomehack to USES=pathfix Convert USE_GMAKE to USES=gmake Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325751
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Re-assign textproc/clucene maintainship to office@. [1]Jung-uk Kim2013-01-283-3/+128
| | | | | | | | | | | | | | | | | | | | | | - Update textproc/clucene to 2.3.3.4. Note this version is required by recent LibreOffice. - Remove textproc/clucene-contrib because it is now integrated into textproc/clucene. [2] - Mark textproc/p5-Lucene as broken. There is no dependent port and it was only written for obsolete Lucene 0.9.x API. [3] - Update deskutils/kdepim4 and deskutils/strigi to build with the new CLucene port. [4] - Update misc/bibletime and misc/sword to use new CLucene 2.3.x API. [5] Approved by: clsung (maintainer timeout) [1] Approved by: tj (maintainer) [2] Approved by: perl [3] Approved by: kde [4] Approved by: tabthorpe (maintainer timeout) [5] Obtained from: The SWORD Project [5] Notes: svn path=/head/; revision=311137
* Stop hard coding ICU version and fix plist (missed by r310086).Jung-uk Kim2013-01-102-12/+12
| | | | Notes: svn path=/head/; revision=310204
* Chase icu, graphite2 and libexttextcat bumpBaptiste Daroussin2012-12-182-17/+13
| | | | Notes: svn path=/head/; revision=309206
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Depend on clucene for indexing, turned on by defaultThomas Abthorpe2012-07-012-3/+26
| | | | | | | | | | - Bump PORTREVISION PR: ports/169510 Submitted by: John Marshall <john.marshall riverwillow.com.au> Notes: svn path=/head/; revision=300297
* - Convert to new options frameworkThomas Abthorpe2012-06-101-7/+9
| | | | Notes: svn path=/head/; revision=298897
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+2
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Add WITH_FBSD10_FIX=yesThomas Abthorpe2011-11-011-0/+1
| | | | Notes: svn path=/head/; revision=284838
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 1.6.2Thomas Abthorpe2010-10-283-8/+17
| | | | Notes: svn path=/head/; revision=263707
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+3
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Fix possible crash as a result of recent curl updateThomas Abthorpe2010-04-042-1/+11
| | | | | | | | | - Bump PORTREVISION Obtained from: Crosswire repo Notes: svn path=/head/; revision=252183
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* - Update to 1.6.1Thomas Abthorpe2010-01-076-41/+24
| | | | Notes: svn path=/head/; revision=247345
* - Remove NO_LATEST_LINKThomas Abthorpe2009-10-291-1/+0
| | | | | | | - Set LATEST_LINK on misc/sword15 Notes: svn path=/head/; revision=243483
* - Add CONFLICTS with sword-1.5Thomas Abthorpe2009-06-021-0/+3
| | | | Notes: svn path=/head/; revision=235042
* - Update to 1.6.0Thomas Abthorpe2009-06-024-21/+39
| | | | | | | - Update pkg-descr Notes: svn path=/head/; revision=235041
* - Set MAKE_JOBS_SAFEThomas Abthorpe2009-03-301-0/+2
| | | | Notes: svn path=/head/; revision=231311
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+2
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Major autotools-related update:Ade Lovett2008-06-061-0/+1
| | | | | | | | | | | | | | | | | automake 1.10 -> 1.10.1 gettext 0.16.1 -> 0.17 libtool 1.5.24 -> 1.5.26 m4 1.4.9 -> 1.4.11 Please see ports/UPDATING entry 20080605 for further information. PR: 123450 Tested by: Full -exp package building run Thanks to: linimon, pav Approved by: portmgr Notes: svn path=/head/; revision=214412
* - Update to 1.5.11Thomas Abthorpe2008-05-213-9/+14
| | | | | | | | | - Changelog at <http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-1.5.11/ChangeLog> Notified by: portscout Notes: svn path=/head/; revision=213454
* - Unbreak on 8.XThomas Abthorpe2007-12-241-7/+1
| | | | Notes: svn path=/head/; revision=204437
* - Update to 1.5.10Thomas Abthorpe2007-12-183-12/+20
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=204032
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - UnbreakMartin Wilke2007-04-211-10/+4
| | | | | | | | | | - Fix build with HEAD PR: 111976 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=190587
* - Marked broken for 7.XMartin Wilke2007-03-221-1/+7
| | | | | | | | Submitted by: pointyhat via kris Approved by: maintainer Notes: svn path=/head/; revision=187989
* - Fix buildMartin Wilke2007-03-161-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: 110293 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=187502
* - Add SF to mastersites.Jean Milanez Melo2007-02-091-2/+2
| | | | | | | | | | - remove USE_GCC=34+, this was an implied workaround for FreeBSD 4.X compatibility. PR: ports/108941 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=184727
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+1
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Fix typo in pkg-messageRong-En Fan2006-10-312-1/+2
| | | | | | | | PR: ports/104470 Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer) Notes: svn path=/head/; revision=175652
* - Update to 1.5.9Martin Wilke2006-09-305-21/+30
| | | | | | | | PR: ports/103734 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> (maintainer) Notes: svn path=/head/; revision=174132
* - pet portlint by using USE_LDCONFIGCheng-Lung Sung2006-08-102-4/+3
| | | | | | | | | | | - remove unstable mirror site - add trailing slash for WWW in pkg-descr PR: ports/101720 Submitted by: maintainer (Thomas Abthorpe) Notes: svn path=/head/; revision=170238
* USE_GCC= 3.2+ to unbreak on 4.xIon-Mihai Tetcu2006-07-271-4/+1
| | | | | | | | PR: ports/100924 Submitted by: Thomas Abthorpe (maintainer) Notes: svn path=/head/; revision=168906
* - Mark BROKEN on 4.x, does not compileRong-En Fan2006-07-141-2/+9
| | | | | | | | | | - Add another mirror site PR: ports/100298 Submitted by: maintainer Notes: svn path=/head/; revision=167820
* - Update to 1.5.8Cheng-Lung Sung2006-07-136-79/+104
| | | | | | | | | | - Assume maintainership PR: ports/100052 Submitted by: maintainer (Thomas Abthorpe) Notes: svn path=/head/; revision=167655
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Use SUB_FILES for pkg-messageEdwin Groothuis2006-04-012-1/+3
| | | | Notes: svn path=/head/; revision=158554
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* Reassign to ports pool. Thanks to the previous maintainer for your help inMark Linimon2005-11-221-1/+1
| | | | | | | | | | the past. PR: ports/89436 Submitted by: Willem van Engen <wvengen at stack dot nl> Notes: svn path=/head/; revision=149118
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992