| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- use --enable-assembler for ${ARCH}==i386
Requested by: Martin Nilsson <martin@filex.se>
There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files,
gcc will "hang" forever, because the assembler is called with '-' and
noone is sending data.
As a workaround use .S (capital s) files. Then cpp will be called prior
to as and thus a pipe can be build.
|
|
|
|
|
|
|
|
|
|
|
|
| |
NIS users now what to do. Display a note after installation of the port/package
to draw attention to it.
Creating the proper yp.conf on the fly is being considered...
PR: 12748
Originator: Palle Girgensohn <girgen@partitur.se>
Solution by: Palle
Thanks to: nsayer
|
|
|
|
|
|
| |
/usr/local accordingly via Makefile.
Submitted by: Bill Fumerola <billf@FreeBSD.org>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 13687
Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
|
|
|
|
| |
from /usr/ports doesn't stop and require user interaction.
|
|
|
|
|
| |
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
They are no longer required by the ports collection.
|
|
|
|
| |
We have no MAINTAINER, and it's no longer supported by the author.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Now x11-clocks/kdetoys11-i18n is no longer RESTRICTED.
Fix incorrect PLIST which is caused by
changed bahavior of devel/libtool.
(x11/kdelibs11-i18n, net/kdentwork11-i18n)
PR: 13749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
highlight from AN-1.8a28:
"Now after more then half a year of testing,
auinfo.c is included with this distribution.
This allows to create bitwise correct audio copies:
cdda2wav -B -v255
cdrecord -v -dao -useinfo *.wav
When using these commands, the cddb ID is copied,
also the start time of the first track, all available
ISRC ID's, the MCN, the size of all pregaps between
all tracks and all indices if present."
- add more MASTER_SITES
- use MAKE_ENV instead of a custom do-build
- don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST
according to the docs it isn't even neccessary for non-CAM systems
|
|
|
|
|
|
| |
Thanks to Jean-Marc for maintaining cdrecord up to now.
OK'ed by: Jean-Marc Zucconi <jmz@FreeBSD.org>
|
|
|
|
| |
The tag is "RELEASE_3_3_0". There are 2,646 ports in this release.
|
|
|
|
| |
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
| |
it went away in 4.7 but it breaks at least one port (math/xmgr).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
("Internal compiler error"...probably pgcc's fault) but at least it will
start compiling.
|
| |
|
|
|
|
|
| |
chroot dir by hand but not through the regular package building process.
Foo!
|
| |
|
|
|
|
|
|
|
| |
change "user.group" to "user:group" while I'm here.
PR: 13695
Submitted by: netch@lucky.net (Valentin Nechayev)
|
| |
|
| |
|
|
|
|
|
|
| |
you.
Besides, the check was incorrect, causing the dir file to be always wiped out!
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: libtools maintainer
(2) Typo/updates in master sites.
Submitted by: jkoshy, chris, cpiazza
(3) "automagically" -> "automatically". I prefer words in dictionaries.
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
PR: 13638
(4) Quote ${DEPENDS_TARGET} in command line so make reinstall won't fail.
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
PR: 13638
|
|
|
|
|
|
|
|
| |
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
to take advandate of new libtools.
Submitted by: libtools maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
He says:
Update libtool to 1.3.3 and modify it's behaviour a bit. It now
behaves like a stock libtool unless we start sending one of three
flags:
--disable-ltlibs Don't install .la files
--release-suffix Add the release to the end of all the libs (like
GLib/GTK+)
--release-ignore Don't add the release to any libs.
PR: 13114
|
|
|
|
|
|
|
|
| |
Eric Yang <robe@FreeBSD.csie.nctu.edu.tw>.
The original distsites seem to have gone away, and I cannot find any new ones.
(ftpsearch.lycos.com only lists FreeBSD mirrors -- and a whole bunch of them!
:-)) So I am setting up a distsite for this on my own box.
|
|
|
|
| |
included in bindist or any of the compat*dists.
|
|
|
|
|
|
| |
(I'm not positive why there's a do-install: target at all,
but since there are less than 5 minutes til the freeze
I'm not going to investigate yet!)
|
| |
|
|
|
|
| |
(misc/fortuneit) needs it.
|
|
|
|
| |
variables instead of command lines. Create /var/db/port.mkversion.
|