1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Martin Wilke
3a50810a5e - Update to 2.22.3
PR:		139301
Submitted by:	Charlie Kester <corky1951@comcast.net> (maintainer)
2009-10-04 10:08:09 +00:00
Dmitry Marakasov
624b59616f - Update to 2.22.2
- Pass maintainership to submitter

PR:		136392
Submitted by:	Charlie Kester <corky1951@comcast.net>
2009-07-07 13:21:57 +00:00
Martin Wilke
2ca9032774 - Update to 2.22.1
PR:		126798
Submitted by:	Ports Fury
2008-08-25 21:16:21 +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
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Frank J. Laszlo
3c05e246dc Update to 2.19.1 2007-01-18 15:30:41 +00:00
Frank J. Laszlo
baa4c4b007 Update to 2.19. 2007-01-04 22:52:32 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Rong-En Fan
e72afa1e09 - Update to 2.17
PR:		ports/103223
Submitted by:	Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer)
2006-09-13 16:52:12 +00:00
Renato Botelho
9a01f015bb - Fix typo in files/patch-aa that fixes problems on deinstall.
PR:		ports/95420
Submitted by:	maintainer
Noticed by:	Robert Huff <roberthuff@rcn.com>
2006-04-07 15:34:04 +00:00
Renato Botelho
906853f642 - Update to 2.16. This version adds the following features:
* a --full-help option is generated that shows also hidden options
        * multiple parsers can be linked into the same executable (even
          when using configuration files, thanks to Andre Noll)
        * when invoking getopt_long, discard any pointers to previously
          scanned command lines (thanks to Andre Noll)
        * fixed a bug in generation of help strings that might cause
          a seg fault (reported by Paul Biggar)

PR:		ports/95329
Submitted by:	maintainer
2006-04-05 19:44:29 +00:00
Pav Lucistnik
d23d6ca3aa - Update to 2.15
PR:		ports/91017
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-12-28 15:50:27 +00:00
Andrey Slusar
00f2aeb4de * Update to version 2.14
* Pass maintainership to submitter.

PR:		ports/90448
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
Approved by:	sem(mentor)
2005-12-16 15:17:18 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +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
b8864c4e1e - Fix configure warning
PR:		65674 65675 65676 65677 65678 65679
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:20:31 +00:00
Kirill Ponomarev
a035b01e0f - Update to version 2.11
PR:		ports/64016
Submitted by:	maintainer
2004-03-10 09:41:59 +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
Tilman Keskinoz
a7a4a61612 Update to 2.9
PR:		51793
Submitted by:	maintainer
2003-05-18 23:39:21 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Edwin Groothuis
43c7467deb Upgrade devel/gengetopt to make it compile under -current again.
Implicit approval because the port didn't build with the old version.
Also noticed on bento.

PR:		ports/45690
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Reviewed by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-12-18 11:46:07 +00:00
David W. Chapman Jr.
7cdb9dd859 Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer
2002-01-17 23:13:38 +00:00
Pete Fritchman
4a5c2c67cb - add NOPORTDOCS support & install documentation
- minor indentation fix in pkg-descr
- add @comment $FreeBSD$ to pkg-plist & sort

PR:		31543
Submitted by:	maintainer
2001-11-15 05:58:49 +00:00
Mario Sergio Fujikawa Ferreira
b9e65cf9e3 switch maintainership over to submitter
PR:		30380
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-09-13 02:15:14 +00:00
Ying-Chieh Liao
2529b03f49 upgrade to 2.4 2001-08-25 16:09:38 +00:00
Ying-Chieh Liao
b8b5051b4e upgrade to 2.3 2001-05-04 09:35:53 +00:00
FUJISHIMA Satsuki
28a6826d57 get rid of unnecessary libgnugetopt dependency. 2001-02-18 11:52:35 +00:00
Kevin Lo
cb42de4d89 Upgrade to 2.2
PR: 24407
Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
2001-01-17 13:59:49 +00:00
Daniel Harris
133bb90228 Bring comment in line.
PR:		22986
Submitted by:	Ports Fury
2000-12-17 15:58:51 +00:00
Will Andrews
ffefb338d5 Add gengetopt 2.1, a program that will generate a C function that uses
getopt_long function to parse the command line options, validate them and
fill a struct.

PR:		21922
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2000-10-28 02:48:45 +00:00