Commit graph

99 commits

Author SHA1 Message Date
Baptiste Daroussin
0ae57e1940 Use USES=fakeroot instead of NEED_ROOT=yes
while here convert to USES=autoreconf
2015-05-03 14:32:37 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +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
Adam Weinberger
f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00
Adam Weinberger
8726978026 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:43:35 +00:00
John Marino
09f62b4ab0 japanese/mutt-devel: Rev bump due to change in library dependencies 2014-04-21 21:16:51 +00:00
John Marino
f9970e82e9 japanese/mutt-devel: Eliminate use of problematic libslang
PR:		ports/185122
Submitted by:	Oota Toshiya
Approved by:	maintainer (SHIOZAKI Takehiko)
2014-04-21 21:10:34 +00:00
Matthias Andree
0e8780cf64 - Fix build for recent FreeBSD 9.1, 10.0 or later.
- Convert to new LIB_DEPENDS syntax.
- Fix mis-adopting optionsNG.
- Fix inconsistency between declared LIB_DEPENDS and actual libdb
  version used on systems with multiple BDB versions installed.

PR:		184490
Submitted by:	Takehiko Shiozaki (maintainer)

While here,

- add LICENSE
- convert to staging to avoid mutt's doc/Makefile from messing with
  Muttrc
- convert USE_GMAKE to USES
- have two files' shebang lines fixed
2013-12-06 21:31:48 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Martin Wilke
2c4e5dd403 - Unbreak after autotools update 2013-07-18 05:41:27 +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
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Jase Thew
81af743046 - Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.

PR:		ports/169570
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
Approved by:	culot (mentor)
2012-07-07 16:13:16 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Sunpoet Po-Chuan Hsieh
3a06d88217 - Mark CONFLICTS with ja-mutt, mutt, mutt-devel, mutt-devel-lite, mutt-lite and zh-mutt-devel
- Bump PORTREVISION for package change
2011-10-01 16:44:37 +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
Wen Heping
43721c23d5 - Bump PORTREVISION to chase the update of dns/libidn 2011-03-14 08:40:06 +00:00
Sunpoet Po-Chuan Hsieh
649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +00:00
TAKATSU Tomonari
431f602d64 - Update to 1.5.21 [1]
- Make use of grouping rules for DISTFILES and MASTER_SITES
- Use PKGNAMESUFFIX to make portlint happier
- Add OPTIONS

PR:		ports/153234 [1]
Submitted by:	SHIOZAKI Takehiko <st_AT_be_DOT_to> [1]
2011-01-04 05:39:52 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Volker Stolz
7799b9a9c3 Fix installation of documentation (bump PORTREVISION)
PR:		ports/124663
Submitted by:	maintainer
2008-06-25 06:53:54 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Gabor Kovesdan
b71ffcf18f - My editor spammed the Makefile last time, fix weird error. It seems to be
a bug in ee(1)

Reported by:	Dan Langille <dan@langille.org>
2007-04-18 21:37:41 +00:00
Gabor Kovesdan
2ef5059b2e - Remove support for deprecated cyrus-sasl and add support for cyrus-sasl2
- Bump PORTREVISION

PR:		ports/111567
Submitted by:	SHIOZAKI Takehiko <st@be.to> (maintainer)
Inspired by:	gabor
2007-04-18 21:01:55 +00:00
Shaun Amott
1411ebddc1 - Add fix for recent IMAP buffer overflow vulnerability.
PR:		ports/99698
Submitted by:	shaun (me)
Approved by:	SHIOZAKI Takehiko <st@be.to> (maintainer),
		ahze (mentor)
Security:	VuXML d2a43243-087b-11db-bc36-0008743bf21a
2006-07-03 15:44:27 +00:00
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18:07 +00:00
Edwin Groothuis
db4ade709f SHA256ify
Approved by:	krion@
2006-01-30 10:46:59 +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
Pav Lucistnik
ecea4a7603 Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:	both maintainers
Repocopy by:	marcus
2005-11-12 18:52:22 +00:00
Edwin Groothuis
112aed9da5 japanese/mutt-devel pkg-plist error fix
- Fixed the pkg-plist error.
	- Updated the header cache patcg to the latest one.

PR:		ports/75290
Submitted by:	SHIOZAKI Takehiko <st@be.to>
2004-12-22 01:15:19 +00:00
Kirill Ponomarev
ee5080e0e9 Chase libraries for new devel/libidn version. 2004-10-26 15:26:43 +00:00
Norikatsu Shigemura
3393d76352 o Added -D_DONT_USE_CTYPE_INLINE_ to CFLAGS not to use inlined wcwidth().
o Cleaned up pkg-plist for NOPORTDOCS.
o Added the latest Japanese documents.
o Also added the following knobs.
	WITH_MUTT_HEADER_CACHE
	WITH_MUTT_IDN
	MUTT_CONFIGURE_ARGS

PR:		ports-jp/14983[1], ports/71329[2]
Submitted by:	KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>[1]
		SHIOZAKI Takehiko <st@be.to> (maintainer)[2]
Reviewed by:	Kimura Fuyuki <fuyuki@hadaly.org>
		vs
2004-09-03 20:11:04 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Volker Stolz
03fd4fe80b - WITHOUT_NLS-knob [1]
- Register CONFLICTS [2]
- Bring PORTNAME in line with mail/mutt-devel ("mutt" -> "mutt-devel") [2]

PR:		ports/64836 [1]
Submitted by:	Katsura Matsumoto
Approved by:	SHIOZAKI Takehiko (maintainer) [1,2]
2004-05-17 06:42:26 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Jacques Vidrine
a041c1f753 Unbreak by fixing bug introduced in rev 1.45, which attempted to
correct handling of LDFLAGS but instead removed it from CONFIGURE_ENV
completely.
2004-03-05 23:55:25 +00:00
Norikatsu Shigemura
71d75843cf o Update to 1.5.6.
o Change MAINTAINERship to submitter.

PR:		ports-jp/14599
Submitted by:	SHIOZAKI Takehiko <st@be.to>
Approved by:	IWASHITA Yoji <iwashita@cqmail.net> (maintainer)
2004-03-01 02:22:43 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00