2547 Commits

Author SHA1 Message Date
rpe
214644a454 Now that all ports rc.* scripts are using #!/bin/ksh
- change [] tests to [[]]
- change arithmetic [] tests to (())
- change = to == inside [[]]
- remove unecessary quoting inside [[]]

OK aja@
2018-01-14 14:42:18 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
bentley
a98594e213 Give scribus a more descriptive COMMENT and move homepage to https. 2018-01-04 06:00:50 +00:00
edd
20d6a63dbd Some TeX Live 2016 house keeping.
* Fix a missing trailing slash in the PLIST generation script.
 * Fix a broken conflict marker.

OK kili@, thanks.
2017-12-29 17:43:35 +00:00
ajacoutot
45f0a89c31 Update to ptouch-driver-1.4.2. 2017-12-27 13:35:48 +00:00
kili
755efda6d5 Update to poppler-0.59.
Still outdated -- an update to 0.61 or 0.62 will follow soon.
2017-12-25 22:56:43 +00:00
kili
7364b62125 Temporarily build print/texlive/base with the bundled version of
poppler.

It doesn't build without patches against the new poppler object API
(which it shouldn't use at all in the first place) and the patch I
wrote for this leads to memory corruption.

Switching back and forth between different versions of poppler and
differently patched versions of texlive and at the same time letting
our poppler port rotting in the tree doesn't help, so for now people
using pdftex (and luatex?) will have to live with a very outdated
version of poppler (0.42).

ok aja@, jca@ (how also caught a missing removal of -std=c++11 from
CPPFLAGS in my initial diff)
2017-12-25 22:50:42 +00:00
ajacoutot
1942155c52 Update to cups-filters-1.18.0. 2017-12-20 08:40:23 +00:00
jca
aba0fbc669 Unbreak on arm and probably other gcc archs
Kill another UTF-8 BOM.  Moving to ports-gcc may be better but is not
easy to test with boost and qt4 in the way.
2017-12-19 14:06:52 +00:00
danj
25e6e4612b + py-relatorio,python3 2017-12-12 01:45:57 +00:00
danj
dc5e496803 Update to py-relatorio-0.8.0 and add a py3 flavor
from semarie
2017-12-12 01:45:10 +00:00
espie
bb8b095cd2 more FIX_EXTRACT_PERMISSIONS 2017-12-03 16:41:43 +00:00
espie
1fb13ae0db FIX_EXTRACT_PERMISSIONS 2017-12-03 12:37:22 +00:00
ajacoutot
a9a8d1330b The pstops processing script needs gsed(1).
-> unbreak color printing

from Natasha Kerensikova with semarie's help, thanks!
2017-11-25 17:37:46 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
naddy
4bdb3c616a * replace gettext module
* sync wantlib
* adjust plists
ok kili@
2017-11-13 15:38:07 +00:00
rsadowski
dd2eb5acba Update lyx from 2.2.0 to 2.2.3
Notable ports changes:

- switch homepage to https
- reorder variables
- replace gettext module

Maintainer timeout
2017-11-12 19:35:37 +00:00
ajacoutot
a3ff1283a6 Better patch from upstream. 2017-11-10 16:08:34 +00:00
ajacoutot
7e44c42231 On OpenBSD, getgrouplist(3) overwrites the group structure which prevented users
part of the "wheel" group to admin printers over the web interface. Add another
call to getgrnam(3) to fix it.

authentication issue discovered when I helped pirofti@ set up a printer at p2k17
2017-11-10 14:47:53 +00:00
ajacoutot
a7d42e9cce Update to t1utils-1.41. 2017-11-05 17:16:56 +00:00
landry
10eedd1e2c Add ${MODGCC4_CPPLIBDEP} to LIB_DEPENDS-*, changes nothing for clang
archs, but fixes the dreaded 'Missing library for estdc++>=17.0' error
message at pkg_create on other archs. COMPILER_LIBCXX is in WANTLIB-*,
but nothing brought it into context, as ${MODGCC4_CPPLIBDEP} is only in
LIB_DEPENDS, which isnt inherited by LIB_DEPENDS-* here.
If you didnt understood all this garbage, your mental sanity is safe.

ok kili@
2017-11-04 21:28:36 +00:00
bentley
058cdcca24 Switch master_sites from ftp to https. 2017-11-03 23:04:55 +00:00
bentley
3c5539897d Switch master_sites from ftp to https. 2017-11-03 23:00:37 +00:00
naddy
2e1b191e55 replace gettext module and sync wantlib; ok kili@ 2017-11-02 17:52:26 +00:00
ajacoutot
08aa49ba0c Update to cups-2.2.6. 2017-11-02 09:52:07 +00:00
ajacoutot
069ad9693e Change mode of the /etc/printcap link to please security(8). 2017-10-31 15:55:15 +00:00
ajacoutot
2d1d7a3a5d Drop LIB_DEPENDS from -main to prevent inheriting the Qt 4 and 5
dependencies.

committing on behalf of kili@
2017-10-29 08:24:26 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
stsp
6a06a5df7c In the stack smash patch, note the upstream git commit which fixed
the same issue (in 2014).
2017-10-17 13:22:47 +00:00
stsp
f2a232f9a3 Fix a stack smash in ghostscript to make my printer work again.
ok espie@
2017-10-17 13:00:57 +00:00
kili
3d0ac20b0a Actually pass -std=c++11 instead of just using a C++11 capable
compiler.

Add a patch to let pdftoepdf from luatex to still build (found by
sthen@).

I hope this will also help architectures without clang in base
(where this port is currently broken).
2017-10-15 19:07:33 +00:00
ajacoutot
8716a08baa Update to cups-2.2.5. 2017-10-14 10:22:03 +00:00
danj
4690f5c279 Update to py-relatorio-0.7.1
From semarie
2017-10-09 15:51:26 +00:00
ajacoutot
3f5bc32d7e Update to cups-filters-1.17.9. 2017-10-07 14:39:03 +00:00
dcoppa
69739f7744 minor nit... 2017-09-27 16:09:45 +00:00
dcoppa
971634f4cf Unbreak autoconf check with clang by not using nested function 2017-09-27 16:01:06 +00:00
ajacoutot
1b38dbe45b When using cups(1), lp.default should be set to ${LOCALBASE}/bin/lpr in
${SYSCONFDIR}/a2ps-site.cfg.

original diff from benno@
2017-09-26 08:57:19 +00:00
ajacoutot
d0e3945eb6 Update to cups-filters-1.17.7. 2017-09-19 06:04:16 +00:00
feinerer
802791af43 Update to Texinfo 6.5
OK kili@
2017-09-18 07:59:40 +00:00
ajacoutot
1fe978d0fe Update to cups-filters-1.17.6. 2017-09-16 06:52:01 +00:00
kili
a961741064 Add ${LIB_DEPENDS} to LIB_DEPENDS-main to get libestdc++ on GCC49_ARCHS
which aren't in CLANG_ARCHS (like sparc64, armv7).

Sorry for the breakage.

Noticed by landry@ on a sparc64 bulk build, fix tested by phessler
on arm.

ok phessler@
2017-09-15 19:52:26 +00:00
ajacoutot
de1c33e96f Update to cups-filters-1.17.5. 2017-09-14 14:54:30 +00:00
ajacoutot
78c4cf72f0 Update to cups-filters-1.17.4. 2017-09-11 04:44:32 +00:00
ajacoutot
7a5eb70b25 Update to cups-filters-1.17.3. 2017-09-08 07:42:35 +00:00
ajacoutot
9d06317009 Fix DEPENDS after the removal of net/avahi,-mono. 2017-09-06 07:21:37 +00:00
kili
00c784bb19 Update to poppler-0.57.0. 2017-08-28 19:08:30 +00:00
kili
18c0ca46e9 Update to poppler-data-0.4.8. 2017-08-28 19:06:35 +00:00
ajacoutot
f020c14579 Update to cups-filters-1.17.2. 2017-08-26 10:08:16 +00:00