| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: adamw (mentor)
Notes:
svn path=/head/; revision=431817
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=421387
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
- Drop 8.x support
- Switch to options helpers
Notes:
svn path=/head/; revision=398054
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
|
|
|
| |
Requested by: bapt
Notes:
svn path=/head/; revision=370424
|
|
|
|
|
|
|
| |
While here use shorter form for "local" master sites.
Notes:
svn path=/head/; revision=370353
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=370048
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=363031
|
|
|
|
| |
Notes:
svn path=/head/; revision=361990
|
|
|
|
|
|
|
| |
Approved by: portmgr (myself)
Notes:
svn path=/head/; revision=359586
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351411
|
|
|
|
| |
Notes:
svn path=/head/; revision=350628
|
|
|
|
| |
Notes:
svn path=/head/; revision=342580
|
|
|
|
| |
Notes:
svn path=/head/; revision=338546
|
|
|
|
| |
Notes:
svn path=/head/; revision=337736
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=337233
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=335024
|
|
|
|
|
|
|
| |
- Use compressed format for option_USE
Notes:
svn path=/head/; revision=334277
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use more option helpers
- Disable broken OPTIMIZE option [1]
- Cleanup Makefile
PR: ports/172288 [1]
Submitted by: myself
Notes:
svn path=/head/; revision=333520
|
|
|
|
| |
Notes:
svn path=/head/; revision=333251
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [np])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331273
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=327546
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=326204
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=325492
|
|
|
|
|
|
|
|
| |
PR: ports/176724 (part)
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Notes:
svn path=/head/; revision=325490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=325489
|
|
|
|
|
|
|
|
|
| |
adjust Makefile accordingly.
Missed this in the one-to-last commit.
Notes:
svn path=/head/; revision=325486
|
|
|
|
|
|
|
|
|
|
| |
one of the projects.
PR: ports/176724 (part, based on)
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Notes:
svn path=/head/; revision=325290
|
|
|
|
|
|
|
| |
(which happened on 2012-04-15, ports/166873).
Notes:
svn path=/head/; revision=325289
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=325280
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=325145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=322783
|
|
|
|
|
|
|
|
| |
PR: ports/178712
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Notes:
svn path=/head/; revision=322677
|
|
|
|
|
|
|
| |
While here convert Makefile headers.
Notes:
svn path=/head/; revision=322584
|
|
|
|
| |
Notes:
svn path=/head/; revision=322581
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306823
|
|
|
|
|
|
|
|
| |
Reported by: beatmail
Feature safe: yes
Notes:
svn path=/head/; revision=306822
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=306088
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=305610
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/169679
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
- Install extra headers for astropulse
PR: ports/170628
Submitted by: rene
Notes:
svn path=/head/; revision=303227
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=302037
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=298943
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
| |
PR: ports/168257
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Notes:
svn path=/head/; revision=297401
|
|
|
|
|
|
|
| |
Submitted by: rene
Notes:
svn path=/head/; revision=295341
|