summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o devel/py-psyco only works under i386. Therefore, defineMario Sergio Fujikawa Ferreira2004-12-244-4/+28
| | | | | | | | | | | | WITHOUT_PSYCO=yes if ${ARCH} != "i386" o No PORTREVISION bump necessary since the dependency just wouldn't work outside of i386 Reminded by: perky cVS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=125053
* Update COMMENT to make senseMichael Johnson2004-12-241-1/+1
| | | | Notes: svn path=/head/; revision=125052
* Forced commit to correct commit message: Bumped PORTREVISIONMario Sergio Fujikawa Ferreira2004-12-240-0/+0
| | | | Notes: svn path=/head/; revision=125051
* o Add FreeBSD ports specific patch: support devel/py-psyco per defaultMario Sergio Fujikawa Ferreira2004-12-2440-24/+780
| | | | | | | | | | | for performance reasons o Use WITHOUT_PSYCO to disable the support o Idea borrowed from net/py-bittornado CVS: http://www.bittornado.com/ Obtained from: BitTornado Notes: svn path=/head/; revision=125050
* o Update to 1.3Mario Sergio Fujikawa Ferreira2004-12-243-89/+7
| | | | | | | | | | | | - Includes support for Python 2.4 - Fix a memory leak when using the profiler - Built-in functions that read the local variables -- locals(), eval(), execfile(), vars(), dir(), input() -- now work correctly Approved by: maintainer (2 weeks timeout) Notes: svn path=/head/; revision=125049
* Add entries after repocopies:Mario Sergio Fujikawa Ferreira2004-12-241-0/+2
| | | | | | | | | | py-bittorrent -> py-bittorrent-devel py-bittorrent-core -> py-bittorrent-core-devel Repo copied by: portmgr (marcus) Notes: svn path=/head/; revision=125048
* - After repo copy from py-bittorrent-core:Mario Sergio Fujikawa Ferreira2004-12-242-4/+4
| | | | | | | | | | | o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz Notes: svn path=/head/; revision=125047
* - After repo copy from py-bittorrent:Mario Sergio Fujikawa Ferreira2004-12-242-0/+22
| | | | | | | | | | | o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz Notes: svn path=/head/; revision=125046
* - After repo copy from py-bittorrent:Mario Sergio Fujikawa Ferreira2004-12-2418-928/+192
| | | | | | | | | | | | o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz Notes: svn path=/head/; revision=125045
* Bump PORTREVISION for previous commit.Eric Anholt2004-12-241-0/+1
| | | | Notes: svn path=/head/; revision=125044
* [1] Link against libexpat so that the drivers actually work.Eric Anholt2004-12-244-11/+45
| | | | | | | | | [2] Respect CC/CFLAGS/etc. Submitted by: [1] Vladimir Novoseltsev, blacknova at tut dot by Notes: svn path=/head/; revision=125043
* Update to 1.0.1Sergey Skvortsov2004-12-243-49/+49
| | | | Notes: svn path=/head/; revision=125042
* Remove the empty lib/gettext directory.Joe Marcus Clarke2004-12-241-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=125041
* Fix build on 4.xKirill Ponomarev2004-12-241-0/+22
| | | | Notes: svn path=/head/; revision=125040
* Yet another "latest" release before 2.0!Thierry Thomas2004-12-242-4/+4
| | | | | | | | | Update to 20041223 snapshot. Noticed by: Kris via pointyhat. Notes: svn path=/head/; revision=125039
* Respect PTHREAD_LIBS by defaultAlexey Zelkin2004-12-241-5/+5
| | | | | | | | PR: ports/62919 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> Notes: svn path=/head/; revision=125038
* Fix the pkg-plist for X11BASE stuff.Jeremy Messenger2004-12-242-12/+16
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=125037
* While building on amd64 add -fPIC to CFLAGSAlexey Zelkin2004-12-241-0/+4
| | | | Notes: svn path=/head/; revision=125036
* Reset bouncing maintainer address.Mark Linimon2004-12-241-1/+1
| | | | Notes: svn path=/head/; revision=125035
* - fix package for WITHOUT_NLS=yesDirk Meyer2004-12-244-2/+14
| | | | Notes: svn path=/head/; revision=125034
* Update to 2.6.8.Joe Marcus Clarke2004-12-242-3/+3
| | | | Notes: svn path=/head/; revision=125033
* - Update to bsd.java.mk 2.0Herve Quiroz2004-12-241-17/+18
| | | | | | | | | | | | | | | | - Use USE_ANT - Forbid the use of Jikes to build the port - Use INSTALL_DATA to install documentation and JAR files - Honor Porter's handbook guidelines for Java ports: install in DATADIR=${JAVASHAREDIR}/{PORTNAME} [1] - Build dynamic packing list from the distribution files (not from the installed files) to avoid inconsistencies - Bump PORTREVISION Approved by: ijliao [1] Notes: svn path=/head/; revision=125032
* Attempt to fix build on !i386Michael Johnson2004-12-241-1/+1
| | | | Notes: svn path=/head/; revision=125031
* - Update to 2.0.46Sergey Matveychuk2004-12-242-3/+3
| | | | | | | | PR: ports/75445 Submitted by: Andrey Slusar <anray(at)inet.ua> Notes: svn path=/head/; revision=125030
* - Update to bsd.java.mk 2.0Herve Quiroz2004-12-244-95/+79
| | | | | | | | | | | - Cleanup unused PLIST_SUB entry - Use MASTER_SITE_APACHE_XML - Use INSTALL_DATA to install documentation and JAR files - Add a new FreeBSD specific launcher shell script which uses javavmwrapper - Use %%DATADIR%% to calm portlint Notes: svn path=/head/; revision=125029
* o Fix open /dev/vga problem on 5.x. [1]Norikatsu Shigemura2004-12-243-3/+16
| | | | | | | | | | | o Fix build on 6-current. o Bump PORTREVISION, accordingly. PR: ports/74881 [1] Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [1] Notes: svn path=/head/; revision=125028
* Remove tweak not needed for newer libdv: it breaks build on some systems.Pierre Beyssac2004-12-241-9/+0
| | | | Notes: svn path=/head/; revision=125027
* Chase print/acroread5 to print/acroreadKris Kennaway2004-12-246-6/+6
| | | | | | | Extra Special Pointy Santa Hat to: trevor Notes: svn path=/head/; revision=125026
* - Remove useless USE_GNOME=glib20Sergey Matveychuk2004-12-242-2/+0
| | | | Notes: svn path=/head/; revision=125025
* - Update to 0.11.8.1Sergey Matveychuk2004-12-246-28/+52
| | | | | | | | | PR: ports/75278 Submitted by: Joel Diaz <joeldiaz(at)bellsouth.net> Approved by: maintainer Notes: svn path=/head/; revision=125024
* - Suggest that sysutils/portupgrade should be upgraded prior toAkinori MUSHA2004-12-241-1/+11
| | | | | | | | | lang/ruby18. - Fix the path of rskkserv.conf.sample that was changed a while ago. Notes: svn path=/head/; revision=125023
* When deinstalling, remove etc/webmin if empty.Jimmy Olgeni2004-12-231-0/+1
| | | | Notes: svn path=/head/; revision=125022
* New port: xcompmgr, a sample compositing manager which can do translucentEric Anholt2004-12-235-0/+34
| | | | | | | windows, shadows, and fading menus/windows. Notes: svn path=/head/; revision=125020
* Change libtool from 1.3 to 1.5 to avoid install the .la files.Jeremy Messenger2004-12-232-9/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=125019
* Fix packaging on non-i386Eric Anholt2004-12-231-1/+1
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=125018
* Update to 0.95Patrick Li2004-12-2310-205/+89
| | | | Notes: svn path=/head/; revision=125017
* Update to version 6.5.3Edwin Groothuis2004-12-232-4/+3
| | | | Notes: svn path=/head/; revision=125016
* Fix the URL of a Fedora mirror (IPv6 only) and add another one whichAlexander Leidinger2004-12-231-2/+3
| | | | | | | | | has the gdk-pixbuf rpm. Noticed by: pointyhat (experimental run of a linux patchset) Notes: svn path=/head/; revision=125015
* Remove superfluous IGNORE warning that bzip2 is already in the baseAkinori MUSHA2004-12-231-4/+0
| | | | | | | | | | system. PR: ports/75033 Submitted by: Jason Harris <jharris .at. widomaker.com> (MAINTAINER) Notes: svn path=/head/; revision=125014
* Update to version 2.4.3Markus Brueffer2004-12-234-16/+11
| | | | Notes: svn path=/head/; revision=125013
* Tweak better CONFLICTS: s/expocity*/expocity-[0-9]*/gJeremy Messenger2004-12-231-1/+1
| | | | Notes: svn path=/head/; revision=125012
* Update MASTER_SITES for 2.3 -> 2.6.Jeremy Messenger2004-12-231-1/+1
| | | | Notes: svn path=/head/; revision=125011
* Update lang/ruby18 to 1.8.2-preview4.Akinori MUSHA2004-12-236-33/+228
| | | | | | | | | * Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1) may coredump with a double free() problem from a misuse of the DL module. In that case, reinstall sysutils/portupgrade manually. Notes: svn path=/head/; revision=125010
* Update MASTER_SITES for 2.3 -> 2.4.Jeremy Messenger2004-12-232-2/+2
| | | | Notes: svn path=/head/; revision=125009
* Update to 1.3.Akinori MUSHA2004-12-232-3/+3
| | | | Notes: svn path=/head/; revision=125008
* Update to 20041224.Akinori MUSHA2004-12-2320-204/+16
| | | | | | | | | | | | | | | | | | | | | | | | portsdb(1): - Add a -F flag, which calls make fetchindex internally to update the ports index file. portupgrade(1): - Make -fP properly reinstall an installed package using a binary package. - Do not use a binary package when custom MAKE_ARGS or -m option is defined, unless -PP is specified. portsclean(1): - -L: Make sure that a library does not shadow itself. misc.: - RcNG'ify the startup script. - Do not use Object#class which is obsolete in Ruby >=1.8. Notes: svn path=/head/; revision=125007
* Place rskkserv under ${PREFIX}/sbin rather than ${PREFIX}/libexec.Akinori MUSHA2004-12-232-6/+5
| | | | | | | | PR: ports/73817 Submitted by: rushani Notes: svn path=/head/; revision=125006
* xtermcontrol enables dynamic control of xterm properties. It makesKirill Ponomarev2004-12-234-0/+39
| | | | | | | | | | | it easy to change colors, titles, fonts, and the geometry of a running xterm, as well as to report the current settings of the properties. Window manipulations such as (de)iconify, raise and lower, maximize and restore, and reset are also supported. It also lets advanced users issue any xterm control sequence. Notes: svn path=/head/; revision=125004
* - Add missing manpagesMarkus Brueffer2004-12-231-1/+3
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat via kris Notes: svn path=/head/; revision=125003
* Make the MIMEDefang spool directory group-searchable so associatedWes Peters2004-12-232-4/+17
| | | | | | | | | virus scanners can be run as different users. Submitted by: "Rob MacGregor" <freebsd.macgregor@blueyonder.co.uk> Notes: svn path=/head/; revision=125001