summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-23buildlink1 -> buildlink2.jlam1-2/+3
2002-09-23buildlink1 -> buildlink2jlam2-4/+4
2002-09-23Unused.jlam1-38/+0
2002-09-23buildlink1 -> buildlink2jlam1-4/+6
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam5-13/+18
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-23perl5/module.mk is intended to be included by packages that buildjlam1-0/+82
and install perl5 modules. The following targets are provided by this file: do-configure runs the standard perl configuration in each of the directories specified in ${PERL5_CONFIGURE_DIRS}. The following variables may be set prior to including this file: PERL5_CONFIGURE if "YES", then run the standard perl configuration assuming Makefile.PL exists; defaults to "YES". PERL5_CONFIGURE_DIRS list of directories in which to run the standard perl configuration; defaults to ${CONFIGURE_DIRS}. PERL5_LDFLAGS extra linker flags to pass on to the build process. This file also does the PERL5_PACKLIST handling to generate a PLIST. When all p5-* packages have been modified to use module.mk, then the PERL5_PACKLIST code in bsd.pkg.mk can be removed.
2002-09-23* buildlink1 -> buildlink2jlam5-75/+54
* Replace ELK_USE_{X11,MOTIF} with ELK_GUI, which is either "none" or is some combination of "xaw" and/or "motif". * Reenable Motif -- it seems to build properly with OpenMotif-2.0.x. * Modernize this package a bit and clean up how linker flags are passed to the build process by using the new variables available.
2002-09-23Missing a /lib on the end of the library path.jlam1-2/+2
2002-09-23Provide a separate variable "X11_LDFLAGS" that just contains the linkerjlam1-3/+5
flags for finding the X11 libraries. The value of X11_LDFLAGS is appended to LDFLAGS if the packages uses X11.
2002-09-23Add the -Wl,-R flags to find the widget library. The ld wrapper scriptjlam4-12/+23
understands "-Wl,-R" to be just "-R", so it will work fine.
2002-09-23* use bsd.pkg.install.mk and automatic rc.d script handling.grant2-33/+13
* convert to rc.subr-style script.
2002-09-23honour PKG_SYSCONFDIR.grant1-6/+6
ok'd by jlam.
2002-09-23buildlink1 -> buildlink2jlam1-18/+14
2002-09-23buildlink1 -> buildlink2, and note that this package requires X11 to build.jlam1-11/+10
2002-09-23* buildlink1 -> buildlink2jlam1-6/+3
* This package doesn't need pthreads...the pth dependency is supplied by unicon-im.
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam7-18/+30
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-09-23This package doesn't want pthreads...it wants GNU pth.jlam4-20/+25
2002-09-23Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+22
2002-09-23Trivially use buildlink2jlam1-1/+2
2002-09-23buildlink1 -> buildlink2jlam1-3/+4
2002-09-23buildlink1 -> buildlink2jlam7-49/+23
2002-09-23Allow for wrapper-specific transformations of arguments that occur afterjlam5-7/+46
the main transformations have been performed. The ld wrapper can now accept "-Wl,*" arguments and transform them appropriately by stripping of the -Wl and the commas. This will obiviate the need for logic in pkgsrc that strips away the "-Wl," depending on whether the platform was a.out or ELF, and whether the individual package chose to link using "cc" or "ld".
2002-09-23Download page has changed.jschauma1-2/+2
2002-09-22Unused, I think.wiz2-84/+0
2002-09-22Convert to buildlink2.wiz1-5/+4
2002-09-22Unused.wiz1-37/+0
2002-09-22Convert to buildlink2.wiz2-19/+14
2002-09-22Fix typo to make it work.wiz1-2/+2
2002-09-22Sync PLIST.mycroft2-2/+52
2002-09-22Update PLIST.mycroft1-1/+2
2002-09-22Add the docsis plugin...mycroft1-1/+4
2002-09-22Updated pkglint to 3.32. Eliminates spurious complaints aboutatatat1-1/+2
pkg_install not being up to date.
2002-09-22lintpkgsrc was tweaked, so bump the versionatatat1-2/+2
2002-09-22If the installed version of pkg_install is newer than the one inatatat1-2/+5
pkgsrc, require the new version instead of the one from pkgsrc. This means there will be no more messages that look like Version mismatch: 'pkg_install' 20020827 vs 20020723 Change reviewed by the wiz. :)
2002-09-22Add and enable libesmtpcjep1-1/+2
2002-09-22Initial import of libESMTP-1.0rc1 into the NetBSD packages collectioncjep1-1/+2
as mail/libesmtp. Originally in PR#16146 from Alex Newman. libESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA). It may be used as part of a Mail User Agent (MUA) or another program that needs to post electronic mail but where mail functionality is not the program's primary purpose.
2002-09-22Initial import of libESMTP-1.0rc1 into the NetBSD packages collectioncjep7-0/+119
as mail/libesmtp. Originally in PR#16146 from Alex Newman. libESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA). It may be used as part of a Mail User Agent (MUA) or another program that needs to post electronic mail but where mail functionality is not the program's primary purpose.
2002-09-22Allow other Makefiles to specify a PERL5_GENERATE_PLIST that overrides thejlam1-2/+4
one provided by bsd.pkg.mk when generating the PLIST from PERL5_PACKLIST.
2002-09-22buildlink1 -> buildlink2jlam1-9/+15
2002-09-22That should have been 1.9.26... more coffee required...cjep1-2/+2
2002-09-22Upgrade of Leafnode (news/leafnode) to version 1.9.26.cjep1-1/+2
Differences to previous NetBSD package: * Use devel/pcre rather than the one supplied with Leafnode. Differences to Leafnode version 1.9.22: * Bug fixes and changes including: + No longer install lsort + Merge in timeout_client patch from Jonathan Larmour + Fix file descriptor leak in markdownload() + No longer emit "400 Service discontinued" to clients. + Drop connection when the upstream server runs NNTPcache 2.3.x + More verbose POST reject messages. + Fix two filtering bugs in fetchnews. + Expire groups that are not in group.info + Fix several memory leaks (e.g. in fetchnews.c, newsq.c & artutil.c) + Fix possible overflow in nntpd.c + Some speed improvements (e.g. in getline.c and mastring.c) + Fix bogus error messages. + Several documentation fixes. + Various fixes from Leafnode 2. (For more details, please see the Leafnode ChangeLog file)
2002-09-22Upgrade of Leafnode (news/leafnode) to version 1.9.26.cjep4-21/+27
Differences to previous NetBSD package: * Use devel/pcre rather than the one supplied with Leafnode. Differences to Leafnode version 1.9.22: * Bug fixes and changes including: + No longer install lsort + Merge in timeout_client patch from Jonathan Larmour + Fix file descriptor leak in markdownload() + No longer emit "400 Service discontinued" to clients. + Drop connection when the upstream server runs NNTPcache 2.3.x + More verbose POST reject messages. + Fix two filtering bugs in fetchnews. + Expire groups that are not in group.info + Fix several memory leaks (e.g. in fetchnews.c, newsq.c & artutil.c) + Fix possible overflow in nntpd.c + Some speed improvements (e.g. in getline.c and mastring.c) + Fix bogus error messages. + Several documentation fixes. + Various fixes from Leafnode 2. (For more details, please see the Leafnode ChangeLog file)
2002-09-22buildlink1 -> buildlink2jlam1-7/+7
2002-09-22Use buildlink2.jlam1-1/+3
2002-09-22Follow the guidelines set forth in bsd.buildlink2.mk for making ajlam1-1/+17
buildlink2.mk file. This package installs headers, so we need to define a BUILDLINK_FILES variable for them.
2002-09-22buildlink1 -> buildlink2jlam3-33/+30
2002-09-22Remove confusing reference to "curses library".jlam1-2/+2
2002-09-22Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>jlam3-3/+13
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
2002-09-22Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+20
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam15-36/+16
*.pc and binaries. Both these things are simply found by packages in their true installed locations.