| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
|
|
|
|
|
| |
ld: error: undefined symbol: sbrk
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
PR: 232936
|
|
|
|
|
|
|
|
|
|
|
| |
(system "cc -pipe -O0 -Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual -Wno-unused-label -Wno-uninitialized -fstack-protector -fno-strict-aliasing -fPIC -c -Wall edline.c")
edline.c:22:10: fatal error: 'readline/readline.h' file not found
#include <readline/readline.h>
^~~~~~~~~~~~~~~~~~~~~
...
install: /wrkdirs/usr/ports/lang/scm/work/scm/edline.so: No such file or directory
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
limited to disabling compiler-optimizations.
Proper fixing seems inherently impossible -- even with -O0 valgrind
flags hundreds of unitilized memory accesses during self-check.
Tested with gcc8 and the base cc (clang) -- remove the GCC-requirement.
Add some patches from Debian.
While here simplify the extract-target a little and remove the BROKEN*
lines to attempt building on other platforms again...
Bump port-revision.
PR: 232936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
|
|
|
| |
version 1.1.0 (via revision 464079).
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
|
|
|
|
|
|
|
| |
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
it will help get rid of the occasional crashes (reported upstream 6 months
ago to no avail).
Fix plist as reported in:
PR: 202489
Submitted by: amdmi3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more fragile towards the next upgrades. While it also does hide the moment
of the next version update, we should generally try keeping ports fetchable
at all times (and thus more robust).
This also reverts freefall login expansion in Makefile header: despite its
sanity and merit, it incidentally clashes with one of the PHB "rules" that
had recently plagued the Handbook. Correct fix would be to fix the latter,
but for now this particular issue is causing too much drama on the lists.
Requested by: mat
|
|
|
|
|
| |
current distfiles)
- Expand Makefile header while here
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The bad news:
1. gcc is still required -- clang can build the binaries, but
some self-tests will fail, unless all optimization was
disabled. This is, probably, due to some suspect code in
bytenumb.c -- would be good to investigate.
2. Building this port in parallel is still not possible -- the
Makefile is too convoluted and same sources are recompiled
multiple times with different #defines set.
The good news:
1. Resolve a large number of warnings.
2. Fix build on ia64 and sparc64 (tested on pluto and flame
respectively). Other platforms (alpha, powerpc?) have a
better chance of working now...
|
| |
|
|
|
|
|
| |
PR: 190900
Submitted by: ports fury
|
| |
|
|
|
|
| |
lang)
|
|
|
|
|
| |
PR: 178869
Submitted by: ports fury
|
| |
|
|
|
|
|
| |
PR: ports/150668
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
|
|
|
| |
While here, remove remnants of alpha.
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: 137530
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: 5e5
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 119724
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/107631
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
| |
arches too.
|
|
|
|
|
| |
Submitted by: pointyhat via kris mail
Approved by: krion (mentor)
|
|
|
|
|
| |
Submitted by: miwi
Approved by: markus (co mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/82940
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/71684
Submitted by: Florent Thoumie <flz(at)xbsd.org>
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
PR: 60070
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
| |
PR: 55420
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 45855
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
| |
Submitted by: kcwu@ck.tp.edu.tw
|
|
|
|
|
| |
PR: 39605
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
|
| |
PR: 38882
Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
|
|
|
|
|
| |
PR: 38702
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
|
| |
PR: 36893
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 35792
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 30042
Submitted by: tkato@prontomail.com
|
|
|
|
|
| |
PR: 26485
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
|
| |
- Fix pkg-descr
PR: 22254
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 20654
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 15917
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
|
|
|
|
| |
PR: ports/9037
Submitted by: josh@quick.net
|
|
|
|
|
|
|
|
| |
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-)
Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring
machine, and bento is busy.
|
|
|
|
|
| |
PR: 7545
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
|
|
|
|
| |
Submitted by: distfile checker
|
|
|
|
|
|
|
|
| |
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! :)
|
|
|
|
| |
of all the subsequent lines.
|
| |
|
|
|
|
| |
executables along the way.
|
| |
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
|
|
|
| |
file.
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
|
| |
|
|
|