aboutsummaryrefslogtreecommitdiff
path: root/databases/sqldeveloper
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippyVladimir Druzenko2024-04-131-1/+1
| | | | Approved by: arrowd (mentor)
* databases/sqldeveloper: make depends from java/openjfx14 mandatoryVladimir Druzenko2024-01-121-14/+4
| | | | | | | | | | The SQLDeveloper distribution has built-in OpenJFX for other OSes, and it can work with it on FreeBSD (by forcing the path to one of them), but not all functions work. We have very little reason to keep this option, then we have a fully functional port java/openjfx14. Approved by: arrowd (mentor)
* databases/sqldeveloper: add NO_ARCH=yes and remove JavaFX native libraries ↵Vladimir Druzenko2024-01-122-98/+5
| | | | | | | | | | for other OSes This is a Java application using JavaFX from port java/openjfx14. Also reduce "Flat size" from 545MiB to 422MiB. Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D43410
* databases/sqldeveloper: update to 23.1.1.345.2114Vladimir Druzenko2024-01-093-7/+6
| | | | | | | | | Release Notes: https://www.oracle.com/tools/sqldev/sqldev-relnotes-23.1.1.html Thanks to vidar from #bsdports @ EFNet. Approved by: arrowd (mentor, implicit)
* *: Change MAINTAINER on my portsVladimir Druzenko2023-05-021-1/+1
| | | | | Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D39935
* databases/sqldeveloper: updated to 23.1.0.097.1607Vladimir Druzenko2023-05-023-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Date: April 2023 Issues Fixed in 23.1.0 There have over 40 issues fixed in this release, a selection of which is shown below. 21863251 SYNCHRONIZE SPECIFICATION AND BODY WRONG WHEN NOT OPEN BODY 34732911 CVE-2022-42004 REMOTE DENIAL OF SERVICE VULNERABILITY - 2.13.4 30757320 FAILS WHEN CONNECTING TO ASM DATABASE 32507391 FREEZES WHEN RUNNING A LONG QUERY AND LEFT IDLE 33866040 PERFORMANCE OR FREEZING ISSUE ON WINDOWS WHEN INTERACTING WITH FILE SYSTEM 30662830 MULTIBLOCK INSERTION 27896300 Q STRINGS ARE HAVING CONTENTS REPLACED, POSSIBLE DATA CORRUPTION 35137077 UNSIGNED DLLS SHIPPED WITH SQLDEVELOPER LAUNCHER.DLL LAUNCHER64.DLL IDENATIVE.DLL 9016009 DISPLAY INCORRECT VALUE 35156951 "DATABASE COPY" TRUNCATING TABLES THAT WERE NOT SELECTED 34765240 TABLE COLUMN COMPLETION OF DICTIONARY SQL 34797866 INSIGHT COLUMN LIST ISN'T SORTED https://www.oracle.com/tools/sqldev/sqldev-relnotes-23.1.0.html Approved by: arrowd (mentor) Differential Revision: D39891
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* databases/sqldeveloper: Update to 22.2.1.234.1810VVD2022-10-153-37/+60
| | | | | | | | | | | | | | | | | | | | | | Version 22.2.1.234.1810 - September 12, 2022 Bugs Fixed 34375812 EDIT TABLE DIALOG FAILS TO LOAD WITH JAVA STACK DUMP https://www.oracle.com/tools/sqldev/sqldev-relnotes-22.2.1.html Version 22.2.0.173.2018 - June 28, 2022 Bugs Fixed 32445960 SQL DEVELOPER SHOWS FAILED_OVER WHEN A NODE OF 2 NODE RAC FAILOVER 33659339 SQL DEVELOPER SHOWS FAILED_OVER FOR TAC FAILOVER FOR RAC 34157706 ORDS GET QUERY CAN BE RUN BUT CAN'T BE SAVED 33735358 SQL PATROLLER RULE NOT WORKING 34116804 VALID WHEN CLAUSE ON SYSTEM TRIGGER CAUSES ERROR IN SQL DEVELOPER 34116753 FORMATTER CAN BREAK TRIGGER CODE 32955926 EXPORT WIZARD TO EXPORT COLUMNS AND ROWS FROM A TABLE DOES NOT LIMIT THE COLUMNS 34026858 ACCESSIBILITY: UNABLE TO NAVIGATE TO ADD/REMOVE CONNECTION DETAILS UNDER ADVANCED TAB https://www.oracle.com/tools/sqldev/sqldev-relnotes-22.2.html PR: 267044 MFH: 2022Q4
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* databases/sqldeveloper: Update to 21.4.3.063.0100Robert Clausecker2022-04-292-4/+4
| | | | | | | ChangeLog: https://www.oracle.com/tools/sqldev/sqldev-relnotes-21.4.3.html PR: 263527 Reported by: vvd@unislabs.com (maintainer)
* databases/sqldeveloper: Update to 21.4.1.349.1822Chris Moerz2022-01-123-11/+20
| | | | | PR: 260695 Approved by: VVD <vvd@unislabs.com> (maintainer)
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* databases/sqldeveloper: Update to 21.2.1.204.1703VVD2021-09-053-14/+16
| | | | | | | Changelog: https://www.oracle.com/tools/sqldev/sqldev-relnotes-21.2.html PR: 258267
* databases/sqldeveloper: Update to 20.4.1.407.0006Chris Moerz2021-06-043-87/+168
| | | | | | | | | - Update to 20.4.1.407.006 And while here, also Reformat Makefile a bit. PR: 256397 Approved by: vvd@unislabs.com (maintainer)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/sqldeveloper: update dependency from java/openjfx8-devel to ↵Mikael Urankar2020-10-312-11/+20
| | | | | | | | | | java/openjfx14 and make it optional PR: 250704 Submitted by: VVD <vvd@unislabs.com> (maintainer) Notes: svn path=/head/; revision=553785
* databases/sqldeveloper: Update to 20.2.0.175.1842Mikael Urankar2020-10-034-417/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass maintainership to vvd (approved by Michael Zhilin) Changelog: Feature Enhancements Debugger - option to use DBMS_DEBUG for database debugging Load options include SET LOADFORMAT and SET LOADMETHOD for more flexibility on loading table data ORDS installer supports: REST SQL and SQL Developer Web configuration Custom JDBC urls and TNS Allows non-SYSDBA user to install/upgrade, repair and uninstall ORDS SQLcl Liquibase new commands: ROLLBACKSQL, DIFF, DBDOC, VERSION Liquibase changeSet IDs are now generated as a hash of the content Explain Plan/Autotrace Search Include Orakafka ZIP in all distributions Java Home updated to 8u221 Oracle NoSQL plugin updated to version 19.3.12 Database Copy added 'Ignore Storage' to avoid tablespace dependencies SQL Editor Code template options panel moved to code editor page Code formatter new setting for number of commas to allow before a linebreak on PL/SQL call Added SET CODESCAN to look for SQL Injection vulnerabilities TABLE IMPORT enhanced to ignore virtual columns PR: 249866 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=551261
* Deprecate java/openjfx8-devel consumersTobias Kortkamp2020-03-191-0/+3
| | | | | | | | | | | Chase r527795 and put a deprecation notice on all openjfx8-devel dependent ports too. Also deprecate devel/gradle4 which is only needed to build igv and openjfx8-devel. Notes: svn path=/head/; revision=528706
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508835
* databases/sqldeveloper: Update to 19.1.0.094.2042Steve Wills2019-05-263-13/+28
| | | | | | | | | | | | While here, clean up a bit PR: 237417 Submitted by: VVD <vvd@unislabs.com) Reported by: pi Approved by: Michael Zhilin <mizhka@gmail.com> (maintainer) Notes: svn path=/head/; revision=502741
* databases/sqldeveloper: update to 18.4.0.376.1900Steve Wills2019-04-194-17/+44
| | | | | | | | | PR: 235216 Submitted by: jjuanino@gmail.com Approved by: maintainer timeout (mizhka@gmail.com, >11 weeks) Notes: svn path=/head/; revision=499359
* databases/sqldeveloper: update 17.4.0.355.2349 -> 18.1.0.095.1630Kurt Jaeger2018-05-123-70/+52
| | | | | | | | | | PR: 228196 Submitted by: jjuanino@gmail.com Approved by: Michael Zhilin <mizhka@gmail.com> (maintainer) Relnotes: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-181-4423629.html Notes: svn path=/head/; revision=469743
* databases/sqldeveloper: Update to 17.4.0.355.2349Luca Pizzamiglio2018-01-055-41/+70
| | | | | | | | | PR: 224912 Submitted by: jjuanino@gmail.com Approved by: mizhka@gmail.com (maintainer) Notes: svn path=/head/; revision=458148
* - Update to 4.2.0.17.089.1709Jochen Neumeister2017-05-233-92/+196
| | | | | | | | | | PR: 219200 Submitted by: vvd@unislabs.com Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10871 Notes: svn path=/head/; revision=441554
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/sqldeveloper: 4.1.0.19.07 -> 4.1.1.19.59Kurt Jaeger2015-07-143-25/+10
| | | | | | | | | | | Changes: http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html PR: 201217 Submitted by: mizhka@gmail.com (maintainer) Notes: svn path=/head/; revision=391966
* databases/sqldeveloper: 4.0.3.16.84 -> 4.1.0.19.07Kurt Jaeger2015-06-043-96/+588
| | | | | | | | | | | Release-Notes: http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html PR: 200054 Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer) Notes: svn path=/head/; revision=388536
* databases/sqldeveloper: version updateRuslan Makhmatkhanov2015-02-213-29/+26
| | | | | | | | | | | | - update to 4.0.3.16.84 - pass maintainership to submitter - unmute installation commands PR: 196352 Submitted by: mizhka@gmail.com Notes: svn path=/head/; revision=379560
* Cleanup plistBaptiste Daroussin2014-10-201-137/+0
| | | | Notes: svn path=/head/; revision=371255
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-2/+4
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* Update to 4.0.1.14.48Barbara Guida2014-04-283-138/+145
| | | | | | | | Submitted by: bar (myself) Approved by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=352558
* Mark a few unfetchable ports BROKENAntoine Brodin2014-04-271-1/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=352425
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* - update to 4.0.0.13.80Ruslan Makhmatkhanov2014-02-095-270/+933
| | | | | | | | | | - add stage support PR: 186568 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=343539
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to version 3.2.20.09.87Barbara Guida2012-12-064-23/+71
| | | | | | | | | | | | | - Trim Makefile headers - Change NOPORTDOCS check to OptionsNG equivalent PR: ports/174066 Submitted by: bar Approved by: jjuanino@gmail.com (maintainer), flo (mentor) Feature safe: yes Notes: svn path=/head/; revision=308358
* - Update to 3.1.07.42Jason Helfman2012-05-246-109/+229
| | | | | | | | | | | - while here standardize IGNORE, and drop pkg-message from SUB_FILES and move to pkg-message as nothing is being substituted PR: ports/168163 Submitted by: maintainer, jjuanino@gmail.com Notes: svn path=/head/; revision=297353
* - Update to 3.0.04.34Bernhard Froehlich2011-05-044-25/+807
| | | | | | | | | | - Update pkg-message.in PR: ports/156316 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=273631
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.1.1.64.45Martin Wilke2010-05-083-11/+5
| | | | | | | | PR: 144744 Submitted by: Kurt Jaeger <pi@opsec.eu> (maintainer) Notes: svn path=/head/; revision=253941
* - Update to 2.1.0.63.73Pav Lucistnik2010-02-126-130/+170
| | | | | | | | PR: ports/142343 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=249646
* - Update to 1.5.4Martin Wilke2009-03-154-9/+17
| | | | | | | | PR: 132632 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=230158
* - Update to 1.5.3Martin Wilke2008-12-243-18/+7
| | | | | | | | PR: 129827 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=224698
* Allow JDK versions >1.5.Stefan Walter2008-10-111-1/+2
| | | | | | | | | PR: 127938 Submitted by: sunghyuk <sunghyuk@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=221443
* - Update to 1.5.1.54.40Rong-En Fan2008-07-196-31/+16
| | | | | | | | | | | | http://www.oracle.com/technology/products/database/sql_developer/files/relnotes_v151.html - MySQL dependency is removed due to databases/mysql-connector-odbc is updated to 5.1 and this port only supports 5.0 (see pkg-message for details) PR: ports/125724 Submitted by: José García Juanino <jjuanino at gmail.com> (maintainer) Notes: svn path=/head/; revision=217105
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430