Commit Graph

1125 Commits

Author SHA1 Message Date
Edwin Groothuis
edef6e779f [PATCH] archivers/stuffit: change company name & website to make fetchable
The distfile for this port is not fetchable until its URL
	is changed to match the new name for the same company.  The
	size & md5 checksum etc. remain the same.

	For their official announcement of the name change, please see:
	<http://www.allume.com/company/pressroom/releases/aladdin/072604allume.html>

PR:		ports/69974
Submitted by:	Paul Seniura <pdseniura@techie.com>
2004-08-04 02:25:11 +00:00
Ying-Chieh Liao
d5138d4f5e prepare for upcoming slave port 2004-08-02 02:42:14 +00:00
Michael Nottebrock
8ea1a2c0c1 Correct a configure-misdetection which went unnoticed until now, but causes
breakage with gcc 3.4.
2004-07-31 23:06:10 +00:00
Pav Lucistnik
198ad5f02f - Update to 1.11
PR:		ports/69809
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-31 15:39:34 +00:00
Sergey A. Osokin
c3c903b689 Move package files from plist to Makefile, remove pkg-plist. 2004-07-27 07:04:25 +00:00
Sergey A. Osokin
d93d8230d1 Move package files from plist to Makefile, remove pkg-plist. 2004-07-27 06:56:39 +00:00
Sergey A. Osokin
838230bbb8 Move package files from plist to Makefile, remove pkg-plist. 2004-07-27 06:39:39 +00:00
Volker Stolz
fe4107434d Point WWW-tag to master-site instead of mirror.
PR:             ports/69481
Submitted by:   Tim Bishop
Apologies to:	Andrey
2004-07-26 12:14:41 +00:00
Volker Stolz
870da68c71 Remove references to mirror.ac.uk
PR:		ports/69481
Submitted by:	Tim Bishop
2004-07-26 12:13:47 +00:00
Kirill Ponomarev
672c0bb499 Change maintainer's email. 2004-07-21 17:47:52 +00:00
Pav Lucistnik
6c21728cf1 - Update to 2004.07.14
PR:		ports/69270
Submitted by:	Martin Matuska <martin@tradex.sk> (maintainer)
2004-07-19 17:56:43 +00:00
Alex Dupre
0755041a61 Add a new shared extension for PHP. 2004-07-19 08:45:42 +00:00
Alex Dupre
28c0990956 Add a new shared extension for PHP. 2004-07-19 08:42:06 +00:00
Alex Dupre
dad9273a51 Add a new shared extension for PHP. 2004-07-19 07:37:05 +00:00
Alex Dupre
e07e68d1bc Add a new shared extension for PHP. 2004-07-19 07:34:56 +00:00
Alex Dupre
2f53f9a14a Add pecl-zip 1.0, a PECL extension to read zip files. 2004-07-19 07:24:30 +00:00
Edwin Groothuis
3c101f4840 [NEW PORT] archivers/bsdtar
Port of the bsdtar archiver for FreeBSD systems prior to 502111

PR:		ports/68054
Submitted by:	Martin Matuska <matuska@tradex.sk>
2004-07-18 11:18:21 +00:00
Sergey Matveychuk
e6e0779b3e Update to 3.10.21
Approved by:	krion (mentor) (implicitly)
2004-07-17 23:00:34 +00:00
Kris Kennaway
d2fe315906 Reset undeliverable maintainer address:
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue

For two consecutive weeks.
2004-07-15 22:59:10 +00:00
Kirill Ponomarev
ab0a69baeb - Support NO_WRKSUBDIR properly
PR:		ports/69107
Submitted by:	Ports Fury
2004-07-15 16:38:38 +00:00
Greg Lewis
aec9a887b0 . Update to 2004.07.14. 2004-07-15 16:09:15 +00:00
Kirill Ponomarev
beb60a6d82 Update to version 0.90.2-beta
PR:		ports/68996
Submitted by:	Ports Fury
2004-07-14 12:18:34 +00:00
Erwin Lansing
fc4ca2e42e Correctly use bsd.port.(pre|post).mk
PR:		69025
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2004-07-14 07:41:50 +00:00
Volker Stolz
6400bd4985 Refresh MASTER_SITES
Identical archive-content verified by: me
2004-07-13 14:56:28 +00:00
Mathieu Arnold
0bd0a17dcb Update to 0.06 2004-07-13 11:25:59 +00:00
Volker Stolz
4db465dd39 Update to 1.5.1.42
PR:		ports/68941
Submitted by:	Martin Matuska (maintainer)
2004-07-12 15:20:26 +00:00
Erwin Lansing
0ed34eaff9 Update to 1.12 2004-07-12 10:21:01 +00:00
Kirill Ponomarev
7113db1204 Remove USE_GETTEXT 2004-07-10 19:12:13 +00:00
Kirill Ponomarev
85658cd493 Support WITHOUT_NLS 2004-07-10 18:34:17 +00:00
Kirill Ponomarev
bf26c28e8c Support WITHOUT_NLS 2004-07-10 16:58:28 +00:00
Greg Lewis
b14865cc88 . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-09 22:53:43 +00:00
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
Kirill Ponomarev
f7e59f59a7 - Use MASTER_SITE_SUNSITE to MASTER_SITES
- Strip binary
- Utilize PLIST_FILES

PR:		ports/68857
Submitted by:	Ports Fury
2004-07-09 17:12:38 +00:00
Kirill Ponomarev
83c986007e Update to version 0.4
PR:		ports/68366
Submitted by:	Ports Fury
2004-06-27 18:00:57 +00:00
Joe Marcus Clarke
ffecdfda4a Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
2004-06-25 19:52:33 +00:00
Adam Weinberger
24fa706b0e Utilize lthack. 2004-06-25 06:34:18 +00:00
Mark Linimon
b429327734 remove mastersite which no longer has this software.
PR:		ports/67024
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (4 weeks)
2004-06-24 17:03:08 +00:00
Joe Marcus Clarke
9c80fcc624 Update to 2.6.2, and roll out the new gconf key policy to see how it handles.
Moving forward, this will make handling gconf schemas much easier.
2004-06-24 01:16:36 +00:00
Volker Stolz
3e3000cdfb Quote $(CC) for better interoperability e.g. with CC="ccache gcc"
PR:		ports/66320
Submitted by:	Michael Johnson
Approved by:	maintainer timeout
2004-06-23 11:53:00 +00:00
Volker Stolz
40ba1a7476 libcurl no longer provides formparse() -> disable curl-support. 2004-06-23 09:23:16 +00:00
Pav Lucistnik
5aef2581d4 - Register conflict with newly added archivers/star-devel port 2004-06-22 20:39:30 +00:00
Pav Lucistnik
96daa72856 After repocopy from archivers/star, add star-devel, at 1.5 alpha 41.
This is development series, but already pretty stable.

PR:		ports/68125
Submitted by:	Martin Matuska <martin@tradex.sk>
Repocopy by:	marcus
2004-06-22 20:37:36 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Andrey A. Chernov
d8d5153cdc Fix rar.1 uninstalling 2004-06-20 21:22:31 +00:00
Kirill Ponomarev
3e2305435e Add patch to make advdef utility working
PR:		ports/68116
Submitted by:	maintainer
2004-06-20 07:27:01 +00:00
Greg Lewis
5ec76123f1 . Update to 2004.06.07. 2004-06-16 15:20:49 +00:00
Kris Kennaway
9543b13fdf BROKEN: Broken pkg-plist 2004-06-15 11:05:56 +00:00
Greg Lewis
f9e82daec6 . Use libtool 1.3.x rather than 1.4.x (thus removing the last port
dependency on libtool14).

Submitted by:	ade
2004-06-09 21:07:42 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Hye-Shik Chang
c251d5d494 Fix build on STABLE.
Spotted by:	kris
2004-06-09 06:34:23 +00:00