Age | Commit message (Collapse) | Author | Files | Lines |
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.
|
|
to atalkd. Those patches have now been tested and are working on
/alpha-1.4.2, /alpha-current, and /x86-current.
|
|
stricter requirements now present in sys/net/rtsock.c in a -current kernel.
This change is sufficient for i386, but may still not be correct for
LP64 systems or systems with different alignment constraints.
Thanks to wrstuden for identifying the kernel change that affected this.
|
|
|
|
on deinstall.
|
|
instead (which users have to delete manually; DEINSTALL already says
so). Sort PLIST.
|
|
we have an -asun version too. Also add nb1 to the end. jlam's change
in where we store config files needs to be reflected. Actually we should
have had a suffix for a while.
New name is netatalk-umich-19990130nb1
|
|
|
|
|
|
shipped. This annoyed me for a very long time :-)
|
|
Configuration files really are host-dependent, so putting them in ${PREFIX}
which is often shared across machines of the same architecture, doesn't make
sense. Add machinery to install default configuration files.
Closes pkg/9948.
|
|
|
|
value of $CC.
|
|
|
|
- make printcap parsing understand comments.
- pass missing argument to function.
XXX: mental note: ppd files are \r not \n separated. We need to fix the
parsing so we don't have to convert them to unix files before they work.
|
|
|
|
reserved for lo0, it can't be used on other interfaces).
|
|
Sample files are installed in pkg/share/examples/netatalk, addressing
PR 7920 by rnestor@metronet.com.
Now include elf support, addressing PR 8125 by Takahiro Kambe,
<taca@sky.yamashina.kyoto.jp> with slight changes by me.
Cleaned up some lint warnings and fixed an unsigned character comparison
problem with assistance from cgd@netbsd.org.
Disabled building of libatalk_p.a (profiling libatalk) as not all ports
support it which will generate plist errors.
|
|
|
|
From Frederick Bruckman <fb@enteract.com>.
|
|
|
|
sequence number sent to be 1, we need to initialize to 0.
Pointed out by Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
|
|
information.
|
|
deaths observed with afpd. From Jim Wise, jwise@netbsd.org.
|
|
|
|
|
|
|
|
(userland tools and utilities for AppleTalk interworking). This is
the standard, reference version. Lacks AppleshareIP support.
Package done by Bill Studenmund (wrstuden@netbsd.org), munged about
a bit by myself. This is the 19981109 version of the sources.
|