mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 10.19
This commit is contained in:
parent
06242a284d
commit
beecf92d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95055
5 changed files with 21 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= netpbm
|
PORTNAME= netpbm
|
||||||
PORTVERSION= 10.17
|
PORTVERSION= 10.19
|
||||||
PORTREVISION?= 1
|
PORTREVISION?= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (netpbm-10.17.tgz) = 2d806c5a71eda87792a8e2754600deba
|
MD5 (netpbm-10.19.tgz) = e6bf74f0cef5271041e0ee4842c8fcef
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- lib/Makefile.orig Wed Oct 9 11:21:57 2002
|
--- lib/Makefile.orig Thu Sep 25 18:23:47 2003
|
||||||
+++ lib/Makefile Sat Oct 12 00:00:00 2002
|
+++ lib/Makefile Mon Dec 1 14:28:48 2003
|
||||||
@@ -32,12 +32,14 @@
|
@@ -32,12 +32,14 @@
|
||||||
# Library objects to be linked but not built by Makefile.common:
|
# Library objects to be linked but not built by Makefile.common:
|
||||||
LIBOBJECTS_X = util/shhopt.o util/nstring.o
|
LIBOBJECTS_X = util/shhopt.o util/nstring.o
|
||||||
|
@ -10,14 +10,12 @@
|
||||||
MANUALS5 = pbm pgm ppm pnm pam
|
MANUALS5 = pbm pgm ppm pnm pam
|
||||||
|
|
||||||
INTERFACE_HEADERS = pm.h pbm.h bitio.h pbmfont.h \
|
INTERFACE_HEADERS = pm.h pbm.h bitio.h pbmfont.h \
|
||||||
- pgm.h ppm.h ppm.h ppmcmap.h ppmfloyd.h colorname.h \
|
pgm.h ppm.h ppm.h ppmcmap.h ppmfloyd.h colorname.h \
|
||||||
- pnm.h pam.h pammap.h util/shhopt.h util/nstring.h
|
pnm.h pam.h pammap.h util/shhopt.h util/nstring.h util/mallocvar.h
|
||||||
+ pgm.h ppm.h ppm.h ppmcmap.h ppmdraw.h ppmfloyd.h colorname.h \
|
|
||||||
+ pnm.h pam.h pammap.h util/pm_shhopt.h util/pm_nstring.h
|
|
||||||
|
|
||||||
DATAFILES = rgb.txt
|
DATAFILES = rgb.txt
|
||||||
|
|
||||||
@@ -69,12 +71,15 @@
|
@@ -71,12 +71,15 @@
|
||||||
|
|
||||||
$(LIBOBJECTS): %.o: %.c $(HEADERLINKS)
|
$(LIBOBJECTS): %.o: %.c $(HEADERLINKS)
|
||||||
# Note that the user may have configured -I options into CFLAGS.
|
# Note that the user may have configured -I options into CFLAGS.
|
||||||
|
@ -29,12 +27,12 @@
|
||||||
MAJ = $(NETPBM_MAJOR_RELEASE)
|
MAJ = $(NETPBM_MAJOR_RELEASE)
|
||||||
MIN = $(NETPBM_MINOR_RELEASE)
|
MIN = $(NETPBM_MINOR_RELEASE)
|
||||||
|
|
||||||
-SONAME = libnetpbm.so.$(MAJ)
|
-SONAME = libnetpbm.$(NETPBMLIBSUFFIX).$(MAJ)
|
||||||
+SONAME = libnetpbm.so.$(SOVER)
|
+SONAME = libnetpbm.$(NETPBMLIBSUFFIX).$(SOVER)
|
||||||
|
|
||||||
ifeq ($(NETPBMLIBTYPE),irixshared)
|
ifeq ($(NETPBMLIBTYPE),irixshared)
|
||||||
# The libxxx.so link is needed to link the executables.
|
# The libxxx.so link is needed to link the executables.
|
||||||
@@ -98,11 +103,8 @@
|
@@ -101,11 +104,8 @@
|
||||||
# The $(SONAME) link is needed only to test the programs without
|
# The $(SONAME) link is needed only to test the programs without
|
||||||
# installing the libraries (in that case, you also need to direct the
|
# installing the libraries (in that case, you also need to direct the
|
||||||
# dynamic linker to the source directories, e.g. set LD_LIBRARY_PATH).
|
# dynamic linker to the source directories, e.g. set LD_LIBRARY_PATH).
|
||||||
|
@ -48,7 +46,7 @@
|
||||||
$(SHLIB_CLIB) $(LADD)
|
$(SHLIB_CLIB) $(LADD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -180,13 +182,10 @@
|
@@ -183,13 +183,10 @@
|
||||||
.PHONY: install.lib
|
.PHONY: install.lib
|
||||||
ifeq ($(NETPBMLIBTYPE),unixshared)
|
ifeq ($(NETPBMLIBTYPE),unixshared)
|
||||||
# install a Unix-style shared library
|
# install a Unix-style shared library
|
||||||
|
@ -66,7 +64,7 @@
|
||||||
endif
|
endif
|
||||||
ifeq ($(NETPBMLIBTYPE),dll)
|
ifeq ($(NETPBMLIBTYPE),dll)
|
||||||
#install a Windows DLL shared library
|
#install a Windows DLL shared library
|
||||||
@@ -216,23 +215,23 @@
|
@@ -219,23 +216,23 @@
|
||||||
# directory when you compile your programs.
|
# directory when you compile your programs.
|
||||||
|
|
||||||
%_installhdr: $(PKGDIR)/include
|
%_installhdr: $(PKGDIR)/include
|
|
@ -8,6 +8,8 @@ bin/bmptopnm
|
||||||
bin/bmptoppm
|
bin/bmptoppm
|
||||||
bin/brushtopbm
|
bin/brushtopbm
|
||||||
bin/cmuwmtopbm
|
bin/cmuwmtopbm
|
||||||
|
bin/ddbugtopbm
|
||||||
|
bin/escp2topbm
|
||||||
bin/eyuvtoppm
|
bin/eyuvtoppm
|
||||||
bin/fiascotopnm
|
bin/fiascotopnm
|
||||||
bin/fitstopnm
|
bin/fitstopnm
|
||||||
|
@ -31,6 +33,7 @@ bin/macptopbm
|
||||||
bin/manweb
|
bin/manweb
|
||||||
bin/mdatopbm
|
bin/mdatopbm
|
||||||
bin/mgrtopbm
|
bin/mgrtopbm
|
||||||
|
bin/mrftopbm
|
||||||
bin/mtvtoppm
|
bin/mtvtoppm
|
||||||
bin/neotoppm
|
bin/neotoppm
|
||||||
bin/palmtopnm
|
bin/palmtopnm
|
||||||
|
@ -74,6 +77,7 @@ bin/pbmtobbnbg
|
||||||
bin/pbmtocmuwm
|
bin/pbmtocmuwm
|
||||||
bin/pbmtoepsi
|
bin/pbmtoepsi
|
||||||
bin/pbmtoepson
|
bin/pbmtoepson
|
||||||
|
bin/pbmtoescp2
|
||||||
bin/pbmtog3
|
bin/pbmtog3
|
||||||
bin/pbmtogem
|
bin/pbmtogem
|
||||||
bin/pbmtogo
|
bin/pbmtogo
|
||||||
|
@ -82,8 +86,10 @@ bin/pbmtolj
|
||||||
bin/pbmtoln03
|
bin/pbmtoln03
|
||||||
bin/pbmtolps
|
bin/pbmtolps
|
||||||
bin/pbmtomacp
|
bin/pbmtomacp
|
||||||
|
bin/pbmtomatrixorbital
|
||||||
bin/pbmtomda
|
bin/pbmtomda
|
||||||
bin/pbmtomgr
|
bin/pbmtomgr
|
||||||
|
bin/pbmtomrf
|
||||||
bin/pbmtonokia
|
bin/pbmtonokia
|
||||||
bin/pbmtopgm
|
bin/pbmtopgm
|
||||||
bin/pbmtopi3
|
bin/pbmtopi3
|
||||||
|
@ -270,6 +276,9 @@ bin/yuvtoppm
|
||||||
bin/zeisstopnm
|
bin/zeisstopnm
|
||||||
include/bitio.h
|
include/bitio.h
|
||||||
include/colorname.h
|
include/colorname.h
|
||||||
|
include/mallocvar.h
|
||||||
|
include/nstring.h
|
||||||
|
include/shhopt.h
|
||||||
include/pam.h
|
include/pam.h
|
||||||
include/pammap.h
|
include/pammap.h
|
||||||
include/pbm.h
|
include/pbm.h
|
||||||
|
@ -277,12 +286,9 @@ include/pbmfont.h
|
||||||
include/pgm.h
|
include/pgm.h
|
||||||
include/pm.h
|
include/pm.h
|
||||||
include/pm_config.h
|
include/pm_config.h
|
||||||
include/pm_nstring.h
|
|
||||||
include/pm_shhopt.h
|
|
||||||
include/pnm.h
|
include/pnm.h
|
||||||
include/ppm.h
|
include/ppm.h
|
||||||
include/ppmcmap.h
|
include/ppmcmap.h
|
||||||
include/ppmdraw.h
|
|
||||||
include/ppmfloyd.h
|
include/ppmfloyd.h
|
||||||
lib/libnetpbm.a
|
lib/libnetpbm.a
|
||||||
lib/libnetpbm.so
|
lib/libnetpbm.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue