| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Properly fix shebang on bin/auscope
Run depends on perl
Strip binaries
|
| |
|
|
|
|
| |
audio)
|
|
|
|
| |
Also remove the no longer needed post-patch target.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
|
|
|
|
| |
starting with A
|
|
|
|
| |
Submitted by: David Naylor <naylor.b.david@gmail.com>
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
|
|
| |
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!")
|
|
|
|
| |
- bump PORTREVISION again
|
|
|
|
|
|
| |
- bump PORTREVISION
Submitted by: QA Tindy run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
-INSTALLS_SHLIB -> USE_LDCONFIG.
|
| |
|
|
|
|
|
| |
PR: 98493
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 97483
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
not exist on FreeBSD-4.x
Notified by: Paulo Fragoso
|
| |
|
| |
|
|
|
|
| |
my regression from the earlier version of the port.
|
|
|
|
| |
dynamically with -laudio.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
| |
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
|
|
|
|
|
| |
PR: ports/73967
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
|
|
|
|
|
| |
PR: ports/65531
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 44482
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
|
|
| |
avoid duplicate bogus declaration of sys_nerr)
|
|
|
|
|
| |
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
| |
The error did not appear for me under -STABLE.
|
|
|
|
|
|
|
|
|
| |
- update MASTER_SITES
- split manpages out into Makefile.man
- print out PKGMESSAGE better
PR: 33333
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 23592
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
| |
handled in bsd.port.mk.
|
|
|
|
|
|
|
| |
+ Hack PLIST to delete HTML version of manpages on XFree4.
PR: 21076
Submitted by: Trevor Johnson <trevor@jpj.net>
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
| |
|
|
|
|
| |
Found by: bento
|
|
|
|
|
| |
PR: 17970
Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
|
| |
|
|
|
|
|
|
|
| |
Add WWW
PR: 17645
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|
| |
|
| |
|
|
|
|
| |
empty directories on deinstall.
|
| |
|
|
|
|
|
| |
have time to properly maintain. This will cause the position to
revert to ports.
|
| |
|
|
|
|
| |
Added MAINTAINERS to many of them.
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
|
|
|
| |
Removed unnecessary @cwd directive.
|
|
|
|
| |
Also, removed one hunk from patch-ac which seemed no longer needed.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The symptom: NAS client applications cannot properly locate the
server. Specifically, server specifications such as `:0' are
not properly linked.
The cause: A compiler define for BSD 4.4 Sockets was incorrectly
set in the makefile.
Submitted-By: Tim Kientzle <kientzle@netcom.com>
|
|
|
|
|
| |
rebuilding all the Makefiles, so no need to do it from the default
"xmkmf -a" (and boy did it take long or what).
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
| |
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
|
|
|
|
|
|
|
| |
limits.h instead.
MAXSHORT -> SHRT_MAX
-MAXSHORT -> SHRT_MIN
|
|
|