| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Add xorg to USES
PR: 240836
Submitted by: zeising
Notes:
svn path=/head/; revision=513003
|
|
|
|
|
|
|
| |
pkg-message which merely suggested that "it should work fine as is".
Notes:
svn path=/head/; revision=502958
|
|
|
|
|
|
|
| |
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
Notes:
svn path=/head/; revision=469132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
Notes:
svn path=/head/; revision=458513
|
|
|
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=419133
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415498
|
|
|
|
| |
Notes:
svn path=/head/; revision=368840
|
|
|
|
| |
Notes:
svn path=/head/; revision=363157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Properly fix shebang on bin/auscope
Run depends on perl
Strip binaries
Notes:
svn path=/head/; revision=330806
|
|
|
|
| |
Notes:
svn path=/head/; revision=329372
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
| |
Also remove the no longer needed post-patch target.
Notes:
svn path=/head/; revision=326024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
Notes:
svn path=/head/; revision=321957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=280712
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
Notes:
svn path=/head/; revision=252849
|
|
|
|
|
|
|
| |
starting with A
Notes:
svn path=/head/; revision=240066
|
|
|
|
|
|
|
| |
Submitted by: David Naylor <naylor.b.david@gmail.com>
Notes:
svn path=/head/; revision=232237
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Notes:
svn path=/head/; revision=226727
|
|
|
|
|
|
|
|
|
|
|
| |
fixing (it was failing on my tindys because of a very particular environment
poisoning)
- no bump of PORTREVISION this time since I didn't actually changed anything
Pointyhat to: itetcu@ (raises and waves "It's me!")
Notes:
svn path=/head/; revision=215721
|
|
|
|
|
|
|
| |
- bump PORTREVISION again
Notes:
svn path=/head/; revision=215666
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: QA Tindy run
Notes:
svn path=/head/; revision=215653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update to 1.9.1 which is claimed to fix many race conditions
and nasd segfaults (I experience those quite often with
1.8) (I haven't yet used new nasd for enough time to prove
that)
* Use SF macro, USE_XORG (so this port should be ready to
ports/122340) and make this port respect CC/CXX
* Adapt all old patches to the new code
PR: ports/123684
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=215053
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
-INSTALLS_SHLIB -> USE_LDCONFIG.
Notes:
svn path=/head/; revision=188422
|
|
|
|
| |
Notes:
svn path=/head/; revision=164919
|
|
|
|
|
|
|
|
| |
PR: 98493
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Notes:
svn path=/head/; revision=164367
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an amd64 machine, there are several reports that there is one, so don't
let it break the build.
PR: 97580
Submitted by: "O. Hartmann" <hartmann@quark-park.dyndns.org>,
pointyhat via kris
Fix suggested by: anray
Notes:
svn path=/head/; revision=164358
|
|
|
|
| |
Notes:
svn path=/head/; revision=162857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch-clients_audio_audemo_audemo.c
patch-clients_audio_auedit_Graph.c
patch-clients_audio_auedit_auedit.c
patch-clients_audio_aupanel_aupanel.c
patch-clients_audio_auphone_auphone.c
patch-clients_audio_autool_audiotool.c
patch-clients_audio_auwave_auwave.c
patch-server_dda_voxware_config.c
patch-server_dia_gram.y
patch-server_dia_lex.l
to ease with maintaining.
Notes:
svn path=/head/; revision=162856
|
|
|
|
|
|
|
|
| |
PR: 97483
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Notes:
svn path=/head/; revision=162779
|
|
|
|
| |
Notes:
svn path=/head/; revision=161245
|
|
|
|
| |
Notes:
svn path=/head/; revision=158543
|
|
|
|
| |
Notes:
svn path=/head/; revision=149221
|
|
|
|
| |
Notes:
svn path=/head/; revision=145406
|
|
|
|
|
|
|
|
|
| |
not exist on FreeBSD-4.x
Notified by: Paulo Fragoso
Notes:
svn path=/head/; revision=145375
|
|
|
|
| |
Notes:
svn path=/head/; revision=144982
|
|
|
|
| |
Notes:
svn path=/head/; revision=144873
|
|
|
|
|
|
|
| |
my regression from the earlier version of the port.
Notes:
svn path=/head/; revision=144872
|
|
|
|
|
|
|
| |
dynamically with -laudio.
Notes:
svn path=/head/; revision=144871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Use proper CFLAGS to compiled libaudio's unshared/*.o --
previously only the shared objects were thus compiled.
2) Use -fPIC for shared objects only on sparc64 -- on other
platforms use -fpic.
3) Use the unshared/*.o to create the static libaudio.a --
previously the shared objects were used for both libraries.
4) Link with -lXt and -lXau -- the vendor's Imakefile does that
only on Linux, for some reason...
The first three of these points should really be handled by imake et al...
Notes:
svn path=/head/; revision=144861
|
|
|
|
|
|
|
| |
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Notes:
svn path=/head/; revision=121852
|
|
|
|
|
|
|
|
| |
PR: ports/73967
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Notes:
svn path=/head/; revision=121724
|
|
|
|
|
|
|
|
| |
PR: ports/65531
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=107036
|
|
|
|
| |
Notes:
svn path=/head/; revision=99295
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|