summaryrefslogtreecommitdiff
path: root/databases/pgmodeler/files
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-01-02 19:51:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-01-02 19:51:51 +0000
commit71e11260e3b59077353f834a068d2bdcc3820efd (patch)
treecfb618a3e7256a5a952416c7d70615ca9a841f22 /databases/pgmodeler/files
parentClean up depends (diff)
databases/pgmodeler: Update to 0.9.2
PR: 242942 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes
Notes: svn path=/head/; revision=521872
Diffstat (limited to 'databases/pgmodeler/files')
-rw-r--r--databases/pgmodeler/files/patch-main-cli_main-cli.pro11
-rw-r--r--databases/pgmodeler/files/patch-pgmodeler.pro18
2 files changed, 0 insertions, 29 deletions
diff --git a/databases/pgmodeler/files/patch-main-cli_main-cli.pro b/databases/pgmodeler/files/patch-main-cli_main-cli.pro
deleted file mode 100644
index c18fa59ac21c..000000000000
--- a/databases/pgmodeler/files/patch-main-cli_main-cli.pro
+++ /dev/null
@@ -1,11 +0,0 @@
---- main-cli/main-cli.pro.orig 2015-07-30 16:48:48 UTC
-+++ main-cli/main-cli.pro
-@@ -23,7 +23,7 @@ SOURCES += src/main.cpp \
-
- HEADERS += src/pgmodelercli.h
-
--unix|windows: LIBS += -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \
-+unix|windows: LIBS += $$QMAKE_LIBS_EXECINFO -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \
- -L$$OUT_PWD/../libobjrenderer/ -lobjrenderer \
- -L$$OUT_PWD/../libpgconnector/ -lpgconnector \
- -L$$OUT_PWD/../libpgmodeler/ -lpgmodeler \
diff --git a/databases/pgmodeler/files/patch-pgmodeler.pro b/databases/pgmodeler/files/patch-pgmodeler.pro
deleted file mode 100644
index 60f9dacd6b31..000000000000
--- a/databases/pgmodeler/files/patch-pgmodeler.pro
+++ /dev/null
@@ -1,18 +0,0 @@
---- pgmodeler.pro.orig 2015-07-30 16:48:48 UTC
-+++ pgmodeler.pro
-@@ -20,12 +20,13 @@ SUBDIRS = libutils \
- libpgmodeler_ui
-
- # Include the tests and plugins subprojects only on debug mode
--CONFIG(debug, debug|release): SUBDIRS += tests plugins
-+#CONFIG(debug, debug|release): SUBDIRS += tests plugins
-
- # Including executables subprojects (libraries only)
- SUBDIRS += crashhandler \
- main-cli \
-- main
-+ main \
-+ plugins
-
- # Deployment settings
- samples.files = samples/*