Commit graph

2142 commits

Author SHA1 Message Date
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Baptiste Daroussin
fd959c7d6e Finish converting perl@ ports to new Options Framework 2012-10-05 14:09:59 +00:00
Eitan Adler
f439946309 Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR:	ports/171481
2012-09-09 02:30:44 +00:00
Pawel Pekala
d5df9881cb - Fix build with OpenSSL >= 1.0 [1]
- Mark MAKE_JOBS_UNSAFE:

===>  Building for nzbget-0.8.0
/usr/bin/make  all-am
make: illegal option -- -
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
        [-d flags] [-E variable] [-f makefile] [-I directory]
        [-j max_jobs] [-m directory] [-V variable]
        [variable=value] [target ...]

PR:		ports/171196 [1]
Submitted by:	freebsd@nagilum.org [1]
Approved by:	maintainer
2012-09-07 21:11:32 +00:00
Dima Panov
5f5db2b1bc - Fix innd/nnrpd semget failures
Do not set any shmem permission bits except for the six allowed bits

PR:		171134
Submitted by:	G. Paul Ziemba
2012-09-02 13:53:16 +00:00
Johan van Selst
1bc153c290 - Fix compilation error when building trn without NNTP support
- No PORTREVISION bump needed

Submitted by:	Sean Eric Fagan <sef@Kithrup.COM>
2012-09-02 09:16:08 +00:00
Steve Wills
70df0616ab - Update to 0.7.3
PR:		ports/170520
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout (dab@rj45.org, > 2 weeks)
2012-08-26 18:42:19 +00:00
Eygene Ryabinkin
f7b99adb95 news/inn: fix plaintext command injection, CVE-2012-3523
Relevant only for INN installations that are using encryption.

PR:		171013
Approved by:	fluffy@FreeBSD.org (maintainer)
Security:	http://www.vuxml.org/freebsd/a7975581-ee26-11e1-8bd8-0022156e8794.html
2012-08-26 17:33:12 +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
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Steve Wills
36624543ed - Update to 0.7.2
- Convert to OptionsNG

PR:		ports/170260
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	David Brooks <dab@rj45.org> (maintainer)
2012-07-30 01:13:11 +00:00
Beat Gaetzi
f6e49310d9 - Remove CONFLICTS as shared-mime-info is an indirect build dependency
- Mark as BROKEN: overwrite a file owned by misc/shared-mime-info:
  share/mime/application/x-nzb.xml

Reported by:	pointyhat
2012-07-27 12:40:32 +00:00
Carlo Strub
7fa8345944 Register CONFLICTS
Submitted by:	Sulev-Madis 'ketas' Silber (via e-mail)
2012-07-18 06:28:06 +00:00
Dirk Meyer
03e6d0c574 - fix build after inn has moved includes.
PR:		169588
Submitted by:	John Levine
2012-07-17 04:59:29 +00:00
Dima Panov
9e9bc9e5ed - Fix typo
Noticed by:	Geraint A. Edwards via email
2012-07-08 10:47:11 +00:00
Dima Panov
87003d51ea - Add options for OpenSSL (for those who don't need) and GnuPG (pgpverify)
- TCL is no longer supported.
- Use new option framework.
- USE_PYTHON implies inclusion of bsd.python.mk.
- There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in configure.
- empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES.
- Add missed files to plist

PR:		169666
Submitted by:	Hung-te Liang <lhd AT cs DOT nctu DOT edu DOT tw>
2012-07-07 12:34:18 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Andrej Zverev
042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00
Andrej Zverev
2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Johan van Selst
a619252257 Convert to new options framework 2012-06-27 19:52:13 +00:00
Dima Panov
e46de72204 - Update INN to 2.5.2 release
- Handle deprecated perl declarations [1]

PR:		166031 [1]
Submitted by:	Joe Horn <joehorn AT gmail DOT com> [1]
Suggested by:	cy (via email, most part of update)
2012-06-27 12:26:11 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Michael Scheidell
03a9e05a22 - Update to 0.7.0
PR:		ports/169140
Submitted by:	David Brooks <dab@rj45.org> (maintainer)
2012-06-16 23:53:54 +00:00
Johan van Selst
4432749711 - Add conflicts
- Use new style options
- Remove unneeded library version numbers
- No functional changes
2012-06-15 08:27:05 +00:00
Johan van Selst
8c560ec4ed - Register conflicts for trn
- Pet portlint while here

Submitted by:	Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-14 21:45:49 +00:00
Johan van Selst
c48a6fe55b Convert to new OPTIONS style (no functional changes) 2012-06-14 20:44:16 +00:00
Thierry Thomas
c542babb71 Update CONFLICTS (1).
Since I'm there, define the license.

Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555 (at) hot.ee> (1)
2012-06-12 20:48:15 +00:00
Sunpoet Po-Chuan Hsieh
b2f68e589b - Update to 12.1.0
- Change RUN_DEPENDS to ensure same-verison twisted dependency

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/news/topfiles/NEWS
2012-06-11 16:10:01 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Andrej Zverev
5542fae1ef - Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
2012-06-04 06:17:03 +00:00
Carlo Strub
fe19e92f65 Set maintainership back to ports@ 2012-06-03 12:14:38 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
706ab894bb - Update to 0.8.0
PR:		167590
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-16 07:39:27 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Sunpoet Po-Chuan Hsieh
07440abe54 - Update to 12.0.0
- Pass maintainership to python@

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/news/topfiles/NEWS
PR:		ports/165736
Submitted by:	sunpoet (myself)
Approved by:	Neal Nelson <neal@nicandneal.net> (maintainer)
Feature safe:	yes
2012-03-28 19:37:40 +00:00
Martin Wilke
768dd7c392 - Set / Update Portscout flags
- Pass maintainership to submitter

PR:		166062 166105 166112 166113 166114
		166115 166141 166154 166155 166156
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-17 05:21:05 +00:00
Pav Lucistnik
9cd91f3661 - Remove conditional checks for FreeBSD 6.X
PR:		ports/165608
Submitted by:	pgollucci
Approved by:	portmgr (hat)
2012-03-02 14:56:37 +00:00
Thierry Thomas
a89e5afdce Fix rc script.
Since I'm there, clean plist.

PR:		ports/164750
Submitted by:	Joe Horn <joehorn (at) gmail.com>
Approved by:	maintainer time-out
2012-02-25 19:33:24 +00:00
Ruslan Makhmatkhanov
b3e78ade01 - replace YES' with yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
2012-02-19 07:02:58 +00:00
Johan van Selst
9e28a3ead0 Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tin
Reported by:	erwin
2012-02-15 13:47:30 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Jason Helfman
de84024003 - Update to 0.6.15
- while here move away from "cp" license installation
 in favor of license framework, respect PORTDOCS and move
 from other "cp" installations to copytree installations.

PR:	ports/165024
Submitted by:	maintainer, dab at rj45.org
2012-02-14 05:20:02 +00:00
Alberto Villa
5ba7db69fc - Fix plist.
- Bump PORTREVISION.

The port didn't package most of the contents of share/examples/inn,
but attempted to use them in exec/unexec portions of the package list,
producing errors for binary package installations.

PR:		159977 [1]
PR:		155436
Submitted by:	hag@linnaean.org [1]
Approved by:	fluffy (maintainer timeout)
2012-01-24 12:05:45 +00:00
Ruslan Makhmatkhanov
0b26b4abe2 - fix runtime with decent Twisted [1]
- install license via license framework, not manually
- use USE_TWISTED_RUN instead of direct depends
- strict python version (will not work with 3.x)

PR:		163975 [1]
Submitted by:	W.Scholten <w-info at xs4all dot nl>
Approved by:    maintainer (timeout; 2 weeks)
2012-01-23 03:51:28 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +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
Pav Lucistnik
a42b8959fe - Remove explicit par2 dependency, it is conflicting with different flavour of
par2 brought in via indirect depend

Reported by:	pointyhat
2011-12-29 09:02:59 +00:00
Johan van Selst
a2cb3f3e81 Update to tin 2.0.1 2011-12-29 08:21:56 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00