aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix for plist and funky binary name from Volker StolzAlan Eldridge2003-02-103-4/+5
| | | | Notes: svn path=/head/; revision=75236
* Belatedly upgrade to 6.11.Dag-Erling Smørgrav2003-02-1012-219/+132
| | | | | | | | PR: ports/46335 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=75235
* Take care not to dereference the return value from getenv(3) without firstDag-Erling Smørgrav2003-02-102-1/+18
| | | | | | | | | | checking that it's not NULL. PR: ports/45252 Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Notes: svn path=/head/; revision=75234
* upgrade to 5.3.8Ying-Chieh Liao2003-02-103-82/+2
| | | | | | | Submitted by: Akifyev Sergey <asa@gascom.ru> Notes: svn path=/head/; revision=75233
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-1087-87/+87
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* Catch up to new COMMENT semantics (contains comment string instead ofKris Kennaway2003-02-102-32/+54
| | | | | | | | | pointing to pkg-comment) Submitted by: lioux Notes: svn path=/head/; revision=75231
* Catch up to new semantics of COMMENT variable (contains comment stringKris Kennaway2003-02-102-5/+2
| | | | | | | itself, instead of pointing to pkg-comment) Notes: svn path=/head/; revision=75230
* * Run throught tidy -i since they are malformed HTML.Kris Kennaway2003-02-103-57/+82
| | | | | | | | | | | | * Templates/README.port - %%PKG%% moved. - %%WEBSITE%%, %%EMAIL%% and port mailing-list added. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: ports/31389 Notes: svn path=/head/; revision=75229
* * pkg-comment removal, take 2: introduce the COMMENTFILE variableKris Kennaway2003-02-103-69/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the same semantics as the current COMMENT variable (location of the pkg-comment file), and reclaim COMMENT for the comment string itself. To work around the problems with metacharacters in comment strings, comments are written to a temporary comment file as needed. [1] * Support regexps in LIB_DEPENDS [2] * Move the CD_MOUNTPTS variable to <bsd.port.pre.mk> [3] * Improve 'make readmes' target [4]: - ^A and ^B have been replaced by | to avoid printing problems in 'make readme'. - Add %%EMAIL%%, %%MAINTAINER%% (not used yet) and %%WEBSITE%% substitutions - Add pretty-print-www-site target. * Add support for USE_GCC=3.2 [5] * Use 'uname -p' instead of 'uname -m' to set the ARCH variable. [6] * Add a ${YACC} variable [7] * Path MANPREFIX in MAKE_ENV [8] * Use the full patch to mkhtmlindex in MKHTMLINDEX [9] * Avoid overflowing the commandline when constructing the _TMLINKS variable (fixes 'make index'). [10] Submitted by: lioux [1], mi [2], mbr [3][5], Cyrille Lefevre <clefevre@citeweb.net> [4], nyan [6], cy [7], dougb [8], anholt [9], fenner [10] (based on) PR: ports/34126 [2], ports/30983 [3] (based on), ports/31389 [4], ports/47306 [5] (based on), ports/35514 [6], ports/44496 [7], ports/44895 [8], ports/45549 [9] Notes: svn path=/head/; revision=75228
* Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'Kris Kennaway2003-02-106-0/+6
| | | | Notes: svn path=/head/; revision=75227
* update to version 1.4.1Alan Eldridge2003-02-106-228/+213
| | | | Notes: svn path=/head/; revision=75226
* Update postgresql-docs to be a slave port of the specified POSTGRESQL_PORTSean Chittenden2003-02-103-599/+14
| | | | | | | | | | tunable. As a perk, the plist is automatically generated. PR: ports/48106 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=75225
* Add a dependency on bison.Sean Chittenden2003-02-101-0/+1
| | | | | | | | PR: ports/47987 Submitted by: David Booth <wbooth@austin.rr.com> Notes: svn path=/head/; revision=75224
* sorry, did not realize until i got to devel/c2lib how bad it wasAlan Eldridge2003-02-101-11/+26
| | | | Notes: svn path=/head/; revision=75223
* Update to 1.99.15.Joe Marcus Clarke2003-02-102-2/+2
| | | | Notes: svn path=/head/; revision=75222
* missed a necessary patch. sorry, folks.Alan Eldridge2003-02-102-1/+21
| | | | Notes: svn path=/head/; revision=75221
* Update to 0.1.2, which with a tiny bit of help, natively supports *BSD.Alan Eldridge2003-02-108-88/+16
| | | | Notes: svn path=/head/; revision=75220
* * Fix build with cdparanoia.Joe Marcus Clarke2003-02-106-2/+84
| | | | | | | | | * Add support for optional cdparanoia support [1] Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> [1] Notes: svn path=/head/; revision=75219
* upgrade to 0.52 (incl. ipv6 patch)Bill Fumerola2003-02-105-18/+26
| | | | Notes: svn path=/head/; revision=75218
* update to 0.31Yoichi NAKAYAMA2003-02-103-4/+5
| | | | Notes: svn path=/head/; revision=75217
* Update to version 0.990.Jimmy Olgeni2003-02-102-4/+3
| | | | Notes: svn path=/head/; revision=75216
* Remove an extraneous -p argument to gnome-sound-recorder that was makingJoe Marcus Clarke2003-02-094-4/+24
| | | | | | | | | it abort at startup. Reported by: nectar Notes: svn path=/head/; revision=75215
* Remove ports@freebsd-services.com as MAINTAINER; email has beenBill Fenner2003-02-092-4/+0
| | | | | | | bouncing for 3 months. Notes: svn path=/head/; revision=75214
* Fix bugs that caused program to dump core.Christian Weisgerber2003-02-092-0/+28
| | | | | | | | PR: 48012 Submitted by: Volker Stolz <stolz@fump.kawo2.rwth-aachen.de> Notes: svn path=/head/; revision=75212
* Fix build with newer versions of libgnomedb.Joe Marcus Clarke2003-02-091-0/+21
| | | | Notes: svn path=/head/; revision=75210
* ports/x11-fm/gnomemc is now obsoleteMax Khon2003-02-091-0/+1
| | | | Notes: svn path=/head/; revision=75209
* obsolete due to upgrade of master port (ports/misc/mc) to version 4.6.0Max Khon2003-02-092-19/+0
| | | | Notes: svn path=/head/; revision=75208
* Update to 4.6.0Max Khon2003-02-0923-642/+153
| | | | | | | | | | | Some of new features and improvements are: - fish (extrnal file system via ssh) - smbfs - internal editor works correctly if mc is built without slang (is built using plain ncurses) Notes: svn path=/head/; revision=75207
* glade2 no longer depends on libgnomeprintui. Update it accordingly.Joe Marcus Clarke2003-02-091-1/+2
| | | | Notes: svn path=/head/; revision=75206
* Remove obsolete lame-devel port.Christian Weisgerber2003-02-098-270/+1
| | | | | | | | PR: 47872 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=75205
* URL updates.Christian Weisgerber2003-02-0910-10/+11
| | | | | | | | PR: 48027, 48082 Submitted by: tadalunch@s5.xrea.com Notes: svn path=/head/; revision=75204
* Update to a snapshot from 02/06/2003.Joe Marcus Clarke2003-02-093-3/+3
| | | | Notes: svn path=/head/; revision=75203
* Okay, one more time. Instead of include minor version numbers, just sayJoe Marcus Clarke2003-02-092-2/+2
| | | | | | | "GNOME 2." This is consistent with the gnome2-fifth-toe meta-port. Notes: svn path=/head/; revision=75202
* s/GNOME 2.0/GNOME 2.2/Joe Marcus Clarke2003-02-091-1/+1
| | | | | | | Submitted by: Yonatan Bokovza <Yonatan@xpert.com> Notes: svn path=/head/; revision=75201
* Remove the WWW link. There really is no website of metacity anymore.Joe Marcus Clarke2003-02-091-2/+0
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=75200
* Update pkg-descr to say GNOME 2.2Joe Marcus Clarke2003-02-091-1/+1
| | | | | | | Submitted by: Yonatan Bokovza <Yonatan@xpert.com> Notes: svn path=/head/; revision=75199
* Add patch to fix ksysguard on -CURRENT. Will be committed to KDE.Will Andrews2003-02-097-0/+105
| | | | | | | | Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Tested by: Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=75198
* Add ruby-div, a web application server using dRuby and ERB2.Akinori MUSHA2003-02-096-0/+168
| | | | Notes: svn path=/head/; revision=75195
* ERb 1.x is obsolete: use the one included in ruby 1.8 orAkinori MUSHA2003-02-097-54/+1
| | | | | | | ruby16-shim-ruby18. Notes: svn path=/head/; revision=75193
* lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.Akinori MUSHA2003-02-092-0/+6
| | | | Notes: svn path=/head/; revision=75192
* add ziarc 20020729Ying-Chieh Liao2003-02-099-0/+110
| | | | | | | ZiaRC is a Resistor Calculator Notes: svn path=/head/; revision=75190
* (1) Make LOCALBASE clean.MANTANI Nobutaka2003-02-098-8/+70
| | | | | | | | | | | (2) Add dependency on libmng. (3) Correct location of pkgconfig data. PR: ports/48019 [1] Pointed out by: edwin [1,2], Akifyev Sergey <asa@gascom.ru> [3] Notes: svn path=/head/; revision=75188
* Fix some typos.Jimmy Olgeni2003-02-091-2/+2
| | | | Notes: svn path=/head/; revision=75187
* Fix the regular expressions used for setting the database accessPeter Pentchev2003-02-093-43/+44
| | | | | | | | | | | | (username, password, database name, etc) - when I did the changeover from ${PERL} to ${REINPLACE_CMD}, I plain forgot that sed does not really like Perl-style $1 subexpression references :( Reported by: Ventsislav Velkov <veno@evrocom.net>, "Pavel Novikov" <pavel@ext.by> Notes: svn path=/head/; revision=75186
* Update the Ruby/GNOME2 suite to 0.3.0.Akinori MUSHA2003-02-0917-18/+87
| | | | | | | Add ruby-pango, a Ruby binding for Pango. Notes: svn path=/head/; revision=75184
* After updating GNOME2, it seems ABI compatibility of GTK wasHajimu UMEMOTO2003-02-091-1/+1
| | | | | | | | lost, and I needed to rebuild gkrellm. So, I bumped PORTREVISION to rebuild gkrellm. Notes: svn path=/head/; revision=75183
* Update to 20030208.Norikatsu Shigemura2003-02-096-6/+16
| | | | | | | | PR: ports/48108 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> (maintainer) Notes: svn path=/head/; revision=75182
* Update to 2.0.29Yoichi NAKAYAMA2003-02-092-2/+2
| | | | Notes: svn path=/head/; revision=75181
* Update to 7.2.Mark Pulford2003-02-092-2/+2
| | | | Notes: svn path=/head/; revision=75180
* Update to 3.2.5.Mark Pulford2003-02-093-3/+9
| | | | | | | Add documentation. Notes: svn path=/head/; revision=75179