| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Submitted by: kan
PR: ports/42454
Notes:
svn path=/head/; revision=65771
|
|
|
|
|
|
|
| |
o Update WWW tag
Notes:
svn path=/head/; revision=59090
|
|
|
|
| |
Notes:
svn path=/head/; revision=58785
|
|
|
|
| |
Notes:
svn path=/head/; revision=58737
|
|
|
|
| |
Notes:
svn path=/head/; revision=57482
|
|
|
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
Notes:
svn path=/head/; revision=53952
|
|
|
|
| |
Notes:
svn path=/head/; revision=39520
|
|
|
|
| |
Notes:
svn path=/head/; revision=39309
|
|
|
|
| |
Notes:
svn path=/head/; revision=35323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
Notes:
svn path=/head/; revision=34892
|
|
|
|
|
|
|
| |
Overlooked by: obrien
Notes:
svn path=/head/; revision=33112
|
|
|
|
|
|
|
|
|
|
|
| |
result of some changes Luoqi Chen made to src/sys/kern/tty_pty.c at
revs 1.58 and 1.59, apparently to resolve some sort of race condition.
(Search for EAGAIN in that file if you'd like to see).
Submitted by: W Gerald Hicks <jhix@mindspring.com>
Notes:
svn path=/head/; revision=33081
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note you _CANNOT_ use ${SED} and ${AWK} in "!=" lines. I wish people would
STOP running `portlint' on this Makefile and blindly accpeting its output w/o
understanding it. To quote Henry Spencer:
I Thou shalt run lint frequently and study its pronouncements with
care, for verily its perception and judgement oft exceed thine.
..snip..
``Study'' doth not mean mindless zeal to eradicate every byte of lint
output--if for no other reason, because thou just canst not shut it
up about some things--but that thou should know the cause of its
unhappiness and understand what worrisome sign it tries to speak of.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Notes:
svn path=/head/; revision=32010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
| |
Notes:
svn path=/head/; revision=29901
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
| |
Notes:
svn path=/head/; revision=26941
|
|
|
|
| |
Notes:
svn path=/head/; revision=26835
|
|
|
|
| |
Notes:
svn path=/head/; revision=26070
|
|
|
|
| |
Notes:
svn path=/head/; revision=25919
|
|
|
|
| |
Notes:
svn path=/head/; revision=25734
|
|
|
|
| |
Notes:
svn path=/head/; revision=25541
|
|
|
|
| |
Notes:
svn path=/head/; revision=20947
|
|
|
|
| |
Notes:
svn path=/head/; revision=20878
|
|
|
|
|
|
|
|
| |
${SED} and ${AWK} in != statements because they are executed
immediately.
Notes:
svn path=/head/; revision=20827
|
|
|
|
|
|
|
|
|
| |
warnings.
Approved by: obrien
Notes:
svn path=/head/; revision=20806
|
|
|
|
|
|
|
| |
PR: 11959
Notes:
svn path=/head/; revision=19494
|
|
|
|
|
|
|
|
|
| |
Most notable fixes:
- [XEmacs] DDD supports gud-mode in XEmacs 21.0.
- [Build] DDD supports Bison 1.27 and Automake 1.4a.
Notes:
svn path=/head/; revision=18999
|
|
|
|
|
|
|
|
| |
Solaris, but it seems to have broken building with Motif 2.1 on most every
other platform.
Notes:
svn path=/head/; revision=18616
|
|
|
|
|
|
|
|
|
| |
with, my dear."
[That's lupus for "Add WWW:"]
Notes:
svn path=/head/; revision=18345
|
|
|
|
|
|
|
| |
add a few more X libraries to the list
Notes:
svn path=/head/; revision=18313
|
|
|
|
|
|
|
| |
Noticed by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Notes:
svn path=/head/; revision=18146
|
|
|
|
| |
Notes:
svn path=/head/; revision=17110
|
|
|
|
| |
Notes:
svn path=/head/; revision=17082
|
|
|
|
|
|
|
|
| |
PR: ports/9490
Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Notes:
svn path=/head/; revision=16237
|
|
|
|
| |
Notes:
svn path=/head/; revision=15170
|
|
|
|
| |
Notes:
svn path=/head/; revision=15095
|
|
|
|
|
|
|
|
| |
PR: ports/8896
Submitted by: Jose Maa Alcaide <jose@we.lc.ehu.es>
Notes:
svn path=/head/; revision=15016
|
|
|
|
| |
Notes:
svn path=/head/; revision=15001
|
|
|
|
| |
Notes:
svn path=/head/; revision=14523
|
|
|
|
|
|
|
|
| |
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
Notes:
svn path=/head/; revision=12467
|
|
|
|
| |
Notes:
svn path=/head/; revision=11491
|
|
|
|
|
|
|
| |
PR: ports/5757
Notes:
svn path=/head/; revision=9825
|
|
|
|
|
|
|
| |
Noticed by: Bill Fenner <fenner@parc.xerox.com>
Notes:
svn path=/head/; revision=7045
|
|
|
|
|
|
|
|
|
| |
Now compiles/runs w/Lesstif w/o extra patches.
Noticed by: Thomas Gellekum <tg@ihf.rwth-aachen.de>
Notes:
svn path=/head/; revision=6769
|
|
|
|
|
|
|
| |
Submitted by: jkh
Notes:
svn path=/head/; revision=6537
|
|
GDB, DBX, and XDB debuggers.
DDD is an Motif application that besides the "usual" features such as viewing
source texts and breakpoints, DDD provides a _graphical_data_display_, where
data structures are displayed as graphs. A simple mouse click dereferences
pointers or reveals structure contents. Complex data structures can be
explored incrementally and interactively, using automatic layout if
preferred. Each time the program stops, the data display reflects the
current variable values.
Notes:
svn path=/head/; revision=6534
|