aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* As previously announced, remove the antique version of imake that wasMark Linimon2004-03-209-222/+0
| | | | | | | | | part of XFree86-3. This functionality was superceded years ago by devel/imake-4. No port in the system has really used this port for quite some time. Notes: svn path=/head/; revision=104686
* The dependency in the previous commit should have been devel/imake-4,Mark Linimon2004-03-201-1/+1
| | | | | | | | not devel/imake, which is the XFree86-3 version and is marked for deprecation Real Soon Now. Notes: svn path=/head/; revision=104685
* ugly hack to work around PR 64485. Remove when fixed.Oliver Eikemeier2004-03-201-0/+3
| | | | | | | | Submitted by: Tim Bishop <tim@bishnet.net> Pointy hat to: eik Notes: svn path=/head/; revision=104684
* The gshar+gunshar port is renamed to ports/archivers/sharutils.Trevor Johnson2004-03-1912-152/+6
| | | | | | | PR: 64443 Notes: svn path=/head/; revision=104683
* Fix on !i386/!ia64 and on 4.x.Alfred Perlstein2004-03-194-7/+45
| | | | | | | In collaboration with: Stuart Cheshire <cheshire@apple.com> Notes: svn path=/head/; revision=104682
* Update the list of what this port installs (and does not install).Trevor Johnson2004-03-191-8/+20
| | | | | | | | Add synopses from the info pages. Explain in more detail what shar archives are. Add a note about security. Add keywords. Notes: svn path=/head/; revision=104681
* - update cs, da, en, fo, it, pl, sk, sv, and uk dictionnaries;Thierry Thomas2004-03-1915-154/+180
| | | | | | | | | | | | | | | - add af, bg, ga, gl, hr, id, is, mi, ms, and sl dictionnaries; - bump portrevision; - simplify this port. PR: ports/64186 Submitted by: maintainer Approved by: mat (mentor). Notes: svn path=/head/; revision=104680
* BROKEN on ia64: Coredump during buildKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104679
* Better fix for amd64 (and ia64, omitted in previous); only compile withKris Kennaway2004-03-192-3/+10
| | | | | | | -fPIC those files that require it. Notes: svn path=/head/; revision=104678
* . Link the python modules against libintl so they can actually be used.Greg Lewis2004-03-194-10/+12
| | | | | | | . Bump PORTREVISION. Notes: svn path=/head/; revision=104677
* BROKEN on alpha 4.x: Coredump during buildKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104676
* BROKEN on alpha 4.x: Does not compileKris Kennaway2004-03-192-0/+8
| | | | Notes: svn path=/head/; revision=104675
* BROKEN on alpha 4.x: Coredump during buildKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104674
* Extend -fPIC hack to cover ia64, which also requires it, and properlyKris Kennaway2004-03-191-2/+2
| | | | | | | respect CFLAGS. Notes: svn path=/head/; revision=104673
* BROKEN on amd64 and ia64: Does not compile (shared library objects must beKris Kennaway2004-03-191-1/+7
| | | | | | | compiled with -fPIC) Notes: svn path=/head/; revision=104672
* BROKEN on amd64: Build failsKris Kennaway2004-03-191-0/+4
| | | | Notes: svn path=/head/; revision=104671
* BROKEN: Does not compile completely (appears as broken pkg-plist)Kris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104670
* BROKEN on 5.x: Does not compileKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104669
* BROKEN with perl < 5.6: Does not compileKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104668
* This patch is a convenience patch to allow broken port tools to continueOliver Eikemeier2004-03-1912-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to go about their rotten business. It is issued without acknowledgment of any obligation, in response to ports/64393. The patch does NOT bump PORTREVISION as the change is invisible for the port's or package's users. $FreeBSD$ is sufficient. I also refute any "bug" with respect to the the porter's handbook's pages referenced in ports/64393, my port has not written anything after bsd.port.mk and portlint has nothing to complain about (only that it can't figure "patch" is legal in a PATCHFILES variable). Informational: tools that assume .include <bsd.port.[post.]mk> was the last line in a port's makefile are broken. They should be comparing the output of realpath $(make -V MASTERDIR) against the output of realpath $(pwd) instead: -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42 -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42-nocrypto PR: 64479 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=104667
* BROKEN on alpha 4.x: Does not compileKris Kennaway2004-03-192-2/+14
| | | | Notes: svn path=/head/; revision=104666
* - Update to version 1.8.4Kirill Ponomarev2004-03-192-3/+3
| | | | | | | | PR: ports/64480 Submitted by: maintainer Notes: svn path=/head/; revision=104665
* - Update for pike7.2.570.Vanilla I. Shu2004-03-193-13/+18
| | | | | | | | | | - Make the port more simplier with nexts updates. PR: ports/54457 Submitted by: maintainer Notes: svn path=/head/; revision=104664
* - Upgrade to 7.2.570.Vanilla I. Shu2004-03-198-363/+106
| | | | | | | | | | | - Fixing mirrors lists - Adding missing dependency with gettext. PR: ports/64456 Submitted by: maintainer Notes: svn path=/head/; revision=104663
* o) Remove patch to solve alpha compile problems, cause the fix is alreadyLars Koeller2004-03-192-72/+0
| | | | | | | included in the sources. Notes: svn path=/head/; revision=104662
* Fix Build on AMD64Tilman Keskinoz2004-03-192-0/+8
| | | | Notes: svn path=/head/; revision=104661
* - SIZE'ifyKirill Ponomarev2004-03-192-0/+2
| | | | | | | | PR: ports/64477 Submitted by: maintainer Notes: svn path=/head/; revision=104660
* - Rearrange USE_GNOMEKirill Ponomarev2004-03-194-66/+20
| | | | | | | | | | - Utilize USE_GETOPT_LONG PR: ports/64474 Submitted by: Ports Fury Notes: svn path=/head/; revision=104659
* - Update to version 2.1Kirill Ponomarev2004-03-1939-126/+1133
| | | | | | | | PR: ports/64473 Submitted by: Ports Fury Notes: svn path=/head/; revision=104658
* - Fix build with freetype-2.1.7Kirill Ponomarev2004-03-196-0/+42
| | | | | | | | PR: ports/64472 Submitted by: Ports Fury Notes: svn path=/head/; revision=104657
* - Update to version 0.7Kirill Ponomarev2004-03-197-44/+151
| | | | | | | | PR: ports/64471 Submitted by: Ports Fury Notes: svn path=/head/; revision=104656
* Fix installation of Hint which is now called Hint-${PORTVERSION}.jar.Oliver Braun2004-03-191-2/+2
| | | | | | | Submitted by: Lutz Bichler <Lutz.Bichler@unibw-muenchen.de> Notes: svn path=/head/; revision=104655
* - Update to version 2.28Kirill Ponomarev2004-03-193-22/+21
| | | | | | | | PR: ports/64470 Submitted by: Ports Fury Notes: svn path=/head/; revision=104654
* - Update to version 1.8.2Kirill Ponomarev2004-03-193-3/+4
| | | | | | | | PR: ports/64469 Submitted by: Ports Fury Notes: svn path=/head/; revision=104653
* - Update to version 1.3Kirill Ponomarev2004-03-196-99/+94
| | | | | | | | PR: ports/64467 Submitted by: Ports Fury Notes: svn path=/head/; revision=104652
* - Update to version 2.0.p6Kirill Ponomarev2004-03-198-52/+48
| | | | | | | | PR: ports/64466 Submitted by: Ports Fury Notes: svn path=/head/; revision=104651
* - Update to version 2004.03.07Kirill Ponomarev2004-03-192-6/+5
| | | | | | | | PR: ports/64465 Submitted by: Ports Fury Notes: svn path=/head/; revision=104650
* . No, it doesn't conflict with rpm2cpio as that installs rpm2cpio.pl, notGreg Lewis2004-03-192-2/+2
| | | | | | | rpm2cpio. Notes: svn path=/head/; revision=104649
* Major overhaul of the port to celebrate the upgrade to 3.2.0b5.Doug Barton2004-03-194-64/+298
| | | | | | | | | | | | | | | | | | | | The 3.2.x series contains many enhanced features, most notably built in SSL capabilities. Changes for the port itself: 1. Add new MASTER_SITES. 2. Search for an apache binary, not a document directory. 3. The new version uses libtool, so add USE_LIBTOOL per portlint. 4. The new configure script is much more thorough, so use a more complete set of options, and sort them in "./configure --help" order. 5. CXXFLAGS hackery no longer needed in FreeBSD 5.x, but 6. A patch to include headers for select() is needed in RELENG_4. 7. Install PORTDOCS, especially the very thorough html help files. 8. Add SIZE to distinfo. 9. Make deletion of directories with user-configurable stuff conditional. Notes: svn path=/head/; revision=104648
* Update to the more standard format, and punch up the text a bit.Doug Barton2004-03-191-10/+9
| | | | Notes: svn path=/head/; revision=104647
* Fix typos.Jimmy Olgeni2004-03-193-3/+3
| | | | Notes: svn path=/head/; revision=104646
* . Add an ANSI option to allow DGD to pass so-called ANSI colour codes.Greg Lewis2004-03-192-6/+18
| | | | Notes: svn path=/head/; revision=104645
* Update to 2.41Tilman Keskinoz2004-03-192-2/+3
| | | | | | | | PR: 64375 Submitted by: Andrey V. Pevnev <andrey@mgul.ac.ru> Notes: svn path=/head/; revision=104644
* - Update to version 0.8.7Kirill Ponomarev2004-03-193-20/+24
| | | | | | | | PR: ports/64446 Submitted by: maintainer Notes: svn path=/head/; revision=104643
* Update to 4.28.6Tilman Keskinoz2004-03-196-204/+12
| | | | | | | | PR: 64416 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> Notes: svn path=/head/; revision=104642
* - Utilize RUBY_PKGNAMEPREFIXKirill Ponomarev2004-03-191-2/+1
| | | | | | | | PR: ports/64463 Submitted by: maintainer Notes: svn path=/head/; revision=104641
* Update to 4.29.2Tilman Keskinoz2004-03-195-17/+13
| | | | | | | | PR: 64418 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> Notes: svn path=/head/; revision=104640
* - drop maintainership [1]Oliver Eikemeier2004-03-191-3/+2
| | | | | | | | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010579.html> - use MASTER_SITE_SOURCEFORGE_EXTENDED [2] - leave ScrollKeeper stuff to GNOME people Submitted by: Frederic Dubuy <fdubuy@free.fr> (maintainer) [1] Checked by: `make check-distfiles (PR 64157)' [2] Notes: svn path=/head/; revision=104639
* - Update to version 0.3.4Kirill Ponomarev2004-03-192-3/+3
| | | | | | | | PR: ports/64459 Submitted by: maintainer Notes: svn path=/head/; revision=104638
* - Fix Makefile for slave portKirill Ponomarev2004-03-192-1/+2
| | | | | | | | | | - SIZE'ify PR: ports/64461 Submitted by: maintainer Notes: svn path=/head/; revision=104637