Commit Graph

65 Commits

Author SHA1 Message Date
Tobias Kortkamp 863110e9f9 Add USES={gl,gnome,mate,sdl,xorg} missed in the last round 2019-11-14 12:39:42 +00:00
Mathieu Arnold bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Mathieu Arnold cbcfde370c OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by:	Absolight
2017-11-21 08:36:26 +00:00
Sunpoet Po-Chuan Hsieh dd910d5e66 Update MASTER_SITES and unbreak this port
MFH:		2017Q4
2017-10-13 15:20:58 +00:00
Baptiste Daroussin d8b775bfe0 Mark as broken ports with no public distfiles 2017-10-13 14:22:27 +00:00
Martin Wilke 37e372ab3e - Mark Broken
=> Attempting to fetch http://cdn.debian.net/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz
fetch: http://cdn.debian.net/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz: Not Found
=> Attempting to fetch http://www.gtlib.gatech.edu/pub/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz
fetch: http://www.gtlib.gatech.edu/pub/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz: Connection reset by peer
=> Attempting to fetch ftp://ftp.us.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz
fetch: ftp://ftp.us.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch ftp://ftp.au.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz
fetch: ftp://ftp.au.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch ftp://ftp.bg.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz
fetch: ftp://ftp.bg.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch ftp://ftp.br.debian.org/debian/pool/main/libt/libtabe/libtabe_0.2.6.orig.tar.gz
2017-05-13 07:25:16 +00:00
Mathieu Arnold f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Mathieu Arnold bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Dmitry Marakasov 261104ab3e - Simplify MASTER_SITES
- Add LICENSE
- Strip library
2015-05-10 19:41:34 +00:00
John Marino 1970ee35e2 chinese/libtabe: Unbreak fetch (slightly different distfile)
I don't know why, but the other repositories use a version of libtabe
that's about 5 days newer, although both are listed as version 0.2.6.
Apparently it was re-rolled about 11 years ago.  A patch had to be
regenerated as a result.  I reviewed differences between the two tarballs
and everything was innocent (a good chunk of different was html
documentation in chinese.

The DEBIAN_POOL magic doesn't support libraries, so MASTER_SITE_DEBIAN
had to be manually tweaked to use the Debian pool.

While here, clean up the X11 option a bit and wrap lines at 80 columns.
2015-04-09 11:50:49 +00:00
Baptiste Daroussin ebf441999b Mark as broken unfetchable ports 2015-04-05 18:38:33 +00:00
John Marino c957361b74 chinese/libtabe: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 13:12:38 +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
Tijl Coosemans c624321244 chinese/libtabe: convert to USES=libtool and bump dependent ports 2014-09-18 10:10:53 +00:00
Matthias Andree b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Vanilla I. Shu f3543f4459 Add missing patch file on prev commit, and fix building.
Submitted by:	swills@
2014-05-20 06:24:00 +00:00
Vanilla I. Shu 002993c159 Support staging.
Approved by:	portmgr@
2014-05-19 07:38:34 +00:00
Martin Wilke a72502a9b4 - Convert USE_GMAKE to USES 2014-03-13 08:07:44 +00:00
Adam Weinberger 3273972644 Convert chinese to MDOCS 2014-01-03 15:59:41 +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
Martin Wilke a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +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
Cheng-Lung Sung 55c67d6887 - Fix build after objformat removal
PR:		ports/110160
Submitted by:	rafan
2007-03-15 03:16:45 +00:00
Rong-En Fan 6c49a0f70a - Respect X11BASE
My last PR does not work as expected. Now this really works.

Noticed by:	pointyhat via kris
Pointy hat to:	rafan
Approved by:	portmgr (linimon), clsung (maintainer, implicit)
2006-12-11 05:02:43 +00:00
Cheng-Lung Sung fcd5bf1934 - Respect X11BASE
- pet portlint(1)

PR:		ports/105873
Submitted by:	rafan
2006-12-04 05:32:40 +00:00
Rong-En Fan e792d6cff2 - Pass maintainership to clsung@
Submitted by:	Kuang-che Wu (maintainer)
2006-09-11 02:20:46 +00:00
Rong-En Fan cdda09c059 - Update to 0.2.6
- It seems works well on amd64, tested by yinjieh@csie.nctu.edu.tw
  with chinese/xcin25. Remove amd64 from exclude list.

PR:		ports/97960
Submitted by:	rafan (me)
Approved by:	maintainer timeout (7 weeks)
2006-07-19 15:31:46 +00:00
Cheng-Lung Sung e61273a977 - chinese/xcin25 is updated to use USE_BDB, and supports db4+.
A warning message is printed if user defines WITH_BDB_VER.
  The db version used for xcin25 and libtabe  MUST  match.
- USE_BDB exists in libtabe, but it may find the wrong version
  if one has more than one bdb version  installed. Thus, configure
  and two source files are patched to use the correct bdb version
  specified in WITH_BDB_VER.
- bump PORTREVISION to encourage updating

PR:		ports/96606
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
Approved by:	maintainer (Kuang-che Wu)
2006-05-23 01:13:40 +00:00
Yen-Ming Lee adc08f468e - utilize USE_BDB [1]
- support BDB 40+

PR:		89023 [1]
Submitted by:	swhetzel at gmail.com [1]
2006-04-08 18:31:48 +00:00
Cheng-Lung Sung be7819459f - change distfile url.
- change maintainer's email address.

PR:		93096
Submitted by:	maintainer (Kuang-che Wu)
2006-02-10 00:56:59 +00:00
Edwin Groothuis acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Trevor Johnson 8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway c2bc6db2db BROKEN on amd64: Does not compile 2004-03-19 11:56:38 +00:00
Joe Marcus Clarke 053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Akinori MUSHA 57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Ade Lovett 3fccc4d9a5 BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports.  Fix dependencies accordingly.
2002-08-22 19:34:32 +00:00
Ade Lovett 76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Kris Kennaway 10db9272a1 Add USE_XLIB and correct a LIB_DEPENDS bogon.
Noticed by:	bento
2002-05-05 04:23:04 +00:00
Clive Lin 0b11fae5a7 Upgrade to latest xcin25/libtabe suite.
Hand MAINTAINER to submitter.

PR: ports/37039 ports/37040
Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw>
2002-04-17 11:51:53 +00:00
Ying-Chieh Liao 13977c574c NOPORTDOCS support
PR:		29750
Submitted by:	Patrick Li <pat@databits.net>
2001-10-15 09:54:21 +00:00
Jing-Tang Keith Jang 75a9bc19c9 Update to 0.2.2.
PR:				ports/28219
2001-06-22 09:04:56 +00:00
Jimmy Olgeni bce811e09f Fix typo: INSTALL_SHLIBS -> INSTALLS_SHLIB 2001-06-01 20:04:25 +00:00
Jing-Tang Keith Jang fb231b65dd Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.org 2000-11-06 18:15:21 +00:00
Kevin Lo 9b7e3ea637 Update to version 0.1.9
PR: 22437
Submitted by: MAINTAINER
2000-10-31 12:45:39 +00:00
Kevin Lo 8e2ab4acfb Upgrade to version 1.0.8
PR: 22017
Submitted by: MAINTAINER
2000-10-16 13:01:00 +00:00
Kevin Lo 8849ed6733 Update to version 0.1.7
PR: 21833
Submitted by: MAINTAINER
2000-10-10 05:32:51 +00:00
Vanilla I. Shu 7429493181 Upgrade to 0.1.6. 2000-08-12 07:34:05 +00:00