mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d83bdd571b
This commit also tries to clean up the infrastructure a little bit. It compiled fine on 7.4, 8.2, 9.0 and 10 on redports: - Remove iodbc.org from the MASTER_SITES list, it doesn't seem to exist anymore. - Set LICENSE. - Remove USE_GMAKE, it seems to build fine with make(1). - Remove the pthreads-related hacks and seds, as they do not seem to be needed anymore, especially now that only pthreads exists. - Remove the -D_BSD_WCHAR_T_DEFINED and the patch in files/, as libiodbc itself has accounted for _BSD_WCHAR_T_DECLARED since 2003. - Act on the example code based on NOPORTEXAMPLES instead of NOPORTDOCS.
44 lines
1023 B
Plaintext
44 lines
1023 B
Plaintext
bin/iodbc-config
|
|
%%GUI%%bin/iodbcadm-gtk
|
|
%%ETCDIR%%/odbc.ini.sample
|
|
%%ETCDIR%%/odbcinst.ini.sample
|
|
include/iodbcext.h
|
|
include/iodbcinst.h
|
|
include/iodbcunix.h
|
|
include/isql.h
|
|
include/isqlext.h
|
|
include/isqltypes.h
|
|
include/odbcinst.h
|
|
include/sql.h
|
|
include/sqlext.h
|
|
include/sqltypes.h
|
|
include/sqlucode.h
|
|
%%GUI%%lib/libdrvproxy.a
|
|
%%GUI%%lib/libdrvproxy.la
|
|
%%GUI%%lib/libdrvproxy.so
|
|
%%GUI%%lib/libdrvproxy.so.3
|
|
lib/libiodbc.a
|
|
lib/libiodbc.la
|
|
lib/libiodbc.so
|
|
lib/libiodbc.so.3
|
|
%%GUI%%lib/libiodbcadm.a
|
|
%%GUI%%lib/libiodbcadm.la
|
|
%%GUI%%lib/libiodbcadm.so
|
|
%%GUI%%lib/libiodbcadm.so.3
|
|
lib/libiodbcinst.a
|
|
lib/libiodbcinst.la
|
|
lib/libiodbcinst.so
|
|
lib/libiodbcinst.so.3
|
|
lib/libodbc.a
|
|
lib/libodbc.so
|
|
libdata/pkgconfig/libiodbc.pc
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.sample
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iodbctest.c
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
@dirrmtry %%ETCDIR%%
|