Commit graph

24 commits

Author SHA1 Message Date
Baptiste Daroussin
f8b6962d28 Mark job unsafe 2013-07-10 11:15:54 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Max Khon
0f77d72ef9 Update to 0.9.9
PR:		122817
Submitted by:	andrew clarke
2008-04-16 15:29:15 +00:00
Max Khon
753ebc8801 - load_rc_config before setting predefined vars
- bump PORTREVISION

PR:		88975
Submitted by:	Boris Kovalenko
Pointy hat to:	fjoe
2005-11-15 20:14:58 +00:00
Max Khon
88a831311d - Add rcNG startup script
- Create user/group (default fido:fido 111:111) for running the server
- Bump PORTREVISION
- Take maintainership

Submitted by:	Yuri Kurenkov (partially)
Approved by:	dsh@vlink.ru (previous MAINTINAER)
2005-11-10 15:08:42 +00:00
Max Khon
b751c4731a Update to 0.9.8.
Approved by:	MAINTAINER
2005-09-16 10:37:43 +00:00
Pav Lucistnik
5ce6c40603 - Add backup master sites
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2004-07-04 11:34:26 +00:00
Pav Lucistnik
5f577bc52c - Update to 0.9.7
PR:		ports/68478
Submitted by:	Oleg Sharoiko <os@rsu.ru>
Approved by:	maintainer
2004-06-30 18:03:14 +00:00
Kirill Ponomarev
ee823149c3 - Update to version 0.9.6
* Utilize DOCSDIR

PR:		58911
Submitted by:	Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
2003-11-04 20:02:27 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Pete Fritchman
77461057bf Update MASTER_SITES
PR:		31126
Submitted by:	maintainer
2001-10-08 09:01:38 +00:00
Chris D. Faulhaber
2a7f4af49b Update port to 0.9.4
PR:		20239
Submitted by:	Maintainer
2000-08-01 23:57:30 +00:00
Steve Price
0eed2eed45 Use patch for amiga style outbound from author's site, instead of EXTRA_PATCH.
PR:		17892
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2000-04-30 19:29:28 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Michael Haro
cead7b551c update to 0.9.3
PR:		17734
Submitted by:	maintainer
2000-04-01 21:29:31 +00:00
Michael Haro
a06e397d22 change distfile name
Add patch for using system CFLAGS.
Add support for amiga style outbound.

PR:		17576
Submitted by:	maintainer
2000-04-01 01:39:43 +00:00
Chris D. Faulhaber
a05a46eb47 Change maintainer
PR:		17543
Submitted by:	Denis Shaposhnikov <dsh@neva.vlink.ru>
Approved by:	Previous Maintainer
2000-03-24 00:03:00 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Justin M. Seger
b749631790 Switch to USE_ZIP 1999-05-07 02:30:21 +00:00
Seiichirou Hiraoka
3107392eba Add MASTER_SITES
PR: ports/10685
Submitted by: andy@icc.surw.chel.su
1999-03-20 14:44:50 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Steve Price
be1da4b0c9 Initial import of BinkD version 0.9.2.
A Fidonet TCP/IP mailer.

PR:		7689
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-12-24 06:55:54 +00:00