1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
Commit Graph

1446 Commits

Author SHA1 Message Date
Sam Lawrance
af8d1f0fc3 Update to 0.3RC7.
PR:		ports/93272
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
2006-02-15 07:47:56 +00:00
Edwin Groothuis
49441ef88d [PATCH] comms/gpsk31: [fix pkg-plist and unbreak]
PR:		ports/93323
Submitted by:	Søren Straarup <xride@beacon.x12.dk>
2006-02-15 05:46:07 +00:00
Andrey Slusar
a0e2cc3273 Fix works on 4.x systems.
PR:		ports/92421
Approved by:	maintainer timeout(18 days)
2006-02-14 11:22:34 +00:00
Kris Kennaway
df28a111da BROKEN: Incomplete pkg-plist 2006-02-12 22:15:18 +00:00
Sam Lawrance
02ece66ad1 Update to 4.2.5.
PR:		ports/92572
Submitted by:	Pawel Pekala <c0rn@o2.pl>
2006-02-11 02:34:50 +00:00
Mark Linimon
4c2647bdd3 Reset inactive maintainer (several timeouts).
Hat:		portmgr
Noticed by:	lawrance
2006-02-10 01:43:39 +00:00
Volker Stolz
75201fdbd3 Remove expired port comms/qtpcr 2006-02-08 10:53:51 +00:00
Alexander Leidinger
8d20ecc86c Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
Approved by:		linimon ("no weeping changes ATM"-Heads-Up)
2006-02-05 12:35:09 +00:00
Tom McLaughlin
03f8639f06 - Change bash dependency from bash2 to bash port
- Remove USE_REINPLACE while I'm at it

Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
2006-02-04 23:12:04 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
Doug Barton
cc716335fb Small tune-ups, ok'ed by kuriyama 2006-02-01 08:12:02 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Jun Kuriyama
a39985757c - Upgrade to 8.1.13.
- Improve $USE_RC_SUBR usage.

PR:		ports/91839
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-01-30 14:02:49 +00:00
Roman Bogorodskiy
ca5099701a Bump PORTREVISION (had to do this in my previous commit).
Reminded by:	kris
2006-01-26 06:24:43 +00:00
Kris Kennaway
18d99210c2 Add missing USE_PERL5_BUILD 2006-01-25 22:57:02 +00:00
Mark Linimon
3e974a1f30 Add to hamradio virtual category.
Requested by:	Diane Bruce
2006-01-23 21:23:29 +00:00
Roman Bogorodskiy
09128cc1c7 Fix build on recent -CURRENT.
PR:		92131
Submitted by:	Stepan Zastupov, glebius
2006-01-23 10:15:34 +00:00
Tilman Keskinoz
4e8daf5795 Add hamradio to categories
PR:		92140
Submitted by:	Soeren Straarup <xride@x12.dk>
2006-01-22 15:56:49 +00:00
Edwin Groothuis
44855e0b04 SHA256ify (manually done and checked)
Approved by:    krion@
2006-01-22 09:54:26 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Edwin Groothuis
8782296f87 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:30:24 +00:00
Kirill Ponomarev
01c588a635 - Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
2006-01-21 17:37:14 +00:00
Kris Kennaway
a846732826 BROKEN: Configure fails 2006-01-19 23:45:31 +00:00
Andrey Slusar
40dfacd9be Update to 1.04.0
PR:		ports/91097
Submitted by:	"Boris B. Samorodov" <bsam@ipt.ru>
Approved by:	maintainer timeout
2006-01-19 17:03:21 +00:00
Andrej Zverev
9ea5340217 - Change MAINTAINER email
- Add an extra MASTER_SITES
- Add SHA256

PR:		ports/91835
Submitted by:	Aleksander Fafula <alex@bsdguru.org> (maintainer)
2006-01-15 19:55:45 +00:00
Pav Lucistnik
7dc0abbf54 - Remove expired ports 2006-01-14 21:16:35 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Michael Landin
b46d4c8220 o add patch to fix double-free bug[1]
o bump portrevision
o add SHA256 checksum, while here

Tested by:	Achim Gorski <agorski@netapp.com>[1]
2006-01-06 15:25:13 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Tom Rhodes
5019835482 Fix build.
Requested by:	kris
2006-01-03 20:17:12 +00:00
Pav Lucistnik
e4ddb7fa93 - Update to 2.2.2
- Take maintainership

PR:		ports/91033
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-29 19:35:41 +00:00
Pav Lucistnik
63e4efd269 QFaxReader is a monochrome/color multipage tiff/fax files visualisation
utility. Is designed for the users who receive faxes using computers.

PR:		ports/90414
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-29 15:59:20 +00:00
Jean-Marc Zucconi
cc4556ea62 Check if stdin is a TTY, otherwise bail out as per BATCH mode.
Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2005-12-23 20:06:25 +00:00
Pav Lucistnik
1251e5ff2a - Update to 1.3
PR:		ports/90768
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
2005-12-22 00:20:03 +00:00
Erwin Lansing
63aae2fafb - Update to 0.3
New version new mastersite new maincoder

PR:		90592
Submitted by:	Soeren Straarup <xride@x12.dk> (maintainer)
2005-12-21 20:51:09 +00:00
Jean-Marc Zucconi
fb833581a7 Update MASTER_SITE. 2005-12-17 16:25:29 +00:00
Jean-Marc Zucconi
80dbdba7e6 Upgrade to version 1.1.34
Add a workaround (patch-mg_m_init.c) so that it works on FreeBSD 6 (see PR kern/87208)
2005-12-17 11:36:22 +00:00
David E. O'Brien
4505aa75bf Don't require Perl to build. 2005-12-17 08:06:04 +00:00
Andrey Slusar
7e3692bf39 Change email address for all my ports.
Approved by:	sem(mentor)
2005-12-15 20:34:46 +00:00
Sam Lawrance
562aef9b38 Obey PREFIX/LOCALBASE.
PR:		ports/90246
Submitted by:	Søren Straarup <xride@x12.dk> (maintainer)
2005-12-11 23:36:05 +00:00
Tim Bishop
8b10c216cd - Respect LOCALBASE/X11BASE
PR:		90232
Submitted by:	Soeren Straarup <xride@x12.dk> (maintainer)
Approved by:	clement (mentor)
2005-12-11 19:20:01 +00:00
Volker Stolz
00d633c1fb Unbreak: Builds fine with newer GCC on 4.x 2005-12-08 12:13:58 +00:00
Sam Lawrance
e6f69f893b Update to 1.03.0
PR:		ports/89648
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
Approved by:	kirill@solaris.ru (maintainer, timeout 14+ days)
2005-12-08 11:19:54 +00:00
Emanuel Haupt
ad0adb1478 - Update to 0.2
- Nuke pkg-plist

PR:		90019
Submitted by:	Dmitry Komissaroff <dxi@mail.ru> (maintainer)
2005-12-07 18:41:46 +00:00
Edwin Groothuis
6dfb72a4d7 [PATCH] comms/spandsp: [fix build on FreeBSD < 5.3
tgmath.h doesn't exist in FreeBSD prior to 5.3, so fake it
	when building on earlier FreeBSD

PR:		ports/89958
Submitted:	Tod McQuillin <devin@spamcop.net>
2005-12-05 04:05:36 +00:00
Edwin Groothuis
3d887eb3f6 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-04 23:35:14 +00:00
Edwin Groothuis
a6b8720f7b [MAINTAINER-UPDATE] ports comms/spandsp
Upgrade port to more recent version of spandsp

PR:		ports/89919
Submitted by:	wlloyd@slap.net
2005-12-04 06:34:57 +00:00
Tim Bishop
f10997384d - Update to 3.0.7
PR:		89888
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Approved by:	clement (mentor)
2005-12-04 00:42:30 +00:00
Sergey Skvortsov
7f87cb8160 Update to 1.46
Changes:	http://search.cpan.org/src/COSIMO/Device-Modem-1.46/Changes
2005-12-02 17:40:33 +00:00