Commit graph

49 commits

Author SHA1 Message Date
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
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
Pav Lucistnik
c54599a442 - Fix build with GCC 4.2
Submitted by:	SHIOZAKI Takehiko <st@be.to> (maintainer)
2007-07-05 10:47:11 +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
Gabor Kovesdan
e1137b2590 - Remove support for deprecated cyrus-sasl
- Bump PORTREVISION

PR:		ports/111567
Submitted by:	gabor
Approved by:	SHIOZAKI Takehiko <st@be.to> (maintainer, via private mail)
2007-04-18 12:48:46 +00:00
Shaun Amott
c7d49534e6 - Add fix for recent IMAP buffer overflow vulnerability.
PR:		ports/99700
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:42:26 +00:00
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18: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
Norikatsu Shigemura
ab03dbc2e9 o Change MAINTAINER to submitter (blanket).
o Added -D_DONT_USE_CTYPE_INLINE_ to CFLAGS not to use inlined wcwidth().
o Modified pkg-plist to use %%DOCSDIR%%.

PR:		ports-jp/15003, ports/71331
Submitted by:	SHIOZAKI Takehiko <st@be.to>
Approved by:	maintainer blanket
Obtained from:	ports/71329
2004-09-03 20:16:09 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Kirill Ponomarev
f2c177d47a - Update to version 1.4.2.1
PR:		ports/65447
Submitted by:	maintainer
2004-04-12 06:02:24 +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
Oliver Eikemeier
bb08d2c7c7 Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>

bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
2004-03-11 18:48:07 +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
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Dirk Meyer
b5ecd341ab - don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
(maintainter contacted, no response yet)
Approved by:	marcus
2003-09-03 05:56:04 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Norikatsu Shigemura
06194a22a1 Update to 1.4.1, and change MAINTAINER address.
PR:		ports/52530
Submitted by:	IWASHITA Yoji <iwashita@cqmail.net> (maintainer)
2003-05-21 18:08:21 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Akinori MUSHA
eb07396604 Now that AUTOCONF and friends contain slashes in them, use a separator
other than the slash for s///.  This fixes the build.

Use REINPLACE_CMD instead of PERL while I'm here.
2002-11-28 18:10:52 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Patrick Li
b5e991be88 Update to 1.4
PR:		ports/39692
Submitted by:	maintainer
2002-06-23 22:56:15 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
FUJISHIMA Satsuki
42b5e10631 o update to 1.2.5.1.
o add FETCH_BEFORE_ARGS=-A for broken httpd.

PR:		33943
Submitted by:	maintainer
2002-01-16 20:00:49 +00:00
Mario Sergio Fujikawa Ferreira
394bada0cf o USE_AUTO* police sweep
- Don't hardcode, use ACLOCAL
2001-12-02 18:45:49 +00:00
FUJISHIMA Satsuki
f48a84c18f update MASTER/PATCH_SITES.
PR:		25638
Submitted by:	maintainer
2001-03-09 20:12:02 +00:00
Chris Piazza
17938504a6 Update to 1.2.5 japanese patch level 2.
PR:		23587
Submitted by:	maintainer
2000-12-16 19:58:42 +00:00
Akinori MUSHA
4b7f9c06ec Update to 1.2.5i-jp0.
PR:		ports/20871
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp> (MAINTAINER)
2000-08-28 18:21:02 +00:00
Akinori MUSHA
24916051a2 Some minor fixes in Japanese support.
PR:		ports/20026
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer)
2000-07-19 06:41:13 +00:00
Akinori MUSHA
5f5a61d4aa Update to 1.2.4.j0.
PR:		ports/20012
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer)
2000-07-18 19:31:14 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Michael Haro
439d4284d5 update to 1.0.1i
PR:		17732
Submitted by:	maintainer
2000-04-01 20:00:11 +00:00
Satoshi Taoka
8a49b111d5 Update a Japanese manual
PR:		16778
Submitted by:	maintainer
2000-02-20 15:21:56 +00:00
Satoshi Taoka
d8fcfc1240 Fix to include the Japanese manual in package
PR:		16609
Submitted by:	maintainer
2000-02-09 16:17:47 +00:00
Satoshi Taoka
289766278e typo in "Version required".
Submitted by:	maintainer
Obtained from:	ports-jp@jp.freebsd.org
2000-02-07 06:47:02 +00:00
Michael Haro
bc5efff417 update to 1.0i
PR:		16471
Submitted by:	maintainer
2000-02-01 01:02:36 +00:00
SADA Kenji
94b2e9067e Upgrade to 1.0pre3i.
Submitted by:	Maintainer
Posted at: FreeBSD ports-jp ML #8046
	<http://home.jp.FreeBSD.ORG/cgi-bin/showmail/ports-jp/8046>
1999-10-31 02:30:34 +00:00
SADA Kenji
5e6d24c3e8 Text-based powerful mail client with Japanize patch.
PR is about version 0.95 but submitter sent new version 1.0-b1 to
ports-jp ML and I'll commit it.

PR:		12451
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp>
1999-09-05 20:04:07 +00:00