1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Emanuel Haupt
8266578f94 Support staging 2014-06-07 18:52:53 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Eitan Adler
fd37d8821f Cleanup unmaintained ports in the misc category:
- Trim Header
	- Convert to OptionsNG
	- Prefer DISTNAME to DISTFILES
	- Reorder variables
	- Fix comments (don't include leading article)
	- @unexec rm must not cause failure
	- Tabs, not spaces
	- Single space for WWW
	- Pet portlint
	- etc.

In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.

Reviewed by:	koobs, ashish
2013-03-25 04:30:31 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik
3ee4eb6c06 - Remove references to now non-existant devel/libslang
PR:		ports/145245
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2010-05-12 20:37:17 +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
Vasil Dimov
b91d4c0689 * Upgrade misc/iselect from 1.3.1 to 1.4.0
http://cvs.ossp.org/pkg/tool/iselect/ChangeLog
* Use MASTER_SITE_OSSP
2007-07-22 12:58:28 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Edwin Groothuis
ad9ee84552 Update to 1.3.1 2005-11-15 07:31:03 +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
a9901c7571 Update to version 1.3.0
PR:		ports/72323
Submitted by:	Ports Fury
2004-10-12 12:09:34 +00:00
Trevor Johnson
17dfa2daa6 Add size data. 2004-03-19 04:21:39 +00:00
Ralf S. Engelschall
ba4cf9fabb Resign maintainership of the ports corresponding to software I developed
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports.
2004-03-14 11:23:26 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Michael Haro
44d50bf6f2 Add WWW: 1999-05-03 05:37:34 +00:00
Ralf S. Engelschall
9a65c0cf8d Upgrade to iSelect 1.2.0 1999-04-06 12:58:24 +00:00
Tim Vanderhoek
39448a6b27 Remove miscellaneous manpages. 1998-08-18 19:04:15 +00:00
Ralf S. Engelschall
41ebeb122f Import of iSelect, Version 1.0.4
iSelect is an interactive line selection tool for ASCII files, operating
via a full-screen Curses-based terminal session. It can be used either as
an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
as its control script or in batch mode as a pipeline filter (usually
between grep and the final executing command).

The homepage of iSelect can be found on
http://www.engelschall.com/sw/iselect/

Submitted by:	Ralf S. Engelschall
Obtained from:	Ralf S. Engelschall
1998-01-03 12:04:58 +00:00