1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

667 Commits

Author SHA1 Message Date
Akinori MUSHA
817f3c2a2e Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile
namespace pollution.
2000-08-08 16:08:31 +00:00
Akinori MUSHA
1fd451d376 Add another couple of Ruby modules.
databases/ruby-mysql:
	Ruby module for accessing MySQL databases, which has
	the same functions as C API

ports/devel/ruby-optparse:
	Yet another command line option parser for Ruby
2000-08-07 11:23:12 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Chris D. Faulhaber
df05575ea8 Correct PLIST, Makefile, and portlint nits
PR:		20084
Submitted by:	Maintainer
2000-08-01 23:28:34 +00:00
Maxim Sobolev
d3cfa03f69 Update to 1.0.25.
PR:		20316
Submitted by:	Domas Mituzas <midom@dammit.lt>
2000-07-31 16:57:02 +00:00
Kevin Lo
5507a6a39d Update to version 1.2214
PR: 20246
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-31 09:53:58 +00:00
Kevin Lo
9e7994f4a2 Update to version 1.9
PR: 20250
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-31 09:37:40 +00:00
Kevin Lo
a73e28797d Update to version 0.95
PR: 20247
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-31 09:33:24 +00:00
Maxim Sobolev
289b236303 Update to 2.01.
Other improvements:
- make USE_LIBTOOL actually working;
- enable building of python module and make python the secondary category;
- install api documentation;
- reshape PLIST to fully use screen estate;
- replace ugly ${FILESDIR}/patch.Makefile with normal patch.
2000-07-31 08:38:54 +00:00
Kevin Lo
96aead34ed PLIST @dirrm should be added to configuration directory.
PR: 20152
Submitted by: MAINTAINER
2000-07-25 01:26:09 +00:00
Dirk Froemberg
a9f1cdfbfd Fix build error caused by xforms upgrade. 2000-07-24 10:59:15 +00:00
Vanilla I. Shu
ae6f836a9a Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
2000-07-22 10:44:52 +00:00
Will Andrews
9e46214234 Add mysql++, a C++ library API to MySQL.
PR:		20063
Submitted by:	Miklos Niedermayer <mico@bsd.hu>
Apologies to:	Mikhail Teterin <mi@aldan.algebra.com>, for never finishing
		work on his mysql++ port in PR 17588.  :-(
2000-07-21 05:06:59 +00:00
Maxim Sobolev
0e6fa7c75c Add USE_LIBTOOL to fix c_r issues.
Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
2000-07-19 15:40:28 +00:00
Chris D. Faulhaber
6a029ad96d Correct PLIST
PR:		20032
Submitted by:	Maintainer
2000-07-19 11:14:19 +00:00
Maxim Sobolev
0da7d958de Update to 0.3.2. 2000-07-17 06:55:35 +00:00
Steve Price
ea94f608b4 Update to use Tcl version 8.3.
PR:		19874
Submitted by:	maintainer
2000-07-16 19:57:01 +00:00
Steve Price
a46043fd14 Update to use tcl-8.3.
PR:		19900
Submitted by:	maintainer
2000-07-16 19:51:40 +00:00
Chris D. Faulhaber
ba2e407c07 Update port to 0.0.11 2000-07-16 13:15:17 +00:00
Chris D. Faulhaber
096485c910 Update port to 1.2 2000-07-14 12:45:24 +00:00
Andreas Klemm
ade3e50d9e -LDCONFIG_DIRS= %%PREFIX%%/pgsql
+LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib

Submitted by:	"Chris D. Faulhaber" <jedgar@fxp.org>
2000-07-11 19:03:58 +00:00
Steve Price
ed7f616289 Build with tcl8.2 instead of tcl8.0.
PR:		19108
Submitted by:	Adrian Filipi-Martin <adrian@ubergeeks.com>
2000-07-10 02:13:02 +00:00
Andreas Klemm
d359087daa Update to latest version 0.98.6
TCL/TK 8.3 works, so changed port dependencies
2000-07-09 19:55:58 +00:00
Chris D. Faulhaber
6d397ca36a Update MASTER_SITES
Update my email address
2000-07-07 20:46:06 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Dirk Froemberg
cd257b5a78 Fix MASTER_SITES. 2000-07-05 14:24:32 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
e0ebf8d102 Add lib/libtyphoon_p.a.
Submitted by:	bento
2000-07-05 06:07:11 +00:00
Maxim Sobolev
c4609c2259 New port of mysql-navigator - a MySQL database server administration package
for Gnome desktop.
2000-07-03 16:44:36 +00:00
Will Andrews
488749fefd Add p5-DBZ_File, a perl module for accessing DBZ databases.
PR:		18846
Submitted by;	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-07-02 08:08:14 +00:00
Alexander Langer
deb90e6a16 Update to 1.0.24
PR:		19250
Submitted by:	maintainer
2000-06-28 14:02:51 +00:00
Maxim Sobolev
8d40a9a9a2 Update to 0.2.2. 2000-06-24 15:39:24 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Akinori MUSHA
d78d23752a Use ${PKG_PREFIX} instead of `/usr/local'. 2000-06-20 05:16:27 +00:00
Akinori MUSHA
7145c7d0d1 Update to 7.0.2.
Fix NOPORTDOCS support.

Fix PLIST in many respects, especially for pgacess.
2000-06-20 05:08:07 +00:00
Akinori MUSHA
5804ca48ae Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS. 2000-06-17 05:34:04 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Maxim Sobolev
00e405d352 Add support for building db2 shared library.
"A somewhat cumbersome update to db to have it build
a shared lib. Ports depending on it will now be
able to use a simple LIB_DEPENDS instead of
a semantically incorrect RUN_DEPENDS."

PR:		19035
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-06-06 15:15:18 +00:00
Akinori MUSHA
44de5f52b2 Enable multibyte support by default, and add knobs to disable it or set the
default encoding.

Still the "default" default encoding is singlebyte, so this shouldn't hurt
anything but a little code increase.

Approved by:	andreas (the maintainer)
2000-06-04 16:47:24 +00:00
Dirk Froemberg
835c9ff362 GNU_CONFIGURE -> USE_LIBTOOL. 2000-06-03 07:59:18 +00:00
Maxim Sobolev
0fc22cf59b Add "-b" option for the fetch(1) to make distfile actually downloadable.
Submitted by:	bento
2000-06-02 09:02:13 +00:00
Maxim Sobolev
0910e8828b Actually display ${PKGMESSAGE}, which I added some time ago, upon installation. 2000-06-01 08:28:46 +00:00
Will Andrews
b9cf2a6561 Add MyODBC port, an ODBC driver for MySQL.
PR:		17586
Submitted by:	Erik H. Bakke <erikhb@bgnett.no>
2000-05-30 00:12:26 +00:00