| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=279122
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
| |
Submitted by: Joerg Wunsch
- add LICENSE
Notes:
svn path=/head/; revision=261895
|
|
|
|
| |
Notes:
svn path=/head/; revision=252483
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Tested by: pav on pointyhat
Notes:
svn path=/head/; revision=238018
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
| |
Notes:
svn path=/head/; revision=210077
|
|
|
|
| |
Notes:
svn path=/head/; revision=209242
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
| |
Notes:
svn path=/head/; revision=149444
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
| |
dependency secion) -> modified patch-aa
Notes:
svn path=/head/; revision=76876
|
|
|
|
|
|
|
| |
dection of the Makefile
Notes:
svn path=/head/; revision=76875
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
of the sigaction member sa_handler. This change breaks
knews.
PR: ports/45008
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
Notes:
svn path=/head/; revision=69657
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
|
| |
tmp directory, and fall back to _PATH_TMP, instead of using header
definitions that are no longer visible by default.)
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> (based on)
PR: ports/42510
Notes:
svn path=/head/; revision=67906
|
|
|
|
| |
Notes:
svn path=/head/; revision=47630
|
|
|
|
|
|
|
|
|
| |
unfairly. Thanks, Alex!
Submitted by: Alexander Leidinger
Notes:
svn path=/head/; revision=46300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libpng(3) to be able to use the new libpng, which disabled some
deprecated interfaces.
Modify file.c to use mkstemp instead of tmpnam. Fix an old bug
-- when the new server's configuration is created from scratch,
we write a file and then read it -- use O_RDWR instead of
O_WRONLY.
I could not reproduce Andreas' complaint regarding compface
related crashes and plan to re-enable them in the Makefile.
Too bad this program is no longer in development :(
Notes:
svn path=/head/; revision=45109
|
|
|
|
|
|
|
|
| |
I made a fix, but this interface in use is marked "depricated".
- Bumped PORTREVISION
Notes:
svn path=/head/; revision=44121
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
|
|
|
| |
Maybe I take over again in the future if I have more time for this.
Notes:
svn path=/head/; revision=36679
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=31494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes:
svn path=/head/; revision=30165
|
|
|
|
| |
Notes:
svn path=/head/; revision=27882
|
|
|
|
| |
Notes:
svn path=/head/; revision=27846
|
|
|
|
|
|
|
|
| |
PR: 17985
Submitted by: misha
Notes:
svn path=/head/; revision=27660
|
|
|
|
|
|
|
|
|
| |
PR: ports/17973
Typo by: cpiazza
Fixed by: A single key stroke of C-t
Notes:
svn path=/head/; revision=27493
|
|
|
|
| |
Notes:
svn path=/head/; revision=27420
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Notes:
svn path=/head/; revision=19803
|
|
|
|
|
|
|
| |
remove one unnecessary empty line at the end of PLIST
Notes:
svn path=/head/; revision=17776
|
|
|
|
| |
Notes:
svn path=/head/; revision=16275
|
|
|
|
|
|
|
|
|
| |
From the Home Page: The only changes from version 1.0b.0 are
XFace support and a few bug fixes. XFace support isn't enabled
in the port, didn't have the time and need.
Notes:
svn path=/head/; revision=15921
|
|
|
|
|
|
|
| |
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=14734
|
|
|
|
| |
Notes:
svn path=/head/; revision=14712
|
|
|
|
| |
Notes:
svn path=/head/; revision=13192
|
|
|
|
|
|
|
| |
in the first place.
Notes:
svn path=/head/; revision=13190
|
|
|
|
|
|
|
| |
ELF conversion.
Notes:
svn path=/head/; revision=13148
|
|
|
|
|
|
|
|
| |
(Note, since the shlib major didn't change this just removes the regexp
support.)
Notes:
svn path=/head/; revision=13147
|
|
|
|
|
|
|
| |
ELF conversion.
Notes:
svn path=/head/; revision=13144
|
|
|
|
|
|
|
|
|
|
|
|
| |
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
Notes:
svn path=/head/; revision=10846
|