| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
Notes:
svn path=/head/; revision=516738
|
|
|
|
| |
Notes:
svn path=/head/; revision=508834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=503859
|
|
|
|
|
|
|
|
|
|
|
| |
- need to run configure for setiathome
- pet portlint
- move USES, BROKEN_armv6, X11_USES= gl
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=487726
|
|
|
|
|
|
|
|
|
| |
astro/boinc-setiathome-v8 -> astro/boinc-setiathome per adamw
- reroll local distfile to reflect real SVN revision
- fix sah_config.h C++ errors
Notes:
svn path=/head/; revision=459014
|
|
|
|
|
|
|
|
|
| |
astro/boinc-setiathome-v8
Pointy hat: ler
Notes:
svn path=/head/; revision=459012
|
|
|
|
| |
Notes:
svn path=/head/; revision=458989
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=441814
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=429586
|
|
|
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=419133
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
| |
Notes:
svn path=/head/; revision=397576
|
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
Notes:
svn path=/head/; revision=394778
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
| |
Notes:
svn path=/head/; revision=374892
|
|
|
|
|
|
|
| |
Submitted by: bapt
Notes:
svn path=/head/; revision=370430
|
|
|
|
|
|
|
| |
Requested by: bapt
Notes:
svn path=/head/; revision=370426
|
|
|
|
|
|
|
| |
While here use shorter form for "local" master sites.
Notes:
svn path=/head/; revision=370353
|
|
|
|
|
|
|
|
|
| |
- Replace pre-configure with standard USE_AUTOTOOLS
- Remove CFLAGS that are already default
- pkg-plist fixes
Notes:
svn path=/head/; revision=367962
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366788
|
|
|
|
|
|
|
|
| |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
Notes:
svn path=/head/; revision=356065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=342580
|
|
|
|
| |
Notes:
svn path=/head/; revision=338546
|
|
|
|
| |
Notes:
svn path=/head/; revision=337736
|
|
|
|
|
|
|
|
|
| |
- Enable package building as user
- Use option helpers
- Bump PORTREVISION
Notes:
svn path=/head/; revision=337300
|
|
|
|
| |
Notes:
svn path=/head/; revision=328342
|
|
|
|
| |
Notes:
svn path=/head/; revision=328157
|
|
|
|
|
|
|
| |
- Wrap some long lines
Notes:
svn path=/head/; revision=328050
|
|
|
|
| |
Notes:
svn path=/head/; revision=328045
|
|
|
|
| |
Notes:
svn path=/head/; revision=328021
|
|
|
|
|
|
|
| |
astro)
Notes:
svn path=/head/; revision=327701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
There is still a dangling function call to be resolved (see
http://lists.ssl.berkeley.edu/pipermail/boinc_opt/2013-August/001329.html )
Notes:
svn path=/head/; revision=324309
|
|
|
|
|
|
|
|
|
| |
- Change the build dependency from astro/boinc-setiathome-enhanced to
astro/boinc-setiathome-v7
- Bump PORTREVISION
Notes:
svn path=/head/; revision=323587
|
|
|
|
|
|
|
| |
Remove an empty OPTIONS_DEFAULT in lang/nbc
Notes:
svn path=/head/; revision=322337
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
Notes:
svn path=/head/; revision=319055
|
|
|
|
|
|
|
|
| |
PR: ports/178195
Submitted by: Nicholas Godson <resistor@peakusage.net>
Notes:
svn path=/head/; revision=316657
|
|
|
|
|
|
|
| |
While here trim some headers and convert some gnomehack to pathfix
Notes:
svn path=/head/; revision=316309
|
|
|
|
|
|
|
|
|
|
| |
- properly use bsd.port.options.mk
- remove empty OPTIONS_DEFAULT
- no need to support FreeBSD 9.0 anymore, 9.1 is used for cluster builds
Feature safe: yes
Notes:
svn path=/head/; revision=315829
|
|
|
|
|
|
|
| |
While here pet Makefile headers.
Notes:
svn path=/head/; revision=313558
|
|
|
|
|
|
|
| |
Just use my login for ports I originally created myself.
Notes:
svn path=/head/; revision=305446
|
|
|
|
|
|
|
|
|
|
|
| |
- Activate OPTIONS, convert to optionsNG while here
- Replace pkgconfig by pkgconf
- Bump PORTREVISION
- Added svn keywords with psvn
Notes:
svn path=/head/; revision=303241
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=302381
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Whitespace fixes
Notes:
svn path=/head/; revision=298508
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|