Commit graph

55 commits

Author SHA1 Message Date
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Johan van Selst
4aaac0b5f9 Update my mail address to @FreeBSD.org
Feature safe:   yes
2010-02-23 18:07:14 +00:00
Dmitry Marakasov
a2472d09d8 - Fix broken makefiles introduced with translation to new SF File Release System
Reported by:	dan
Pointyhat to:	myself
2009-08-22 02:23:49 +00:00
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
Johan van Selst
56f64457f3 Update to 2.6.8 2008-11-22 17:16:41 +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
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
Johan van Selst
4f5a49925b Bump portrevision, forgotten in previous commit (dependency changed) 2008-03-12 18:10:35 +00:00
Johan van Selst
d1b3e46172 Remove trailing slash that breaks dependency registation
PR:		ports/121647
Submitted by:	MOROHOSHI Akihiko
2008-03-12 18:06:10 +00:00
Johan van Selst
9b704e84e8 - Update to 2.6.7 2007-12-15 16:32:19 +00:00
Johan van Selst
2fa4c561a2 - Update to 2.6.6 (requires a small patch)
- Become port maintainer
2007-06-09 10:49:47 +00:00
Martin Wilke
b1d1e96019 - Update to 2.6.5
PR:             110820
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-27 08:01:59 +00:00
Martin Wilke
3781abc62d - Fix LIB_DEPENDS
PR:		108684
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-02 11:28:33 +00:00
Alexander Leidinger
d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Mark Linimon
7687739468 Chase URLs per distfile survey. 2005-11-25 06:02:46 +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
Trevor Johnson
2ca0f2bd92 Checking MACHINE_ARCH is deprecated. 2005-09-23 16:21:45 +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
Trevor Johnson
998c999e28 Correct the packing list by adding entries for locale directories
(it might be better if these were created by mtree).

PR:		78511
Submitted by:	sem
2005-03-15 05:53:24 +00:00
Kris Kennaway
68a652c62b BROKEN: Incomplete pkg-plist 2005-02-28 01:08:02 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Trevor Johnson
1ed19ac0ea The compressed distfile is available now from Sourceforge. 2004-02-17 20:31:05 +00:00
Trevor Johnson
443e6211ca Chase a MASTER_SITE (problem found by fenner's survey). 2004-02-17 20:26:05 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
05910b268e Add size data. 2004-01-27 16:12:37 +00:00
Trevor Johnson
9c7ac8bc06 List home page. 2004-01-25 09:46:10 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Trevor Johnson
27db9038cb Chase master sites and avoid use of libtool. 2003-09-24 16:00:48 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Kris Kennaway
ff0dc9dc5c BROKEN: Does not configure 2003-08-12 21:28:57 +00:00
Trevor Johnson
9ebb74bfe8 Back out unapproved changes, notably to the MAINTAINER line, made
by Kris Kennaway.  Fix white space.
2003-08-10 00:49:20 +00:00
Kris Kennaway
b8b34f654c Unbreak by updating to 2.6.4 [1]. Remove previous maintainer.
PR:		51991
Submitted by:	Ports fury [1]
2003-08-08 03:25:38 +00:00
Kris Kennaway
1218ff84c2 BROKEN: Does not configure 2003-05-06 21:21:48 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Ying-Chieh Liao
9a5ab277e6 chase mcrypt lib version 2003-01-03 19:24:34 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Trevor Johnson
f19ba78f25 This version of mcrypt requires autoconf 2.50 or newer. Accordingly,
use that instead of the old autoconf.  Add a pre-configure target
to run autoconf, because bsd.port.mk only supports the old autoconf.

Left to its own devices, the program now installs files with strange
names such as /usr/local/man/man1/i386-portbld-freebsd4.4-mcrypt.1
and /usr/local/bin/i386-portbld-freebsd4.4-mcrypt.  To avoid this,
the whole installation now happens in a do-install target in the
port's Makefile, which also does the former post-install tasks.

Install supplementary documentation, unless NOPORTDOCS is defined.

Use EXAMPLESDIR.

The mdecrypt utility was removed.  It has been replaced by a -d
option to mcrypt.

Drop USE_LIBTOOL and add back GNU_CONFIGURE.

PORTVERSION remains nil, since this did not build.

Add a warning about my laziness.
2002-05-08 22:00:26 +00:00
Trevor Johnson
74feaf69ed Remove patch to extra.c, since it has been incorporated upstream.
Reported by:	Mario Pranjic and Valentin Zahariev
PR:	37790 and 37856
2002-05-08 21:43:02 +00:00
Kris Kennaway
20b7b06c48 Update to mcrypt 2.5.13
Approved by:	trevor (maintainer)
2002-05-05 08:14:06 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00