Commit Graph

35 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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +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
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +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
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Martin Wilke
5837326f22 - Fix pkg-plist
PR:		ports/100927
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor),maintainer
2006-07-30 14:42:33 +00:00
Marcus Alves Grando
66389c44f9 - Update to 0.9.0
- Update pkg-descr
- Respect CFLAGS

PR:		94602
Submitted by:	Ulrich Spoerlein <q___galgenberg.net>
Approved by:	maintainer
2006-04-29 20:15:15 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Sergey Matveychuk
164770cbbb - Update to 0.8.1
PR:		ports/87256
Submitted by:	maintainer
2005-10-11 16:38:56 +00:00
Pav Lucistnik
24b298f317 - Update to 0.8.0
PR:		ports/83463
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2005-07-14 16:03:24 +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
Volker Stolz
cbbe06cc35 Update to 0.7.5
PR:		ports/77498
Submitted by:	Janos Mohacsi (maintainer)
2005-02-14 17:03:08 +00:00
Sergey Matveychuk
ec6674e616 - Remove extra directories from ru and de man pages.
- While I'm here: remove locale directories for ru and de also.

PR:		ports/75218
Submitted by:	maintainer
2004-12-18 14:51:06 +00:00
Sergei Kolobov
b78a87f702 - Update to 0.7.4:
- Added German and Russian translations
  - Configuration file changes

PR:		ports/72735
Submitted by:	Janos Mohacsi (maintainer)

While I'm here:
- Move examples installation out of NOPORTDOCS check
- Add CONFIGURE_TARGET to silense configure warning
- Minor Makefile tweaks
2004-10-15 16:17:23 +00:00
Kirill Ponomarev
0a82b25e9f Update to 0.7.3
PR:		ports/69955
Submitted by:	maintainer
2004-08-04 10:21:50 +00:00
Tilman Keskinoz
54bdb5ad29 Update to 0.7.2
PR:		69443
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-07-23 08:03:47 +00:00
Kirill Ponomarev
45fdac6e86 - Update to version 0.7.1
PR:		ports/67165
Submitted by:	maintainer
2004-05-25 09:02:39 +00:00
Pav Lucistnik
6696b4ced4 - Update to 0.7.0
PR:		ports/65819
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-04-28 16:39:31 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Pav Lucistnik
f90412bde1 - Update to 0.6.4.1
PR:		ports/61983
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-01-27 11:54:45 +00:00
Kirill Ponomarev
2d197967ce - Update to version 0.6.4
- UCS-2 phonebook transfer mode
- Phonebook hadling fixed
- Apply the DOCSDIR and EXAMPLESDIR macro to pkg-plist
- Remove missing example
- Added russian man page
- Change master_site to sourceforge

PR:		56731
Submitted by:	maintainer
2003-09-24 10:15:16 +00:00
Sergey A. Osokin
9fd506846b Update to 0.6.3.8
Submitted by:	maintainer
PR:		53635
Approved by:	fjoe (mentor) (implicit)
2003-06-23 14:35:37 +00:00
Kevin Lo
532993ed1c Update to 0.6.3.7
PR: 50995
Submitted by: MAINTAINER
2003-04-16 01:22:45 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Tilman Keskinoz
ade77f1738 Update to 0.6.3.5
PR:		47164
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-01-18 17:35:48 +00:00
Christian Weisgerber
fac16aaf89 Update to 0.6.3.1. Notable changes in this release:
- Now uses libiconv to generalize the charset handling. It can also
  decode UCS2-encoded SMS, localize the date format, and add the
  status report request bit to outgoing SMSes.
- SL45 also handled.

PR:		45519
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2002-11-21 19:13:49 +00:00
Kevin Lo
2126ad3746 Update to version 0.6.1.6
PR: 44408
Submitted by: MAINTAINER
2002-10-24 06:55:55 +00:00
Ying-Chieh Liao
473921fb71 add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones

PR:		39707
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2002-09-18 08:31:15 +00:00