Commit Graph

47 Commits

Author SHA1 Message Date
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
Li-Wen Hsu f82067be13 - Update WWW 2018-03-29 13:28:57 +00:00
Vanilla I. Shu 5e00d0db57 Update to 0.5.1. 2017-02-04 15:05:56 +00:00
Dmitry Marakasov f1749e4ab1 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-29 14:29:18 +00:00
Antoine Brodin f555356b89 Revert r428752 and unbreak
Pointy hat:	sunpoet
2016-12-17 16:32:46 +00:00
Sunpoet Po-Chuan Hsieh 8e816fffb5 - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Use = instead of += for CMAKE_ARGS
2016-12-17 12:58:36 +00:00
Li-Wen Hsu 8523a8b06b - Fix runtime error caused by wrong CHEWING_DATADIR
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2016-05-09 16:47:45 +00:00
Vanilla I. Shu 7d9be49df1 Update to 0.5.0. 2016-05-09 03:21:10 +00:00
Mathieu Arnold 21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold 018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Jason E. Hale 42b0bae34f Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
2016-01-07 14:54:03 +00:00
Jason E. Hale 5318f51870 - Switch to USE_SQLITE
- Remove unnecessary gmake build dependency
2016-01-07 14:37:49 +00:00
Alexey Dokuchaev e47361f6c5 Remove BROKEN on powerpc statements: both these ports build and install fine. 2015-09-03 09:43:59 +00:00
Dmitry Marakasov 444bd13790 - Style improvements 2015-06-07 16:53:36 +00:00
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Vanilla I. Shu 29db6498d8 Fix runtime error with wrong datadir.
Obtained from:	James Hung via facebook.
2015-02-26 14:28:14 +00:00
Vanilla I. Shu 741b5934c0 Fix build on 10 (makeinfo issue)
PR:		197598
Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>
2015-02-15 03:27:59 +00:00
Vanilla I. Shu 05b0fd01a5 1: Upgrade to 0.4.0.
2: add LICENSE & LICENSE_FILE
3: add LIB_DEPENDS to sqlite3
4: sort USES
5: switch to cmake.
2015-02-09 03:21:39 +00:00
Baptiste Daroussin 304562e87d Finish resetting maintainership
PR:		195059
2014-12-02 22:50:10 +00:00
Baptiste Daroussin 5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +00:00
Dmitry Marakasov 6bf877fa0e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-19 13:44:30 +00:00
Olli Hauer c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
Vanilla I. Shu a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
Baptiste Daroussin f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Baptiste Daroussin 4f9800667d Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
2013-07-06 07:59:09 +00:00
Cheng-Lung Sung 6811f298e9 Update chinese/libchewing to 0.3.4
* Master site changed to Google Code
* Patches to install data into PREFIX/share/chewing

Patch created and tested by me and Zhihao Yuan(lichray@gmail.com)

PR:		ports/176021
Submitted by:	Henry Hu <henry.hu.sh_AT_gmail.com>
2013-06-27 01:47:18 +00:00
Mark Linimon 5b9c70b74f Fails to install on powerpc: signal 6.
Hat:		portmgr
Feature safe:	yes
2011-11-10 21:25:30 +00:00
Martin Wilke e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Koop Mast 32ea452695 Fix build with FreeBSD 10
Approved by:	portmgr (miwi)
2011-10-29 19:01:59 +00:00
Doug Barton 2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Cheng-Lung Sung 3c17f5a3fb - Update to 0.3.3
PR:		ports/155089
Submitted by:	Jin-Sih Lin <linpct_AT_gmail dot com>
2011-03-03 05:55:55 +00:00
Cheng-Lung Sung bdf99ce26e - Update to 0.3.2
PR:		ports/140991
Submitted by:	Denny Lin <dennylin93_AT_cnmc32 dot hs dot ntnu dot edu dot tw>
2009-12-18 05:06:18 +00:00
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Cheng-Lung Sung 3e06b4b944 - Respect DESTDIR
- Use USE_LDCONFIG

PR:		ports/101872
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 04:20:56 +00:00
Cheng-Lung Sung 49e1e955a7 - Require newer GCC to build, fix build on 4.x
PR:		97573
Submitted by:	Rong-En Fan
2006-05-22 01:09:04 +00:00
Cheng-Lung Sung d5a4216cea - since isspace(0xa0) return true. When using sscanf(...,"%s",...),
it will treat some UTF8 words containing 0xa0 as spaces.
  Thus those words will be skipped.
- added two patch to avoid that problem.
- bump PORTREVISION

Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
2006-05-20 16:23:34 +00:00
Cheng-Lung Sung 1830f7b089 - update to 0.3.0 2006-05-16 02:50:17 +00:00
Cheng-Lung Sung c9acfa8022 - Fix build on 4.x. Dont use C99 syntax.
PR:		96384
Submitted by:	Rong-En Fan <rafan AT infor dot org>
2006-04-27 00:55:56 +00:00
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Cheng-Lung Sung 123ac54862 - Update to 0.2.7
- fix BROKEN
- remove GNU_CONFIGURE (included in USE_AUTOTOOLS)
- take maintainer (requested by <kcwu AT csie dot org>)

PR:		92879
Submitted by:	clsung
Approved by:	maintainer
2006-02-06 14:37:08 +00:00
Edwin Groothuis 44855e0b04 SHA256ify (manually done and checked)
Approved by:    krion@
2006-01-22 09:54:26 +00:00
Kris Kennaway c5cfb491a3 BROKEN: Does not build 2006-01-14 09:34:07 +00:00
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Yen-Ming Lee 3c44bd2322 - update the URL of master site
- upgrade to 0.2.6

Approved by:	kcwu
2005-03-05 20:38:30 +00:00
Pav Lucistnik 4addcd869d Add libchewing, an Intelligent Chinese Phonetic Input Method for UNIX.
PR:		ports/72620
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2004-10-13 22:23:42 +00:00