CVS: cvs.openbsd.org: ports

2013-05-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/05/11 00:21:15

Modified files:
security/cyrus-sasl2: Makefile 
security/cyrus-sasl2/pkg: PFRAG.shared PLIST 

Log message:
Explicitely build --without-pam.
Merge some chunck of PFRAG.shared into PLIST.



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2013/05/10 14:30:31

Modified files:
cad/fritzing   : Makefile 
databases/pkglocatedb: Makefile 
devel/libaudiofile: Makefile 
devel/netbeans : Makefile 
games/renpy: Makefile 

Log message:
Use -m mode with ${SUBST_CMD} instead of two-step process
SUBST_CMD / chmod. Replace -o root -g bin with -o ${BINOWN}
and -g ${BINGRP}.

ok sthen@



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/05/10 10:56:39

Modified files:
telephony/asterisk-sounds: asterisk-sounds.port.mk 

Log message:
Adjust the (slightly awkward) construction of DISTNAME so that setting
REVISION doesn't change the stem of the package name. Came after some head
scratching after naddy@ reported a PLIST_DB change to telephony/asterisk's
@depend lines which happened after I bumped REVISION on the asterisk-sounds
ports when I tweaked CATEGORIES.



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2013/05/10 06:27:45

Modified files:
net/nmap   : Makefile 
net/nmap/patches: patch-libdnet-stripped_src_intf_c 

Log message:
Do not issue SIOCSIFNETMASK before SIOCSIFADDR in libdnet-stripped code, it is 
not needed and will
fail after upcoming change.
This code is not used by nmap but is better to keep it in sync with net/libdnet
ok sthen@ mpi@



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:ports
Changes by: m...@cvs.openbsd.org2013/05/10 05:40:02

Modified files:
net/libdnet: Makefile 
net/libdnet/patches: patch-src_intf_c 

Log message:
Do not issue SIOCSIFNETMASK before SIOCSIFADDR, it is not needed and will
fail after upcoming change.

ok sthen@



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/05/10 04:45:46

Modified files:
net/wide-dhcp  : Makefile 
net/wide-dhcp/patches: patch-client_dhcpc_subr_c 
   patch-server_Makefile_OpenBSD 
Removed files:
net/wide-dhcp/pkg: MESSAGE 

Log message:
- swap order of ioctls so SIOCSIFADDR comes before SIOCSIFNETMASK
- remove unneeded MESSAGE
- don't use tbl to format manpages, it's no longer needed
- mark as NOT_FOR_ARCHS=${LP64_ARCHS}, it's broken there
(uses wrong MAC address)



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/05/10 04:26:42

Modified files:
net/wide-dhcp  : Makefile 
net/wide-dhcp/pkg: DESCR 

Log message:
tweak DESCR, point out this is v4 not v6, remove text about building a
kernel with BPF.



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/05/10 03:58:02

Modified files:
net/wide-dhcp  : Makefile distinfo 
net/wide-dhcp/pkg: PLIST 

Log message:
regen PLIST/distinfo, tidy Makefile, don't USE_GROFF, bump



CVS: cvs.openbsd.org: ports

2013-05-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/05/10 03:56:45

Modified files:
net/wide-dhcp/patches: patch-README 
Added files:
net/wide-dhcp/patches: patch-client_Makefile_OpenBSD 
   patch-client_README patch-client_dhcpc_8 
   patch-client_dhcpc_8_jis 
   patch-client_dhcpc_c patch-client_dhcpc_h 
   patch-client_dhcpc_subr_c 
   patch-client_flushroute_c 
   patch-relay_Makefile_OpenBSD 
   patch-relay_README patch-relay_relay_c 
   patch-server_Makefile_OpenBSD 
   patch-server_README patch-server_common_h 
   patch-server_database_c 
   patch-server_delarp_c 
   patch-server_dhcps_c patch-server_dhcps_h 
   patch-server_getmac_c 
   patch-tools_Makefile_OpenBSD 
   patch-tools_dhcpm_c 
Removed files:
net/wide-dhcp/patches: patch-client_Makefile.OpenBSD 
   patch-client_dhcpc.8 
   patch-client_dhcpc.8.jis 
   patch-client_dhcpc.c patch-client_dhcpc.h 
   patch-client_dhcpc_subr.c 
   patch-client_flushroute.c 
   patch-relay_Makefile.OpenBSD 
   patch-relay_relay.c 
   patch-server_Makefile.OpenBSD 
   patch-server_common.h 
   patch-server_database.c 
   patch-server_delarp.c 
   patch-server_dhcps.c patch-server_dhcps.h 
   patch-server_getmac.c 
   patch-tools_Makefile.OpenBSD 
   patch-tools_dhcpm.c 

Log message:
normalise patches (context diffs -> unidiffs, and use standard filenames).
no pkg change.