Sunpoet Po-Chuan Hsieh
40c9c7f7eb
Update devel/readline to 8.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
2019-04-09 14:04:49 +00:00
Baptiste Daroussin
7990f81066
Install texinfo files (GNU info) into ${PREFIX}/share/info
...
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98
Update devel/readline to 7.0 patch 3
...
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
2017-06-27 13:46:53 +00:00
Sunpoet Po-Chuan Hsieh
141b4c5246
Use USES=readline:port
...
Approved by: portmgr (blanket)
2017-06-12 22:25:39 +00:00
Ashish SHUKLA
3c64608ce8
- Switch to egrep from grep to avoid GNU extensions in basic
...
regular expressions.
PR: 218615
Submitted by: Kyle Evans <bsdports@kyle-evans.net >
2017-04-16 16:43:23 +00:00
Mathieu Arnold
eabbfd75e3
${RM} already has -f.
...
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
31002feb3c
- Fix LICENSE
...
- Switch to options helpers
- Do not stage unneeded files properly to fix stage-qa:
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'bin/euktoeps.orig.bak'
Approved by: portmgr blanket
2016-02-20 13:06:49 +00:00
Ashish SHUKLA
1f2d3fe605
- Patch euktoeps, so it uses GNU getopt
...
- Add dependency on misc/getopt
Reported by: Nicolas <nh.techn at gmail.com>
2015-11-28 04:24:16 +00:00
Mathieu Arnold
320514f1dd
It seems some people keep adding $FreeBSD$ to patch files.
...
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight
2015-09-16 13:03:45 +00:00
Mathieu Arnold
6172d4b590
Remove $FreeBSD$ from patches files everywhere.
...
With hat: portmgr
Sponsored by: Absolight
2015-05-22 20:34:27 +00:00
Ashish SHUKLA
2ee7f2f04a
- Fix breakage on 11-CURRENT
...
Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host
PR: 199528
Submitted by: jbeich
2015-04-26 06:07:37 +00:00
Antoine Brodin
cff02893b4
Cleanup plist
2014-11-13 23:24:00 +00:00
Jimmy Olgeni
168f57451a
Remove indefinite articles and trailing periods from COMMENT, plus minor
...
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
2014-07-07 15:31:01 +00:00
Antoine Brodin
e9e165c331
- Unbreak
...
- Finish stage support, binaries were referring to STAGEDIR
2014-07-04 12:03:39 +00:00
Adam Weinberger
d9b5127626
Remove NOPORTDOCS and NOPORTEXAMPLES.
...
Approved by: portmgr (blanket)
2014-07-04 00:52:39 +00:00
Antoine Brodin
cd419fd1df
Make those ports more likely to build with texinfo from ports
...
With hat: portmgr
2014-07-01 17:37:41 +00:00
Ashish SHUKLA
ffc72665c6
- Update to 1.5.4
...
- Add LICENSE information
- Add STAGE support
- Fix building with clang
2014-06-22 13:11:17 +00:00
Martin Wilke
e9ed236366
- Convert gmake,bzip2 to USES
...
Approved by: portmgr
2014-05-26 12:28:33 +00:00
Baptiste Daroussin
ce5e457020
Add NO_STAGE all over the place in preparation for the staging support (cat: math)
2013-09-20 20:55:04 +00:00
Hiroki Sato
4e09def2d4
Rectify USE_TEX to support both of teTeX and TeXLive.
...
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
7dadfc8a88
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
...
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Marcus von Appen
a3a0715f38
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
2013-04-27 11:59:28 +00:00
Alex Kozlov
08c99f3ad5
- Convert USE_GETTEXT to USES (part 1)
...
Approved by: portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
9250d94365
Convert USE_BISON to USES= bison
...
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Max Brazhnikov
630ca2285f
Bump PORTREVISION after open-mofit update
2011-05-02 12:44:53 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Ashish SHUKLA
cffcff87c3
- Change my maintainer address.
...
Approved by: pgj (mentor)
2010-06-11 13:37:41 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Wen Heping
8d6590a59d
- Fix the build error reported bt QAT@
...
PR: ports/145853
Submitted by: Ashish SHUKLA <wahjava@gmail.com > (maintainer)
2010-04-20 08:45:51 +00:00
Wen Heping
9531afff43
- Update to 1.5.3
...
- Pass maintainership to submitter
PR: ports/145771
Submitted by: Ashish SHUKLA <wahjava@gmail.com >
2010-04-19 09:19:19 +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
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Tilman Keskinoz
6d9278eb9c
Fix declaration order bug in parser
...
Reported by: pointyhat
2009-03-13 17:40:03 +00:00
Ade Lovett
dbd39ca660
Migration from bison 1.x to 2.x
...
PR: 117086
Tested by: -exp runs
2007-10-17 10:13:01 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
efe7d5f7f4
Remove USE_REINPLACE from ports starting with M
2006-05-10 22:37:39 +00:00
Edwin Groothuis
e62864a49b
Chase libversion bumb to libMagick.so.9
...
PR: ports/91270
2006-01-05 03:57:35 +00:00
Simon Barner
f075ec4134
- Update mastersite [1]
...
- Update WWW [1]
- Add SHA 256
PR: ports/89238
Submitted by: Ports Fury
2005-11-23 01:22:54 +00:00
Pav Lucistnik
35b9ece94d
- Update to 1.0.3
...
PR: ports/88562
Submitted by: Ports Fury
2005-11-09 00:24:49 +00:00
Roman Bogorodskiy
1eef2d5c54
Update to 1.0.2.
...
PR: 83159
Submitted by: Ports Fury
2005-07-08 18:56:29 +00:00
Volker Stolz
15417638f1
Update to 1.0.1
...
PR: ports/77975
Submitted by: Ports Fury
2005-03-04 10:15:57 +00:00
Kirill Ponomarev
99e3ad7b18
- Update to version 1.0.0
...
PR: ports/66754
Submitted by: Ports Fury
2004-05-17 18:40:46 +00:00
Kirill Ponomarev
28b24f9fca
- Update to version 0.9.2.2
...
PR: ports/63879
Submitted by: Ports Fury
2004-03-07 16:41:47 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe
SIZEify.
2004-01-29 16:13:06 +00:00
Akinori MUSHA
2c41b9e5f3
De-pkg-comment.
2003-02-20 19:00:52 +00:00
Tilman Keskinoz
233b222731
Update to 0.9.2.1
...
PR: 46308
Submitted by: KATO Tsuguru <tkato@prontomail.com >
2003-01-03 18:05:34 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00