Commit graph

121 commits

Author SHA1 Message Date
Larry Rosenman
a3551f857f net/boinc-client: actually get the real MAC address 2018-01-22 01:54:25 +00:00
Larry Rosenman
78ae8baa8f net/boinc-client: don't crash getting MAC address.
Reported by:	thurners@nicsys.de
2018-01-21 22:50:56 +00:00
Larry Rosenman
0e9a36ad9d net/boinc-client: remove 2 lines from previous commit that I intended to delete. 2018-01-18 01:54:35 +00:00
Larry Rosenman
df82037420 net/boinc-client: fix NLS files
Reported by:	pkg-fallout
2018-01-18 01:53:50 +00:00
Larry Rosenman
9b62744a36 net/boinc-client: fix manager option depends, re-add manager default option back.
1) BOINC manager needs wxWidgets 3.0.0
   (since 7.4.0, see https://boinc.berkeley.edu/trac/wiki/SoftwarePrereqsUnix)
2) Files boincmgr.*.png are at the other place.

PR:		225273
Reported by:	olexander.v.melnyk@gmail.com
2018-01-17 19:02:36 +00:00
Larry Rosenman
d966e51368 net/boinc-client: don't look for X11 libraries when X11 is not set
PR:			225220
Submitted by:		freebsd-bugzilla@in-addr.com
2018-01-16 17:24:53 +00:00
Larry Rosenman
3b952888f0 net/boinc-client: turn off default MANAGER option while I figure out why it's
broken.
2018-01-16 01:28:06 +00:00
Mathieu Arnold
71b0938eb3 Fix a bug in USE_GITHUB code where a version with more than one / was
not sanitized properly.

Sponsored by:	Absolight
2018-01-15 11:34:53 +00:00
Larry Rosenman
dfe768f1d4 net/boinc-client: include str_replace.h for setiathome v8 2018-01-14 21:04:36 +00:00
Larry Rosenman
e74253e203 net/boinc-client: remove file that should have been deleted
Pointy Hat:	ler
2018-01-14 19:33:24 +00:00
Larry Rosenman
61cc3c7c4b net/boinc-client: upgrade to 7.8.6
- move to GitHub
- pet portlint
2018-01-14 18:29:19 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Larry Rosenman
699c937769 Take maintainership of these 2 ports.
Approved by:	adamw (mentor)
2017-01-18 16:42:57 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +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
Dmitry Marakasov
3edaa7ee9f - Implement clean deinstallation
- Drop 8.x support
- Switch to options helpers
2015-09-27 21:38:16 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Rene Ladan
3fa65cb81e Clean up pkg-plist
Requested by:	bapt
2014-10-08 08:43:26 +00:00
Rene Ladan
1ffd2e7eaa Drop ftp://rene-ladan.nl/pub/ as mirror.
While here use shorter form for "local" master sites.
2014-10-07 15:56:31 +00:00
Tijl Coosemans
5408de554b - Convert to USES=autoreconf
- Use CXX compiler for OBJCXX so libtool recognises it.  On FreeBSD 8 and 9
  configure would set OBJCXX to g++ while CXX was c++.
- Add NLS option
- Add missing Xorg dependencies to MANAGER option
- Combine post-extract, post-patch and post-configure into post-patch

PR:		194068
2014-10-05 09:57:16 +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
John Marino
49948a095f net/boinc-client: Fix to detect virtualbox again
The virtualbox path detection code has been patched to work on FreeBSD.
The PR submission was modified to avoid hardcoding /usr/local.

PR:		188710
Submitted by:	Lawrence Chen
2014-07-27 09:36:57 +00:00
Tijl Coosemans
4f145a2f76 Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-15 17:54:36 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Baptiste Daroussin
7f29068867 Use unicode version of wx 2.8 2014-04-08 15:39:47 +00:00
Rene Ladan
0417f3eeb4 Drop maintainership BOINC ports, old machine running them gave up. 2014-02-04 17:54:29 +00:00
Rene Ladan
0b5b09713e rene-ladan.nl is online again, re-add it to MASTER_SITES 2014-01-03 15:22:12 +00:00
Rene Ladan
b0148cec2d rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL 2013-12-27 14:54:45 +00:00
Rene Ladan
a3609ff41a - Update to 7.2.33 :
- Fix: Disable downloading of images in notices. It was crashing the UI.
  - Fix: Properly handle the exclusive application feature from the UI.

- Fix option helper

- Change login shell for BOINC user to /bin/sh so that
  'service boinc-client start' works properly
2013-12-23 10:00:02 +00:00
Rene Ladan
9b49b8e230 - Also install opencl_boinc.h when not using X11, otherwise
astro/boinc-* will break when not using X11 there [1]
- Bump PORTREVISION

This was not a problem for the default package for net/boinc-client
as it is built with X11 on.

Submitted by:	Oleksii Zolotarov via private mail [1]
2013-11-27 15:23:49 +00:00
Rene Ladan
e38d14745d - Convert to USES=dos2unix
- Use compressed format for option_USE
2013-11-19 00:16:49 +00:00
Rene Ladan
d2aa367864 - Update to 7.2.28
- Use more option helpers
- Disable broken OPTIMIZE option [1]
- Cleanup Makefile

PR:		ports/172288 [1]
Submitted by:	myself
2013-11-11 16:22:27 +00:00
Rene Ladan
c819bd6d07 Add stage support 2013-11-08 18:01:01 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Rene Ladan
7f6ba9d599 net/boinc-client :
- update to 7.0.65 [1] Unlike the PR, keep the SKINS option and the
  extra skins, and do not pregenerate autotools files.
- work around a build conflict with archivers/libzip in port Makefile [2]
- pre-emptively fix build with libc++
- change MASTERSITE from Pav's to my site
- comment out the BROKEN message for sparc64/ia64/powerpc (for now)
- regenerate patches using 'make makepatch'

astro/boinc-{setiathome-enhanced,astropulse} :
- remove obsolete calls to functions removed from libboinc
  to prevent breakage

PR:		 ports/176724 [1]
Submitted by:	 Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [1]
Submitted by:	 zi@ [2]
2013-09-18 13:48:19 +00:00
Antoine Brodin
6a95e87591 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 19:21:45 +00:00
Rene Ladan
8114a2eaae - Move handling of X11 option down, so that the two handlers for the
MANAGER optino can be merged [1]
- Use new LIB_DEPENDS syntax

PR:		ports/176724 [1] (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-27 22:07:56 +00:00
Rene Ladan
e4f74eedc5 Catch another install target which used LOCALBASE instead of PREFIX
PR:		ports/176724 (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-27 21:42:38 +00:00
Rene Ladan
bad740c6d4 Overhaul option handling:
- Only use the rc framework for boinc-client when the CLIENT option is
  selected
- Always set CLIENT and X11 options when MANAGER option is selected
- Unset USER option when CLIENT option is not selected
- Create the share/boinc directory when the MANAGER or X11 option is
  set instead of when the USER option is set
- Prefer negation over empty() when checking options
- Update description for the USER option

In pkg-install.in :
- Only install the CA bundle and only adjust file ownership of ~boinc
  when the USER option is selected
- Only install skins when both the USER and MANAGER options are selected

While here:
- create share/pixmaps in PREFIX instead of LOCALBASE
- wrap a long line

PR:		ports/176724 (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-27 21:37:47 +00:00
Rene Ladan
67de43ec0a The pre-install target of pkg-install is now part of post-install, so
adjust Makefile accordingly.

Missed this in the one-to-last commit.
2013-08-27 21:04:02 +00:00
Rene Ladan
989fa94987 Reword pkg-message, there is strictly speaking no need to register with
one of the projects.

PR:		ports/176724 (part, based on)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-24 09:36:08 +00:00
Rene Ladan
a8df3ada26 Remove check for variable names deprecated since the 7.0.28 update
(which happened on 2012-04-15, ports/166873).
2013-08-24 09:25:26 +00:00
Rene Ladan
7fa95cb24c Use the USERS/GROUPS mechanism for the boinc-client port instead of
manually creating them.

It is still possible to overrride the defaults by setting
BOINC_CLIENT_USER , BOINC_CLIENT_GROUP , and BOINC_CLIENT_HOME but that
means the entries in UIDs and GIDs have to be changed too.

PR:		ports/176274 (part, based on)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Reviewed by:	crees (slightly)
2013-08-23 20:54:44 +00:00
Rene Ladan
8a1a6efad5 Add two new options for the rc.d script:
- NO_GUI_RPC to not create a socket for communication with external
  user interfaces, setting this breaks net/boinc_curses
- NO_NET_INFO to not send your host address and host name to the
  BOINC servers.

While here use bsd.port.options.mk

PR:		ports/176724 (part)
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2013-08-21 14:45:47 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- 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
2013-07-11 16:26:26 +00:00
Rene Ladan
d072ab9a2c Fix build with --std=c++11
PR:		ports/178712
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2013-07-10 12:18:21 +00:00
Rene Ladan
742a5744dd Take maintainership.
While here convert Makefile headers.
2013-07-09 21:39:21 +00:00