aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix to use autoconf the right way. Do NOT put *_DEPENDS entries for autoconf.Alan Eldridge2002-11-271-4/+1
| | | | | | | | | It's not gonna work anymore, folks! READ bsd.port.mk comments. Approved by: kris Notes: svn path=/head/; revision=71147
* Fix build (use correct #include path and library name), and respectKris Kennaway2002-11-274-0/+116
| | | | | | | CC and CFLAGS. Notes: svn path=/head/; revision=71146
* Oops, correct patch in patch fileKris Kennaway2002-11-271-2/+2
| | | | | | | Pointy hat to: kris Notes: svn path=/head/; revision=71145
* Update to 4.8. Back from hell!CHOI Junho2002-11-2712-0/+333
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=71143
* Fix compilation problems with new pwlib library (reported by Kris andRoger Hardiman2002-11-274-28/+72
| | | | | | | | | bento) and get it compiling with QT3 (patch from Matt). Submitted by: Matt Douhan <mdouhan@fruitsalad.org> Notes: svn path=/head/; revision=71142
* Fix package build on bento caused by gnustep-make-1.5.1Dirk Meyer2002-11-272-50/+0
| | | | Notes: svn path=/head/; revision=71141
* fix core dump when getenv("LANG") return NULLYing-Chieh Liao2002-11-276-30/+42
| | | | | | | | | PR: 45741 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Tested by: asmodai Notes: svn path=/head/; revision=71140
* Unbreak building of bundled tools.Anders Nordby2002-11-2710-166/+263
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71139
* Unbreak: set USE_OPENSSL properly.Anders Nordby2002-11-273-14/+42
| | | | | | | | | | Tidy. Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext passwords. Pointy hat to: dougb Notes: svn path=/head/; revision=71138
* Fix dictionary information(gcannaf was not available).Norikatsu Shigemura2002-11-272-2/+2
| | | | | | | | PR: ports/45774 Submitted by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=71137
* This library should always have been linked with c++, rather thanMikhail Teterin2002-11-271-0/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=71136
* The newer, kinder C++ does not like it, when the default valuesMikhail Teterin2002-11-271-0/+23
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71135
* Unbreak on alpha by using USE_REINPLACE.Jun Kuriyama2002-11-261-1/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=71134
* Fix build on -current and PERL->REINPLACE_CMDPatrick Li2002-11-262-1/+12
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71133
* remove some obsolete filesDirk Meyer2002-11-261-5/+0
| | | | | | | gnustep-make 1.5.1 don't build them Notes: svn path=/head/; revision=71132
* Correct previous commitMario Sergio Fujikawa Ferreira2002-11-262-4/+4
| | | | Notes: svn path=/head/; revision=71131
* Fix -CURRENT build since it has a much cleaner header file space.Mario Sergio Fujikawa Ferreira2002-11-262-0/+20
| | | | | | | | | | Therefore, add missing include. PR: 45767 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=71130
* Forgot IS_INTERACTIVEMario Sergio Fujikawa Ferreira2002-11-261-0/+1
| | | | | | | | Submitted by: bento, kris Notes: svn path=/head/; revision=71129
* Temporarily put distfile on ${MASTER_SITE_LOCAL} for 5.0-RELEASE.Dirk Froemberg2002-11-261-1/+2
| | | | | | | | distfile for 3.20 on original MASTER_SITE is 3.22 actually and thus causing a checksum error. Notes: svn path=/head/; revision=71128
* Fix build on CurrentTilman Keskinoz2002-11-261-2/+17
| | | | | | | | PR: 45751 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=71127
* Emergency fix to move PERL_LEVEL to PRE part of bsd.port.mk, and provideAlan Eldridge2002-11-261-14/+16
| | | | | | | | | | 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) Notes: svn path=/head/; revision=71126
* This port installs a i386 binaryTilman Keskinoz2002-11-262-0/+6
| | | | Notes: svn path=/head/; revision=71125
* This port installs intel binaries.Tilman Keskinoz2002-11-261-0/+1
| | | | | | | Submitted by: beta Notes: svn path=/head/; revision=71124
* Fix build on -CURRENTTilman Keskinoz2002-11-261-0/+28
| | | | | | | | PR: 45765 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Notes: svn path=/head/; revision=71123
* Don't try to build this software on alpha. It is useful on AMDs only.Tilman Keskinoz2002-11-262-0/+4
| | | | | | | | Approved by: maintainer Submitted by: beta Notes: svn path=/head/; revision=71122
* Update to 2.3.20021126.Dag-Erling Smørgrav2002-11-262-2/+2
| | | | Notes: svn path=/head/; revision=71121
* Sync MD5 sum for ghostscript/eplaser-3.0.4-651.tgz with the ghostscript-gnu ↵Tilman Keskinoz2002-11-263-0/+3
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71120
* Fix: insure CFLAG safenessMario Sergio Fujikawa Ferreira2002-11-262-2/+8
| | | | | | | | PR: 45688 Submitted by: Conrad Sabatier <conrads@cox.net> Notes: svn path=/head/; revision=71119
* Update to 2.2.2, which fixes showstopper protocol bugs.Sheldon Hearn2002-11-262-2/+2
| | | | | | | | Requested by: author Approved by: portmgr Notes: svn path=/head/; revision=71118
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2002-11-261-1/+0
| | | | | | | Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=71117
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2002-11-261-4/+0
| | | | | | | Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=71116
* Upgrade to 4.50, the latest from UW; which includes better threading support,Doug Barton2002-11-266-98/+107
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71115
* Since c-client has to be update for pine, this has to be updated to match.Doug Barton2002-11-266-50/+70
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=71114
* anders assigned me a PR to update pine, so he must have meant me to updateDoug Barton2002-11-264-22/+24
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71113
* Fix build by improving GNU auto* tools disabling patchMario Sergio Fujikawa Ferreira2002-11-262-8/+8
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71112
* Fix installMario Sergio Fujikawa Ferreira2002-11-261-1/+3
| | | | | | | | Submitted by: bento, kris Notes: svn path=/head/; revision=71111
* Add missing devel/libgnugetopt dependencyMario Sergio Fujikawa Ferreira2002-11-262-2/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71110
* Update to 1.2.Max Khon2002-11-263-7/+4
| | | | | | | | | This fixes pstack on recent 4.7-STABLE as well. Submitted by: MAINTAINER Notes: svn path=/head/; revision=71109
* Fix build on -CURRENT.Dmitry Sivachenko2002-11-261-0/+11
| | | | Notes: svn path=/head/; revision=71108
* Force ${PREFIX}/news/spool during package building.Dag-Erling Smørgrav2002-11-263-6/+6
| | | | Notes: svn path=/head/; revision=71107
* Fix LIB_DEPENDS when using gd version 1.Dmitry Sivachenko2002-11-262-0/+2
| | | | | | | Spotted by: Peter van Dijk <peter@dataloss.nl> Notes: svn path=/head/; revision=71106
* Update to 0.8.6Patrick Li2002-11-268-30/+30
| | | | | | | | | PR: ports/45719 Submitted by: maintainer Approved by: kris Notes: svn path=/head/; revision=71105
* - Update to 1.0.13aPatrick Li2002-11-262-16/+14
| | | | | | | | | | | - Use ECHO_CMD and fix whitespaces while I am here. PR: ports/45707 Submitted by: maintainer Approved by: kris Notes: svn path=/head/; revision=71104
* Update to 2.7.9Patrick Li2002-11-264-4/+4
| | | | | | | | Reviewed by: maintainer Approved by: kris Notes: svn path=/head/; revision=71103
* Update to 3.2.1 release, and fix packaging.David E. O'Brien2002-11-264-42/+49
| | | | Notes: svn path=/head/; revision=71102
* Fix build on -CURRENT.Christian Weisgerber2002-11-264-23/+35
| | | | Notes: svn path=/head/; revision=71101
* The variable is called USE_PERL5_BUILD, not USE_PERL_BUILDKris Kennaway2002-11-261-1/+1
| | | | | | | Pointy hat to: kris Notes: svn path=/head/; revision=71100
* Add USE_PERL_BUILDKris Kennaway2002-11-261-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71099
* Unbreak draw recieve/transmit meter and bump PORTREVISION.Patrick Li2002-11-262-0/+15
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=71098
* - Add patch that prevents OpenOffice from crashingPatrick Li2002-11-268-74/+24
| | | | | | | | | | | | | - Move Xft patch out of files/ and relocate reminder patch - Add xterm as BUILD/RUN dependency to fix build [1] - bump PORTREVISION PR: ports/45706 Submitted by: maintainer Reivewed by: kris [1] Notes: svn path=/head/; revision=71097