Commit graph

4829 commits

Author SHA1 Message Date
Sergey Matveychuk
f5b7d224de - Use PORTDOCS=* instead of a wrong generated PLIST
Proposed by:	skv
2006-01-14 10:07:33 +00:00
Florent Thoumie
e011792f19 - Fix issue when WITHOUT_X11 is defined.
Noticed by:	mnag
2006-01-13 15:57:51 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Florent Thoumie
679b9b10d2 - Adding sensible defaults to the startup script so people don't need to
touch /etc/rc.conf anymore.
- Silent @dirrm for ldconfig directories, this ensures a quiet upgrade.
- Fix installation with package, directories weren't created.

Noticed by:	pav
2006-01-12 12:35:03 +00:00
Dmitry Sivachenko
7b3c24e395 Utilize NAGIOSWWWDIR variable, just like port of nagios-2.0.r1 does.
Pointed out by:		Kristof Meers <kristof.meers@psy.kuleuven.be>
2006-01-09 16:52:55 +00:00
Florent Thoumie
719425c049 - Fix RUN_DEPENDS in bsd.ldconfig.mk.
- In a previous commit, I said that you need to use the install-rc-script,
you should read install-ldconfig-file.

Noticed by:	ale
2006-01-09 11:47:16 +00:00
Tim Bishop
3369145c11 - Use USE_RC_SUBR properly
- Use SUB_LIST/SUB_FILES rather than a bunch of seds
- Tidy whitespace in pkg-install and pkg-deinstall scripts
- Tidy up rc script and improve tests using ps

Approved by:	clement (mentor)
2006-01-09 10:30:35 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Florent Thoumie
67da3e013f - Add a note about variables used by the script in pkg-message. 2006-01-08 13:33:54 +00:00
Florent Thoumie
c211d9d33f Add ldconfig_compat, a port that installs a ldconfig compatibility script
to reflect latest changes to /etc/rc.d/ldconfig which are the use of ldconfig
directories (${PREFIX}/libdata/ldconfig{,32}). This change is meant to remove
so-called ldconfig startup scripts installed by ports as 000.${foo}.sh.

The bsd.ldconfig.mmk file is only temporary as this should move quickly to
bsd.port.mk. Anyway, to use it, just define the following in your ports' Makefile :

USE_LDCONFIG=	dir1 dir2

and (before bsd.ldconfig.mk moves to bsd.port.mk) :

post-install: install-rc-script
2006-01-08 12:38:49 +00:00
Doug Barton
ea6a5da318 Make use of the ldconfig_local_dirs mechanism just committed to
7-CURRENT.

flz has plans to develop the USE_LDCONFIG code in bsd.port.mk,
but this will serve as a POC for now.
2006-01-08 10:41:48 +00:00
Edwin Groothuis
7bba572344 Update to 0.2.15 2006-01-07 20:26:28 +00:00
Edwin Groothuis
7c618a810c Update to 0.4.1 2006-01-07 20:19:22 +00:00
Hiroki Sato
334dbdc7a6 - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh to
prevent non-rcNG scripts from being invoked before it.
- Bump PORTREVISION.

PR:	conf/91444
2006-01-07 13:23:48 +00:00
Jimmy Olgeni
982428a538 Upgrade to version 1.86. 2006-01-07 10:35:53 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Edwin Groothuis
0b4a23c635 [UPDATE] misc/krecipes to version 0.9.1, unbreak on 4.x
o Update Krecipes to version 0.9.1.
	o New version builds on FreeBSD 4.11 ... unbreak for 4.x
	o Clean up Makefile
	  - OPTIONS cleanup
	  - Use USE_SQLITE
	  - Remove unneccesary -O2 optimization from configure script
	  - Disable databases not selected in OPTIONS so startup
	    Wizard disables unavailable selections
	o New version no longer installs a shared lib and the
	  pkg-plist is the same for any chosen database(s)
	o Make pkg-descr a little more concise and list available backends

PR:		ports/91361
Submitted by:	Jason E. Hale <jhale@bluebottle.com>
APproved by:	"Henry Miller" <hank@blackhole.com>
2006-01-07 01:23:41 +00:00
Kirill Ponomarev
484bca694c Update to 1.0.7 2006-01-05 21:20:13 +00:00
Kirill Ponomarev
15cd0f58e3 Update to 11.1 2006-01-05 21:14:09 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Edwin Groothuis
7ff8b27218 Patch port: misc/linux-opengroupware
Fix a typo in Makefile

PR:		ports/91273
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
2006-01-04 06:16:54 +00:00
Markus Brueffer
d26b2f4d95 Update to version 0.12.10 2006-01-04 00:07:27 +00:00
Pav Lucistnik
77174668b3 - Force configuration of zidestore
PR:		ports/90669
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
Approved by:	maintainer timeout (14 days)
2006-01-03 13:49:52 +00:00
Edwin Groothuis
be6bc69b0f Add patches as supplied in ports/91151
PR:		ports/91151
Submitted by:	Andrey Slusar <anray@freebsd.org>
2006-01-03 00:00:47 +00:00
Edwin Groothuis
1eda9ddc55 Fix @dirrm in pkg-plist
Noticed by: YAPHR
2006-01-02 06:36:34 +00:00
Pav Lucistnik
a732551284 - Remove expired ports 2005-12-31 08:36:45 +00:00
Doug Barton
cdf8000035 Bump PORTREVISION to bring in the REQUIRE: ldconfig change. 2005-12-28 00:31:11 +00:00
Doug Barton
519e0dc87b Make the boot scripts REQUIRE: ldconfig so that just in case
the script gets ordered prior to ldconfig, that script won't
blow away the work done by this one.
2005-12-28 00:26:41 +00:00
Edwin Groothuis
23234a5533 - Improve pkg-message
- Change dependency on net/cvsup-without-gui (itetcu@#bsdports)
2005-12-26 23:00:05 +00:00
Edwin Groothuis
189e89ae53 don't overwrite user configuration files. 2005-12-26 21:43:31 +00:00
Pav Lucistnik
9728276d2a - Update to 0.2.14
PR:		ports/90930
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-12-26 19:53:35 +00:00
Edwin Groothuis
e53b47e707 Add an usefull pkg-descr. 2005-12-26 10:42:10 +00:00
Edwin Groothuis
9b434230e6 Port maintainers, commiters and update submitters. Please behold,
here is the tinderbox port which should give you a tinderbox system
to test your ports before submitting it. It's unnmissable for
everybody making ports, and belongs to the range of tools like
portlint and porttools.
2005-12-26 10:40:21 +00:00
Sergey Matveychuk
04a43e666d - Print pkg-message
PR:		ports/90912
Submitted by:	Ion-Mihai "IOnut" Tetcu (maintainer)
Obtained from:	dougb@, misc/compat5x
2005-12-26 06:43:19 +00:00
Sergey Skvortsov
c79bc5ad77 Update to the latest edition (Fri Jan 21 10:30:24 GMT 2005):
The Open Group Base Specifications Issue 6
IEEE Std 1003.1, 2004
2005-12-21 14:52:50 +00:00
Sergey Skvortsov
1d76eb504a Add SIZE, SHA256. 2005-12-21 14:50:02 +00:00
Edwin Groothuis
5e724c2cb5 [NEW PORT] misc/fortune-mod-ferengi_rules_of_acquisition
Add "The Ferengi Rules of Acquisition", in this version
	just the ones quoted in SST:DS9 episodes. The rest known
	Rules will follow shortly.

	-- This one is dedicated to Little Dirk, maybe he'll be a
	trekkie after all, despite his fight with W.S.' book.

PR:		ports/90672
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	Little Dirk
2005-12-21 04:50:21 +00:00
Edwin Groothuis
fa79a04b2e [MAINTAINER] misc/fortune-mod-culmea-culmilor: update
Update to include "-o" file.

	Move common fortune ports code in Makefile.fortune.
	Make -o files code actually work.
	Make fortune fiels with comments work.
	Drop pkg-message but show where the fortune file is installed.

	Future plans:
	- add other .ro fortunes ports
	- write a send-fortune tool.

PR:		ports/90651
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-21 04:45:13 +00:00
Doug Barton
40a70a81c2 Reduce POLA violation for users who didn't expect to have to enable
this feature.

Prodded by: pav
2005-12-20 20:03:56 +00:00
Maxim Sobolev
c29b09b371 Update MASTER_SITES. 2005-12-20 04:36:38 +00:00
Herve Quiroz
0a42c0b499 Unbreak by fixing packing list
PR:		90172
Submitted by:	maintainer, lioux
Approved by:	maintainer
2005-12-19 15:09:44 +00:00
Doug Barton
08c14fd9a4 Provide new style rc.d boot scripts, using the infrastructure that
is present in both bsd.port.mk and rc.subr to make things as simple
as possible.
2005-12-18 21:04:37 +00:00
Sam Lawrance
de9ba17b2e Update to 0.2.5.
PR:		ports/90557
Submitted by:	Ports Fury
2005-12-18 10:37:29 +00:00
Dejan Lesjak
841d47abe4 Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same in
output of 'make describe' for both native and crossbuild.

Spotted by:	kris
2005-12-18 05:29:45 +00:00
Kris Kennaway
fee9cab431 BROKEN: Broken distinfo 2005-12-17 18:37:22 +00:00
Sergey Matveychuk
c105877d96 - Update to 2.33
- Move to a more appropriate category (astro)

PR:             ports/90347
Submitted by:   Serge Gagnon (maintainer)
2005-12-16 22:06:55 +00:00
Emanuel Haupt
b44e761dbc - Re-Add misc/bestfit, a utility to Optimally choose files to be put on a
CD (or other media)
- Add two new master sites
- Update WWW
- Take maintainership
- Remove from MOVED
2005-12-16 13:39:58 +00:00
Mario Sergio Fujikawa Ferreira
dc4a527c1c Fix build on OSVERSION < 500000: <sys/limits.h> -> <limits.h>
Submitted by:	maintainer
2005-12-16 06:11:44 +00:00
Peter Pentchev
6e7d9074cf Update to display-1.2a, which incorporates our 8-bit character patch and
also unconditionally uses libncurses now.
Honor ${STRIP}.
2005-12-15 12:54:25 +00:00
Sam Lawrance
dad50d99b1 Remove expired ports. 2005-12-15 03:18:03 +00:00
Renato Botelho
f3fd5eea2c - UNBREAK: Provide a MASTER_SITE to save the port
- Remove WWW from pkg-descr
- Remove simple patch and use perl to replace this
- Pass maintainership to submitter

PR:		ports/90385
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-14 12:57:35 +00:00
Mario Sergio Fujikawa Ferreira
fae54139e3 o Update to 1.19
o Add several patches from Gentoo portage CVS

Approved by:	maintainer (thanks jonny)
Obtained from:	Gentoo portage CVS
2005-12-13 17:33:18 +00:00
Joseph Koshy
67404331b5 Add SA256 checksums. 2005-12-13 16:23:44 +00:00
Mario Sergio Fujikawa Ferreira
d130dce7f1 o Add working MASTER_SITES; thus, fixing BROKEN/DEPRECATED/EXPIRATION_DATE
o distfile has changed but the installed binary has the same md5
  checksum as the one from the previous distfile
2005-12-12 19:29:59 +00:00
Peter Pentchev
8976fc1025 Fix the master sites and the pkg-descr WWW lines.
While I'm here, add SHA256 checksums.

Reminded by:	linimon's and fenner's scripts, like, repeatedly
2005-12-12 18:07:31 +00:00
Yoichi NAKAYAMA
1a1ae46755 Update to 1.4.2
Submitted by:	edwin
2005-12-12 14:37:45 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Marcus Alves Grando
6de99df956 Added forgotten patch
Notified by:	Vasil Dimov <vd@datamax.bg>
2005-12-09 14:55:34 +00:00
Marcus Alves Grando
2f6b74019f Update to 1.3.2 [1]
Reorganize Makefile
Remove .la files

PR:		90109 [1]
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-12-09 13:40:21 +00:00
Pav Lucistnik
54fdbc8ef2 - Add support for many new Intel features
PR:		ports/90036
Submitted by:	Valentin Nechayev <netch@netch.kiev.ua>
2005-12-09 09:18:10 +00:00
Dejan Lesjak
94ea4e03aa Add support for installing i386 4.x libraries on the amd64 architecture.
PR:		ports/87525
Submitted by:	Simun Mikecin (numisemis at yahoo dot com)
2005-12-08 02:14:30 +00:00
Renato Botelho
774903e920 - Update to 0.11
- Add SHA256 hash

PR:		ports/87625
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (48 days)
2005-12-06 10:34:20 +00:00
Emanuel Haupt
2a8c078b05 Bump PORTREVISION to force a regeneration of the .dat file
PR:		89873
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-05 12:02:53 +00:00
Edwin Groothuis
c92cd65864 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-05 00:53:19 +00:00
Emanuel Haupt
bad81ce6c9 Update (slave and master port) to 1.4 2005-12-04 21:33:54 +00:00
Edwin Groothuis
c9ffdb86b7 Add INFO macro 2005-12-04 10:40:32 +00:00
Clement Laforet
05684b80dd - prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
2005-12-04 00:18:15 +00:00
Edwin Groothuis
087505a42c Add -C to strfile
Bump portrevision
Add SHA256 thingie
2005-12-03 03:37:50 +00:00
Edwin Groothuis
76fa8e157c fortune's .dat format change breaks precompiled bible.dat for misc/fortune-mod-bible
On Thu Feb 17 18:06:37 2005 UTC, ru submitted a change
	(1.27) to fortune.c that implements a change to read a new
	on-disk format of the .dat files.
	(http://www.freebsd.org/cgi/cvsweb.cgi/src/games/fortune/fortune/fortune.c)

	This change renders old .dat files incompatible with version
	of fortune compiled after 2005-02-17.

	Therefore, the supplied bible.dat file that is supplied
	with the port no longer works.

PR:		ports/89811
Submitted by:	Doug Poland <doug@polands.org>, Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2005-12-03 03:34:55 +00:00
Brooks Davis
55f95f61e0 These are actually only broken on 4.x so fix markings.
Reported by:	kris
Pointy hat to:	brooks
2005-12-02 23:02:31 +00:00
Brooks Davis
141addc6bb Mark broken due to configure errors. Admit I don't have time or
interest in fixing the problems with this obsolete port and drop
maintainership.
2005-12-02 17:39:32 +00:00
Brooks Davis
ac5f19517c Mark unconditionally broken. It's had various problems for ages and
I have neither time nor interest in fixing it.  Drop maintainership.
2005-12-02 17:36:15 +00:00
Bill Fenner
9d421233a5 kwatch 2.3.3 never made it to the kde servers, so remove 101 bad URLs
by removing MASTER_SITE_KDE.
2005-12-02 05:44:57 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +00:00
Simon Barner
f68b07d16d - Use DOCSDIR and EXAMPLESDIR 2005-12-01 20:05:22 +00:00
Simon Barner
26d97992f9 - Fix plist by using DOCSDIR and EXAMPLESDIR
Reported by:	cluster
2005-12-01 20:03:41 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Edwin Groothuis
b7c77650f4 misc/hotkeys - definition file for Logitech UltraX keyboard
This is not a bug; it is an additional keyboard definition
	for hotkeys.  This definition is for the keyboard Logitech
	UltraX.  Add it if you want to.

PR:		ports/89617
Submitted by:	Torfinn Ingolfsen <tingo@start.no>
Approved by:	Andy Pavlo <amp0928@rit.edu>
2005-12-01 00:08:43 +00:00
Edwin Groothuis
1f08375736 From: COKYAZICI <cokyazici@yahoo.co.uk>
To: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: [FreeBSD Ports Version Check] Newer available versions for ports you maintain

	port: devel/libnaji
	new version: 0.4.0
	download url:
	http://prdownloads.sourceforge.net/najitool/libnaji-0.4.0.src.tar.gz?download

	port: misc/najitool
	new version: 0.6.0
	download url:
	http://prdownloads.sourceforge.net/najitool/najitool-0.6.0.src.tar.gz?download

	details:
	They are built and installed exactly the same as the
	previous version(s), and are downloaded from the exact
	same server, and the filenames have very simular
	names, all that needs to be changed in the ports files
	is the version numbers.

Submitted by:	COKYAZICI <cokyazici@yahoo.co.uk>
2005-11-30 21:08:17 +00:00
Florent Thoumie
d43ca898a0 - Fix mtx on 64bits archs.
PR:		ports/82599
Submitted by:	Morten A. Middelthon <morten@coretrek.no>
Approved by:	maintainer timeout (3 months)
2005-11-30 14:10:25 +00:00
Emanuel Haupt
6229fea156 Add SHA256 hashes to my ports 2005-11-30 14:01:14 +00:00
Jun Kuriyama
b650876e96 Chase shlib version bump of net-snmp. 2005-11-30 05:23:10 +00:00
Thierry Thomas
34afd47109 Make fetchable again. 2005-11-28 22:49:02 +00:00
Edwin Groothuis
7172f1a900 Prevent building on anything besides tinderboxes by checking the existence
of an unique variable.

Requested by: kris@
2005-11-28 11:21:40 +00:00
Edwin Groothuis
560acc73a1 This port is simlar to misc/instant-workstation or misc/instant-server.
It creates a whole lot of often used ports, so that after a cvsup
on a tinderbox build system, you can just tinderbuild this port and
all primary dependencies are updated.

If you think a port is missing, let me know!

Author: Edwin Groothuis <edwin@mavetju.org>
2005-11-28 05:57:36 +00:00
Tilman Keskinoz
9b28a34395 Update to 1.36.3 (Updated french translation) 2005-11-27 09:20:11 +00:00
Adam Weinberger
b3a765cd4a Update to 2.3.5.
Thanks to:	edwin's version check script
2005-11-27 01:16:51 +00:00
Markus Brueffer
32218f967b - Update to version 0.12.7
- Add SHA256
2005-11-26 20:15:48 +00:00
Edwin Groothuis
274f6ba629 [Maintainer Update] update german/tvbrowser 1.0 -> 2.1
Update port german/tvbrowser from 1.0 to version 2.1

PR:		ports/89548
Submitted by:	Lars Engels <lars.engels@0x20.net>
2005-11-26 12:21:46 +00:00
Pav Lucistnik
3f06646f44 - Add SHA256 2005-11-26 00:44:05 +00:00
Pav Lucistnik
396a65941b - cherrynebula.net is now a dummy website, and ftp.freebsd.org have a copy
of that website instead of real distfile
- Detonate in two months
2005-11-25 23:46:23 +00:00
Pav Lucistnik
b22c53171c - Fix fetching 2005-11-25 23:40:10 +00:00
Pav Lucistnik
5eda9927b2 - Add SHA256
Approved by:	mat (perl; maintainer)
2005-11-25 22:02:00 +00:00
Pav Lucistnik
2b8b6726eb - Remove misc/compat22, it's forbidden, not needed by anything in Ports
Collection, and the 4.6.2 release bits it used are gone from mirrors
2005-11-25 16:12:09 +00:00
Pav Lucistnik
70231c0b10 - Add SHA256 2005-11-25 16:09:33 +00:00
Pav Lucistnik
29372aaf29 - Drop old checksum, add SHA256, SIZE 2005-11-25 16:03:44 +00:00
Edwin Groothuis
c170f04e0f big whitespace cleanup (see ports/65409)
PR:		ports/65828
Submitted by:	trevor
Approved by:	ache
2005-11-25 03:25:00 +00:00
Edwin Groothuis
b11a250920 [NEW PORT] misc/fortune-mod-culmea-culmilor: Romanian "Culmea culmilor" jokes (in Romanian)
Romanian "Culmea culmilor" jokes (in Romaninan)

	Romanian description:
	Maxime de genul "Culmea aglomeratiei: Sa ...." - instaleaza portul ca sa afli ;)

PR:		ports/89295
Submitted by:	"Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
2005-11-25 02:47:48 +00:00
Edwin Groothuis
43ae86d742 new port: german/tvbrowser
TV-Browser is a digital tv guide. The tv data are retrieved
	from multiple sources and can be downloaded from our servers
	after having been automatically processed.

	Currently, TV-Browser supports tv and some radio channels
	from Germany, Austria and Swiss.

	WWW: http://www.tvbrowser.org

PR:		ports/81631
Submitted by:	Lars Engels <lars@0x20.net>
2005-11-24 07:38:50 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00