1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

81 Commits

Author SHA1 Message Date
Shaun Amott
c9d2401b93 - Upgrade to 3.4.30.
- Relinquish port.

PR:		ports/124355 (earlier version)
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-11-14 17:41:30 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +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
Rong-En Fan
9716a77fea Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:	portmgr (pav)
2007-09-24 08:43:49 +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
Pav Lucistnik
9e9ef47797 - Use new USE_TCL_BUILD/USE_TK_BUILD macros 2007-01-08 00:00:57 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Ion-Mihai Tetcu
82713c2548 - update to 3.4.22
- add MASTER_SITE
- convert to OPTIONS
- pass maintainership to submitter

PR:		ports/97402
Submitted by:	Shaun Amott <shaun@inerd.com>
Approved by:	lawrance (mentor, implicit)
2006-06-05 11:13:35 +00:00
Jean Milanez Melo
c41fc1582c - Update to 3.4.21.
- portlint(1).

PR:		ports/95592
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	mnag (mentor)
2006-04-12 18:16:43 +00:00
Pav Lucistnik
9e818d365e - Fix dependency on Tcl/Tk 2006-03-16 17:12:12 +00:00
Kris Kennaway
64a95cec88 BROKEN: Incorrect pkg-plist
Approved by:    portmgr (implicit)
2006-03-06 20:29:24 +00:00
Alexey Dokuchaev
0c89c3629d Forgot to commit [approved] changes to distinfo.
Approved by:	portmgr (marcus, previously)
Spotted by:	kris
Pointy hat to:	me
2006-02-27 14:28:05 +00:00
Alexey Dokuchaev
4580b44e4b Unbreak by updating to latest stable version.
Approved by:	portmgr (marcus)
2006-02-26 22:18:47 +00:00
Kris Kennaway
574f0c0567 BROKEN: Size mismatch 2006-02-12 22:20:46 +00:00
Simon Barner
ebd2c300ba - Update to 3.4.11
- Update WWW and master site
- use USE_TCL and USE_TK

Submitted by:	Ports fury
PR:		ports/92611
2006-02-01 02:11:16 +00:00
Pav Lucistnik
2098ca40dc - Add SHA256 2005-11-24 00:22:47 +00:00
Renato Botelho
bb43e5f558 - Update to version 3.3.38
PR:		ports/87533
Submitted by:	Ports Fury
2005-10-18 09:15:51 +00:00
Joerg Wunsch
b0630504d5 Fix a coredump in the undo processing when doing a rotate editing
operation.
2005-09-14 12:15:59 +00:00
Sam Lawrance
596fea2695 Update to 3.3.33
PR:		ports/85873
Submitted by:	Ports Fury
2005-09-09 19:16:36 +00:00
Roman Bogorodskiy
a07bb9f20d Update to version 3.3.19.
PR:		83152
Submitted by:	Ports Fury
2005-07-08 18:49:17 +00:00
Michael Johnson
ad40f38d51 - Update to 3.3.18
- tk84 is now required

PR:		ports/82670
Submitted by:	Ports Fury
2005-06-27 02:46:59 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
3d8ddfe32c - Update to version 3.1.38
PR:		ports/65077
Submitted by:	Ports Fury
2004-04-02 19:00:08 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Joe Marcus Clarke
b7eeb1b30d Use the new ghostscript options.
Submitted by:	linimon
2004-01-20 16:30:09 +00:00
Edwin Groothuis
a7bec054bd Update port: cad/xcircuit
- ECHO -> ECHO_MSG
	- pre-fetch -> pre-everything

PR:		ports/56770
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:02:57 +00:00
Edwin Groothuis
2c17bf1942 [PATCH] cad/xcircuit: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54918
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:19:59 +00:00
Hye-Shik Chang
aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00
Daichi GOTO
aef5bc1f3d update cad/xcircuit: 3.1.15 -> 3.1.18
PR:		55417
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-20 07:01:38 +00:00
Christian Weisgerber
7abf4304f4 Update to version 3.1.15.
PR:		52662
Submitted by:	Ports Fury
2003-06-05 18:31:50 +00:00
Pete Fritchman
708aa4a71b The xcircuit site no longer carries bz2 archives of older distfiles.
Contents of the new .gz distfile verified against old .bz2 distfile with
diff -ruN.

Noticed by:	fenner's portsurvey
2003-05-10 00:48:06 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +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
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
6082ca2e05 find->${FIND},xargs->${XARGS}
PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-09-29 08:07:47 +00:00
Ying-Chieh Liao
0df5b56769 PERL -> REINPLACE_CMD
PR:		39273
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:14:16 +00:00
Maxim Sobolev
ba7ed4d85d Update to 2.3.3 to fix problem on bento.
PR:		38416
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-05-22 12:58:21 +00:00
Kevin Lo
ddde651aeb Update to version 2.3.3.b16
PR: 31300
Submitted by: Ports Fury
2001-10-19 16:02:11 +00:00
Mario Sergio Fujikawa Ferreira
971449d1b6 o Update to 2.3.3.b15
o Update WWW tag in DESCR

PR:		31070
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 15:09:38 +00:00
Akinori MUSHA
520f943856 Replace the ghostscript6 dependencies with ghostscript-gnu. 2001-09-11 21:23:46 +00:00
FUJISHIMA Satsuki
f7336679e4 fix DISTNAME. 2001-09-01 16:04:37 +00:00
FUJISHIMA Satsuki
fcbc97b421 update to 2.3.3 beta rev.9.
this version needs GNU m4 to process manpages.
2001-08-31 13:44:41 +00:00
Kevin Lo
512c7b0dff Update to version 2.3.3
PR: 28646
Submitted by: MAINTAINER
2001-07-03 12:33:16 +00:00
Kevin Lo
8ca57febf3 Update to version 2.3
PR: 28039
Submitted by: Ports Fury
2001-06-12 13:44:49 +00:00
FUJISHIMA Satsuki
877d1140f6 distfile re-rolled (rev177 to rev178, according to Manifest).
little documentation and bugfix.

Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-17 20:19:30 +00:00
FUJISHIMA Satsuki
97cc97151f update to 2.2.2.
PR:		25610
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-08 17:10:41 +00:00
Kevin Lo
634fd57ed1 Update to version 2.2.1
PR: 25074
Submitted by: Ports Fury
2001-02-14 12:41:38 +00:00
Kevin Lo
22696635ad Update to version 2.2.0
PR: 23757
Submitted by: Ports Fury
2000-12-22 16:26:09 +00:00