Commit graph

142959 commits

Author SHA1 Message Date
Hiroki Sato
b5a0d7d85e Change MASTER_SITES to fix a fetch problem and add SHA256 checksums.
Spotted by:	fenner's survey
2006-01-21 20:02:03 +00:00
Sergey Matveychuk
79031ead2a - makes the port honour $CC setting
- do not use %zd on FreeBSD 4.x
- note there is no <malloc.h> in pbl.h to be replaced

PR:		ports/92001
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	maintainer
2006-01-21 19:36:15 +00:00
Dejan Lesjak
cfedb2f0e8 Explicitly create directory to install files in.
Remove directories no longer part of mtree.
2006-01-21 19:35:28 +00:00
Hajimu UMEMOTO
b5b3b72fb1 WITHOUT_CPU_CFLAGS hack is not required anymore.
Tested by:	TAKANO Yuji <takachan__at__running-dog.net>
2006-01-21 19:29:18 +00:00
Anton Berezin
154c427e9f Update to 9999.11. 2006-01-21 19:23:11 +00:00
Dejan Lesjak
0b1dcd5028 Fix breakage after X.Org upgrade to 6.9:
A macro that helps gcc4 checking of sentinels was introduced in Xlib.h,
Intrinsic.h and IntrinsicI.h and is defined in Xfuncproto.h. Apparently
the sequence of including these X headers is not quite like this port
would want it to be so the macros don't get expanded. Workaround this by
adding them to CFLAGS as they would be for not-gcc4 case.
2006-01-21 19:15:29 +00:00
Norikatsu Shigemura
cdc5e9d025 Update to 2.2.0beta5. 2006-01-21 19:06:00 +00:00
Sergey Matveychuk
83cb048d24 radauth was developed to allow for command line authentication
against a radius server.  This allows for more rapid
testing/troubleshooting of radius authentication problems depending
upon the method by which the person is authenticating (dial-up
customers come to mind).

Author: Matt Miller <mmiller_at_hick.org>
WWW:    http://freshmeat.net/projects/radauth/

PR:		ports/91975
Submitted by:	Andrew Kilpatrick <tiger_at_whitetigersd.com>
2006-01-21 19:01:25 +00:00
Dejan Lesjak
af0ecf95cb Don't depend on binary that is gone from X.Org with 6.9 release. 2006-01-21 19:00:14 +00:00
Dejan Lesjak
97e24935c1 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. 2006-01-21 18:55:31 +00:00
Dejan Lesjak
627b13b9fb Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
2006-01-21 18:55:08 +00:00
Thierry Thomas
fb2517d43d - Upgrade to 1711_B04;
- Don't prune empty directories.
2006-01-21 18:26:17 +00:00
Marcus Alves Grando
46e306b181 Update to 1.4.9 [1]
Remove obsolete MASTER_SITES [1]
Update lighttpd.conf.sample [1]
Fix REQUIRE in rc.d script [2]
Reorganize Makefile and rc.d script [2]

PR:		92078 [1], 92069 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1], mnag [2]
Approved by:	maintainer
2006-01-21 18:11:54 +00:00
Hajimu UMEMOTO
d105ac64b3 fix build on AMD64 for workaround.
Reported by:	many
2006-01-21 18:11:33 +00:00
Andrey Slusar
dd313e41c3 Upgrade to the latest cvs snapshot(0.9.8.a.20060120).
PR:		ports/92045
Submitted by:	Denis Shaposhnikov (maintainer)
2006-01-21 17:59:40 +00:00
Sergey Matveychuk
b3967937cc Otk is a portable widget library for making graphical user interfaces for
application programs. It emphasizes simplicity without eliminating capability.
It is based on OpenGL, and C.

WWW:   http://otk.sourceforge.net/

PR:		ports/92103
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2006-01-21 17:47:19 +00:00
Yen-Ming Lee
085ebfad27 - add missing dependency
- bump PORTREVISION

PR:		92044
Submitted by:	Riccardo Torrini <riccardo@torrini.org>
Approved by:	maintainer
2006-01-21 17:42:10 +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
Marcus Alves Grando
f484c99df7 Update to 2.0.0
PR:		91327
Submitted by:	mnag
Approved by:	maintainer timeout (16 days)
2006-01-21 17:27:36 +00:00
Sergey Matveychuk
9e2b1e3f86 - Unbreak. Fix build with libglut 6.4.1.
PR:		ports/92096
Submitted by:	maintainer
2006-01-21 16:57:59 +00:00
Sergey Matveychuk
3aaea2c0d1 - Fix SONAME
PR:		ports/92095
Submitted by:	maintainer
2006-01-21 16:57:02 +00:00
Norikatsu Shigemura
292b04093b o Remove ia64 support and Suspend amd64 support. [1]
o Fix WRKSRC. [2]

Pointed out by:	netchild and kris [1]
Submitted by:	John Prather <john.c.prather@gmail.com> [2]
2006-01-21 16:49:19 +00:00
Erwin Lansing
1c305c6c56 Update to 0.14
PR:		92098
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-01-21 15:45:05 +00:00
Cheng-Lung Sung
98ee3154cc - update to 1.103
- also remove configure arg 'disable-threadsafe'

PR:		73061
Submitted by:	Jean-Yves Lefort <jylefort AT brutele dot be>
2006-01-21 14:54:29 +00:00
Alexander Leidinger
e1a6e5c7d3 - use MASTER_SITE_READHAT_LINUX now that fedoralegacy is added there
- pet portlint a little bit
 - don't create LINUXBASE/var/run, to let linux apps access /var/run
 - link LINUXBASE/etc/ld.so.cache to /var/run/linux-ld.so.cache on a
   recent -current (where /etc/rc.d/abi knows how to handle the symlink);
   this should allow a read-only LINUXBASE
 - don't remove LINUXBASE/usr/local, someone may have installed something
   there
2006-01-21 14:52:04 +00:00
Andrey A. Chernov
4d93dc3c5e Upgrade to 2.7 2006-01-21 13:41:01 +00:00
Gary Jennejohn
123d7cd9f8 Flwm has disappeared from sourceforge andd all other sites. Use
MASTER_SITE_LOCAL to keep this port alive.

Delete the WWW entry from pkg-descr since it is no longer valid.
2006-01-21 13:17:15 +00:00
Andrey A. Chernov
8b575d095d website moved 2006-01-21 13:17:03 +00:00
Alexander Leidinger
76b6e14161 Check if /usr/X11R6/lib is in the ld.so.conf. If it isn't (that's
only the case in non-default linux_base ports): moan.

Suggested by:	Boris Samorodov <bsam@ipt.ru>
2006-01-21 12:50:13 +00:00
Sergey Skvortsov
f09b16fb77 Update to 1.11
Changes:	http://search.cpan.org/src/PJF/Finance-Quote-1.11/ChangeLog
2006-01-21 12:47:32 +00:00
Markus Brueffer
48155d33d1 - New projectsite: Change mastersite and WWW accordingly
- Add SHA256

Submitted by:	fenner
2006-01-21 12:21:54 +00:00
Peter Pentchev
6ae16ee4b5 Fix MASTER_SITES.
Reported by:	fenner's survey
2006-01-21 10:45:26 +00:00
Pav Lucistnik
da123327c8 - Fix OPTIONS
- Fix prompt passphrase dependency

PR:		ports/92073
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
2006-01-21 09:11:30 +00:00
Thierry Thomas
70668bfbc2 - Fix plist [1]
- Fix xmdump.

Reported by:	pointyhat via Kris [1]
2006-01-21 09:01:47 +00:00
Dirk Meyer
baa44e3501 - update to 0.8.5 2006-01-21 08:56:10 +00:00
Cheng-Lung Sung
8f05453390 - fix pkg-plist
- noted by krismail

PR:		92034
Submitted by:	clsung
Approved by:	maintainer (Gea-Suan Lin)
2006-01-21 08:26:36 +00:00
Maxim Sobolev
b8c8fc7e04 When building with zaptel disabled make sure to set WITHOUT_ZAPTEL make
environment variable.

Poked by:	kris, unbuildable ports reminder
2006-01-21 08:20:21 +00:00
Joe Marcus Clarke
dc15d4f4c9 Update to 1.2.8. 2006-01-21 08:19:44 +00:00
Eric Anholt
fc7e94fafc Unbreak build by adding a newly-missing include directory. 2006-01-21 07:24:13 +00:00
Eric Anholt
d20b040c6f [1] Update to 2.4.2
[2] Install shared libraries and some cmake files so ports depending on paraview
    can build.
Not very tested, because it crashes my X Server (oops), though I suspect the
previous version would have as well if I'd pre-tested.

PR:		[2] 91885
Submitted by:	[2] Thierry
2006-01-21 06:58:47 +00:00
Cheng-Lung Sung
54ffed78bb Add openvanilla-modules 0.7.1.20050902, input method modules for
OpenVanilla.

PR:		ports/85731
Submitted by:	Leland Wang <llwang@infor.org>
2006-01-21 06:12:20 +00:00
Dirk Meyer
6d5fbf161d - fix pkg-plist 2006-01-21 05:51:53 +00:00
Hajimu UMEMOTO
3e59b5bdf8 ${CPUTYPE} might not defined.
Reported by:	cperciva
2006-01-21 05:38:22 +00:00
Edwin Groothuis
b5407164d8 Add support for lang/gcc42 2006-01-21 05:27:11 +00:00
Sam Lawrance
be9cf153b9 Mark broken: unfetchable. 2006-01-21 05:22:18 +00:00
Gerald Pfeifer
68fd67076d Update to the 20060119 snapshot of GCC 4.0.3. 2006-01-21 05:10:38 +00:00
Alexey Dokuchaev
630a930c2b - Hopefully fix the build on cluster [1]
- Previous commit was useless, but don't revert it :-(

Reported by:	krismail [1]
2006-01-21 05:04:00 +00:00
Alexey Dokuchaev
e615ee1cdd Reindent group of lines in preparation for next commit. 2006-01-21 04:40:55 +00:00
Hajimu UMEMOTO
f8292fc41d It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xp
since my last commit.  It spun in 'miniruby' somewhere in a
bigdecimal compile.  So, if CPUTYPE is defined as athlon64 or
athlon-xp, ignore CPU_CFLAGS for workaround.

Reported by:	Mike Harding <mvh__at__ix.netcom.com>
2006-01-21 04:26:40 +00:00
Florent Thoumie
4e292772a3 - Fix packing list issue with ipw-firmware. Should have fixed that some time ago.
Noticed by:	krismails (twice)
2006-01-21 03:14:10 +00:00