Commit Graph

63554 Commits

Author SHA1 Message Date
Kris Kennaway
a9e96513c7 Fix plist 2002-09-14 22:52:30 +00:00
Kris Kennaway
00be66f243 Fix plist and respect NOPORTDOCS 2002-09-14 22:51:44 +00:00
Kris Kennaway
21fa8ab226 Add missing manpages 2002-09-14 22:41:07 +00:00
Kris Kennaway
bd365ede8e Respect NOPORTDOCS, and add missing directories to plist 2002-09-14 22:40:28 +00:00
Kris Kennaway
740f8385b9 Remove directory on deinstall 2002-09-14 22:32:03 +00:00
Kris Kennaway
5e57b3b9d8 Respect CFLAGS and PREFIX 2002-09-14 22:31:24 +00:00
Kris Kennaway
ec74ba4484 Add missing file to pkg-plist 2002-09-14 22:30:00 +00:00
Kris Kennaway
f5fe0f912b USE_LIBTOOL and add missing plist entries 2002-09-14 22:29:46 +00:00
Kris Kennaway
6ee5063436 Add missing file 2002-09-14 22:27:22 +00:00
Kris Kennaway
cfabf0625d Add missing manpage 2002-09-14 22:23:52 +00:00
Kris Kennaway
bb8e1b2ab9 Remove directory on deinstall 2002-09-14 22:23:35 +00:00
Kris Kennaway
847954b28c Fix pkg-plist by correcting a mistaken @exec to @unexec 2002-09-14 22:20:46 +00:00
Kris Kennaway
3a98506402 Fix pkg-plist 2002-09-14 22:15:34 +00:00
Kris Kennaway
72ee735611 Sort pkg-plist and add missing file 2002-09-14 22:13:28 +00:00
Kris Kennaway
70b391d531 Correct pkg-plist
Submitted by:	bento
2002-09-14 22:10:47 +00:00
Alan Eldridge
c2f78dff11 1. koncd is contained kde 3.1.
2. knapster is dead, as napster is dead.

Approved by:	maintainer, alane
2002-09-14 21:01:42 +00:00
Joe Marcus Clarke
57f07d16a7 Add appropriate --disable-* CONFIGURE_ARGS to disable things such as esound
support from being built when esound is already installed on the system.

Reported by:	alane
Approved by:	timeout from maintainer
2002-09-14 19:51:37 +00:00
Michael Haro
ec07f1dbb0 don't depend on perl
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-09-14 19:27:18 +00:00
Michael Haro
2235407eff Teach portlint to recognize RUN_DEPENDS=${BUILD_DEPENDS} and the like
PR:		27182
Submitted by:	Anton Berezin <tobez@tobez.org>
2002-09-14 18:57:41 +00:00
Michael Haro
d7b5fabe67 update to 1.2.6 2002-09-14 18:50:14 +00:00
Dirk Meyer
3583c69764 Fix some GCC problems in CURRENT 2002-09-14 18:07:29 +00:00
Anton Berezin
8abb2a29de Update to 1.36, add WWW, and grab maintainership. 2002-09-14 18:01:03 +00:00
Maxim Sobolev
2e331e731f Fix breakage introduced in previous commit.
Submitted by:	"Dan Langille" <dan@langille.org>
2002-09-14 16:57:47 +00:00
Ying-Chieh Liao
0365a3f889 add py-docutils 0.2
Python Documentation Utilities
2002-09-14 15:13:04 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
Maxim Sobolev
aa0a6b33ab - Drop bash from RUN_DEPENDS, which is ugly and also conflicts with some of
the upcoming bsd.port.mk patches tested on bento.
- make USE_LIBTOOL knob actually working while I'm here.
2002-09-14 09:40:56 +00:00
Joe Marcus Clarke
0f7e9de868 Update to 0.8.193. 2002-09-14 09:16:12 +00:00
Joe Marcus Clarke
384a0619a4 Update to 2.0.1. 2002-09-14 09:15:31 +00:00
Martin Blapp
1501be706e Upgrade these ports to new versions. While we are here, clean
up the IGNORE message, and make the manual install idiot proof.
Remove the need for a dist subdir, let the user rename the
distfile to a more useful distname. Fix pkg-plist.
2002-09-14 08:09:35 +00:00
Joe Marcus Clarke
6cf01597c2 Update to 0.0.6. 2002-09-14 07:53:56 +00:00
Martin Blapp
535c928b97 Make a build work even if it has been aborted and the Virtual X-Server
has exited too. Add a new mozilla-install target, which installs the
packages to the place they belong.
2002-09-14 07:20:09 +00:00
Oliver Braun
bbcbd692e4 * Upgrade to 1.0.3
* Change MASTER_SITES
* Install nstreams-services without ".samples" suffix
* Remove the advice about 0.99 version in pkg-descr
* Pass maintainership to submitter

PR:		ports/42752
Submitted by:	Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
2002-09-14 06:42:33 +00:00
Kris Kennaway
749aff3648 The lablgl port does not exist, it is called ocaml-lablgl 2002-09-14 04:33:28 +00:00
Kris Kennaway
10e1269cf3 Rename this package to linux-setiathome; it was conflicting with
the setiathome package.
2002-09-14 04:32:08 +00:00
Kris Kennaway
54da1bf920 Sanitize this port (don't try and fetch into files/, because that's
supposed to be read-only).

Noticed by:	forthcoming bsd.port.mk patch
2002-09-14 03:34:18 +00:00
Kris Kennaway
fcc38dddd0 Remove kdeaddons, which was deleted as part of the kde2 cleanup 2002-09-14 02:15:40 +00:00
Cy Schubert
d38fb021dd Enable PNG support.
PR:		42721
Submitted by:	adam@vectors.cx
2002-09-14 01:39:27 +00:00
Cy Schubert
eec7fd0b10 ${PERL} -> ${REINPLACE_CMD}
Fully qualify the path to GNU M4 FvwmM4.
2002-09-14 00:54:55 +00:00
Cy Schubert
4f3cd10433 ${PERL} -> ${REINPLACE_CMD} 2002-09-14 00:53:39 +00:00
Archie Cobbs
11e5e884a0 Update to version 0.1.2. 2002-09-14 00:42:13 +00:00
Archie Cobbs
86e2bb745a Update to version 0.3.3. 2002-09-14 00:37:32 +00:00
Ernst de Haan
741b3d1feb Now properly using pkg-message to display warning about
stability of this port.
2002-09-13 22:49:38 +00:00
David E. O'Brien
4e14c3cee8 The gcc32 port builds again -- so hook it up to the build. 2002-09-13 21:46:00 +00:00
Alan Eldridge
5dada094d8 KDE3 version part of KDE3. This version is history. 2002-09-13 20:11:37 +00:00
Alan Eldridge
ec30e8a460 Depends on kde2. Will come back as part of 3.1 (in kde cvs now). 2002-09-13 20:06:43 +00:00
Joe Marcus Clarke
912eaacadf Update to 0.59.2. 2002-09-13 19:40:59 +00:00
Ying-Chieh Liao
2ec8df58f2 add movingmotif 2.1.0
Display scientific data as dynamic plot
2002-09-13 19:00:01 +00:00
Ying-Chieh Liao
0e9284fdf9 bump open-motif shlib version 2002-09-13 18:47:30 +00:00
Ying-Chieh Liao
6d00029556 upgrade to 2.2.2
PR:		42491
Submitted by:	Ports Fury
2002-09-13 18:42:27 +00:00
Maxim Sobolev
50309b5b27 Use frontline for tracing bitmaps. Bump PORTREVISION. 2002-09-13 16:52:31 +00:00