mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
o Move perllocal.pod tweak from post-configure to post-build.
Because Makefile for perl is created at build stage. [1] o Install freebsd5.h which I added in previous commit [2]. PR: ports/55729 [2] Submitted by: Pat Lashley <patl+freebsd@volant.org> [2], kuriyama [1]
This commit is contained in:
parent
d59e6a74c7
commit
8b58c48826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87545
12 changed files with 56 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= net-snmp
|
||||
PORTVERSION= 5.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= net-snmp
|
||||
|
@ -106,7 +106,7 @@ post-patch:
|
|||
-e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
||||
post-configure:
|
||||
post-build:
|
||||
@${FIND} ${CONFIGURE_WRKSRC}/perl -name Makefile | \
|
||||
${XARGS} ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//'
|
||||
|
||||
|
|
11
net-mgmt/net-snmp-devel/files/patch-Makefile.in
Normal file
11
net-mgmt/net-snmp-devel/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Sat Aug 23 15:57:04 2003
|
||||
+++ Makefile.in Sat Aug 23 15:57:20 2003
|
||||
@@ -15,7 +15,7 @@
|
||||
INSTALLHEADERS=version.h
|
||||
INCLUDESUBDIR=system
|
||||
INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h darwin.h \
|
||||
- dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd.h generic.h hpux.h \
|
||||
+ dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd.h generic.h hpux.h \
|
||||
irix.h linux.h mips.h netbsd.h openbsd.h solaris2.6.h solaris2.7.h \
|
||||
solaris2.8.h solaris2.9.h solaris.h sunos.h svr5.h sysv.h ultrix4.h
|
||||
INCLUDESUBDIR2=machine
|
|
@ -128,6 +128,7 @@ include/net-snmp/system/freebsd.h
|
|||
include/net-snmp/system/freebsd2.h
|
||||
include/net-snmp/system/freebsd3.h
|
||||
include/net-snmp/system/freebsd4.h
|
||||
include/net-snmp/system/freebsd5.h
|
||||
include/net-snmp/system/generic.h
|
||||
include/net-snmp/system/hpux.h
|
||||
include/net-snmp/system/irix.h
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= net-snmp
|
||||
PORTVERSION= 5.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= net-snmp
|
||||
|
@ -106,7 +106,7 @@ post-patch:
|
|||
-e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
||||
post-configure:
|
||||
post-build:
|
||||
@${FIND} ${CONFIGURE_WRKSRC}/perl -name Makefile | \
|
||||
${XARGS} ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//'
|
||||
|
||||
|
|
11
net-mgmt/net-snmp/files/patch-Makefile.in
Normal file
11
net-mgmt/net-snmp/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Sat Aug 23 15:57:04 2003
|
||||
+++ Makefile.in Sat Aug 23 15:57:20 2003
|
||||
@@ -15,7 +15,7 @@
|
||||
INSTALLHEADERS=version.h
|
||||
INCLUDESUBDIR=system
|
||||
INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h darwin.h \
|
||||
- dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd.h generic.h hpux.h \
|
||||
+ dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd.h generic.h hpux.h \
|
||||
irix.h linux.h mips.h netbsd.h openbsd.h solaris2.6.h solaris2.7.h \
|
||||
solaris2.8.h solaris2.9.h solaris.h sunos.h svr5.h sysv.h ultrix4.h
|
||||
INCLUDESUBDIR2=machine
|
|
@ -128,6 +128,7 @@ include/net-snmp/system/freebsd.h
|
|||
include/net-snmp/system/freebsd2.h
|
||||
include/net-snmp/system/freebsd3.h
|
||||
include/net-snmp/system/freebsd4.h
|
||||
include/net-snmp/system/freebsd5.h
|
||||
include/net-snmp/system/generic.h
|
||||
include/net-snmp/system/hpux.h
|
||||
include/net-snmp/system/irix.h
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= net-snmp
|
||||
PORTVERSION= 5.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= net-snmp
|
||||
|
@ -106,7 +106,7 @@ post-patch:
|
|||
-e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
||||
post-configure:
|
||||
post-build:
|
||||
@${FIND} ${CONFIGURE_WRKSRC}/perl -name Makefile | \
|
||||
${XARGS} ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//'
|
||||
|
||||
|
|
11
net-mgmt/net-snmp53/files/patch-Makefile.in
Normal file
11
net-mgmt/net-snmp53/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Sat Aug 23 15:57:04 2003
|
||||
+++ Makefile.in Sat Aug 23 15:57:20 2003
|
||||
@@ -15,7 +15,7 @@
|
||||
INSTALLHEADERS=version.h
|
||||
INCLUDESUBDIR=system
|
||||
INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h darwin.h \
|
||||
- dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd.h generic.h hpux.h \
|
||||
+ dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd.h generic.h hpux.h \
|
||||
irix.h linux.h mips.h netbsd.h openbsd.h solaris2.6.h solaris2.7.h \
|
||||
solaris2.8.h solaris2.9.h solaris.h sunos.h svr5.h sysv.h ultrix4.h
|
||||
INCLUDESUBDIR2=machine
|
|
@ -128,6 +128,7 @@ include/net-snmp/system/freebsd.h
|
|||
include/net-snmp/system/freebsd2.h
|
||||
include/net-snmp/system/freebsd3.h
|
||||
include/net-snmp/system/freebsd4.h
|
||||
include/net-snmp/system/freebsd5.h
|
||||
include/net-snmp/system/generic.h
|
||||
include/net-snmp/system/hpux.h
|
||||
include/net-snmp/system/irix.h
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= net-snmp
|
||||
PORTVERSION= 5.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= net-snmp
|
||||
|
@ -106,7 +106,7 @@ post-patch:
|
|||
-e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
||||
post-configure:
|
||||
post-build:
|
||||
@${FIND} ${CONFIGURE_WRKSRC}/perl -name Makefile | \
|
||||
${XARGS} ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//'
|
||||
|
||||
|
|
11
net/net-snmp/files/patch-Makefile.in
Normal file
11
net/net-snmp/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Sat Aug 23 15:57:04 2003
|
||||
+++ Makefile.in Sat Aug 23 15:57:20 2003
|
||||
@@ -15,7 +15,7 @@
|
||||
INSTALLHEADERS=version.h
|
||||
INCLUDESUBDIR=system
|
||||
INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h darwin.h \
|
||||
- dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd.h generic.h hpux.h \
|
||||
+ dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd.h generic.h hpux.h \
|
||||
irix.h linux.h mips.h netbsd.h openbsd.h solaris2.6.h solaris2.7.h \
|
||||
solaris2.8.h solaris2.9.h solaris.h sunos.h svr5.h sysv.h ultrix4.h
|
||||
INCLUDESUBDIR2=machine
|
|
@ -128,6 +128,7 @@ include/net-snmp/system/freebsd.h
|
|||
include/net-snmp/system/freebsd2.h
|
||||
include/net-snmp/system/freebsd3.h
|
||||
include/net-snmp/system/freebsd4.h
|
||||
include/net-snmp/system/freebsd5.h
|
||||
include/net-snmp/system/generic.h
|
||||
include/net-snmp/system/hpux.h
|
||||
include/net-snmp/system/irix.h
|
||||
|
|
Loading…
Add table
Reference in a new issue