summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3101Sergey Skvortsov2005-05-222-3/+3
| | | | Notes: svn path=/head/; revision=135876
* Trivial fix: add ending quotePalle Girgensohn2005-05-221-1/+1
| | | | | | | Approved by: seanc, ade (implicit) Notes: svn path=/head/; revision=135839
* - Fix permission of ld.conf. It should be 0644 instead of 0444.Sergey Matveychuk2005-05-214-8/+0
| | | | | | | - Unbreak unguilty ports. Notes: svn path=/head/; revision=135809
* - Update to r14766Sergey Matveychuk2005-05-212-4/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/81342 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=135806
* BROKEN on alpha: FPE during buildKris Kennaway2005-05-212-2/+14
| | | | Notes: svn path=/head/; revision=135803
* BROKEN on alpha: Build failsKris Kennaway2005-05-211-1/+7
| | | | Notes: svn path=/head/; revision=135801
* BROKEN on ia64: Does not compileKris Kennaway2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=135794
* Not ported to ia64, mark NOT_FOR_ARCHSKris Kennaway2005-05-211-0/+2
| | | | Notes: svn path=/head/; revision=135787
* BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf fileKris Kennaway2005-05-214-0/+8
| | | | Notes: svn path=/head/; revision=135783
* BROKEN: Does not build (latex generates pdf instead of dvi)Kris Kennaway2005-05-211-0/+2
| | | | Notes: svn path=/head/; revision=135779
* BROKEN: Incomplete pkg-plistKris Kennaway2005-05-211-0/+2
| | | | Notes: svn path=/head/; revision=135778
* fix build on 4Oliver Lehmann2005-05-202-2/+3
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=135735
* Update to 0.26.10Mathieu Arnold2005-05-202-3/+3
| | | | Notes: svn path=/head/; revision=135716
* OPTIONS'ify.Roman Bogorodskiy2005-05-202-4/+10
| | | | | | | | PR: 81310 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=135714
* New port: devel/pear-HTML_CSS PEAR class for generating CSS declarationsPav Lucistnik2005-05-204-0/+42
| | | | | | | | | | | PEAR::HTML_CSS provides a simple interface for generating a stylesheet declaration. PR: ports/81132 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=135709
* - Fix ghc dependency and INDEX buildPav Lucistnik2005-05-201-2/+2
| | | | | | | | Submitted by: cperciva Pointy hat to: vs Notes: svn path=/head/; revision=135706
* Fix plist.Kirill Ponomarev2005-05-202-0/+6
| | | | Notes: svn path=/head/; revision=135702
* - Update to 2.04Volker Stolz2005-05-205-179/+161
| | | | | | | - Use generic URL in pkg-descr Notes: svn path=/head/; revision=135701
* Add WITHOUT_PCRE and WITHOUT_PNG knobs and fix plist.Roman Bogorodskiy2005-05-204-4/+36
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=135692
* Bump PORTREVISION for the addition of the msginit.c patch.Adam Weinberger2005-05-201-0/+1
| | | | Notes: svn path=/head/; revision=135669
* Sortof fix msginit a little bit kindof. It was looking forAdam Weinberger2005-05-201-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | certain files in the wrong place. Before, running msginit would give this: /usr/local/libdata/gettext/project-id: Can't open /usr/local/libdata/gettext/project-id: No such file or directory msginit: /usr/local/libdata/gettext/project-id subprocess I/O error /usr/local/libdata/gettext/user-email: Can't open /usr/local/libdata/gettext/user-email: No such file or directory msginit: /usr/local/libdata/gettext/user-email subprocess I/O error /usr/local/share/gettext/projects/TP/team-address: /usr/local/libdata/gettext/urlget: not found etc. Now, it gives this: root@smacky:/usr/ports/GNOME/grm/i18n# msginit The new message catalog should contain your email address, so that users can give you feedback about the translations, and so that maintainers can contact you in case of unexpected technical problems. sed: 8: "{ h s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern Couldn't find out about your email address. Please enter your email address. adamw@gnome.org sed: 8: "{ h s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern Exception in thread "main" java.lang.NoClassDefFoundError: gnu/gettext/GetURL Someone should look into that new error. Notes: svn path=/head/; revision=135668
* - update to 0.07Cheng-Lung Sung2005-05-202-3/+3
| | | | | | | | | | | | - from Changes - Implemented patch from Tom Phoenix that makes parentheses optional (and a doc fix, too). - Fixed little-known bug that triggered indirect method call syntax. You can now do "diag Dumper($foo)" or "diag Dumper $foo" if you wish. Notes: svn path=/head/; revision=135667
* Update to 3.10.3Jean-Yves Lefort2005-05-192-3/+5
| | | | | | | | PR: ports/81119 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=135643
* Update to 0.1.0Jean-Yves Lefort2005-05-1915-687/+692
| | | | Notes: svn path=/head/; revision=135639
* - Really use freetype2 (detection was broken)Volker Stolz2005-05-192-2/+3
| | | | | | | | - Disconnect static libs - Minor cleanup Notes: svn path=/head/; revision=135633
* Fix generation of suppression files: Valgrind puts parts of its outputSimon Barner2005-05-192-2/+2
| | | | | | | | | | on stderr, so the redirection into a file did not work. Submitted by: Eugene Kilachkoff <zeus@samaramail.ru> PR: ports/81249 Notes: svn path=/head/; revision=135631
* najitool generates and/or makes altered copies of files in the patterns youPav Lucistnik2005-05-195-0/+39
| | | | | | | | | | | | specify or shows to the screen. najitool is being developed in the ANSI C standard so it should work and compile on any system that supports ANSI C, which should be every system. PR: ports/81204 Submitted by: <cokyazici@yahoo.co.uk> Notes: svn path=/head/; revision=135616
* - Update to version 1.4.1Markus Brueffer2005-05-1911-52/+72
| | | | | | | - Drop maintainership Notes: svn path=/head/; revision=135596
* Upgrade to 0.13.6.Oliver Braun2005-05-184-6/+22
| | | | Notes: svn path=/head/; revision=135570
* Update to 0.87Mathieu Arnold2005-05-183-3/+4
| | | | Notes: svn path=/head/; revision=135540
* - Mark ports BROKEN when/if they depend on mod_perl2.Sergey Matveychuk2005-05-171-0/+1
| | | | | | | With current mod_perl2 API change all old code *will* broken. Notes: svn path=/head/; revision=135501
* Update to 0.49Mathieu Arnold2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135482
* Update to 0.17Mathieu Arnold2005-05-173-3/+12
| | | | Notes: svn path=/head/; revision=135480
* Update to 0.22Mathieu Arnold2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135479
* Update to 0.16Mathieu Arnold2005-05-173-3/+4
| | | | Notes: svn path=/head/; revision=135470
* Use PORTDOCS.Roman Bogorodskiy2005-05-172-14/+12
| | | | | | | | PR: 81129 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=135466
* Update to 1.0.4.Roman Bogorodskiy2005-05-172-7/+7
| | | | | | | | | PR: 81138 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Approved by: Dmitry Karasik (maintainer) Notes: svn path=/head/; revision=135464
* Update to 0.53Mathieu Arnold2005-05-173-3/+4
| | | | Notes: svn path=/head/; revision=135463
* Update to 0.11Lars Thegler2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135461
* Update to 0.52Lars Thegler2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135460
* Pass maintainership to Renato Botelho <freebsd@galle.com.br>.Roman Bogorodskiy2005-05-171-1/+1
| | | | | | | | Discussed with: Mark Huizer (former maintainer), Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=135459
* Initial import of icalendar 0.9.3.Kevin Lo2005-05-175-0/+51
| | | | | | | | The iCalender package is a parser/generator of iCalender files for use with Python Notes: svn path=/head/; revision=135429
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-169-9/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* No longer remove libdata/pkgconfig. This is taken care of by mtree now.Joe Marcus Clarke2005-05-161-1/+0
| | | | Notes: svn path=/head/; revision=135411
* Conflicts with devel/libslang2.Roman Bogorodskiy2005-05-161-0/+2
| | | | | | | Reminded by: Renato Botelho (libslang2 maintainer) Notes: svn path=/head/; revision=135396
* - Update to 0.4.0Michael Johnson2005-05-166-32/+64
| | | | | | | | PR: ports/81120 Submitted by: Ports Fury Notes: svn path=/head/; revision=135387
* Add devel/libslang2 - a multi-platform programmer's library designed toRoman Bogorodskiy2005-05-1611-0/+261
| | | | | | | | | | allow a developer to create robust multi-platform software. PR: 81110 Submitted by: Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=135380
* - Adjust Makefile header slightlyAlexey Dokuchaev2005-05-161-8/+12
| | | | | | | | | - Mute in-place patching and unmute script install - Do not pass CFLAGS twice in !OPTIMIZED_CFLAGS case - Utilize OPTIONS Notes: svn path=/head/; revision=135365
* Update to version 2.0.4, the latest from GNU.Alexey Dokuchaev2005-05-162-4/+3
| | | | Notes: svn path=/head/; revision=135364
* Update to 1.3Erwin Lansing2005-05-162-3/+3
| | | | Notes: svn path=/head/; revision=135350