Commit graph

62 commits

Author SHA1 Message Date
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Dirk Meyer
702abdca4e - update to 1.0.22 2013-08-14 21:12:06 +00:00
Dirk Meyer
210b7af2b2 - Security update to 1.0.21
Security: CVE-2013-1428
2013-04-22 20:57:03 +00:00
Dirk Meyer
25e9559952 - update to 1.0.20 2013-03-28 06:24:34 +00:00
Dirk Meyer
1d62d821d9 - cleanup header
- strip shlibversion in depedency
2013-01-26 16:06:35 +00:00
Dirk Meyer
2e5654f50a - fix comment
PR:		171006
Submitted by:	Nick Hibma
2012-08-27 05:06:01 +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
Dirk Meyer
8488eab146 - update to 1.0.19 2012-08-04 05:39:46 +00:00
Dirk Meyer
b687ceda0b - update to 1.0.18 2012-04-11 21:19:42 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +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
Dirk Meyer
d08b35d871 - use /etc/rc.d/ipfilter quietresync
PR:		163959
Submitted by:	Nick Hibma
2012-01-11 05:55:57 +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
Dirk Meyer
99ea58b707 - update to 1.0.16 2011-08-05 13:48:14 +00:00
Dirk Meyer
7201f76960 - update to 1.0.15
- remove duplicate LDFLAGS
PR:		158292
Submitted by:	Jin-Sih Lin
2011-06-30 14:39:57 +00:00
Dirk Meyer
55e3ed41ef - update to 1.0.14 2011-05-19 18:37:40 +00:00
Dirk Meyer
56182d975f - update tinc to build with lzo2 2011-05-11 16:18:11 +00:00
Dirk Meyer
cfbe99ab0b - LICENSE GPLv3 2010-06-04 13:14:56 +00:00
Dirk Meyer
03a1333c70 - update to 1.0.13 2010-04-14 04:59:45 +00:00
Dirk Meyer
3b13e66e59 - update to 1.0.12 2010-02-11 13:25:27 +00:00
Dirk Meyer
2a8a0fa56c - update to 1.0.11 2009-11-06 21:45:50 +00:00
Dirk Meyer
3a3fa5384a - update to 1.0.10
- get rid of getttext
2009-10-20 17:10:27 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Dirk Meyer
aa893b636c - Update to 1.0.9 2008-12-30 14:05:22 +00:00
Dirk Meyer
6f43108f08 - fix reload and restart targets
Submitted by:i	igor <soft[at]antrax-energo.msk.ru>
2008-12-30 14:04:59 +00:00
Dirk Meyer
841046e4d5 - add tincd startup script
Submitted by:	igor <soft[at]antrax-energo.msk.ru>
2008-10-26 13:01:46 +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
Dirk Meyer
b82d3d9d38 - take maintainership 2007-07-25 11:50: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
Martin Wilke
20be4043df - Update to 1.0.8
PR:		113747
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
2007-06-16 10:49:33 +00:00
Martin Wilke
bd1df1b959 - Update to 1.0.7
PR:		108871
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-08 22:32:25 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Pav Lucistnik
d679262e6c - Add SHA256 2005-11-25 18:01:15 +00:00
Kirill Ponomarev
6b4c016cab Drop maintainership, since I'm buried in the $REALLIFE stuff. 2005-09-14 08:26:09 +00:00
Florent Thoumie
4f02559f47 - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:58:33 +00:00
Florent Thoumie
12a7f133fc - Bump lzo lib version.
- Bump PORTREVISION.
2005-05-31 17:57:11 +00:00
Kirill Ponomarev
d578809221 Update to 1.0.4 2005-05-11 17:49:38 +00:00
Kirill Ponomarev
42abae5ca6 Fix WWW: line. 2004-11-21 16:48:16 +00:00
Kirill Ponomarev
13af6ab90a Update to 1.0.3 2004-11-11 22:43:51 +00:00
Kirill Ponomarev
6e262f48b3 Support WITHOUT_NLS 2004-07-10 16:33:06 +00:00
Kirill Ponomarev
94a6281fe9 Fix pidfile location
PR:		ports/68740
Submitted by:	anholt
2004-07-09 15:14:52 +00:00
Kirill Ponomarev
5e8d2728b1 - Fix MASTER_SITES
PR:		ports/67201
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-26 06:19:05 +00:00
Kirill Ponomarev
050450676e - Remove USE_SIZE knob 2004-04-16 14:42:39 +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
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
a13ac05dca - Use LDFLAGS 2003-12-19 15:06:22 +00:00