Commit graph

45 commits

Author SHA1 Message Date
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
seb
069832b242 Use perl5/module.mk. 2002-10-27 19:27:34 +00:00
jlam
41ed4d01d8 buildlink1 -> buildlink2 2002-09-21 07:44:28 +00:00
shell
ceaeecd2eb - Corrected WRKSRC
- change my email address
- fmt on DESCR
2002-04-21 11:12:20 +00:00
shell
25dc4fd71d distfile renamed to Tk-800.024 2002-04-20 05:02:32 +00:00
martti
4d31175049 Updated p5-Tk to 800.024 (provided by Shell Hung in pkg/15875)
- lots of buges fixed
- changes for compatibility with perl-5.7.3 and later
- contains re-worked Image code based on tcl/tk Img extension
2002-03-20 11:33:09 +00:00
martti
cb382d1f23 Updated to 800.023 (PR#14569 by Shell Hung)
Changes in Tk800.022
- Fixes for NoteBook and LabFrame
- Various tweaks for "compile" to flat script (tool not released yet)
- Doc patches
- Slaven's -offset fixes and associated need to change compiled-in defaults.
- Feature suggestions from the list.
2001-11-28 12:22:35 +00:00
jlam
96904a0049 Buildlinkify. 2001-11-28 05:20:38 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
27779e2133 Strongly buildlinkify. 2001-10-23 21:02:17 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
daacc22e64 Add -Wl,-R${X11BASE}/lib to the link command when making Tk.so. This
allows us to find libX11.so at run-time in the correct place.
2001-10-02 06:39:59 +00:00
tron
5352ed6a46 Use wildcard dependence on "p5-HTML-Parser" package. 2001-06-08 20:34:16 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
jlam
5daee5faaf On a.out, remove "-Bforcearchive" from linker flags to prevent multiple
definitions of symbols.

Fixes PR#10971.
2000-09-12 20:00:24 +00:00
jwise
a33a13b255 Adapt this package to tk-8.3.2.
Hey, at least the python people put their money where their mouth is --
*I* sure don't use p5-Tk.... <duck> :-) :-) :-)

Ok, I'll shut up and have another cup of coffee now...
2000-08-31 22:32:27 +00:00
jlam
0c92bee39f Update p5-Tk to 800.022. This is the port of the perl interface to
Tk-8.0.5.  Changes from p5-Tk-402.002 are too numerous to list, as it
targets a different version of Tk.
2000-08-28 08:28:22 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
tron
a13e349245 "perllocal.pod" should not be in any package list. 1999-05-12 22:25:04 +00:00
tron
230f4823fa Don't build "blib" perl module to avoid conflict with "perl5" package. 1999-05-02 23:07:12 +00:00
tron
4674eb3fd1 Fix dependence:
The module is called "Parser.pm" not "Parse.pm" and it is part of the
"p5-HTML-Parser-2.22" package.
1999-05-02 22:33:05 +00:00
garbled
388860d23f add USE_X11=yes 1999-04-26 19:25:05 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
hubertf
3c6db5d6b8 Handle version clash by preserving files. 1998-05-09 02:09:08 +00:00
hubertf
1b82c47f1e s/freebsd/netbsd/ 1998-05-08 18:48:46 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
hubertf
f535cf3701 Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
hubertf
ecc88c2f7c portlint: add RCS Id 1998-01-25 00:08:16 +00:00
hubertf
356810e508 portlint: fix RCS Id, remove empty line 1998-01-25 00:07:17 +00:00
hubertf
b9f5e89460 Fix RCS Id, MI/MD PLIST 1997-11-22 05:24:50 +00:00
hubertf
aa6a9885ba GUI for perl 1997-11-22 05:14:23 +00:00