aboutsummaryrefslogtreecommitdiff
path: root/misc/xiphos
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* misc/xiphos: fix build on GCC architecturesPiotr Kubaj2020-08-131-1/+1
| | | | | | | | | | | | Use C11 compiler: /usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept' Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error. MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=544792
* Drop ports maintainershipLorenzo Salvadore2020-06-211-1/+1
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=539770
* misc/xiphos: Update to 4.2.1Lorenzo Salvadore2020-06-194-9/+13
| | | | | | | | | | | While here, also switch WWW to https. Reviewed by: tcberner Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25320 Notes: svn path=/head/; revision=539671
* misc/biblesync: Update to 2.1.0Lorenzo Salvadore2020-05-271-2/+1
| | | | | | | | | | | | Also add a patch to remove the need of USE_GCC=yes. As a side effect USE_GCC is now unnecessary for misc/xiphos as well and thus it is removed. Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24990 Notes: svn path=/head/; revision=536720
* devel/icu: update to 67.1Jan Beich2020-04-231-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* misc/xiphos: Properly refers to git commit 9e573336Lorenzo Salvadore2020-03-272-6/+5
| | | | | | | | Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24190 Notes: svn path=/head/; revision=529246
* devel/icu: update to 66.1Jan Beich2020-03-131-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* Resurrect, update and adopt misc/xiphosLorenzo Salvadore2020-03-014-0/+387
| | | | | | | | | | | | | | Resurrect the port and update it from 3.1.6 to a git commit after the latest release. The commit was selected so that the port does not depend on python2.7. Resurrection is possible because the dependency on webkit-gtk3 in the expired version has been replaced by a dependency on webkit2-gtk3. PR: 243934 Approved by: gerald (mentor) Notes: svn path=/head/; revision=527549
* Remove expired webkit-gtk2 and webkit-gtk3 ports.Koop Mast2019-03-244-274/+0
| | | | | | | | Bump graphics/variety deprecation date, there is a patch for a update which uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix. Notes: svn path=/head/; revision=496768
* Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].Koop Mast2019-02-251-0/+3
| | | | | | | | | | | | Disable webkit-gtk[23] support if the port/plugin supports it. Remove options for webkit-gtk[23] using ports or if they don't have a option, mark them deprecated with the same date as webkit-gtk[23]. Haskell and geany where skipped and will be handled by the maintainers. Notes: svn path=/head/; revision=493883
* misc/xiphos: Unbreak buildKai Knoblich2019-02-201-8/+12
| | | | | | | | | | | | | | | | | | | | * Unbreak build by adding "-ftemplate-depth=1024" to CXXFLAGS * Add missing libraries While I'm here: * Fix license and add path to license file * Add "gnome" to USES because using USE_GNOME alone is deprecated * Pet portlint PR: 232997 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reviewed by: tcberner (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19210 Notes: svn path=/head/; revision=493472
* xiphos fails to build on FreeBSD 11 tooAntoine Brodin2018-11-041-2/+1
| | | | Notes: svn path=/head/; revision=484009
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTJan Beich2018-10-231-0/+1
| | | | Notes: svn path=/head/; revision=482846
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Mark as broken on -CURRENT.Mark Linimon2018-06-251-0/+2
| | | | Notes: svn path=/head/; revision=473355
* - Update misc/sword to 1.8.0Thomas Abthorpe2018-02-231-4/+2
| | | | | | | | | | | - Chase shlib bump - Reassign to the heap PR: 225276 Submitted by: bsam Notes: svn path=/head/; revision=462657
* - Mark as BROKEN on 12.XThomas Abthorpe2017-04-201-0/+2
| | | | | | | MFH: 2017Q2 Notes: svn path=/head/; revision=438948
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* Use framework instead of @exec to generate GTK icons cacheBaptiste Daroussin2016-06-182-4/+2
| | | | Notes: svn path=/head/; revision=417068
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Mark as BROKEN < 10.XThomas Abthorpe2015-06-061-0/+6
| | | | | | | MFH: 2015Q2 Notes: svn path=/head/; revision=388668
* Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args)Antoine Brodin2015-04-091-1/+1
| | | | Notes: svn path=/head/; revision=383676
* Add a new USES=waf to handle the waf building system, allowing to factorise codeBaptiste Daroussin2015-04-081-11/+2
| | | | | | | | | | | | | | | | | | | | | Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be reused Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed to really disable parallelisation with waf WAF_CMD has been created to allow one to override the location of the waf script relatively to WRKSRC CONFIGURE_TARGET is by default defined to "configure" ALL_TARGET is by default defined to "build" INSTALL_TARGET is by default defined to "install" USES=waf is by default stagedir safe Notes: svn path=/head/; revision=383571
* - Add in GNOME_USES=gconf2Thomas Abthorpe2015-01-131-1/+1
| | | | Notes: svn path=/head/; revision=376905
* - Switch to webkit-gtk3Thomas Abthorpe2015-01-132-3/+7
| | | | | | | | | - Add some dependencies on dbus-glib and gtk30 - Add gtk-update-icon-cache to pkg-plist - Bump PORTREVISION Notes: svn path=/head/; revision=376893
* - Switch to using gtkhtml4Thomas Abthorpe2015-01-101-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=376674
* Fix stagingBaptiste Daroussin2014-12-252-6/+6
| | | | | | | Remove useless gnomehack Notes: svn path=/head/; revision=375517
* Cleanup plistBaptiste Daroussin2014-12-091-10/+0
| | | | Notes: svn path=/head/; revision=374378
* - Convert ports of misc/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371289
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - Fix the plistThomas Abthorpe2014-01-171-132/+0
| | | | | | | | Submitted by: QAT Pointyhat to: tabthorpe (again) Notes: svn path=/head/; revision=340007
* - Properly switch to misc/swordThomas Abthorpe2014-01-161-3/+3
| | | | | | | | | | - Utilise LIB_DEPENDS Submitted by: erwinbot, portsanp build bot Pointyhat to: tabthorpe Notes: svn path=/head/; revision=339992
* - Update to 3.1.6Thomas Abthorpe2014-01-163-46/+161
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=339986
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Add explicit dependency on pkgconf (10 ports)John Marino2013-09-131-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327124
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forFlorian Smeets2013-06-151-7/+1
| | | | | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi) Notes: svn path=/head/; revision=320984
* - Don't remove directories not created by this portMartin Wilke2013-06-131-4/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320861
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Remove icon-cache from plistThomas Abthorpe2012-10-142-7/+1
| | | | | | | | | | | - Bump PORTREVISION - Trim headers Submitted by: bapt via irc Feature safe: yes Notes: svn path=/head/; revision=305854
* - Move libxul 1.9.2 to www/libxul19Beat Gaetzi2012-09-101-1/+1
| | | | | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko Notes: svn path=/head/; revision=304053
* - Depend on x11/yelpThomas Abthorpe2012-07-011-3/+28
| | | | | | | | | | - Add options to build rendering engine PR: ports/169514 Submitted by: John Marshall <john.marshall riverwillow.com.au> Notes: svn path=/head/; revision=300298