1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Antoine Brodin
698f4644c4 Cleanup plist 2014-11-13 09:02:57 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Lars Engels
934f74e518 Fix several typos in the ports tree.
PR:		ports/176378
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2014-02-04 20:09:29 +00:00
Martin Wilke
e64855c99c - Stage support
- Convert to USES
2014-01-31 15:54:10 +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
William Grzybowski
e17c1fddb1 security/ike: update to 2.2.1
- Update to 2.2.1 [1]
- Remove NATT warning about FreeBSD < 8.0 patch

Changes: https://www.shrew.net/download/changelog/ike/2.2.1-release

PR:		ports/179503 [1]
Submitted by:	Matthew Grooms <mgrooms@shrew.net> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 13:48:02 +00:00
Pawel Pekala
76a37c45de Update to version 2.2.0
PR:		ports/178100
Submitted by:	Matthew Grooms <mgrooms@shrew.net> (maintainer)
2013-05-02 14:04:25 +00:00
Baptiste Daroussin
0b881b0ece Convert security to new options framework 2013-04-28 21:02:39 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
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
Pawel Pekala
7117ed4a93 - Fix plist when WITHOUT_QTGUI=yes
- Make install PREFIX safe

PR:		ports/154973
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	maintainer timeout (2 weeks)
2011-10-16 11:07:29 +00:00
Jimmy Olgeni
9d2ae83f00 Fix a typo. 2011-09-09 12:02:45 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Johan van Selst
20332d20d6 Add rc.d file forgotten in previous commit
Reported by:	QAT
2010-10-31 11:39:39 +00:00
Johan van Selst
b56a5d392a Update ike to version 2.1.7
PR:		ports/151311
Submitted by:	Matthew Grooms (maintainer)
2010-10-31 00:17:43 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Erwin Lansing
141b1999ae Update to 2.1.4
Submitted by:	maintainer
2009-07-23 14:37:53 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Johan van Selst
ec2d095bd0 - Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:		ports/131640
Approved by:	portmgr (pav)
2009-03-06 12:04:11 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Martin Wilke
b7e9e3ed6d - Update to 2.1.0
PR:		124768
Submitted by:	mgrooms@shrew.net (maintainer)
2008-06-20 15:01:44 +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
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00
Martin Wilke
f730b08d77 - Update to 2.0.3
PR:		118303
Submitted by:	Matthew Grooms <mgrooms@shrew.net> (maintainer)
2008-02-28 09:48:29 +00:00
Alejandro Pulver
e3403ae728 - Update to version 2.0.2.
- Update the NAT-T patch notice (in pre-everything).

Submitted by:	Matthew Grooms <mgrooms@shrew.net> (maintainer, via e-mail)
2007-10-30 03:54:04 +00:00
Alejandro Pulver
28c8e95f4a This port contains the Shrew Soft ike daemon and client tools. The
software supports ike v1 communications between two gateways or a
a client and a gateway.

For more information please visit ...

WWW: http://www.shrew.net/

PR:		ports/116684
Submitted by:	mgrooms at shrew.net
2007-10-21 02:51:20 +00:00