ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff/sysutils/psmisc/psmisc.2011-08-07T053402Z.diff
(Generate patch)

Comparing:
freebsd/sysutils/psmisc.patch (file contents), Revision 455 by douglas, 2011-08-06T22:25:30-07:00 vs.
freebsd/diff/sysutils/psmisc/psmisc.2011-08-07T053402Z.diff (file contents), Revision 497 by douglas, 2012-02-19T17:36:49-08:00

# Line 1 | Line 1
1   diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile
2   --- /usr/ports/sysutils/psmisc/Makefile 2010-10-05 22:58:11.000000000 -0700
3 < +++ psmisc/Makefile     2011-08-06 22:21:50.947211076 -0700
4 < @@ -6,37 +6,34 @@
3 > +++ psmisc/Makefile     2011-08-06 22:32:59.138989182 -0700
4 > @@ -6,19 +6,19 @@
5   #
6  
7   PORTNAME=      psmisc
# Line 24 | Line 24 | diff -Nrux .svn -x work /usr/ports/sysut
24   GNU_CONFIGURE= yes
25   USE_GMAKE=     yes
26  
27 < -OPTIONS=       NLS "Native Language Support via gettext utilities" on
28 < +OPTIONS=       NLS "Native Language Support via gettext utilities" On
29 <
30 < -.include <bsd.port.options.mk>
31 < +.include <bsd.port.pre.mk>
32 <
33 < MAN1=          killall.1 pstree.1
34 <
35 < .if defined(WITHOUT_NLS)
36 < -CONFIGURE_ARGS=        --disable-nls
37 < +CONFIGURE_ARGS+=--disable-nls
38 < PLIST_SUB+=    NLS="@comment "
27 > @@ -34,9 +34,6 @@
28   .else
29   USE_GETTEXT=   yes
30 < -CONFIGURE_ARGS=        --enable-nls
30 > CONFIGURE_ARGS=        --enable-nls
31   -CPPFLAGS+=     -I${LOCALBASE}/include
32   -LDFLAGS+=      -L${LOCALBASE}/lib
33   -CONFIGURE_ENV+=        CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
45 +CONFIGURE_ARGS+=--enable-nls
34   PLIST_SUB+=    NLS=""
35   .endif
36  
49 @@ -46,4 +43,4 @@
50 post-install:
51        @${LN} -fs killall ${PREFIX}/bin/pidof
52
53 -.include <bsd.port.mk>
54 +.include <bsd.port.post.mk>
37   diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/distinfo psmisc/distinfo
38   --- /usr/ports/sysutils/psmisc/distinfo 2011-03-19 05:33:10.000000000 -0700
39   +++ psmisc/distinfo     2011-08-06 20:48:51.620144975 -0700

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines