Commit graph

110 commits

Author SHA1 Message Date
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
Pav Lucistnik
0caf410ed8 - Drop all my ports 2013-07-09 21:26:48 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Pav Lucistnik
93b04e2f0d - Fix package
Feature safe:	yes
2012-11-01 21:26:44 +00:00
Pav Lucistnik
49da1f797f - Fix package
Reported by:	beatmail
Feature safe:	yes
2012-11-01 21:26:21 +00:00
Pav Lucistnik
36a24a0477 - Fix build with clang
- Change BOINC_CLIENT_HOME ownership only for owner
- Fixes to rc script
- Allow for spaces in paths

PR:		ports/171569
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Feature safe:	yes
2012-10-18 19:22:09 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
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.
2012-10-09 22:12:13 +00:00
Pav Lucistnik
446f781ab5 - Update to 7.0.28
PR:		ports/169679
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>

- Install extra headers for astropulse

PR:		ports/170628
Submitted by:	rene
2012-08-27 13:24:03 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Pav Lucistnik
8df526b2fc - Fix header files integrity when X11 option is disabled
- Fix header files to allow pure C client app to be built
- OPTIONSng

PR:		ports/168714, ports/168756
Submitted by:	Alexey Shuvaev <bugsbeastie@gmail.com>, Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-06-10 14:39:02 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pav Lucistnik
672adf10f5 - Enable per thread locale on recent FreeBSD 9
PR:		ports/168257
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-05-25 12:23:56 +00:00