1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

121 Commits

Author SHA1 Message Date
Jan Beich
6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Piotr Kubaj
b15ec09d9c misc/xiphos: fix build on GCC architectures
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)
2020-08-13 09:07:24 +00:00
Lorenzo Salvadore
f2f0c6e390 Drop ports maintainership
Approved by:	gerald (mentor)
2020-06-21 15:36:34 +00:00
Lorenzo Salvadore
da246cc364 misc/xiphos: Update to 4.2.1
While here, also switch WWW to https.

Reviewed by:	tcberner
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D25320
2020-06-19 17:36:51 +00:00
Lorenzo Salvadore
e29cb7bed1 misc/biblesync: Update to 2.1.0
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
2020-05-27 21:09:28 +00:00
Jan Beich
ffb8eb82e5 devel/icu: update to 67.1
Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-04-23 20:14:49 +00:00
Lorenzo Salvadore
1007833a5d misc/xiphos: Properly refers to git commit 9e573336
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D24190
2020-03-27 13:36:15 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Lorenzo Salvadore
a478c272f5 Resurrect, update and adopt misc/xiphos
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)
2020-03-01 12:47:29 +00:00
Koop Mast
a5b8ef24e5 Remove expired webkit-gtk2 and webkit-gtk3 ports.
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.
2019-03-24 18:43:27 +00:00
Koop Mast
ce73bbecfb Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
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.
2019-02-25 16:58:48 +00:00
Kai Knoblich
d8cc6b7591 misc/xiphos: Unbreak build
* 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
2019-02-20 22:10:54 +00:00
Antoine Brodin
49fd574e6f xiphos fails to build on FreeBSD 11 too 2018-11-04 12:40:34 +00:00
Jan Beich
0aa737a336 Expand FreeBSD 12 conditionals to include 13.0-CURRENT 2018-10-23 16:34:43 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
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
2018-07-09 08:40:17 +00:00
Mark Linimon
5e69bc2813 Mark as broken on -CURRENT. 2018-06-25 23:36:59 +00:00
Thomas Abthorpe
280a31be40 - Update misc/sword to 1.8.0
- Chase shlib bump
- Reassign to the heap

PR:		225276
Submitted by:	bsam
2018-02-23 01:30:03 +00:00
Thomas Abthorpe
38c48c63c4 - Mark as BROKEN on 12.X
MFH:		2017Q2
2017-04-20 13:33:10 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Jan Beich
f5f47a5a4e devel/nspr, security/nss: drop version from SONAME
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
2016-10-09 12:10:02 +00:00
Baptiste Daroussin
bca9860bb2 Use framework instead of @exec to generate GTK icons cache 2016-06-18 14:58:34 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Thomas Abthorpe
82f71bed74 - Mark as BROKEN < 10.X
MFH:		2015Q2
2015-06-06 15:47:32 +00:00
Antoine Brodin
9d70bcf987 Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args) 2015-04-09 20:26:16 +00:00
Baptiste Daroussin
8157e9f800 Add a new USES=waf to handle the waf building system, allowing to factorise code
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
2015-04-08 15:05:48 +00:00
Thomas Abthorpe
c4b20f8556 - Add in GNOME_USES=gconf2 2015-01-13 05:02:00 +00:00
Thomas Abthorpe
5c583fbadb - Switch to webkit-gtk3
- Add some dependencies on dbus-glib and gtk30
- Add gtk-update-icon-cache to pkg-plist
- Bump PORTREVISION
2015-01-13 00:15:35 +00:00
Thomas Abthorpe
aca9b8b524 - Switch to using gtkhtml4
- Bump PORTREVISION
2015-01-10 04:56:16 +00:00
Baptiste Daroussin
1c1f1e7026 Fix staging
Remove useless gnomehack
2014-12-25 01:58:48 +00:00
Baptiste Daroussin
45858fb087 Cleanup plist 2014-12-09 13:36:34 +00:00
Marcus von Appen
273cb9ed49 - Convert ports of misc/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:59:37 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
fa4bf2ee1d Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
2014-07-07 15:31:01 +00:00
Thomas Abthorpe
6be2fc7f69 - Fix the plist
Submitted by:	QAT
Pointyhat to:	tabthorpe (again)
2014-01-17 02:11:14 +00:00
Thomas Abthorpe
1f8ae4fe6d - Properly switch to misc/sword
- Utilise LIB_DEPENDS

Submitted by:	erwinbot, portsanp build bot
Pointyhat to:	tabthorpe
2014-01-16 21:13:20 +00:00
Thomas Abthorpe
a2eecca8a5 - Update to 3.1.6
- Support STAGEDIR
2014-01-16 20:45:25 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
John Marino
27713e1c50 Add explicit dependency on pkgconf (10 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-13 01:21:55 +00:00
Florian Smeets
87948edeea - Remove www/libxul19, is has been vulnerable and unsupported upstream for
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)
2013-06-15 11:10:34 +00:00
Martin Wilke
7ea06203d6 - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-13 23:49:41 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Thomas Abthorpe
340ad87f23 - Remove icon-cache from plist
- Bump PORTREVISION
- Trim headers

Submitted by:	bapt via irc
Feature safe:	yes
2012-10-14 00:16:15 +00:00
Beat Gaetzi
734349b51e - Move libxul 1.9.2 to www/libxul19
- 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
2012-09-10 19:19:32 +00:00
Thomas Abthorpe
dc5587764f - Depend on x11/yelp
- Add options to build rendering engine

PR:		ports/169514
Submitted by:	John Marshall <john.marshall riverwillow.com.au>
2012-07-01 03:49:28 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Thomas Abthorpe
74cdb2eb8b - Tarball re-roll
- Bump PORTREVISION
2012-02-27 22:00:01 +00:00