| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This practically brings it up to BDECFLAGS with the exception of
-Wunused-parameter -Wcast-qual -Wwrite-strings -Wbad-function-cast.
Fix the manual page - escape ("\-") a lot of minus signs in command-line
options and literal values so that groff does not try to convert them to
hyphens, thus breaking the ability to copy them directly from the manpage
to the command line.
Bump PORTREVISION.
|
|
|
|
|
|
|
|
|
| |
- add a couple of "just in case" string routine fixes - use of snprintf() or
strncpy() where appropriate;
- add some more sscanf() result code checking where needed;
- fix the build when XTEST is not selected;
- change all references to /usr/dict/words to /usr/share/dict/words instead;
- fix a small error in the text of an error message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
| |
Bump PORTREVISION for the change in the default behavior.
Requested by: Satoshi Kimura <satosi.kimura@nifty.com>
|
| |
|
|
|
|
|
|
| |
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl. I think
this might need to be changed when I get the time to look into it.
Submitted by: Ulrich Spoerlein <q@uni.de>
|
| |
|
|
|
|
|
| |
PR: 34877
Submitted by: Steve Wills <steve@stevenwills.com>
|
| |
|
| |
|
| |
|
|
PR: 22662
Reviewed by: kris
|