Commit Graph

106957 Commits

Author SHA1 Message Date
Adam Weinberger
72fc4aa154 Use lthack. 2004-07-26 05:13:36 +00:00
Sergey Skvortsov
0843c01926 Updated to 2.00 2004-07-26 05:11:28 +00:00
Adam Weinberger
96dfca04c7 Use lthack. 2004-07-26 05:05:59 +00:00
Jeremy Messenger
dcb0b0dd67 Use the new libtool scheme. 2004-07-26 05:01:37 +00:00
Adam Weinberger
4ea1c95a07 Use lthack; This port was installing a couple .la files. 2004-07-26 04:59:11 +00:00
Adam Weinberger
25e9c34f18 Fix LDAP detection. For everybody who has a the default
openldap client installed, this will cause a plist change.
I didn't bump the PORTREVISION, but it might not be a bad
idea. I'll leave that up to the maintainer.
2004-07-26 04:57:14 +00:00
Hye-Shik Chang
6b7cfa74fd - Update to 3.4.2
- Change EXAMPLESDIR name from py23-snmp to py-snmp.

Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2004-07-26 04:32:18 +00:00
Hye-Shik Chang
303a4e9846 - Update to 0.5.2b, a critical bugfix. [1] [2]
- Utilize USE_LIBTOOL_VER=15 not to install *.la files. [3]

PR:		67527 [1]
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1],
		olgeni [2], mezz [3]
2004-07-26 03:59:21 +00:00
Ying-Chieh Liao
6fe09b226d upgrade to 1.15
PR:		69559
Submitted by:	maintainer
2004-07-26 02:03:29 +00:00
Ying-Chieh Liao
43a091da06 upgrade to 0.9.5
PR:		69560
Submitted by:	maintainer
2004-07-26 02:01:29 +00:00
Ying-Chieh Liao
54b6c1afa9 add p5-Text-VimColor 0.08
Syntax color text in HTML or XML using Vim

PR:		69575
Submitted by:	elvis <elvis@sslab.cs.ccu.edu.tw>
2004-07-26 01:54:44 +00:00
Ying-Chieh Liao
a46d60fd2e upgrade to 0.03
PR:		69589
Submitted by:	Rong-En Fan <rafan@infor.org>
2004-07-26 01:45:23 +00:00
Ying-Chieh Liao
c0eefd7f65 upgrade to 040726
PR:		69597
Submitted by:	maintainer
2004-07-26 01:40:50 +00:00
Ying-Chieh Liao
a7381722b4 upgrade to 0.9.1
PR:		69598
Submitted by:	maintainer
2004-07-26 01:38:41 +00:00
Ying-Chieh Liao
46a0cbc0eb upgrade to 0.02
PR:		69599
Submitted by:	Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw>
2004-07-26 01:34:47 +00:00
Pav Lucistnik
8c8628a022 - Autosense SDL, FAAD, add knobs for them
- Use nasm for MMX assembly on i386

PR:		ports/69499
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer
2004-07-25 23:15:00 +00:00
Pav Lucistnik
36cec38eb9 - Add knob to run with PPerl, as suggested in svk wiki
http://svk.elixus.org/index.cgi?SVKAndPPerl

PR:		ports/69573
Submitted by:	Rong-En Fan <rafan@infor.org>
Approved by:	Autrijus Tang <autrijus@gmail.com> (maintainer)
2004-07-25 22:43:30 +00:00
Pav Lucistnik
9739395cb7 - Chase checksum, unbreak
--- /usr/ports/distfiles/cal.rb-1.17/Calendar.rb        Tue Jun  8 05:37:53 2004
+++ Calendar.rb Fri Jan 30 13:18:35 2004
@@ -308,11 +308,9 @@
        wday = what_day(year, month, day) if wday == -1
        f.each{|s|
          s.chomp!
-#        s.gsub!(" ", "")
+         s.gsub!(" ", "")
          next if /^#/ =~ s
-#        puts s.split(",\s*")
-#        puts "#{day} #{month} #{year}"
-         y, m, d, w, j, e, c = s.split(",\s*")
+         y, m, d, w, j, e, c = s.split(",")
          if (y == "*" or y == year.to_s) and
              (m == "*" or m == month.to_s) and
              (w == "*" or w == wday.to_s) and

PR:		ports/69511
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-07-25 22:36:49 +00:00
Thierry Thomas
bdf3130dc7 Upgrade to the latest snapshot. 2004-07-25 22:04:49 +00:00
Pav Lucistnik
5cda850482 - Update to 1.5
PR:		ports/69593
Submitted by:	Russell Francis <rf358197@ohio.edu> (maintainer)
2004-07-25 22:00:00 +00:00
Pav Lucistnik
7f11d466fb Add manipulate_data, a set of tools to search data on a harddrive/partition/file,
extract the part you are interested in, and write it back after you modified it.

PR:		ports/69555
Submitted by:	bugghy <bugghy@phenix.rootshell.be>
2004-07-25 21:43:11 +00:00
Pav Lucistnik
18fa8363e2 - Update to 1.1.3
PR:		ports/69574
Submitted by:	bugghy <bugghy@rootshell.be>
2004-07-25 21:23:48 +00:00
Eric Anholt
db26f1e721 Fix build after X.Org patch.
PR:		ports/69545
Submitted by:	Dejan Lesjak <dejan.lesjak@ijs.si>
2004-07-25 21:15:07 +00:00
Jeremy Messenger
b55a04f4b2 Remove the -lcompat; it's no longer need.
Discussed with:	marcus
2004-07-25 21:13:38 +00:00
Pav Lucistnik
5b2d4108ef - Update to 4.4.3
PR:		ports/69570
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-07-25 21:13:14 +00:00
Pav Lucistnik
f752524d7a - Update to 20040725
PR:		ports/69571
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-07-25 21:12:55 +00:00
Joe Marcus Clarke
9bdf980e0d * Fix detection of i18n support [1]
* Use the new libtool scheme

Reported by:	Rui Lopes <rui@ruilopes.com> [1]
2004-07-25 20:43:12 +00:00
Eric Anholt
23f6fcf564 Only depend on the DRI on architectures it's supported on. 2004-07-25 20:41:21 +00:00
Eric Anholt
b5d46ce3f9 This works on AMD64 as well. Fixes build of xorg metaport on AMD64. 2004-07-25 20:31:30 +00:00
Jeremy Messenger
087066f629 Update to 1.3.6. 2004-07-25 19:43:13 +00:00
Jeremy Messenger
62d9a8ba85 Use the correct version of libtool 13 -> 15 to avoid install the *.la files. 2004-07-25 19:01:38 +00:00
Dmitry Sivachenko
948a4fe45c Add rt32. 2004-07-25 19:01:01 +00:00
Dmitry Sivachenko
2950ae54c3 Upgrade to RT version 3.2.1 after a repo-copy from rt3 (thanks marcus!).
Submitted by:	autrijus@autrijus.org (maintainer)
2004-07-25 18:54:55 +00:00
Pav Lucistnik
e82fd0681c - Don't use --with-template-extinfo together with MYSQL, neither will work [1]
- Engage OPTIONS

PR:		ports/69540
Submitted by:	Sascha Luck <sascha@c4inet.net> [1],
		Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
2004-07-25 18:48:12 +00:00
Sergey Skvortsov
2d54b85116 Updated to 1.0.1
PR:		ports/69533
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-07-25 18:31:05 +00:00
Pav Lucistnik
53367e57a9 Add mixmos, a nice GTK2 mixer.
Note: works only on FreeBSD 5.2 and newer

http://clay.ll.pl/mixmos.html

PR:		ports/69531
Submitted by:	Herbert J. Skuhra <herbert.skuhra@gmx.at>
2004-07-25 18:28:43 +00:00
Pav Lucistnik
0356d5fa48 - USE_GNOME'ify dependency line
Requested by:	mezz
2004-07-25 18:05:44 +00:00
Pav Lucistnik
39d30b17d5 - Correct path to slappasswd in smbldap-passwd
PR:		ports/69558
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
Reported by:	Ilia Chipitsine <ilia@chel.skbkontur.ru>
2004-07-25 18:02:14 +00:00
Pav Lucistnik
1b18522121 - Update to 1.1
PR:		ports/69561
Submitted by:	Michael Ranner <mranner@inode.at> (maintainer)
2004-07-25 17:49:03 +00:00
Pav Lucistnik
3e25b2770e - Use canonical way to request new Perl 2004-07-25 17:28:14 +00:00
Pav Lucistnik
000987a47b - Update to 352
PR:		ports/69554
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-07-25 17:17:46 +00:00
Pav Lucistnik
210c0b78e3 - Update to 352
PR:		ports/69553
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-07-25 17:02:00 +00:00
Pav Lucistnik
06a88a1bdc - Tweaks to RC script
- Fix dynamic plist generation to not include files that happen to be
  in target directories. This prevents their removal on deinstallation
  or upgrade.

PR:		ports/69552, ports/69266
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2004-07-25 16:30:43 +00:00
Kirill Ponomarev
360e3898af Update to version 2.9.2
PR:		ports/69585
Submitted by:	Ports Fury
2004-07-25 16:25:47 +00:00
Kirill Ponomarev
a8b67ad605 Update to version 2.1.2
PR:		ports/69584
Submitted by:	Ports Fury
2004-07-25 16:24:58 +00:00
Kirill Ponomarev
3bd5a9ef9a Update to version 1.3.2
PR:		ports/69583
Submitted by:	Ports Fury
2004-07-25 16:24:33 +00:00
Kirill Ponomarev
4945f526f0 Update to version 0.5.1
PR:		ports/69582
Submitted by:	Ports Fury
2004-07-25 16:24:13 +00:00
Kirill Ponomarev
7011800f9a Update to version 0.8.1
PR:		ports/69581
Submitted by:	Ports Fury
2004-07-25 16:23:44 +00:00
Kirill Ponomarev
eaab4088fa Update to version 1.0.20040721
PR:		ports/69580
Submitted by:	Ports Fury
2004-07-25 16:23:13 +00:00
Kirill Ponomarev
dcb066d5b7 Update to version 0.2.5
PR:		ports/69579
Submitted by:	Ports Fury
2004-07-25 16:22:51 +00:00