1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Baptiste Daroussin
14fcf41679 Rename www/hydra package name to hydra-web to avoid confusion with security/hydra
While here adjust CONFLICTS_INSTALL
modernize lib_depends
remove leading article in COMMENT
2013-09-16 13:33:30 +00:00
Pietro Cerutti
2ad92eab94 - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by:	portmgr
2013-02-07 12:37:48 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
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
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +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
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Pav Lucistnik
948c9e8cc4 - WWWOWN and WWWGRP are defined in bsd.port.mk 2007-03-24 16:43:28 +00:00
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
Shaun Amott
a633d7f6d9 - Add mirror to make fetchable.
Approved by:	ahze (mentor)
2006-06-21 17:30:33 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Pav Lucistnik
92a340f3ba - Update to 0.1.8
- Move WWW root in default config
- Create log dir to avoid initial errors
- Add rc.d script
- Take maintainership

PR:		ports/96298
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-04-25 20:05:38 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00
Pav Lucistnik
0d0547d54d - Add SHA256 2005-11-25 19:02:21 +00:00
Mark Linimon
c3e22a3656 Remove obsolete mastersites.
Source:		distfile survey
2005-10-03 06:20:06 +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
Kirill Ponomarev
6e785bd329 Update to version 0.1.7
PR:		ports/78747
Submitted by:	Ports Fury
2005-03-13 09:54:56 +00:00
Sergei Kolobov
491f1f453f - Chase security/gnutls shared library version change (13 -> 12)
- Bump PORTREVISION
2004-06-04 22:05:24 +00:00
Kirill Ponomarev
0b35c95c1f - Chase libraries for new security/gnutls version
PR:		ports/64194
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Reported by:	bento via kris
No cookies for:	sergei
2004-03-13 06:22:52 +00:00
Cy Schubert
f659139633 Add NO_LATEST_LINK to avoid link stomping.
Reported by:	kris
Approved by:	kris (wearing his portsmgr hat)
2004-02-15 00:26:41 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Kirill Ponomarev
c7ce6ff43e - Update to version 0.1.4
- Do not overwrite config files

PR:		59490
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-20 22:27:12 +00:00
Kirill Ponomarev
0e81045a04 - Chase libraries to new gnutls version 2003-09-26 14:19:56 +00:00
Ying-Chieh Liao
18393e4480 add hydra 0.1.3
A high performance multi-threaded web server
2003-04-02 14:18:06 +00:00