Commit Graph

3148 Commits

Author SHA1 Message Date
Maxim Sobolev
a86e614a3f Update version number of vorbis shared library. 2002-01-16 17:41:49 +00:00
Christian Weisgerber
fc9ff448fa Bump Ogg Vorbis library versions.
Approved by:	nobutaka
2002-01-16 17:37:02 +00:00
Ying-Chieh Liao
a134c21b5f s/malloc.h/stdlib.h/ 2002-01-15 13:26:30 +00:00
Jim Mock
85139e5ec9 Fix WWW.
PR:		33884
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-14 21:51:35 +00:00
Jim Mock
a267c1efa9 Fix MASTER_SITES, respect CFLAGS, remove unnecessary USE_AUTOCONF.
PR:		33883
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-14 21:49:24 +00:00
Maxim Sobolev
1827e477d5 Chase xmms shared library version bump. 2002-01-14 13:41:32 +00:00
Jim Mock
33352d95f3 Fix libMesaGL.so version.
PR:		33374
Submitted by:	maintainer
2002-01-14 07:38:22 +00:00
Mikhail Teterin
144a297f06 As a result of my last commit, upgrading this to 1.2.0-3, the
package name became fpx-1.2.0-3 --  the extra dash problem... It was
quickly pointed out to me by  KATO Tsuguru and Lev Serebryakov, with
the former providing  the simple patch I commit now.  The package is
now fpx-1.2.0.3.

Fortunately, dot follows  dash in the sorting order, so  there is no
need to mess with the PORTREVISION.

Submitted by:	KATO Tsuguru
2002-01-14 06:01:10 +00:00
Kevin Lo
e99ff93b58 Fix autoconf/automake issue.
I haven't the patience to wait lioux@ to commit it, sorry.
You know, I've been waiting for one month.

PR: 32862
Submitted by: MAINTAINER
2002-01-12 16:40:23 +00:00
Mikhail Teterin
8c1545f235 Upgrade to 1.2.0-3. Minor improvements. One of our patches got
incorporated.  Hey!

Submitted by:	alfred (very laconicly)
2002-01-12 08:52:37 +00:00
Mikhail Teterin
0d60d8e4c0 Fix a typo, that prevented my clever font substitution scheme from
working...
2002-01-12 07:56:11 +00:00
Mario Sergio Fujikawa Ferreira
849b68e0f7 o Add XFREE86_VERSION=4 since this port requires XV extension support
only found in XFree86 4.0 and above

Submitted by:	bento
2002-01-11 22:09:43 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Patrick Li
83ebb89931 Fix depends for freetype
PR:		33759
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>, bento
2002-01-11 03:47:47 +00:00
Patrick Li
0040dcb260 Fix depends for gtkgl
PR:		33763
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-11 03:24:51 +00:00
Mario Sergio Fujikawa Ferreira
e7f37ed6ca o Deal correctly with gnome: use proper paths if it is not
installed but benefit from it otherwise
o Fix PLIST due to aforementioned
o Bump PORTREVISION

Submitted by:	HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp>
Prompted by:	jedgar,
		Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-01-10 17:00:30 +00:00
Thomas Gellekum
a5cd31c767 Make this work with Python-2.2. 2002-01-10 11:21:01 +00:00
Mikhail Teterin
1a79aa3205 Add the ability to pass a list of alternative bdf fonts to this port.
This  can be  used  to generalize  building  of, say,  language-specific
versions of gd like ukrainian/gd -- the controlling port will simply set
GD_FONTS to something like

GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \
	koi9x15.bdf koi12x24.bdf koi10x20.bdf"

And the new configure script will extract the bdf files from the tarball
and use the bdftogd perl script (bundled with the software) to regenerate
the sources.

No REVISION bump, because the default package is still the same...
2002-01-09 04:48:20 +00:00
Brian Somers
15600cf2a1 Upgrade to version 0.2.92 2002-01-08 04:33:06 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Patrick Li
4327eea6f9 Update to 0.3.2 2002-01-08 00:10:54 +00:00
Dmitry Sivachenko
4b84726859 Update to 9.23.
PR:		33597
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-07 08:08:02 +00:00
Will Andrews
b29a954235 Add ghostscript to dependencies so that kghostview works upon adding port.
Bump PORTREVISION.

PR:		32708
Submitted by:	Vivek Khera <khera@kciLink.com>
2002-01-06 19:10:13 +00:00
Ying-Chieh Liao
4913377a2b add missing files to PLIST 2002-01-06 16:34:32 +00:00
Ying-Chieh Liao
a7db35c930 add qslim 2.0
SlimKit Surface Modeling Tools
2002-01-06 15:22:32 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Mikhail Teterin
100babe355 Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...

(Notably, the author  incorporated almost all of  our 32-bit related
patches).

PR:		ports/33528
Submitted by:	Lev A. Serebryakov
2002-01-05 10:53:21 +00:00
Patrick Li
999bdad63f Update to 5.4.1.2
PR:		33563
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-05 09:46:36 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Patrick Li
40bbfb3886 Update maintainer's email
PR:		33555
Submitted by:	maintainer
2002-01-04 22:41:25 +00:00
Patrick Li
b50c44981d Fix for -CURRENT, malloc.h->stdlib.h
Spotted by:	Bento
2002-01-02 04:16:51 +00:00
Dirk Froemberg
8c0949d312 Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.

See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
2001-12-31 10:20:19 +00:00
Mark Pulford
069a21ec6c Removed port after repo-copied to iview. 2001-12-30 22:56:02 +00:00
Mark Pulford
88ddddc7f4 Renamed iview to vp. 2001-12-30 22:54:24 +00:00
Mark Pulford
4a23cc4804 Repocopied from graphics/iview.
Updated to 1.5.
2001-12-30 06:56:58 +00:00
Mario Sergio Fujikawa Ferreira
0121d79ee0 Update to 0.8.2 2001-12-28 00:53:08 +00:00
Mario Sergio Fujikawa Ferreira
256c7bf61a - Add LEGAL notice
- NO_PACKAGE

From developers: "Distributing MPlayer in the form of binaries
and/or binary packages is currently impossible, speaking about both
technical and law areas"

Submitted by:	maintainer
2001-12-27 16:27:15 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
David W. Chapman Jr.
6b55f3df83 Update to 0.28
PR:		33148
Submitted by:	maintainer
2001-12-25 05:04:32 +00:00
Steve Price
b47703e043 Chase the checksum. 'diff -urN' says that nothing has changed. 2001-12-24 23:44:04 +00:00
Martin Blapp
356b063b9e Maintainer is now a committer
Approved by:	demon
2001-12-24 13:56:04 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
David W. Chapman Jr.
613f73877a USE_AUTOMAKE -> GNU_CONFIGURE
PR:		33129
Submitted by:	tkato@prontomail.com
2001-12-24 05:03:54 +00:00
David W. Chapman Jr.
5f010ed082 Remove files/patch-Makefile
PR:		33130
2001-12-24 04:30:01 +00:00
David W. Chapman Jr.
c5932c599c Update to 1.1.1
PR:		33130
Submitted by:	tkato@prontomail.com
2001-12-24 04:28:25 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Mario Sergio Fujikawa Ferreira
cb8753d6b6 o Un"echo" commands
o malloc.h -> stdlib.h

Submitted by:	bento
2001-12-24 01:17:20 +00:00
SADA Kenji
521d953925 Specify version numbers as symbols for pkg-plist.
Submitted by:	Maintainer
2001-12-23 12:28:56 +00:00
SADA Kenji
608a1326ec Upgrade to version 3.4.2.
PR:	ports/31679
Submitted by:	Maintainer
2001-12-23 09:23:51 +00:00
Mikhail Teterin
33cd6f536a Reorder the include (-I) path to end, rather than start, with
${LOCALBASE}/include.  The  old  behaviour  was  working  almost
always, because  the package's own header  files are well-named,
except for the common.h, which caused build failure for at least
one person.

PR:		ports/32247
2001-12-22 20:12:06 +00:00