| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Avoid fetch problems when DISTFILE gets moved to the OLD subdirectory on
MASTER_SITE (thanks to Peter Pentchev!).
|
|
|
|
| |
Change MASTER_SITES as a quick fix, pending a full port upgrade.
|
|
|
|
|
| |
PR: 25433
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 23891
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 23225
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
Revert maintainership to ports@FreeBSD.org since previous maintainer
has done nothing with this port, despite four separate PRs over six
months.
PR: 22062
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 19628
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
| |
|
|
|
|
|
| |
PR: 17449
Submitted by: tkato@prontomail.ne.jp
|
|
|
|
|
| |
PR: 17075
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gcc -o scheme cmpauxmd.o cmpint.o artutl.o avltree.o bignum.o bigprm.o bitstr.o
boot.o char.o comutl.o daemon.o debug.o dfloat.o error.o extern.o fasload.o fix
num.o flonum.o generic.o hooks.o hunk.o intern.o interp.o intprm.o list.o lookpr
m.o lookup.o obstack.o option.o osscheme.o ostty.o outf.o prim.o primutl.o prmco
n.o ptrvec.o purutl.o regex.o rgxprim.o step.o storage.o string.o syntax.o syspr
im.o term.o transact.o utils.o vector.o wind.o fasdump.o gcloop.o memmag.o purif
y.o intext.o ux.o uxctty.o uxenv.o uxfile.o uxfs.o uxio.o uxproc.o uxsig.o uxsoc
k.o uxterm.o uxtop.o uxtrap.o uxtty.o uxutil.o prosenv.o prosfile.o prosfs.o pro
sio.o prosproc.o prospty.o prosterm.o prostty.o pruxenv.o pruxfs.o pruxio.o prux
sock.o usrdef.o x11base.o x11term.o x11graph.o x11color.o tparam.o tterm.o
missing.o -L/usr/X11R6/lib -lX11 -ltermcap -lm
cmpauxmd.o(.text+0x5a): undefined reference to `_Ext_Stack_Pointer'
cmpauxmd.o(.text+0x60): undefined reference to `_Free'
cmpauxmd.o(.text+0x7d): undefined reference to `_utility_table'
cmpauxmd.o(.text+0x8a): undefined reference to `_Free'
cmpauxmd.o(.text+0x98): undefined reference to `_Ext_Stack_Pointer'
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
| |
which appeared in some of them, everything here is a programming language! :)
|
| |
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
|
|
|
| |
and then gzip -9'ed it, the md5 came out different.
|
|
there's something a little weird about this port, I had to make a
FreeBSD specific distfile, using two of the official distfiles. I
included a description of what I had done, but it is much easier
(and saves downloading about 3 megs) to use this distfile.
So, how do I get the distfile I've made into the right place without
faking it out by first putting a real site and then changing it
to always use freebsd.cdrom.com? the distfile is in
freefall.cdrom.com:~jmacd/scheme-microcode+dist-7.3-freebsd.tgz
|