Commit Graph

941 Commits

Author SHA1 Message Date
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
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +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
Martin Wilke
37b7451182 - Update to 2008-07-25
PR:		126613
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
2008-08-18 18:36:36 +00:00
Mark Linimon
7f459953bd Reset rushani@FreeBSD.org due to maintainer-timeouts and no commits for
more than one year.

Hat:		portmgr
2008-08-15 06:41:19 +00:00
Dag-Erling Smørgrav
0fb8ee3593 Regenerate some patches that were being incorrectly applied.
Noticed by:	garga
2008-08-13 17:03:03 +00:00
Dag-Erling Smørgrav
e01496293c Previous commit did not update the plist. 2008-08-12 12:46:15 +00:00
Dag-Erling Smørgrav
8c293350dc Break out BSD completion patches into separate files.
Update csup, portsnap and portlint completion.  Add completion for powerd,
freebsd-update, fetch and portaudit (from submitter) as well as zfs and
zpool (from zsh repo).

Bump PORTREVISION.

PR:		ports/126457
Submitted by:	baptiste.daroussin@gmail.com
2008-08-12 12:01:21 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Akinori MUSHA
c0b1c50e9e Add a patch to fix a paste-o problem under the INPUTKCODE=UTF8-mac
environment.
2008-07-16 06:21:52 +00:00
Akinori MUSHA
6ca23cbd64 Update to 2.09i. 2008-07-10 11:10:57 +00:00
Martin Wilke
d4bee3e523 - Update to 20080629 2008-07-07 09:35:08 +00:00
Felippe de Meirelles Motta
60ed3b62b0 - Fix ownership on all installed files.
- Bump PORTREVISION.

PR:		ports/121254
Submitted by:	Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by:	gabor (mentor, implicit), maintainer timeout (>2 weeks)
2008-06-19 06:56:04 +00:00
Pav Lucistnik
618b73ab49 - Replace BROKEN with IGNORE 2008-06-18 21:08:54 +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
Dag-Erling Smørgrav
170e7b32c3 The ncurses fix from early May was only partly correct. The configure
script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader
did not run, it did not propagate to config.h.  Add autoheader to the
USE_AUTOTOOLS list to correct this.
2008-06-06 11:45:38 +00:00
Dag-Erling Smørgrav
20c9bb3e5d Explicitly disable multibyte support if the user doesn't want it.
PR:		ports/122510
Submitted by:	Jeff Blank <jfb@mr-happy.com>
2008-06-06 11:31:53 +00:00
Thomas Abthorpe
6f8a7b11e5 - Mark as BROKEN, does not work with rsync 3 2008-05-22 03:37:45 +00:00
Renato Botelho
5186c7bfb3 - Fix segmentation fault on completion
- Bump PORTREVISION

PR:		ports/123490
Submitted by:	garga
Approved by:	maintainer timeout (2 weeks)
2008-05-21 11:55:18 +00:00
Dag-Erling Smørgrav
897e6fca5b Better version of the previous commit, with an unconditional patch this
time.  The patch has been submitted upstream.
2008-05-06 11:52:45 +00:00
Dag-Erling Smørgrav
ffbc104093 An additional patch is required to build zsh on FreeBSD releases with
the old ncurses (6.2 and older).
2008-05-06 09:14:15 +00:00
David E. O'Brien
0158af4c88 Update to Bash 3.2 patchlevel 39.
PR: 123326
Submitted by: bf2006a@yahoo.com
2008-05-04 02:34:52 +00:00
Dag-Erling Smørgrav
54df038457 Upgrade to 4.3.6, with kind assistance from Baptiste Daroussin
<baptiste.daroussin@gmail.com>

PR:		ports/122116
2008-05-02 21:13:47 +00:00
Martin Wilke
ceabe272a7 Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.
If one need to write portable shell scripts, this one is excellent for
testing them. It is installed as jsh (job shell).

Other OpenSolaris user land tools are available in sysutils/heirloom

WWW: http://heirloom.sourceforge.net/sh.html

PR:		ports/122192
Submitted by:	Danijel Tasov <danielt at pilgerer.org>
2008-04-29 21:34:02 +00:00
Martin Wilke
f3d5f24958 - Update to R33d
Security:	http://www.vuxml.org/freebsd/86c05550-12c1-11dd-bab7-0016179b2dd5.html
2008-04-25 12:39:50 +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
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Pav Lucistnik
1c286a97e0 - Update to 4.8
PR:		ports/121651
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:	maintainer timeout (rushani; 3 weeks)
2008-04-03 14:14:28 +00:00
Martin Wilke
ae719932db - Update to R33b 2008-03-29 23:25:12 +00:00
Akinori MUSHA
568ed45328 Update to 2.09h. 2008-03-24 06:40:40 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Alejandro Pulver
88863d272a Bash Commander is a traditional GNU bash shell extended with visual two-panel
file browser.

Features:

* Full bash compatibility.
* Embedded visual file browser.
* Two file panels, turned on and off by pressing ^O.
* Actions and colors configured via .bashrc script.
* Run current file on pressing Enter, configurable via commander_start_file()
  shell function.
* Perform an action on pressing F1-F20 keys, configurable via commander_fN()
  shell functions.

WWW:	http://groups.google.com/group/bashc/web/overview
2008-03-11 22:38:46 +00:00
Martin Wilke
46a6f0405a Shell::Perl is the implementation of a simple command-line interpreter
for Perl.

WWW: http://search.cpan.org/dist/Shell-Perl/

PR:		ports/121142
Submitted by:	Shinsuke Matsui <smatsui at karashi.org>
2008-03-07 17:16:21 +00:00
Martin Wilke
6197defde4 - Update to R33 2008-03-06 23:59:57 +00:00
Martin Wilke
92ea6e5888 - File was repacked
Submitted by:	erwinbot
2008-02-28 16:57:29 +00:00
Martin Wilke
e2072ccac9 - Update to 2008-02-02
PR:		120485
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
2008-02-15 18:16:56 +00:00
Dag-Erling Smørgrav
0702eff637 Assume maintainership.
Approved by:	maintainer timeout, portmgr (linimon)
2008-02-12 07:27:53 +00:00
Akinori MUSHA
d2ceddf24e Update to 2.09g. 2008-02-12 06:39:31 +00:00
Dag-Erling Smørgrav
e5dda08f1b Add vendor patch to fix subversion command completion.
Approved by:	maintainer timeout
2008-02-06 19:20:16 +00:00
Martin Wilke
71fab5d6e5 - Update to 2007-11-05 release
- Allow the build with spac64

PR:		119734
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
2008-01-19 13:59:28 +00:00
Martin Wilke
6ba6e10bd5 - Update MASTER_SITES
Submitted by:	J.A. Neitzel <jneitzel@sdf1.org> (author)
2008-01-19 13:57:17 +00:00
Martin Wilke
4395d65d57 - Update to 20080109
Changelog:	http://jneitzel.sdf1.org/osh/src/CHANGES

Submitted by:	Jeffrey Allen Neitzel (author)
2008-01-10 11:51:01 +00:00
Akinori MUSHA
afd3bcf4f6 Update to 2.09f. 2007-12-27 09:24:13 +00:00
David E. O'Brien
6c68b8f39d Update to patchlevel 33.
PR:		118728
Submitted by:	bf <bf2006a@yahoo.com>
2007-12-17 23:48:06 +00:00
Martin Wilke
3717ba5d21 - Update to R32
Notes:
	this update fix a crash, when stdin is closed
	mksh begins to eat all of one's cpu

Approved by:	portmgr (erwin,linimon)
2007-11-18 17:32:08 +00:00
Ade Lovett
f08f4b47c2 Since zsh calls autoheader as part of the build phase:
===>  Building for zsh-4.3.4_2
	cd . && autoheader

Include the autoconf-2.61 environment to actually allow this thing
to build.
2007-10-07 03:38:19 +00:00
Sergei Kolobov
91fa081e73 - Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()
detection. This fixes the issue on 7-CURRENT where Zsh was manipulating
  environment directly in conflict with the new *env() functions:
     http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html
  6-STABLE continues to works correctly.

  More info about the patch:
     http://www.zsh.org/mla/workers/2007/msg00619.html

- Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms
  and do the right thing under FreeBSD

PR:		ports/115094, ports/115702
Submitted by:	Sean C. Farley (scf)
2007-10-05 08:22:46 +00:00
Edwin Groothuis
13441eac4b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:02:06 +00:00
Edwin Groothuis
103160759e Bump portrevision after previous commit 2007-10-03 13:07:55 +00:00
Edwin Groothuis
6c06b5f993 scponlyc sftp support doesn't work without minimal devfs in chroot dir
I'm finding that recently-created scponlyc chroots do not
	provide a sufficient environment for /usr/libexec/sftp-server
	to run. The sftp client symptom is just:

	$ sftp user@www
	Connecting to www...
	Password:
	Connection closed
	$

	The cause appears to be that recent versions of
	/usr/libexec/sftp-server will complain about of lack of
	access to /dev/null and exit, resulting in the closed
	connection witnessed by the remote client.

	The solution appears to be to create a devfs in the scponlyc
	chroot.

	To automatically create at boot time a devfs in the home
	directory of each user of scponlyc, I have chosen to put a
	script in /usr/local/etc/rc.d.

PR:		ports/108009
Submitted by:	Jim Long <list@museum.rain.com>
Approved by:	maintainer timeout
2007-10-03 13:07:09 +00:00