| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
dependent ports
Approved by: linimon (portmgr), thierry, tota, wen
Feature safe: yes
|
|
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
|
| |
|
|
|
|
|
| |
the update of devel/pcre to version 8.13
- use the bundled pcre by default
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Reported by: Anton Shterenlikht, Benjamin Stier
|
|
|
|
|
|
|
|
|
| |
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)
PR: 158947 [1]
Submitted by: wen ([1], independently)
|
| |
|
|
|
|
|
|
| |
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
|
|
|
|
| |
Reported by: R. Hurling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- switch to the bundled Rblas and Rlapack by default (this
can be changed by setting BLAS and LAPACK) which favors
correctness in some corner cases over a slight performance
penalty; this will be revisited after the blas and lapack
updates
- replace the STATIC_LIBR option with a LIBR option (on
by default): if on, libR.a and libR.so are installed,
and R is linked to libR.so. Otherwise, R is static, and
no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
PORTREVISION where necessary
PR: 153309 [1]
Approved by: thierry (rkward*), wen (rpy*, R-cran-*)
|
|
|
|
|
|
|
| |
no functional change:
- indent more uniformly
- simplify slave port conditionals
- sort variables, pkg-plist
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports,
where necessary
Approved by: makc, miwi (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of
dependent ports
Approved by: makc, miwi (mentors, implicit)
pav (portmgr)
Feature safe: yes
|
|
|
|
| |
Add an updating note
|
|
|
|
|
|
| |
PR: 148264
Prodded by: David Wolfskill <david@catwhisker.org>
Approved by: makc (co-mentor)
|
| |
|
| |
|
|
|
|
| |
Submitted by: b. f. <bf1783@googlemail.com>
|
|
|
|
|
|
| |
PR: ports/145993
Submitted by: Wen Heping (myself)
Approved by: maintainer
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add an option to build libR into a static, rather than a shared library (requested by a few users)
PR: 143076
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
"b. f." <bf1783@googlemail.com> (maintainer)
Approved by: maintainer
|
|
|
|
|
| |
Submitted by: "b. f." <bf1783@googlemail.com>
Thanks to: wen@
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
|
|
|
|
|
|
| |
- Fix build with custom PREFIX
PR: based on 135927
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
|
|
|
| |
Tested by: pav on pointyhat
|
|
|
|
|
| |
PR: 135251
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
|
|
|
|
| |
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
|
|
|
|
|
| |
PR: 130847
Submitted by: bf2006a@yahoo.com (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/129863
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Approved by: bf <bf2006a@yahoo.com> (maintainer)
|
|
|
|
|
| |
PR: ports/129063
Approved by: maintainer timeout (2+ weeks)
|
| |
|
|
|
|
|
|
| |
PR: ports/129063
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Approved by: Maintainer Timeout (2+ Weeks)
|
|
|
|
|
| |
PR: 129025
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
|
|
|
| |
- Reset maintainership per request by maintainer
PR: ports/128520
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com>
Approved by: Eric van Gyzen <eric at vangyzen.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
PR: 125245
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by: maintainer timeout (over three weeks)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
| |
PR: ports/118358
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/117142
Submitted by: Vittorio De Martino <vdemart1@tin.it>
Approved by: maintainer timeout (14 days)
|
| |
|
|
|
|
|
|
| |
PR: ports/115826 (based on)
Submitted by: vittorio de martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
| |
the makeinfo command.
Reported by: pointyhat via pav
Approved by: maintainer (implicit)
|
|
|
|
|
|
| |
PR: ports/112713 (based on)
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen (maintainer)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
| |
ATLAS. AFAIK, this happens only for i386.
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/107638 (based on)
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: maintainer timeout (18 days)
|
|
|
|
|
| |
Submitted by: rafan
Approved by: portmgr(kris) implicitly
|
|
|
|
| |
Approved by: portmgr(kris)
|
|
|
|
|
|
| |
PR: ports/104261
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/102432
Submitted by: Vittorio De Martino <vdemart1 at tin.it>
Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
|
|
|
|
|
|
|
| |
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
| |
Reported by: krismail
|
|
|
|
|
| |
PR: ports/96493
Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/94399
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
|
|
|
|
|
|
|
| |
- Use DOCSDIR
PR: 91564
Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
|
|
|
|
|
| |
PR: ports/87276
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Roman Neuhauser <neuhauser@sigpipe.cz>
|
|
|
|
|
|
| |
- Bring in fresh makeinfo so HTML manual can be build [1]
Reported by: krismail [1]
|
|
|
|
|
| |
PR: ports/82883
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
|
|
|
|
| |
PR: ports/82174
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/73975
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/72544
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
|
|
|
|
| |
PR: ports/68295
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove math/R-a4 slave port. A4 format is now default. If you need letter
or other paper formats, define PAPERSIZE when building the port.
Note that renaming to math/R was declined by marcus (portmgr) because
we're not sure if single-letter port name break something.
Requested by: maintainer
Repocopy by: marcus
|
|
|
|
|
|
| |
PR: ports/65519
Submitted by: Rong-En Fan <rafan@infor.org>
This patch by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
simultaneously)
to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
PR: ports/63804
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/60264
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
|
|
|
|
| |
PR: ports/59963
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
|
|
|
|
|
|
|
|
| |
- add more MASTER_SITES
- register CONFLICTS with math/R-a4
PR: 58726
Submitted by: maintainer
|
|
|
|
|
| |
PR: 57801
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/58457
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
|
|
|
|
|
|
| |
PR: 51161
Submitted by: myself
Approved by: maintainer
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
|
| |
PR: 48344
Submitted by: Eric van Gyzen (via maintainer)
|
|
|
|
|
| |
PR: 45575
Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
|
|
|
|
|
| |
PR: 45297
Submitted by: Paul Mather <paul@gromit.dlib.vt.edu>
|
| |
|
|
|
|
| |
Reviewed by: maintainer
|
|
|
|
|
| |
PR: 41266
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34466
Submitted by: maintainer
|
|
|
|
|
| |
PR: 30370
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 24967
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
| |
PR: ports/20531
Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 16925
Submitted by: maintainer
|
|
|
|
| |
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 13375
Submitted by: maintainer
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
share most files. Repository copy the default to explicitly named
directories to avoid any confusion. Greatly simplify the shared
Makefiles, since we are now in different subdirectories, we don't need
"a4-install" stuff.
While I'm here, consistently name the variables. Here are the
guidelines (master port is in brackets)
DOCFORMAT: [html] pdf ps
KONFONT: 14dot [16dot]
PAPERSIZE: a4 [letter] letterdj
RESOLUTION: 118 240 [300] 360 400 600
"math/r" has been copied to "R-a4" and "R-letter", to follow the
spirit of the original port. "japanese/kon" is renamed to "kon2-*",
since that seems to be the basename.
|
| |
|
|
|
|
| |
files are missing, so something is seriously wrong.
|
|
|
|
| |
the math/ category.
|
|
|
|
|
| |
PR: 7276
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
:
tar: can't add file share/R/library/stepfun/html/stepfun.html : No such file or directory
tar: can't add file share/R/library/stepfun/latex/ecdf.tex : No such file or directory
tar: can't add file share/R/library/stepfun/latex/plot.stepfun.tex : No such file or directory
tar: can't add file share/R/library/stepfun/latex/stepfun.tex : No such file or directory
*** Error code 1
Stop.
===
(this is is just the tail end of it, there are at least 500 missing files
in the PLIST....)
|
|
|
|
|
| |
PR: 7025
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Murray and Satoshi Asami).
Correct the handling of paper sizes.
PR: 6520
Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
|
|
PR: 6503
Submitted by: Maurice Castro <maurice@planetoid.serc.rmit.edu.au>
|