1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

10412 Commits

Author SHA1 Message Date
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Alexander Nedotsukov
e9dffd30af Update to 2.4.4 2004-07-09 15:55:01 +00:00
Anton Berezin
af23b32619 Finish repocopy of devel/p5-WWW-Mechanize-FormFiller to
www/p5-WWW-Mechanize-FormFiller.
2004-07-09 12:35:03 +00:00
Sergey Matveychuk
87edb04b27 Correct pty type detection
PR:		ports/68808
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
Approved by:	krion (mentor)
2004-07-09 10:03:38 +00:00
Ying-Chieh Liao
bf24b21058 add datadesigner 0.5
Database Schema Designer
2004-07-09 09:41:17 +00:00
Oliver Eikemeier
4db3287849 FWIIW, enable the use of
make DISABLE_SIZE=yes checkdistsites
to check for corrupted files on sites that don't support SIZE
(the files are unfetchable from these sites anyway)
2004-07-08 23:30:04 +00:00
Kirill Ponomarev
1af9c81a83 Update to 4.0.1
PR:		ports/68830
Submitted by:	maintainer
2004-07-08 20:04:32 +00:00
Sergey Matveychuk
bac1d63c10 Update to 2.0.0
PR:		ports/68801
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
Approved by:	krion (mentor)
2004-07-08 19:58:08 +00:00
Anton Berezin
5fdb1d332d Add devel/p5-File-Modified, a Perl module for checking intelligently if
files have changed.
2004-07-08 12:18:07 +00:00
Alexander Nedotsukov
cf9bee37a1 Update to 2.6.1 2004-07-08 11:21:15 +00:00
Alexander Nedotsukov
ef2e041235 - Update to 0.7
- Use pcre 4.5

Approved by:	maintainer
2004-07-08 11:18:18 +00:00
Alexander Nedotsukov
a2eebabb1f Add LATEST_LINK. 2004-07-08 11:04:13 +00:00
Alexander Nedotsukov
6d56620292 Update to 2.4.1 2004-07-08 08:42:07 +00:00
Volker Stolz
80ad6980f6 Don't try to use lang/chicken if present.
PR:		ports/64142
Submitted by:	Kimura Fuyuki
Approved by:	maintainer timeout
2004-07-08 07:21:04 +00:00
Alexander Nedotsukov
b67fc2313b Add gconfmm 2.6.1 after repocopy from gconfmm, C++ wrapper for
gconf2 API library.
2004-07-08 06:09:39 +00:00
Alexander Nedotsukov
8210edb006 Add libglademm 2.4.0 after repocopy from libglademm, C++ wrapper
for libglade2 library.
2004-07-08 06:03:59 +00:00
Joerg Wunsch
464f3cfdfa Switch from MASTER_SITE_GNU to MASTER_SITE_GCC; it seems the GNU mirrors
aren't up-to-date for GCC these days.

Also, document the 0b binary constants hack committed a few hours ago.
2004-07-07 19:49:07 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Oliver Eikemeier
512239b93f add targets master-sites-all, master-sites, patch-sites-all, patch-sites
which print a sorted list of the respective sites (used e.g. by FreshPorts)
2004-07-07 14:51:17 +00:00
Oliver Eikemeier
e41c0a0867 fix a warning when GeoIP can't find the country for a site 2004-07-07 14:48:44 +00:00
Anton Berezin
6687a7a5c2 Add devel/p5-Hook-LexWrap, a module implementing lexically scoped
subroutine wrappers for Perl.
2004-07-07 14:24:49 +00:00
Anton Berezin
bbef1683b4 Add devel/p5-Term-Shell, a simple Perl module to ease writing
command-line shells in Perl.
2004-07-07 13:55:27 +00:00
Volker Stolz
602cecaee6 Update to 2.10.1 (including 64bit fixes)
PR:		ports/68739
Submitted by:	maintainer
2004-07-07 13:48:42 +00:00
Dmitry Sivachenko
dc4e047ead New port: p5-Module-Versions-Report.
Report versions of all modules in memory.
2004-07-07 13:32:33 +00:00
Dmitry Sivachenko
5614a2d825 New port: Tree::Simple.
This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.
2004-07-07 13:20:11 +00:00
Anton Berezin
6fc31271be Add www/p5-WWW-Mechanize-FormFiller, Perl framework to automate HTML
forms.
2004-07-07 12:51:13 +00:00
Joerg Wunsch
d04fd3fae8 Upgrade AVR-GCC to GCC 3.4.1.
Also included is a local hack to allow for 0bXXX binary constants,
since this appears to be a frequently requested item in the AVR
developers community.

The GCC configuration is tuned to allow for both, -gstabs [the default
if only -g is given], and -gdwarf-2 debugging options.  ELF/DWARF-2 is
the emerging format as promoted by Atmel, and is intented to be
directly usable in their AVR Studio simulator in future.  Eventually,
AVR-GDB will fully support DWARF-2 debugging as well some day.
2004-07-07 11:29:23 +00:00
Anton Berezin
320f70e38e Add devel/p5-Data-Random, a Perl module for generating random data. 2004-07-07 10:04:37 +00:00
Oliver Eikemeier
ffacc93b14 eliminate some verbatim uses of mktemp and sort
PR:		62298
2004-07-07 09:55:56 +00:00
Dmitry Sivachenko
6eaa2e3c29 Add missing LIB_DEPENDS. 2004-07-07 06:43:46 +00:00
Ade Lovett
f7f5464ee9 (note automake15 not yet connected to the build)
Fix so that aclocal looks in all appropriate ../share/aclocal*
directories.
2004-07-07 00:59:39 +00:00
Ade Lovett
e5dde29762 Expand %%X11BASE%% to the appropriate ${X11BASE} value in aclocal, so
that it can actually find files in ${X11BASE}/share/aclocal if need be.
2004-07-07 00:56:44 +00:00
Pav Lucistnik
e3227612b0 - Update to 20040630
PR:		ports/68722
Submitted by:	Dryice Liu <dryice@liu.com.cn> (maintainer)
2004-07-06 13:34:29 +00:00
Oliver Eikemeier
193ffbdfe8 Add devel/portmk, a place where bsd.port.mk development can happen. 2004-07-06 12:41:03 +00:00
Kirill Ponomarev
95f68a80c0 Update to 2.6.2
PR:		ports/68708
Submitted by:	maintainer
2004-07-06 08:56:24 +00:00
Pav Lucistnik
126b763234 - Update to 3.1
PR:		ports/68700
Submitted by:	Joachim Strombergson <watchman@ludd.ltu.se> (maintainer)
2004-07-06 02:21:42 +00:00
Pav Lucistnik
0da93d18c8 - Chase download location 2004-07-05 19:36:37 +00:00
Adam Weinberger
acc2c046ce Update to 1.10.0. 2004-07-04 23:01:15 +00:00
Pav Lucistnik
9b8b5f5dc0 - Unbreak: move sdl-config invocations from post-patch to pre-configure
PR:		ports/68614
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2004-07-04 21:58:24 +00:00
Dmitry Sivachenko
7d34e059f3 New port: GNU libmatheval.
GNU libmatheval is a library which contains several procedures that make
it possible to create an in-memory tree from the string representation
of a mathematical function over single or multiple variables.  This tree
can be used later to evaluate a function for specified variable values,
to create a corresponding tree for the function derivative over a
specified variable or to write a textual tree representation to a
specified string.  The library exposes C and Fortran 77 interfaces.
2004-07-04 17:58:23 +00:00
MANTANI Nobutaka
4a400e47c4 Sync with libanthy shared library version bump. 2004-07-04 03:20:26 +00:00
Thierry Thomas
bbf6639d28 Upgrading to 0.6.1. 2004-07-03 11:52:30 +00:00
Thierry Thomas
822fca5289 Upgrading to 0.10.0. 2004-07-03 11:51:09 +00:00
Kirill Ponomarev
c2c57edca4 Update to 4.0
PR:		ports/68621
Submitted by:	maintainer
2004-07-03 07:21:07 +00:00
Pav Lucistnik
3b7417f66f - Update to 3.2.3
- Pass maintainership to submitter

PR:		ports/68602
Submitted by:	Gerrit Beine <tux@pinguru.net>
2004-07-02 23:57:36 +00:00
Pav Lucistnik
4206955eff - Update to 4.2.0
PR:		ports/68611
Submitted by:	Jonathan Hanna <jhanna@shaw.ca> (maintainer)
2004-07-02 23:42:50 +00:00
Joe Marcus Clarke
a1c672573d Update to 2.6.3. 2004-07-02 16:12:02 +00:00
Dmitry Sivachenko
5a44bc6cdf devel/umbrello port has gone. 2004-07-02 11:06:18 +00:00
Dmitry Sivachenko
9c70f7c1d4 Remove this port. Newer version of umbrello is available in kdesdk port. 2004-07-02 11:03:05 +00:00