| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=27458
|
|
|
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23474
|
|
|
|
| |
Notes:
svn path=/head/; revision=20952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
PR: ports/10960
Notes:
svn path=/head/; revision=17649
|
|
|
|
| |
Notes:
svn path=/head/; revision=16708
|
|
|
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Notes:
svn path=/head/; revision=10860
|
|
|
|
| |
Notes:
svn path=/head/; revision=7360
|
|
|
|
|
|
|
|
|
| |
however).
Found by: distfile checker
Notes:
svn path=/head/; revision=6655
|
|
|
|
| |
Notes:
svn path=/head/; revision=4868
|
|
|
|
|
|
|
| |
Reviewed by: chuckr
Notes:
svn path=/head/; revision=4432
|
|
|
|
|
|
|
| |
from -LNONE/lib to -L/usr/local/lib.
Notes:
svn path=/head/; revision=4429
|
|
|
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes:
svn path=/head/; revision=4416
|
|
|
|
| |
Notes:
svn path=/head/; revision=4358
|
|
|
|
|
|
|
| |
Pointed out by: Satoshi.
Notes:
svn path=/head/; revision=4040
|
|
|
|
|
|
|
|
| |
libtk and libtcl files.
Suggested by: Satoshi.
Notes:
svn path=/head/; revision=4021
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=3948
|
|
|
|
| |
Notes:
svn path=/head/; revision=3704
|
|
|
|
| |
Notes:
svn path=/head/; revision=3702
|
|
|
|
| |
Notes:
svn path=/head/; revision=3694
|
|
|
|
|
|
|
|
| |
copies of tcl7.5 amd tk4.1, as well as new widget collection.
Reviewed by: (preliminary version) Satoshi
Notes:
svn path=/head/; revision=3689
|
|
|
|
|
|
|
|
|
|
| |
no longer holds the archive) to ftp.neosoft.com, correcting
paths as necessary.
Pointed Out By: jkh
Notes:
svn path=/head/; revision=3296
|
|
|
|
|
|
|
| |
which appeared in some of them, everything here is a programming language! :)
Notes:
svn path=/head/; revision=2450
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before) and cvs still sent an empty log! :<
Anyway, what I was trying to say in the commit messages of patch-[ab] was
to run ldconfig right after installation of the shared libraries, so that
they can be found by subsequent runs of shared binaries.
Also, take ldconfig out of this Makefile's post-install rule.
Notes:
svn path=/head/; revision=2315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Notes:
svn path=/head/; revision=1871
|
|
|
|
|
|
|
| |
source of tcl.
Notes:
svn path=/head/; revision=1711
|
|
|
|
| |
Notes:
svn path=/head/; revision=1364
|
|
|
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Notes:
svn path=/head/; revision=1267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
Notes:
svn path=/head/; revision=935
|
|
|
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
Notes:
svn path=/head/; revision=590
|
|
|
|
| |
Notes:
svn path=/head/; revision=342
|
|
Submitted by: rww
Notes:
svn path=/head/; revision=188
|