| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
|
|
|
|
|
|
|
| |
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1]
|
|
|
|
|
| |
- Add NO_ARCH
- Add missing files to plist
|
|
|
|
|
|
|
| |
Now the name is fixed (checksum is the same, only the distribution
file name is changed).
Poited out by: Matthias Apitz <guru@unixarea.de> (at ports@)
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
| |
Pointy hat to: hrs
|
| |
|
|
|
|
| |
Pointy hat: hrs
|
|
|
|
|
|
|
|
| |
This also fixes an issue that user-defined OPTIONS_UNSET was overridden.
- Loosen up depdendency a bit by using a binary instead of a package name.
PR: 201864
|
|
|
|
|
|
| |
- Remove unnecessary gmake dependency.
PR: 201890
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- most of the work was done by Alan Jude
- all errors are mine
- 64bit (may) have rough edges
- I validated
* that the 32bit part doesn't has deinstall regressions
* 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
later, when I dare to activate the 64bit linuxulator in the kernel)
- the infrastructure part looks mature enough to let more test-bunnies get
some experience with it
- to use it you shall have no linux ports installed and have to specify
(on your own risk) the following in make.conf before installing the ports:
OVERRIDE_LINUX_BASE_PORT=c6_64
OVERRIDE_LINUX_NONBASE_PORTS=c6_64
This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).
Differential Revision: https://reviews.freebsd.org/D174
Submitted by: alanjude
Sponsored by: Essen FreeBSD Hackathon 2015
Reviewed by: xmj, eadler (earlier versions)
Approved by: portmgr (implicit, I remember blanked approval for
linux parts loooong ago, punish me if you don't
agree anymore)
|
| |
|
|
|
|
|
|
|
|
| |
- Separate basic TeX engines from tex-web2c to print/tex-basic-engines.
- Add CTAN mirrors to MASTER_SITES.
- Drop gmake where not required.
- Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx,
print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
|
|
|
|
|
| |
- Add LICENSE.
- Add CTAN mirror to MASTER_SITES.
|
|
|
|
|
|
|
| |
investigates the issue.
Submitted by: Daniel Kolesa
Tested by: Daniel Kolesa
|
|
|
|
| |
- Add EXTRACT_DEPENDS to texlive-texmf.
|
|
|
|
| |
PR: 201857
|
| |
|
|
|
|
|
| |
- Add CONFLICTS.
- Fix pkg-plist.
|
| |
|
|
|
|
| |
- Simplify exclude list.
|
| |
|
|
|
|
|
| |
PR: ports/201697
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
|
|
|
|
|
|
|
|
| |
function return type if it is a non-pointer.
This fixes a build error on 8.x.
Spotted by: kib
|
| |
|
|
|
|
| |
PR: 201712
|
| |
|
|
|
|
| |
PR: 201706
|
|
|
|
| |
PR: 201705
|
|
|
|
|
|
|
|
|
| |
- Add or update the following ports which latex-biber depends on:
japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support)
misc/p5-Business-ISMN (added, ISMN support)
textproc/p5-Text-BibTeX (updated to 0.71)
textproc/p5-Text-Roman (added, conversion of Roman numerals)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- print/texlive-infra was renamed with print/texlive-tlmgr.
Note that currently tlmgr(1) does not work because of
lack of TLPDB. This will be fixed.
- Lua libraries used in LuaTeX are separated into
devel/tex-libtexlua and devel/texlibtexluajit.
USE_TEX supports them via keywords "texlua" and "texluajit".
- libsynctex is currently installed by devel/tex-web2c.
This will be separated into a single port.
- Add graphics/libpotrace and use installed libpotrace
and libharfbuzz.
|
|
|
|
|
| |
- Fix iconv dependency.
- Remove unnecessary lines for libjasper.
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://github.com/prawnpdf/prawn/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/prawnpdf/pdf-core/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
Allow USES=ghostscript to select which port we need.
Manualy set WITHOUT_X11 in the !X11 case since USES=ghostscript
doesn't check PORT_OPTIONS for set/unset of the X11 option.
|
|
|
|
|
|
|
|
|
|
| |
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
|
|
|
|
| |
Pointy hat to: hrs
|
|
|
|
|
|
|
| |
MFH: 2015Q3
Security: CVE-2014-9679
Security: CVE-2015-1158
Security: CVE-2015-1159
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 201494
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
|
| |
|
|
|
|
|
|
| |
This port has failed on me with multijob several times.
The last time, the lib/perl5/site_perl/Foomatic/Defaults.pm file
was not installed, so set MAKE_JOBS_UNSAFE.
|
|
|
|
|
|
|
| |
Resolves CVE-2015-3279
PR: 201311
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
|
| |
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/bug-texinfo/2015-06/msg00052.html
- Remove patch that is now included upstream
|
|
|
|
|
|
| |
PR: 201134
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Differential Revision:
|
|
|
|
| |
Changes: https://github.com/mogest/prawn-svg/commits/master
|
|
|
|
|
| |
PR: 200885
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
| |
|
|
|
|
| |
Changes: https://github.com/mogest/prawn-svg/commits/master
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/naitoh/rbpdf/blob/master/CHANGELOG
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=======================<phase: configure >============================
===> Configuring for p5-Net-CUPS-0.61_3
Net::CUPS Configuration
Running cups-config ... 2.0.3
The version of the Common Unix Printing System installed
on your system is too old for this module to work properly.
Please upgrade the version of CUPS on your system to version
1.2.2 or higher and re-run Makefile.PL to install this module.
Can't open Makefile: No such file or directory.
===========================================================================
=======================<phase: build >============================
===> Building for p5-Net-CUPS-0.61_3
make[1]: cannot open Makefile.
Reported by: pkg-fallout
|
|
|
|
|
| |
- Add missing USES=libtool
- Switch to USES=autoreconf
|
|
|
|
|
|
| |
help2man: can't get `--help' info from out/lilypond
MFH: 2015Q2
|
|
|
|
|
| |
- BUILD_DEPENDS are not needed for a metaport
- Substitude real paths in pkg-message
|
|
|
|
|
| |
PR: 200798
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
Approved by: portmgr blanket approval (just fix it)
|
|
|
|
| |
PR: 200755
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/mogest/prawn-svg/commits/master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3
2015-06-02 editors/scribes: Broken since update to gnome3
2015-06-09 games/gweled: Broken since update to gnome3
2015-06-02 games/py-pychess: Broken since update to gnome3
2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork
2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux
2015-06-02 multimedia/arista: Broken since update to gnome3
2015-06-02 net/service-discovery-applet: Broken since update to gnome3
2015-06-05 net/shaperprobe: broken with no known fix (PR 197327)
2015-06-02 print/gnome-specimen: Broken since update to gnome3
2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared
2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
|
|
|
|
|
|
|
|
| |
- Strip Libraries
- Fix patch files to reflect 'make makepatch'
PR: 200602
Submitted by: amdmi3@FreeBSD.org
|
| |
|
|
|
|
| |
MFH: 2015Q2
|
|
|
|
|
| |
Noticed by: jkim
MFH: 2015Q2
|
| |
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
- Add CPE info
- Style fixes
|
|
|
|
|
|
|
|
| |
Drop dependency on pyxml. The message in setup.py is kinda confusing, but
it will only be triggered on pythons < 2.0, because xml.parsers.expat is
in standard library on higher versions of python. This is modern port, that
supports python3.
Bump PORTREVISION because of dependency change.
|
|
|
|
|
|
|
|
| |
- Use new MASTER_SITE and WWW:
- Add NO_ARCH
PR: 198056
Submitted by: freebsd@rig.rain.com
|
|
|
|
|
|
| |
- Do not unconditionally strip binary
PR: 200524
|
|
|
|
|
|
|
|
| |
- update to 1.1.24.4
PR: 199639
Submitted by: David Harrigan <dharrigan@gmail.com>
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to USES=autoreconf
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
- Add LICENSE
- Update WWW
|
|
|
|
|
|
| |
- Add LICENSE
Changes: https://github.com/mogest/prawn-svg/commits/master
|
| |
|
|
|
|
| |
- Update WWW
|
|
|
|
|
| |
- Reformat pkg-descr
- Update WWW
|
| |
|
|
|
|
| |
- Update WWW
|
| |
|
| |
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
Changes: https://github.com/prawnpdf/prawn/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add GitHub repository to WWW
Changes: https://github.com/prawnpdf/pdf-core/commits/master
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
PR: 199761
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: ports/200279
Submitted by: pi
|
|
|
|
|
| |
PR: 199971
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
- Consistently prepend LOCALBASE in pre-configure
- Wrap long USES line
- Drop redundant GH_ACCOUNT
Changes: https://github.com/fontforge/fontforge/releases/tag/20150330
Changes: https://github.com/fontforge/fontforge/releases/tag/20150430
PR: 199972
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
- Strip binary
|
|
|
|
| |
- Strip library
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
|
|
|
|
|
|
|
|
|
|
| |
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.
This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port is doing some king of crazy delete/copy thing with gconfig.h
and there's a race where it gets used before it's copied. Mark this
port unsafe until further notice; it has failed on me a couple of times.
tailored log:
rm -f ./obj/../soobj/gconfig.h
cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
rm -f ./obj/../soobj/gconfig.h
cp ./src/gconf.c ./obj/../soobj/gconfig.cOA
cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
[snip]
cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
In file included from ./obj/../soobj/iconfig.c:43:0:
./src/gconf.h:34:23: fatal error: ./obj/../soobj/gconfig.h: No such file
or directory
compilation terminated.
|
|
|
|
| |
PR: 199553
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
| |
- Maintainer's timeout (bf@FreeBSD.org)
PR: 198637
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
| |
|
|
|
|
|
|
| |
2013).
Approved by: being condemned
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG
Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui
Merge deskutils/preferencepanes into deskutils/systempreferences
|
| |
|
|
|
|
|
| |
PR: 198424 (based on)
Submitted by: jbeich@
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update RUN_DEPENDS
- Remove DISTNAME and GEM_NAME
- Update WWW
|
|
|
|
|
|
| |
- Add LICENSE
Changes: https://github.com/halostatue/color/blob/master/History.rdoc
|
|
|
|
| |
Reported by: Ivan Klymenko <fidaj@ukr.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add CPE information [1]
print/texinfo has had vulnerabilities with a CPE identifier assigned
(e.g. CVE-2006-4810).
PR: 198841 [1]
Submitted by: shun.fbsd.pr@dropcut.net
|
|
|
|
|
|
| |
Categories: print, science, emulators
approved by: PTHREAD blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
- Strip library
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The PHP developers stopped providing security patches for the 5.3
branch on 14 August 2014. They "strongly urge" to upgrade to current
versions "as using older versions may expose you to security
vulnerabilities and bugs that have been fixed in more recent versions"
of PHP.
The PHP53 branch was released from maintainership today, so it's being
deprecated with removal set for 15 April 2015.
There were only 8 ports limited to php53, six of which were pecl- ports.
These ports must be upgraded to use a later version of php (5.6 is
recommended) soon, or they will be removed with php53.
Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this
was changed to use IGNORE_WITH_PHP instead while here.
PR: 198150
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
|
|
|
|
|
|
|
|
|
|
| |
A template plugin allowing the inclusion of ERB-enabled RBPDF template files.
WWW: https://github.com/naitoh/rbpdf
PR: 198604
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: mentors (implicit)
|
|
|
|
|
| |
- Add LICENSE
- Add empty directory to plist
|
|
|
|
|
| |
PR: 198543
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950
|
|
|
|
|
|
|
|
| |
print/enscript-letter has had vulnerabilities with a CPE identifier
assigned (e.g. CVE-2008-4306).
PR: 198248
Submitted by: shun.fbsd.pr@dropcut.net
|
|
|
|
|
| |
PR: 198176
Submitted by: Shun
|
|
|
|
|
| |
PR: 198278
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
|
|
|
|
| |
PR: 198294
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0
PR: 196003 [1], 197251 [2], 198132
Differential Revision: https://reviews.freebsd.org/D677
Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by: antoine@
Approved by: danilo@ (maintainer) [3]
Tested by: Ivan <enitarzi@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 152982
Submitted by: maintainer
|
|
|
|
| |
2: switch to USES=tar:tgz
|
| |
|
|
|
|
|
| |
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
|
|
|
|
|
| |
PR: 197807
Submitted by: xmj
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Sort RUN_DEPENDS
- Reformat pkg-descr
Changes: https://www.niftiestsoftware.com/cups-cloud-print/#software-hub-view-1-changelog
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
|
| |
PR: 197452
Submitted by: Ports Fury.
|
|
|
|
|
|
| |
one of the installed scripts.
(This was caught by the "QA step" here.)
|
|
|
|
|
|
|
|
| |
- Add LICENSE GPLv2
- Remove MAKE_JOBS_UNSAFE as it builds fine without it
- Take maintainrship
Approved by: bapt marino (implicit)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
Restrict to python 2.
Add PORTSCOUT to ignore the 1.5 series for now, which are for python 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.14.10 [1]
- Fix detection of libusb v1.0 and build with it now
- Enable JetDirect and scanning support by default (requested by pkg users)
- hplip modifies etc/sane.d/dll.conf witch belongs to sane-backends port,
and writes to this file in staging area. Add commented entry for it in plist
to pacify staging checks.
print/hplip-plugin:
- Update to 3.14.10
- Add missing entry to plist
- Pass MAKE_ENV for installer to prevent writing to ${HOME}
PR 197245 [1]
Submitted by: chris@bsdjunk.com
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1798
Approved by: marino(mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2]
|
|
|
|
| |
Reported by: antoine
|
|
|
|
| |
Announcement: http://wiki.scribus.net/canvas/1.4.5_Release
|
|
|
|
|
|
| |
the latest j1.42 patchset by adjusting it to the 22.87 code base.
- Move files in TEXMFDISTDIR/xdvi to TEXMFDISTDIR/dvips/xdvi.
|
|
|
|
| |
Spotted by: Anton Shterenlikht
|
| |
|
|
|
|
|
| |
PR: 196971
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Chase update of print/freetype2 to 2.5.5
PR: 196861
Differential Revision: https://reviews.freebsd.org/D1630
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: bapt (mentor)
|
|
|
|
|
|
|
| |
PR: 197056
Differential Revision: https://reviews.freebsd.org/D1662
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: bapt (mentor)
|
| |
|
| |
|
| |
|
|
|
|
| |
as a directory name can't be attributed to a package
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Fix LICENSE stuff
Reported by: nox (via private email)
|
|
|
|
| |
Submitted by: bapt@
|
| |
|
|
|
|
| |
energy to keep up.
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
|
|
|
|
| |
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Submitted by: kwm (via IRC)
|
|
|
|
| |
Handling of uncompressed PCF files again (regression introduced in 2.5.4).
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/PostScript-Simple/Changes
|
|
|
|
|
|
|
|
| |
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO
- Simplify Makefile
PR: 196300
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. The port's configure script is auto-detecting if avahi exists
(unless avahi is explicitely disabled):
---
9096 if test "x$PKGCONFIG" != x -a x$enable_avahi != xno; then
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Avahi" >&5
9098 $as_echo_n "checking for Avahi... " >&6; }
9099 if $PKGCONFIG --exists avahi-client; then
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9101 $as_echo "yes" >&6; }
---
So if avahi-lib is installed one get config.log:
---
configure:9097: checking for Avahi
configure:9100: result: yes
[...]
#define HAVE_AVAHI 1
---
And later avahi is used while building:
---
Using LIBS=-lcups -lssl -lcrypto -L/usr/local/lib -lavahi-common -lavahi-client -lz -pthread -lm -lcrypt -lz
---
Then print/cups-client installs libraries which are linked with avahi, ex.:
---
% ldd libcups.so | grep avahi
libavahi-common.so.3 => /usr/local/lib/libavahi-common.so.3 (0x801cda000)
libavahi-client.so.3 => /usr/local/lib/libavahi-client.so.3 (0x801ee6000)
---
Which leads to print/cups-base build failure (even if avahi is unset by options):
---
Linking ippserver...
cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -Wl,-R/usr/local/lib -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-tautological-compare -o ippserver ippserver.o ../cups/libcups.a \
-lssl -lcrypto -ldns_sd -pthread -lm -lcrypt -lz -lz
../cups/libcups.a(http-support.o): In function `_httpResolveURI':
---
Let's reflect this fact.
2. Bump PORTREVISION for print/cups-client, it's default options and dependencies
were changed.
PR: ports/195743
Submitted by: O. Hartmann <ohartman@zedat.fu-berlin.de>
Discussed at: ports@
Tested by: O. Hartmann <ohartman@zedat.fu-berlin.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
|
| |
|
|
|
|
|
|
| |
Changes:
Add a way to disable maintainance mode to avoid timestamp problem with peoeple
not in sync with ntp (this can happen on very fresh releases)
|
|
|
|
|
|
|
|
| |
Changes:
- Fix typo [1]
PR: 193913
Submitted by: takefu@airport.fm
|
|
|
|
|
| |
PR: 196202
Submitted by: cyberbotx@cyberbotx.com(maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: pkgsrc (old history)
|
|
|
|
| |
Approved by: bapt
|
| |
|
|
|
|
|
| |
Suggested by: antoine
MFH: 2014Q4
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Add new mastersite, homepage, staging support
- Clean pkg-plist
PR: 195437
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
|
|
|
| |
- Use install-strip target.
|
|
|
|
|
|
|
|
| |
While on it:
- Convert USE_PYTHON -> USES
PR: 195872
Submitted by: cyberbotx@cyberbotx.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
This is required for upcoming Perl changes. I just duplicated the FreeBSD
line as a case option rather than add two more patterns -- mainly for
consistency as each platform got their own line in other cases.
Follows: r373971
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
|
|
|
|
| |
MFH: 2014Q4
Security: 567beb1e-7e0a-11e4-b9cc-bcaec565249c
|
|
|
|
|
| |
With hat: perl
Sponsored by: Absolight
|
| |
|
|
|
|
|
| |
PR: 195596
Submitted by: Jan Beich <jbeich@vfemail.net>
|
|
|
|
|
|
|
|
|
| |
The @sample keyword fixes the config file based error. While here,
clean refactor the port a bit.
PR: 194854
Submitted by: Adrian Waters
Final fix by: Takefu (airport.fm)
|
|
|
|
|
|
| |
PR: 194283
Submitted by: Frank Wall
Approved by: maintainer timeout
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Drop :keepla from USES=libtool
Approved by: core@ [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
| |
|
|
|
|
| |
- Update pkg-message.
|
|
|
|
| |
- Update pkg-message.
|
|
|
|
|
| |
- pswrite has been removed in faver of ps2write.
- epswrite has been removed in favor of eps2write.
|
| |
|
|
|
|
|
|
|
|
|
| |
stagedir.
PR: 195109
Reported by: Nils M. Holm <bsdbugs@t3x.org>
Tested by: Nils M. Holm <bsdbugs@t3x.org>
MFH: 2014Q4
|
|
|
|
| |
Hope to see you back! Thank for all the work!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
devel/linux-c6-libsigc++20
graphics/linux-c6-gdk-pixbuf [1]
graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
and security/linux-c6-cyrus-sasl2
- Misc. cleanups
Differential Revision: https://reviews.freebsd.org/D1108
Submitted by: kmoore [1]
Reviewed by: rene (emulation)
Approved by: portmgr (swills)
Approved by: swills (mentor)
Sponsored by: Perceivon Hosting Inc.
|
|
|
|
|
|
|
|
| |
- Fix two getsockopt calls so they return peer credentials correctly [2]
PR: 194856 [1], 191515 [2]
Submitted by: Adrian Waters <draenan@gmail.com> [1]
Submitted by: Bengt Ahlgren <bengta@sics.se> [2]
|
|
|
|
| |
Some times man page isn't ready before installing starts.
|
|
|
|
| |
Approved by: portmgr (mat)
|
|
|
|
| |
PR: 194624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly presented by the KDE on FreeBSD team, with several guest stars.
This update took way longer than initially expected due to us previously
accumulating assumptions and changes to Qt's build system that finally bit
us back with the 5.3 release series, so we had to do a fair amount of
cleanup.
New ports:
- comms/qt5-serialport: Qt functions to access serial ports, originally
based on work by Fernando Apesteguia. [1]
- devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of
devel/qt4-qdoc3. Originally worked on by Tobias Berner.
It had already been half-split from devel/qt5-buildtools,
we just needed to finish the work.
Dead ports:
- devel/qt5-qmldevtools: Merged into lang/qt5-qml.
Minor changes:
- devel/qt5: Add x11/qt5-x11extras and the new ports to the dependency list.
- graphics/qt5-imageformats: The port now supports the JPEG2000, WEBP,
Direct Draw Surface and ICNS formats.
- multimedia/qt5-multimedia: The ALSA and PULSEAUDIO options are now
mutually exclusive due to changes introduced in
Qt 5.3.0 (the ALSA code is now a proper plugin
that is only built if PulseAudio is not used).
- x11/qt5-x11extras: Add USE_LDCONFIG since the port installs a shared
library.
The big changes:
- bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. [3]
QMAKEPATH does much more than we want now that we call qmake from the top
of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS
property, which is in turn used by qt_config.pri to load the .pri files in
mkspecs/modules.
In practice, this means that if people have an older Qt installation those
files will be used and QT_CONFIG will have values such as "gui" even if
one is building a port like textproc/qt5-xml, which passes -no-gui to the
configure script. Consequently, unintended code paths may be enabled or
the configuration step can just fail if the .pro files expect values that
are not present in the system-wide, older .pri files.
We avoid all those problems if we use QMAKESPEC, as qmake does not take
its value into account when evaluating the QMAKE_MKSPECS property and will
only parse the files in the mkspec's directory (mkspecs/freebsd-clang, for
example, instead of all the files in mkspecs).
- Stop explicitly passing ${LOCALBASE} to the compiler. [3]
qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR
and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the
ones in the build directory themselves.
In practice, this means that we end up with linker calls like this:
c++ -o libfoo.so foo.o bar.o -L/usr/local/lib -L/wrkdir/build/lib
-lQt5Gui -lQt5Core
So if one already has Qt installed in the system, the older, already
present version of the libraries in /usr/local/lib will be used instead of
the newly-built ones in /wrkdir/build/lib.
QTBUG-40825 discusses this behavior upstream, but there has been no
agreement on a solution yet.
For now, the solution adopted is to make the compiler and the linker aware
of those paths but only try them last after all others, and this is
achieved by setting the CPATH and LIBRARY_PATH environment variables when
qmake is being used.
In addition to setting them in CONFIGURE_ENV and MAKE_ENV, we also need to
stop changing QMAKE_INCDIR and QMAKE_LIBDIR as well as filter those paths
from the pkg-config calls qtbase's configure script makes.
- Call qmake from the root of the ${WRKSRC}.
In Qt 5.3, Qt's build infrastructure has undergone some changes that make
our previous approach of calling qmake from the directories we want to
build stop working. Things would break even more in Qt 5.4, in which
qtbase's configure script does not accept the -process, -fully-process and
-dont-process arguments anymore (it always behaves as if -process had been
used).
Bite the bullet and start calling qmake from ${WRKSRC}. The largest part of
this change involves changing lines in Makefiles from
WRKSRC_SUBDIR= foo/bar
to
BUILD_WRKSRC= ${WRKSRC}/foo/bar
INSTALL_WRKSRC= ${WRKSRC}/foo/bar
as well as adding patches to .pro files to avoid entering other
subdirectories and removing post-configure targets that are not necessary
anymore.
Since qmake needs to be called from the top of ${WRKSRC} anyway, we can
also simplify the configuration process for the qtbase ports a little.
Looking at r10019 it is not clear why we started calling qmake in the
pre-configure target in addition to the post-configure one (while also
skipping it in do-configure), but we can now drop this call since letting
configure behave as if -process had been passed means it will call qmake
on its own and overwrite the files generated by the pre-configure call. We
still need to call qmake in post-configure though, as the configure script
does not pass -recursive when calling qmake and we need to be able to call
make from any subdirectory when building.
PR: 194762 [1]
PR: 194566 # exp-run with base GCC and clang
PR: 194088 [3]
|
|
|
|
| |
Reported by: Scott Allendorf
|
| |
|
|
|
|
|
|
|
| |
are used at the same time.
PR: 194349
Submitted by: Zsolt Udvari
|
|
|
|
|
|
|
|
|
|
| |
- Fix building on -CURRENT
- Add LICENSE
- Pet portlint
PR: 194500
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Approved by: mentors (implicit)
|