1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

104 Commits

Author SHA1 Message Date
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
Thomas Abthorpe
ccaa209dfa - Update to 3.1.5 2012-02-22 18:36:32 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Thomas Abthorpe
b61f3feaac - Remove dependency on gnome-libs
- Bump PORTREVISION

Submitted by:	bapt via irc
2011-03-17 15:49:22 +00:00
Thomas Abthorpe
c13880cf4e - Chase misc/sword libbump
- Bump PORTREVISION
- Remove MD5 checksum while I am here
2010-10-28 23:54:06 +00:00
Thomas Abthorpe
8d4d4cd4a9 - Update to 3.1.4 2010-10-21 17:36:18 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Thomas Abthorpe
39152df8fa - Use gtkhtml only
- Fix plist
- Bump PORTREVISION
2010-05-27 23:07:52 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Thomas Abthorpe
fa77d99e16 - Update to 3.1.3 2010-03-24 16:27:47 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Thomas Abthorpe
9ed8443789 - Chase sword libbump
- Remove CONFLICTS and un-needed patch
2010-01-07 17:47:25 +00:00
Thomas Abthorpe
8339025601 - Update to 3.1.2 2010-01-04 21:23:40 +00:00
Thomas Abthorpe
bf08a4e7c1 - Switch to libxul
- Bump PORTREVISION

Requested by:	gecko@ via beat
Feature safe:	yes
2009-09-28 18:01:54 +00:00
Dmitry Marakasov
8c9b17f3f8 - Remove remaining SFP references (switch these ports to SF)
Approved by:	portmgr (pav)
2009-08-27 15:04:16 +00:00
Martin Wilke
372309a31d - Fix SFP macro 2009-08-14 18:13:09 +00:00
Thomas Abthorpe
865427fd8f - Use SFP macro to make fetchable
Submitted by:	erwinbot
2009-08-14 15:09:05 +00:00