1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

67955 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
95c8162b29 Remove www as secondary category. It is redundant in the slave port since master port already adds this 2002-11-27 13:52:00 +00:00
Mario Sergio Fujikawa Ferreira
830adcc4cc o Make PKGNAMEPREFIX language variant specific (i.e., pt_BR)
o Add www as secondary category

Approved by:	maintainer
2002-11-27 13:43:52 +00:00
Norikatsu Shigemura
ee1a1b76bf o make install in port's Makefile.
o add new pkg-message.
o NOPORTDOCS support.
o set up minimum configuration.

Submitted by:	John von Essen <john@essenz.com> (maintainer)
Submitted by:	Lars Eggert <larse@ISI.EDU>
Reviewed by:	John von Essen <john@essenz.com> (maintainer)
2002-11-27 13:35:52 +00:00
Alan Eldridge
d7b1376e4b Fix to use autoconf the right way. Do NOT put *_DEPENDS entries for autoconf.
It's not gonna work anymore, folks! READ bsd.port.mk comments.

Approved by:	kris
2002-11-27 13:25:31 +00:00
Kris Kennaway
794c119459 Fix build (use correct #include path and library name), and respect
CC and CFLAGS.
2002-11-27 12:42:46 +00:00
Kris Kennaway
1850cdc611 Oops, correct patch in patch file
Pointy hat to:  kris
2002-11-27 12:26:08 +00:00
CHOI Junho
d15625b19c Update to 4.8. Back from hell!
Approved by:	portmgr
2002-11-27 09:48:39 +00:00
Roger Hardiman
fbee30d963 Fix compilation problems with new pwlib library (reported by Kris and
bento) and get it compiling with QT3 (patch from Matt).

Submitted by:	Matt Douhan <mdouhan@fruitsalad.org>
2002-11-27 09:44:12 +00:00
Dirk Meyer
1b082f15db Fix package build on bento caused by gnustep-make-1.5.1 2002-11-27 08:24:11 +00:00
Ying-Chieh Liao
38ba739df8 fix core dump when getenv("LANG") return NULL
PR:		45741
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
Tested by:	asmodai
2002-11-27 06:19:27 +00:00
Anders Nordby
e88031e534 Unbreak building of bundled tools.
Install the newly bundled tools: mailutil, dmail and tmail.
Tidy.
Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext
passwords.

Pointy hat to:	dougb
2002-11-27 04:11:23 +00:00
Anders Nordby
e493b3047d Unbreak: set USE_OPENSSL properly.
Tidy.
Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext passwords.

Pointy hat to:	dougb
2002-11-27 03:53:42 +00:00
Norikatsu Shigemura
191e095a04 Fix dictionary information(gcannaf was not available).
PR:		ports/45774
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2002-11-27 01:28:52 +00:00
Mikhail Teterin
727e83b1a7 This library should always have been linked with c++, rather than
cc, but we were able to get away with it previously. Not any more.
Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to
avoid unresolved __gxx_personality_v0 when trying to load the package
into the Tcl interpreter at run-time.

No PORTREVISION bump, since the port did not build on -current until
5 minutes ago, and the problem does not affect -stable.

Not Approved by: portmgr (Linnex would too cruel and too unusual anyway)
2002-11-27 01:00:57 +00:00
Mikhail Teterin
def45225d8 The newer, kinder C++ does not like it, when the default values
for functions' arguments are specified twice -- in the declaration
(sql-mysql.h) and in the definition (sql-mysql.cc). The added patch
removes the redundant defaults from the functions' definitions and fixes
the build on -current.

Submitted by:	bento
Not Approved by: portmgr -- no approval requested, since port did not build
2002-11-27 00:47:37 +00:00
Jun Kuriyama
891fd02c8a Unbreak on alpha by using USE_REINPLACE.
Reported by:	kris
2002-11-26 23:50:06 +00:00
Patrick Li
8f402d572e Fix build on -current and PERL->REINPLACE_CMD
Submitted by:	bento
2002-11-26 23:45:08 +00:00
Dirk Meyer
6ae40244a0 remove some obsolete files
gnustep-make 1.5.1 don't build them
2002-11-26 21:33:51 +00:00
Mario Sergio Fujikawa Ferreira
60b8a22257 Correct previous commit 2002-11-26 21:30:16 +00:00
Mario Sergio Fujikawa Ferreira
6001fdfccf Fix -CURRENT build since it has a much cleaner header file space.
Therefore, add missing include.

PR:		45767
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-26 21:29:13 +00:00
Mario Sergio Fujikawa Ferreira
4423a20f56 Forgot IS_INTERACTIVE
Submitted by:	bento,
		kris
2002-11-26 21:23:28 +00:00
Dirk Froemberg
170722c74a Temporarily put distfile on ${MASTER_SITE_LOCAL} for 5.0-RELEASE.
distfile for 3.20 on original MASTER_SITE is 3.22 actually and thus
causing a checksum error.
2002-11-26 21:11:48 +00:00
Tilman Keskinoz
89580eca0f Fix build on Current
PR:		45751
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-26 20:38:36 +00:00
Alan Eldridge
74b7d34dfd Emergency fix to move PERL_LEVEL to PRE part of bsd.port.mk, and provide
a default value of 0 if it can't be computed. This is necessary in order
to prevent make errors.

Approved by:	kris (sometime in near future)
2002-11-26 20:05:56 +00:00
Tilman Keskinoz
3f92e426cb This port installs a i386 binary 2002-11-26 20:01:49 +00:00
Tilman Keskinoz
acf1265ff9 This port installs intel binaries.
Submitted by:	beta
2002-11-26 19:45:17 +00:00
Tilman Keskinoz
ce0124e3fc Fix build on -CURRENT
PR:		45765
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-11-26 19:36:16 +00:00
Tilman Keskinoz
8bccfb6c67 Don't try to build this software on alpha. It is useful on AMDs only.
Approved by:	maintainer
Submitted by:	beta
2002-11-26 19:04:14 +00:00
Dag-Erling Smørgrav
99acc794c2 Update to 2.3.20021126. 2002-11-26 16:19:49 +00:00
Tilman Keskinoz
2114f9f364 Sync MD5 sum for ghostscript/eplaser-3.0.4-651.tgz with the ghostscript-gnu port.
The new tarball has changes in the readme and a copy of the GPL.
Full diff of the tarballs is available at
http://people.freebsd.org/~arved/eplaser.diff

Submitted by:	bento
2002-11-26 16:04:45 +00:00
Mario Sergio Fujikawa Ferreira
4ea37d8368 Fix: insure CFLAG safeness
PR:		45688
Submitted by:	Conrad Sabatier <conrads@cox.net>
2002-11-26 15:04:03 +00:00
Sheldon Hearn
40cece650c Update to 2.2.2, which fixes showstopper protocol bugs.
Requested by:	author
Approved by:	portmgr
2002-11-26 14:01:14 +00:00
Mario Sergio Fujikawa Ferreira
49a336dc1d Sanitize MASTER_SITES
Submitted by:	fenner's distfiles survey
2002-11-26 13:03:28 +00:00
Mario Sergio Fujikawa Ferreira
43b5a4c62c Sanitize MASTER_SITES
Submitted by:	fenner's distfiles survey
2002-11-26 12:49:19 +00:00
Doug Barton
059898ce11 Upgrade to 4.50, the latest from UW; which includes better threading support,
enhanced rule patterns, role-based smtp server, better character set support,
and most importantly, a fix for the DoS recently reported on bugtraq. There
are other fixes and improvements as well, check out the release notes for
more information.

* Usual round of patch re-generation
* Add a makefile.bsf fix and a patch for pine/strings.c not being able to
find utf8.h
2002-11-26 12:17:36 +00:00
Doug Barton
383d2b4189 Since c-client has to be update for pine, this has to be updated to match.
Mostly simple version update, but apply some of the same fixes from c-client.

* Make some Makefile variables more... variable
* SSLTYPE update to match new c-client makefile
* Usual round of patch re-generation, but do some of the DRAC stuff in a
way that has a better chance of surviving the next software update.
* One hunk of patch-ah is now obsoleted
* Add a patch for mailutil/Makefile similar to the other Makfile patches
that fix c-client dependencies.
2002-11-26 12:10:27 +00:00
Doug Barton
5ccd0436d2 anders assigned me a PR to update pine, so he must have meant me to update
this too. :)

* Mostly a simple version update, although I tweaked a few things
* Make some Makefile variables more... variable
* SSLTYPE update to match new c-client makefile
* Remove a spurious variable from the port Makefile
* Tab'ify a couple places in patches that had to be regenerated anyway
2002-11-26 12:05:13 +00:00
Mario Sergio Fujikawa Ferreira
58b9a1c196 Fix build by improving GNU auto* tools disabling patch
Submitted by:	bento
2002-11-26 12:04:54 +00:00
Mario Sergio Fujikawa Ferreira
1ff50ee7bc Fix install
Submitted by:	bento,
		kris
2002-11-26 11:57:20 +00:00
Mario Sergio Fujikawa Ferreira
d462ca712d Add missing devel/libgnugetopt dependency
Submitted by:	bento
2002-11-26 11:51:00 +00:00
Max Khon
4a01845d5b Update to 1.2.
This fixes pstack on recent 4.7-STABLE as well.

Submitted by:	MAINTAINER
2002-11-26 11:24:21 +00:00
Dmitry Sivachenko
f9a249b64c Fix build on -CURRENT. 2002-11-26 11:02:14 +00:00
Dag-Erling Smørgrav
32fdc696e3 Force ${PREFIX}/news/spool during package building. 2002-11-26 09:54:23 +00:00
Dmitry Sivachenko
d6d3f334a3 Fix LIB_DEPENDS when using gd version 1.
Spotted by:	Peter van Dijk <peter@dataloss.nl>
2002-11-26 09:24:50 +00:00
Patrick Li
8032a3f5b0 Update to 0.8.6
PR:		ports/45719
Submitted by:	maintainer
Approved by:	kris
2002-11-26 05:02:35 +00:00
Patrick Li
0b34dc3c10 - Update to 1.0.13a
- Use ECHO_CMD and fix whitespaces while I am here.

PR:		ports/45707
Submitted by:	maintainer
Approved by:	kris
2002-11-26 04:49:17 +00:00
Patrick Li
ddb02b70f5 Update to 2.7.9
Reviewed by:	maintainer
Approved by:	kris
2002-11-26 04:02:09 +00:00
David E. O'Brien
f9a856abff Update to 3.2.1 release, and fix packaging. 2002-11-26 01:59:10 +00:00
Christian Weisgerber
4a35363560 Fix build on -CURRENT. 2002-11-26 00:34:06 +00:00
Kris Kennaway
aa5ca61446 The variable is called USE_PERL5_BUILD, not USE_PERL_BUILD
Pointy hat to:	kris
2002-11-26 00:25:55 +00:00