Commit graph

39 commits

Author SHA1 Message Date
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +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
Alejandro Pulver
cf12848ad4 - Update to version 2.0.0 with write support, add README partially mirrored
from similar port sysutils/fusefs-ntfs (other parts taken as well).
- Update pkg-descr and pkg-message.

PR:		ports/126439
Approved by:	miwi
2008-08-13 03:00:56 +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
Alejandro Pulver
b0e2c57cdd - Use @exec/@unexec pkg-plist directives to handle the symlink (do not archive
directly like before).
- Bump PORTREVISION.

PR:		ports/118569
Submitted by:	alepulver (myself)
Approved by:	miwi
2007-12-12 17:05:00 +00:00
Alejandro Pulver
cf9758e30f - Bump PORTREVISION.
- Remove FreeBSD 4.x code (USE_GCC=3.4+, USE_GETOPT_LONG and BROKEN).
- Use ARCH instead of MACHINE_ARCH for possible future cross-compilation
  support.
- Add UBLIO option, which uses devel/libublio for greatly improved speed (when
  reading an NTFS volume). Also print a warning when disabling UBLIO.
- Add pkg-message mentioning UBLIO and this port's limitations.
- Change mount.ntfs-fuse -> mount_ntfs-fuse manpage link and symlink to the
  binary in /usr/sbin to allow using with 'mount -t ntfs-fuse' and in
  /etc/fstab after mounting /usr.
- Add a note in pkg-descr about the fusefs driver and ntfs-3g split project.
- Add LOCK option to avoid access to the device while it's mounted.

PR:		ports/116287
Submitted by:	alepulver (myself)
Approved by:	miwi, farrokhi (implicitly to miwi)
2007-10-30 03:22:04 +00:00
Edwin Groothuis
cc82ac7af1 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:10:15 +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
Max Khon
92167387a1 - Fix mkntfs by providing device io module that always reads/write
blocksize-aligned blocks
- Remove several now unnecessary hacks
- Bump PORTREVISION

Approved by:	MAINTAINER
2006-12-13 17:03:02 +00:00
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Martin Wilke
e249cbd97d - Pass maintainership to submitter
PR:		ports/102132
Submitted by:	Babak Farrokhi <babak(at)farrokhi.net>
Approved by:	krion (mentor)
2006-08-19 15:27:29 +00:00
Alejandro Pulver
84bfa09589 - Update to version 1.13.1. 2006-08-18 20:52:48 +00:00
Cheng-Lung Sung
c54010f434 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:04:55 +00:00
Marcus Alves Grando
15aa0a0954 - Mark 4.x as broken. Doesn't have fstatvfs(3).
PR:		97536
Submitted by:	Martin Matuska <martin___matuska.org>
2006-05-21 01:56:48 +00:00
Pav Lucistnik
08e703c0f0 - Update to 1.13.0
PR:		ports/96744
Submitted by:	Martin Matuska <martin@matuska.org>
2006-05-05 08:52:13 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Andrej Zverev
951f224a6e - Do more correct method, to show what we need sysutils/fusefs-libs > 2.4
instead on seting CONFLICTS.

Requested by:	Csaba Henk <csaba.henk@creo.hu>
2006-02-03 06:41:21 +00:00
Sergey Matveychuk
d907d6d51f - A new project URL 2006-02-01 13:47:28 +00:00
Andrej Zverev
74cf43d1df - FUSE interface upgrade
sysutils/fusefs-libs has been upgraded and ntfsprogs' FUSE based
        fs driver (ntfsmount) doesn't compile against the new version.
        The attached patch will make it compile against recent
        sysutils/fusefs-libs versions (2.5.0, 2.5.1)

PR:		ports/92568
Submitted by:	Csaba Henk <csaba.henk@creo.hu>
2006-02-01 12:31:37 +00:00
Pav Lucistnik
dc7af663e2 - Add SHA256 2005-11-25 18:14:52 +00:00
Florent Thoumie
241f1cec6c - Add FUSE option to compile ntfsmount with FUSE support [1].
- Add local patch to make FUSE support compile on FreeBSD [1].
- Force --enable-gnome-vfs when WITH_GNOMEVFS2 is set.

Asked by:	Sergei Mozhaisky <technix@mediana.net.ua> [1]
2005-11-23 11:43:13 +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
Florent Thoumie
a9efbac713 - Fix libtool issue.
Reported by:	kris
2005-10-22 09:44:10 +00:00
Florent Thoumie
14e13c4d00 - Update to 1.12.1 [1].
- Remove libtool archive using USE_LIBTOOL_VER=15.
- Remove sed invocation with a configure argument.

PR:		ports/87241 [1]
Submitted by:	Callum Gibson <callum_r_gibson@yahoo.com.au> [1]
2005-10-11 15:49:57 +00:00
Pav Lucistnik
68fc486b29 - Teach ntfsprogs to access devices in sector sizes. This fixes ntfsresize
PR:		ports/84048
Submitted by:	Andriy Gapon <avg@topspin.kiev.ua>
2005-07-27 11:30:19 +00:00
Jean-Yves Lefort
0597043bf6 - Fix build when WITH_GNOMEVFS2 is set [1]
- Install the GnomeVFS module in ${X11BASE}, where GnomeVFS will look for it
- Use USE_GCC=3.4+ rather than USE_GCC=3.4
- Remove useless USE_CONFIGURE
- Fix the GnomeVFS spelling in the OPTIONS help

Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com> [1]
2005-07-26 19:20:45 +00:00
Oliver Lehmann
404c1a8f4a fix build on 4
Noted by:	pointyhat via kris
2005-06-17 15:13:06 +00:00
Oliver Lehmann
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +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
Florent Thoumie
e2401df6fb - Fix ntfsprogs by removing fcntl(2) locks.
PR:		ports/74233
Submitted by:	Geoff Buckingham <geoff.buckingham@reuters.com>
Reviewed by:	Jilles Tjoelker <jilles@stack.nl>
2005-03-21 13:15:45 +00:00
Pav Lucistnik
8f35e218cd - Update to 1.9.4
- Engage OPTIONS
- Drop maintainership

PR:		ports/77788
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2005-02-20 17:26:52 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Kirill Ponomarev
b55f7e59f1 Add missing manpage. 2004-08-14 17:02:05 +00:00
Oliver Eikemeier
0c07e0eef4 Fix build on sparc64
Requested by:	kris
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-05-25 09:06:16 +00:00
Oliver Eikemeier
1353b67580 - update to version 1.9.2
- fix pkg-plist
- add INSTALLS_SHLIB and CONFIGURE_TARGET

PR:		66561
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-05-12 10:08:43 +00:00
Norikatsu Shigemura
870a3e768e Fix build on 4-stable.
Pointed out by:	bento via kris.
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-05-11 12:05:40 +00:00
Norikatsu Shigemura
e4a967c5d3 Add ntfsprogs 1.9.1, utilities and library to manipulate NTFS
partitions.

PR:		ports/66406
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-05-09 16:06:23 +00:00