102 Commits

Author SHA1 Message Date
edd
ccc1df42cc Unify usage of mktexlsr across the ports tree.
Also add a missing RUN_DEPEND to fonts/pscyr. Found during testing.

Raised, input from, and OK, sthen@, thanks.
2017-05-04 11:13:52 +00:00
feinerer
76f87924f4 Update to R 3.4.0
OK pirofti@
2017-04-26 17:29:58 +00:00
feinerer
eb9e37112d Remove devel/libidn from LIB_DEPENDS.
OK sthen@
2017-03-09 10:10:41 +00:00
feinerer
23932095f0 Update to R 3.3.3
OK pirofti@
2017-03-09 05:18:44 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
feinerer
88de47f7bc Update to R 3.3.2
ok dcoppa@
2016-11-01 16:55:13 +00:00
dcoppa
91219e521e Switch back to the fortran module, now that all the right bits are
in place
2016-09-02 13:02:24 +00:00
dcoppa
fd38ac45ce Zap bogus "${MODFORTRAN_LIB_DEPENDS}" 2016-08-19 13:54:40 +00:00
dcoppa
4f218ab91b Use egfortran by default
OK feinerer@ (maintainer)
2016-08-19 07:02:47 +00:00
feinerer
3096b9c88e Update to R 3.3.1
OK dcoppa@
2016-06-21 18:21:52 +00:00
feinerer
28833f5a81 Update to R 3.3.0
"Go ahead" pirofti@
2016-05-06 08:52:28 +00:00
feinerer
6c5fed480a Update to R 3.2.5 and eliminate use of devel/gettext module
OK ajacoutot@
2016-04-16 10:04:36 +00:00
feinerer
389cfc96d3 Update to R 3.2.4
OK ajacoutot@
2016-03-19 11:42:57 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
feinerer
06315dac31 Fix build after texinfo 6.1 update 2016-03-01 17:57:06 +00:00
feinerer
25da47f547 Update to R 3.2.3
Feedback by Rafael Sadowski, ok dcoppa@
2015-12-14 16:49:02 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
dcoppa
90c20485bd Now that texlive_texmf-buildset contains the inconsolata LaTeX
package, we can build the full documentation for math/R.

While here, regen patches/patch-configure

Suggestions and OK feinerer@ (maintainer)
2015-09-28 07:32:19 +00:00
feinerer
a18e8e61ce Update to R 3.2.2
OK aja@
2015-08-17 15:33:04 +00:00
feinerer
1f8c0b42ac Re-add patches to fix linking with external libintl
(https://marc.info/?l=openbsd-ports&m=143526271406832&w=2)

Noticed by naddy@, requested by dcoppa@
2015-06-26 18:54:47 +00:00
feinerer
ae89887d06 Update to R 3.2.1
ok dcoppa@
2015-06-23 15:14:52 +00:00
pascal
62a83b9564 Switch over all three ports using lang/gfortran to lang/gcc/x.y,-f95 in
preparation for the 4.9 switch.

discussed with/ok espie@ pirofti@
2015-05-28 08:09:46 +00:00
zhuk
046cb5a9b7 Sync patches, doesn't affect package. 2015-05-02 09:22:58 +00:00
zhuk
65313d1e9e Unbreak linking to R library (defintion instead of declaration in header file).
Breakage noticed by aja@. Committing now until (if) MAINTAINER will come
with a better fix.
2015-05-02 09:10:04 +00:00
zhuk
6e0ede6c0e Update R to 3.2.0, from Ingo Feinerer (new MAINTAINER).
Includes some input from dcoppa@, Rafael Sadowski (old MAINTAINER) and me.
2015-04-29 21:53:43 +00:00
zhuk
400284bf43 More patches to be removed; now it's clear that webmail should be blamed
instead of CVS. Webmail, not me, no!

Again, from Ingo Feinerer, thanks.
2015-04-13 10:41:13 +00:00
zhuk
e20cf09116 Actually remove files that should be, err, removed.
Something fishy happened here in CVS, but Ingo Feinerer is on guard! :)

Bump for safety.
2015-04-13 07:20:07 +00:00
zhuk
3930a0f860 Update R to 3.1.3. Some patches got incorporated or not needed anymore;
hard work done by Ingo Feinerer - thanks!

Input from dcoppa@, sthen@ and me.

okay Rafael Sadowski (MAINTAINER).
2015-04-12 18:29:11 +00:00
dcoppa
3277b76b2e Remove obsolete/useless patch: our sigaltstack() implementation
does the right thing since we switched to rthreads, as confirmed
by miod@

Spotted by Ingo Feinerer
2015-03-25 18:09:56 +00:00
dcoppa
f440b3b0f2 Update to R-3.1.2
From maintainer Rafael Sadowski, with some tweaks by me
2015-01-08 14:14:11 +00:00
dcoppa
b7ce2df0af Update to R-3.1.1
From maintainer Rafael Sadowski with a patch by zhuk@ to please
-Wbounded checks.

Also, I patched Makefile.in to not check for java during the build.
2014-09-02 14:55:37 +00:00
dcoppa
850e445228 Update to R-3.1.0.
From maintainer Rafael Sadowski, with tweaks by me.
2014-05-20 11:02:12 +00:00
espie
cd625d933a fix bulk builds: move includes out of the way as well as the library,
so that other ports don't fail randomly when they find gnu-readline.

okay sthen@
2014-03-24 09:08:46 +00:00
dcoppa
d79313cf78 Long overdue update of R to version 3.0.3.
Tests and feedback: Ze Loff and Rafael Sadowski (maintainer)
OK Rafael Sadowski (maintainer)
2014-03-12 11:04:41 +00:00
espie
e4391345be R would pick up readline if it was around, so let's use it anyways
somehow requires gmake ;(
(problem found by me, patch from maintainer)
2014-03-09 23:01:41 +00:00
edd
bf701bec18 R should install TeX macros in TEXMFLOCAL not TEXMFMAIN.
From Rafael Sadowski (maintainer), with a few tweaks from me (missing hashing, sort PLIST).

OK naddy@
2014-01-20 17:09:52 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
dcoppa
c7d96ee94d Bugfix update to R-2.15.3.
Until someone understand what is wrong with R-3.0.x and we can move
to the R-3 branch...
2013-06-03 10:46:45 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
dcoppa
d4450566c4 Update to R-2.15.2 2012-10-29 11:07:29 +00:00
dcoppa
6184068293 Remove pthread patching.
I'm doing this now to ease an upcoming update to R-2.15.2
2012-10-25 11:59:30 +00:00
jeremy
76b42f8e0b Link libR and other libraries with RPATH in the ELF header, so that
other libraries can link to them with RPATH and work correctly
without modifying the ld.so search path.

OK dcoppa@
2012-10-12 14:23:13 +00:00
dcoppa
3c3d1a8028 Fix hidden dependency on icu4c, needed for Unicode collation.
Spotted by David Hoskin <root (at) davidrhoskin (dot) com>, thanks!
2012-09-21 08:10:44 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
dcoppa
c62e463f44 Better fix for the ppc breakage.
Tested by aja@
2012-08-29 07:07:24 +00:00
dcoppa
c2c66573a1 Add "CFLAGS+=-fPIC": unbreak the build on ppc.
Breakage reported by, and ok, ajacoutot@
2012-08-13 14:39:11 +00:00
dcoppa
a5f12d808a Update to R-2.15.1.
Initial diff by Rafael Sadowski.
Patch to allow building with USE_SYSTRACE=Yes by lum@.
Tested by Amit Kulkarni, Benjamin Nadland and Stefan Unterweger.

Portswise OK sthen@
2012-07-04 12:38:05 +00:00
ajacoutot
00d428ceb4 Fix build with pcre >= 8.30 2012-02-17 08:56:21 +00:00
dcoppa
cccc8cdf9a Fix runtime errors caused by pthread undefined symbols, as reported
here:

http://marc.info/?l=openbsd-ports&m=132196919327917

While here:

fix libpthread linkage (-lpthread -> -pthread)

fix incorrect usage of the "--export-dynamic" linker flag (it's
'-Wl,--export-dynamic', not '-Wl,-export-dynamic')

fix warning "failed to set alternate signal stack"

zap USE_GROFF

Ok ajacoutot@
OP is happy too...
2012-01-23 10:34:27 +00:00