1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Ion-Mihai Tetcu
a5e8a0b9a9 Use NOPORTEXAMPLES and %%PORTEXAMPLES%% where appropiate to fix packaging with
-DNOPORT* defined.

Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-05 12:29:44 +00:00
Maho Nakata
dcfda0bf17 Update to 1.6.11. 2009-03-17 08:20:04 +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
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
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +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
Maho Nakata
1faa4bae45 Update to 1.6.10. 2007-04-17 01:21:34 +00:00
Maho Nakata
f9ac015c74 - update to 1.6.9
- pkg-plist fixed

PR:		96331
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-04-26 05:01:01 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +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
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Maho Nakata
e875a08353 update to 1.6.7
Submitted by:	Martin Kroeker <martin@ruby.chemie.uni-freiburg.de>
		edwin
2005-10-09 06:45:01 +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
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Maho Nakata
2f8628204c Update 1.6.6 2005-02-13 04:29:56 +00:00
Maho Nakata
03860695c5 update to 1.6.5
Submitted by:	Martin Kroeker <martin@ruby.chemie.uni-freiburg.de>
2005-02-09 09:03:50 +00:00
Maho Nakata
ba68454656 Update to 1.6.4
Submitted by: Christopher Illies <christopher.illies@web.de>,
              MartinKroeker <martin@ruby.chemie.uni-freiburg.de>
              (original author) and maho
2005-02-01 06:54:06 +00:00
Maho Nakata
36cd475082 Update to 1.6.3
Submitted by:	Christopher Illies <christopher.illies@web.de>
2005-01-30 03:20:47 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Maho Nakata
23c0b4c300 SIZEify
Submitted by:	trevor
2004-03-19 04:09:18 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Maho Nakata
a758aa5732 Fix CONFIGURE_ENV, this is passed as-is to the shell.
Submitted by:  will
Reviewed by:   Jonathan Drews <j.e.drews@att.net>
2003-10-08 03:11:12 +00:00
Maho Nakata
1ba001cac6 Honor CFLAGS 2003-10-04 02:07:15 +00:00
Maho Nakata
bf4ff7c70f a) add support for EMF format
b) bump portrevision
2003-10-04 01:52:19 +00:00
Maho Nakata
9692b74092 Fix very stupid error.
Reported by: freshports and Dan Langille
2003-09-03 23:06:56 +00:00
Maho Nakata
84e577ec6a 1) takeover maintainership
2) add EMF support (not work yet)
2003-09-03 22:36:48 +00:00
Maho Nakata
9cb0da02b0 Update to 1.6 and some clean-up.
PR:		54664
Submitted by:	KATO Tsuguru <tkato@prontomail.com> aka Ports fury
2003-07-21 00:57:58 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +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
Christian Weisgerber
00d5ec24c0 Update to 1.5.
Loosely based on

PR:		41652
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-08-31 00:54:20 +00:00
FUJISHIMA Satsuki
cfb7836629 o mkdir locale subdirectory before install.
o use INSTALL_* macro rather than ${CP}.
2001-09-21 14:18:28 +00:00
Ying-Chieh Liao
240a6fffbc upgrade to 1.3.1
drop maintainership
2001-09-11 07:46:02 +00:00
Ying-Chieh Liao
f7268fcb56 - Support CC/CFLAGS/MAKE properly
- Support install macros
- Fix install error

PR:		26557
Submitted by:	tkato@prontomail.ne.jp
2001-04-14 11:43:16 +00:00
Ying-Chieh Liao
930bd6ef2a add chemtool
Chemtool is a program for drawing organic molecules easily and store them
as an Postscript, X-Bitmap, LaTeX and XFig file

ps. first science ports ?
2001-03-30 19:23:00 +00:00