1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

93 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
e347c961e3 - Update to 1.3.9 2016-03-07 16:26:02 +00:00
Danilo Egea Gondolfo
45a27b928d - Update to 1.3.8 2016-02-06 13:07:23 +00:00
Danilo Egea Gondolfo
fe1768dcab - Update to 1.3.7 2016-01-18 13:30:59 +00:00
Danilo Egea Gondolfo
2ac385ec20 - Update to 1.3.6 2015-12-21 13:44:26 +00:00
Danilo Egea Gondolfo
c1c9f89c84 - Update to 1.3.5 2015-10-12 23:38:42 +00:00
Danilo Egea Gondolfo
4580de5d6c - Update to 1.3.4 2015-08-07 02:24:01 +00:00
Danilo Egea Gondolfo
fcac383bab - Update to 1.3.3 2015-08-02 17:59:47 +00:00
Danilo Egea Gondolfo
d2fe6eaeed - Update to 1.3.2
- Use tar:xz

PR:		201775
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2015-07-22 21:10:49 +00:00
Danilo Egea Gondolfo
7d4ab93667 - Fix a runtime dependency
- Fix a runtime error due a Linux dependent code snippet

Reported by:	Torfinn Ingolfsen <tingox@gmail.com>
Tested by:	Torfinn Ingolfsen <tingox@gmail.com>
MFH:		2015Q3
2015-07-05 03:30:41 +00:00
Danilo Egea Gondolfo
cdb3c5f107 - Update to 1.3.1 2015-05-12 03:35:31 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00
Danilo Egea Gondolfo
a0dd81697d - Update to 1.3.0 2015-01-31 15:02:12 +00:00
Koop Mast
bb89f80c35 Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
  what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
  the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
  16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
  support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
  a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
  it useless.

PR:		194949 [1]
PR:		195227 [2]
Requested by:	many [1]
Submitted by:	software-freebsd@interfasys.ch [2]
2015-01-18 21:12:42 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Danilo Egea Gondolfo
c3a4a6a618 - Update from 1.2.6 to 1.2.7
- Take maintainership
2014-11-24 14:22:10 +00:00
Guido Falsi
4a3ac2f250 - Update to 1.2.6
- Add NO_ARCH
- Remove dirrms

PR:		194166
Submitted by:	tkato432 at yahoo.com
2014-10-13 17:06:50 +00:00
Martin Wilke
8c94117593 - Update to 1.2.5
PR:		191094
2014-06-18 03:50:31 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Emanuel Haupt
e51ae914b5 Remove trailing whitespaces from category graphics 2014-02-21 13:37:15 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
John Marino
bfa0d76038 graphics/gscan2pdf: Fix PERL5 definition
Approved by:	portmgr (tabthorpe)
2013-11-01 14:52:57 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
926c80457b Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-16 17:07:26 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Andrej Zverev
4f3dde191d graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.

Reported by:	Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat:	az@
2012-07-03 17:38:41 +00:00
Andrej Zverev
e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00
Brendan Fabeny
c2894a8bc4 also remove the -nox11 suffix from the djvulibre runtime dependency 2012-06-13 05:38:06 +00:00
Brendan Fabeny
dfe91aa6ae update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that was
formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11
has been merged back into graphics/djvulibre
2012-06-13 04:49:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
3c6602422c - Update to 1.0.4 2012-05-14 00:00:35 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Sylvio Cesar Teixeira
d7b0faf648 - Add license 2011-05-20 19:49:23 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Sylvio Cesar Teixeira
626bca86ea - Update to 0.9.32 2011-02-23 19:05:45 +00:00
Sylvio Cesar Teixeira
26c316d25e - Fix message of syntax error when started gscan2pdf in terminal.
PR:		ports/153370
Submitted by:	Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
2011-02-10 12:42:51 +00:00
Pav Lucistnik
3b5370fc49 - Catch up with p5-gettext renaming
Reported by:	pointyhat
2010-10-12 22:38:21 +00:00
Sylvio Cesar Teixeira
5407d8cfc3 - Update to 0.9.31 2010-07-26 02:16:50 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Sylvio Cesar Teixeira
a627ca195f - Return of dependence devel/p5-Acme-Damn, necessary to the build of gscan2pdf in due of entry of devel/p5-Acme-Damn in devel/Makefile.
Approved by:	miwi (mentor)
2010-03-21 14:44:25 +00:00
Martin Wilke
2cdd50575c - Fix INDEX 2010-03-20 10:06:12 +00:00
Sylvio Cesar Teixeira
cf3140bc70 - Update to 0.9.30
Approved by:	miwi (mentor)
2010-03-19 23:56:13 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
88690e428e - Update to 0.9.29
Approved by:	itetcu (mentor)
2009-12-01 22:03:25 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Martin Wilke
2212edbf9f - Update to 0.9.28
- Pass maintership to Submitter

PR:		138257
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-08-29 22:07:35 +00:00
Mark Linimon
9fb1ef4c3a Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
2009-08-28 17:37:26 +00:00