Commit graph

88769 commits

Author SHA1 Message Date
wiz
2c366b09bb Convert to options framework. 2005-12-01 19:29:26 +00:00
wiz
1c6d543c75 Move USE_OSS from makevars.map to deprecated.map. 2005-12-01 19:20:14 +00:00
wiz
e6dcc83013 Remove description for obsolete USE_OSS. 2005-12-01 19:19:32 +00:00
wiz
47205bb26f Mark USE_OSS for removal after 2005Q4. 2005-12-01 19:19:20 +00:00
wiz
ce99b41dc7 USE_OSS is deprecated, do not add it to BUILD_DEFS. 2005-12-01 19:18:50 +00:00
wiz
f63ba8662e Convert USE_OSS to oss option. 2005-12-01 19:17:54 +00:00
wiz
c79f85ac70 Move USE_XFACE from makevars.map to deprecated.map. 2005-12-01 19:11:20 +00:00
wiz
ccd03b01b5 Mark USE_XFACE for removal after 2005Q4. 2005-12-01 19:09:39 +00:00
wiz
9240c07b8f Remove description for obsolete USE_XFACE. 2005-12-01 19:09:15 +00:00
wiz
3bfed04ca6 Move USE_SJ3 and USE_WNN4 from makevars.map to deprecated.map. 2005-12-01 19:08:15 +00:00
wiz
86b174e21c Remove descriptions and settings for obsolete USE_CANNA, USE_SJ3, and USE_WNN4. 2005-12-01 19:07:47 +00:00
wiz
de40445e87 Mark USE_CANNA, USE_SJ3, and USE_WNN4 for removal after 2005Q4. 2005-12-01 19:07:06 +00:00
joerg
f09db0a9ca Add some unistd.h includes to get some prototypes, fix conditional
inclusion to include sys/time.h and unistd.h even if sys/select.h
exist, otherwise not all prototypes and types exist on DragonFly.
2005-12-01 19:02:45 +00:00
wiz
06997591c4 Convert to options framework. 2005-12-01 18:58:39 +00:00
wiz
679f349753 Describe sj3 option. 2005-12-01 18:57:37 +00:00
gdt
0d3b26e470 add missing 'version' token for tex2page (tnx wiz for pointing out) 2005-12-01 18:56:34 +00:00
adrianp
bb31ea40e5 Updated chat/unrealircd to 3.2.3nb1 2005-12-01 18:55:27 +00:00
gdt
eb4f0e4386 TeX2page makes Web pages from TeX manuscripts. It reads an input
document that is marked up in a TeX format (viz., plain TeX, LaTeX,
Texinfo), and produces an output document with the functionally
equivalent HTML markup. TeX2page uses the same input file syntax,
calling conventions, and error-recovery mechanisms as TeX, and thus
demands no additional expertise of a user already familiar with
TeX. TeX2page runs on modern Schemes and Common Lisp.
2005-12-01 18:50:14 +00:00
wiz
057d916d58 Split up patch-global multipatch in multiple separate patches. 2005-12-01 18:46:53 +00:00
wiz
1189c2f0ed Remove NO_X11 handling completely -- it is not referenced anywhere
else in pkgsrc.
2005-12-01 18:38:45 +00:00
gdt
806fceaecc note tex2page 2005-12-01 18:37:23 +00:00
wiz
b6985a3a59 regen in diff -u format. 2005-12-01 18:33:48 +00:00
wiz
284e43cb9f Convert to options framework.
Fix lots of pkglint warnings while here.
Simplify PLIST handling.
2005-12-01 18:29:58 +00:00
wiz
7f19d70f3b Move some obsolete variables from makevars.map to deprecated.map. 2005-12-01 18:26:01 +00:00
wiz
0f14d10fce Remove support for obsolete USE_CUPS variable.
Fix NO_X11 handling according to my guess how it should behave
(instead of being a clause with no effect).
2005-12-01 18:25:27 +00:00
wiz
c2d4b08c4d Remove some unused variables' descriptions. 2005-12-01 18:23:37 +00:00
wiz
a2231a45ad Mark some PKG_OPTIONS_LEGACY_VARS for removal after 2005Q4. 2005-12-01 18:22:46 +00:00
wiz
3b1f5a7308 Convert to options framework.
Add cups option handling to buildlink3.mk (USE_CUPS was not properly
supported there before).
2005-12-01 18:21:52 +00:00
wiz
06500f46e2 Describe wnn4 and cups options. 2005-12-01 18:21:00 +00:00
adrianp
ea3bcd71f6 Remove PKG_OPTIONS_OPTIONAL_GROUPS as PKG_OPTIONS_REQUIRED_GROUPS does
the job on it's own.  Suggesed by wiz@ in private email.
2005-12-01 18:20:09 +00:00
wiz
b1ba023f95 Fix cups handling in buildlink3.mk file.
cups is not enabled by default, so no further changes.

Users who have added cups to the options for this package should
rebuild all dependencies.
2005-12-01 18:16:50 +00:00
wiz
4d4bc327d4 Remove LEGACY_VARS line -- it is in the global obsolete.mk file. 2005-12-01 18:14:40 +00:00
wiz
f09aca0657 Regen patches in diff -u format.
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01 18:13:24 +00:00
wiz
52f9b84fd7 Replace superfluous exec/unexec pair with an additional PLIST entry. 2005-12-01 18:12:11 +00:00
adrianp
25d2daeaa5 Change remoteinc to depend on net/libcares as opposed to wip/c-ares
Fix patch-aa so libcares is properly detected
Fix options.mk so that libcurl is properly detected
Use PKG_OPTIONS_OPTIONAL_GROUPS as suggesed by wiz@ in private email
Use PKG_OPTIONS_REQUIRED_GROUPS for hub/leaf choice
Bump to nb1
2005-12-01 18:09:37 +00:00
wiz
fbd53c3152 Convert to options framework. 2005-12-01 17:34:41 +00:00
adrianp
8d4b8b05c5 Added net/libcares version 1.3.0 2005-12-01 17:30:21 +00:00
adrianp
2cde05a4af Add libcares 2005-12-01 17:27:57 +00:00
adrianp
4e4a78db3c c-ares is a C library that performs DNS requests and name resolves
asynchronously.

c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
The fork was made on ares 1.1.1.
2005-12-01 17:27:10 +00:00
wiz
6a2c48e229 + audacity-1.2.4, cdrtools-ossdvd-2.01.01a03, exim-4.60, gxine-0.5.1,
icecast-2.3.1, kazehakase-0.3.3, lcms-1.15, libogg-1.1.3,
  libvorbis-1.1.2, liquidwar-5.6.3, snd-7.17, sylpheed-devel-2.1.8,
  webmin-1.250, xfstt-1.7, xmms-crossfade-0.3.9.
2005-12-01 17:23:47 +00:00
rillig
386556baae Fixed pkglint warnings:
- Removed partial RCS tag from patch-ad.
2005-12-01 17:01:25 +00:00
rillig
0d56f2ccee - RCS tags that appear in the @@ lines of patches in unified diff format
can be fixed automatically.
2005-12-01 17:00:52 +00:00
rillig
6ac350a20a Fixed some pkglint warnings of the form:
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01 16:41:29 +00:00
rillig
b1429f5adb - In resolve_relative_path(), PKGSRCDIR is replaced with $pkgsrcdir.
- In checkline_relative_path(), an info message is generated if a filename
  could not be resolved completely.
2005-12-01 16:11:27 +00:00
tv
500423f84f lang/sun-j??15 -> 5.0.6 2005-12-01 15:40:29 +00:00
tv
6f5ad0ec71 Update JDK 1.5 to 1.5.0_06 (sun-j??15-5.0.6).
Change list available by WWW only:
    http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-12-01 15:39:27 +00:00
rillig
d9fbb06633 Unified the handling of relative pathnames and suppressed an error message
that files containing ${FOO} could not be found.
2005-12-01 15:21:56 +00:00
joerg
a68b97b857 Add iceauth as x11-client tool, used by x11/xfce4-session. 2005-12-01 15:02:22 +00:00
rillig
d9afea06e4 Corrected the pkglint version. 2005-12-01 15:00:28 +00:00
rillig
6354c2df6d ... and another fix for the same problem ... 2005-12-01 14:31:24 +00:00