diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 16:41:07 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 16:41:07 +0000 |
commit | 2de1af3e3fbfe99b39d16e2568f26fd828b1d04b (patch) | |
tree | 8eee7898b43e8fcc2b2cde92ddde0fb0e48710ba /x11-toolkits | |
parent | - Remove redundant lines and style clean-ups. (diff) |
- Update to 1.6.49
Changes:
* Check index out of bounds in FXTabBook::setCurrent().
Notes
Notes:
svn path=/head/; revision=316370
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fox16/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 30cf0230ba15..e1973f148ad2 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ LATEST_LINK= fox16 MAJORVER= 1.6 -SHVER= 47 +SHVER= 49 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack gnomehack @@ -29,7 +29,7 @@ USE_LDCONFIG= yes MAN1= shutterbug.1 reswrap.1 -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT diff --git a/x11-toolkits/fox16/distinfo b/x11-toolkits/fox16/distinfo index a89f232527ae..2a46d7ba9b49 100644 --- a/x11-toolkits/fox16/distinfo +++ b/x11-toolkits/fox16/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.6.47.tar.gz) = 1ac5822af4d8ff4308c564a701f916cd5816a67f5c3796c4e496287734ed3fc1 -SIZE (fox-1.6.47.tar.gz) = 4372616 +SHA256 (fox-1.6.49.tar.gz) = 3679ecd23064958259fbef5898aabb048d63b2dcb796de1d8801fe0b51e5a90e +SIZE (fox-1.6.49.tar.gz) = 4383152 |