1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

118 Commits

Author SHA1 Message Date
Oliver Lehmann
cb1391808d update to 5.7.0 2013-10-17 09:28:55 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
dcf99688a1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 07:14:12 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Baptiste Daroussin
62fddef0e1 Convert to new options framework 2013-06-04 15:47:06 +00:00
Oliver Lehmann
6e98ad633c update sqwebmail 5.6.1 2013-05-08 12:18:01 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Oliver Lehmann
a9f413f41d update to 5.6.0
Feature safe:   yes
2012-10-14 13:14:50 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Oliver Lehmann
7c91da3b76 patchfile is no longer needed
Noted by:	pav
Feature safe:	yes
2011-12-11 19:14:22 +00:00
Oliver Lehmann
048efdfcfc update to 5.5.3
Feature safe:	yes
2011-12-09 09:24:03 +00:00
Gerald Pfeifer
5a4cf9f981 Pacify a number of portlint warnings around formatting and the order of
elements.

Approved by:	maintainer (oliver)
2011-09-27 01:00:09 +00:00
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
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Gerald Pfeifer
1a501e1018 Remove (disabled) USE_GCC=3.4
Approved by:	maintainer (oliver)
2011-09-11 03:46:02 +00:00
Oliver Lehmann
e0225c28cd update to 5.5.2 2011-07-28 11:31:42 +00:00
Oliver Lehmann
0bdf556f71 update to 5.5.1 2011-04-29 11:07:02 +00:00
Oliver Lehmann
31da46625b update sqwebmail to 5.4.3
Feature safe:	yes
2011-01-13 11:33:58 +00:00
Oliver Lehmann
61113a31a9 update to 5.4.2 2010-10-17 10:34:57 +00:00
Oliver Lehmann
d90d7c3ccd update to 5.4.1 2010-05-31 14:43:09 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Oliver Lehmann
5c10e773b4 use new RC_SUBR structure
Submitted By:   dougb
2010-03-29 15:57:26 +00:00
Doug Barton
36cd5c74c7 For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.

For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
2010-03-27 05:21:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Oliver Lehmann
4883815760 update to 5.4.0 2010-01-02 17:33:05 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Oliver Lehmann
1acdea71c2 update to 5.3.2 2009-07-02 14:45:06 +00:00
Oliver Lehmann
95788a0c26 - update to 5.3.1
- use /var instead of /usr/local/var [1]

PR:		ports/130191 [1]
Submitted By:	Nick Hibma <nick@anywi.com>
2009-02-07 19:11:57 +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
Oliver Lehmann
fbb91499b4 update to 5.2.2 2008-07-16 07:58:29 +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
Oliver Lehmann
0e20474ff2 update to 5.2.0 2007-10-03 12:10:59 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Oliver Lehmann
3f69ad7685 fix --enable-unicode handling and remove --disable-utf7-folder-encoding
option which is not longer supported
2007-05-27 09:27:27 +00:00
Oliver Lehmann
a9b8733876 update to 5.1.6 2007-04-26 19:59:10 +00:00
Oliver Lehmann
5a4e116b89 update to 5.1.5 2007-01-11 05:12:50 +00:00
Oliver Lehmann
05fdf0d1c4 update to 5.1.4 2007-01-02 05:35:42 +00:00
Oliver Lehmann
82edc04e1b - OPTIONify FAM support
- fix compilation with FAM support enabled

Noted by:	 Jason Woofenden <jason@jasonwoof.com>
2006-11-06 17:44:20 +00:00
Oliver Lehmann
e87426e3e3 update to5.1.3 2006-08-30 18:38:26 +00:00
Oliver Lehmann
3f6f9663e3 update to 5.1.2 2006-05-30 04:34:47 +00:00
Oliver Lehmann
98abfcbf1c fix pointyhat and 4 build
Noted by:	Patrick Mackinlay <patrick@spacesurfer.com>
2006-05-16 11:33:40 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Oliver Lehmann
1d7a98ecdb resort CXXFLAGS to make pointyhat happy
Noted by:	kris
2006-04-07 17:57:06 +00:00
Oliver Lehmann
897bc22b3f switch CONFIGURE_ENV definition to fix pointyhat build
Noted by:	kris
2006-03-23 10:27:14 +00:00
Oliver Lehmann
64db82b76f make gdbm chooseable (OPTIONS)
use a cache file to speed up configure
2006-03-21 14:37:46 +00:00
Oliver Lehmann
36b5979d30 fix OpenSSL support
Noted by:	 Manuel Trujillo Albarral <mtrujillo@vlex.com>
2006-03-20 17:00:43 +00:00
Oliver Lehmann
868e632bdb startscript gets installed without .sh suffix 2006-03-19 22:52:37 +00:00
Oliver Lehmann
c9c34f6e86 install charset.alias in the correct place 2006-03-19 21:58:51 +00:00
Oliver Lehmann
cacae8ac5b update to 5.1.1 2006-03-15 05:16:35 +00:00